Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-03-04 | Follow changes in Eo | Kai Huuhko | |
- version 4 (eo_add changes coming later) - events | |||
2016-02-07 | Open the 1.18 development cycle | Dave Andreoli | |
2016-02-06 | Prepare the 1.17 releasev1.17.0 | Dave Andreoli | |
2016-02-03 | Elm.Genlist: Add small optimizations for filter and state cbs | Kai Huuhko | |
2016-02-03 | Elm.MultiButtonEntry: Correct documentation | Kai Huuhko | |
2016-02-02 | Elm.FileSelector: Fix ref leak | Kai Huuhko | |
2016-02-02 | Clean up cruft code | Kai Huuhko | |
2016-02-02 | Elm.MultiButtonEntry: Fix filter callback | Kai Huuhko | |
2016-02-02 | Elm.MultiButtonEntry: Attempt to fix leaks, add more docs | Kai Huuhko | |
2016-02-02 | Trivial todo note updates and doc fix | Kai Huuhko | |
2016-02-02 | Edje: Make ExternalParam_from_ptr a C only function | Kai Huuhko | |
2016-01-23 | New 1.17 API: evas.Object.paragraph_direction | Dave Andreoli | |
2016-01-23 | New 1.17 API: elm.Notity.dismiss() | Dave Andreoli | |
2016-01-23 | New 1.17 API: elm.Popup.dismiss() | Dave Andreoli | |
2016-01-23 | New 1.17 API: elm.Configuration.profile_* family functions | Dave Andreoli | |
2016-01-23 | Elementary: Use the private internal_data dict instead of abusing user data dict | Kai Huuhko | |
2016-01-23 | Eo: Add a private dict which can be used for callbacks etc. | Kai Huuhko | |
2016-01-23 | New 1.17 API: elm.Ctxpopup "geometry,update" smart cb | Dave Andreoli | |
2016-01-23 | New 1.17 API: ELM_GEN[GRID/LIST]_ITEM_SCROLLTO_BOTTOM | Dave Andreoli | |
The grid enum was a bit messed, it was using the list enums, fixed and leave the old one in place for compatibility | |||
2016-01-23 | New elm widget: Combobox | Dave Andreoli | |
with docs and example | |||
2016-01-21 | New 1.17 API: edje.Edje.color_class_clear() | Dave Andreoli | |
2016-01-21 | New 1.17 API: edje.Edje.text_class_del() | Dave Andreoli | |
2016-01-21 | New 1.17 API: elm.Configuration.context_menu_disabled | Dave Andreoli | |
2016-01-21 | New 1.17 API: edje size_class family functions | Dave Andreoli | |
2016-01-20 | Implemented Genlist filter ability | Dave Andreoli | |
It is somehow not perfectly working, see TODO for more info | |||
2016-01-18 | Gengrid: a small doc improvement | Dave Andreoli | |
2016-01-18 | ecore_con.Url: do not fail when receiving an event that is not for us. | Dave Andreoli | |
The url callbacks are called for EVERY ecore_con usage, object_from_instance can fail in case the Url is not generated from us (for example an elm Image that load the data from the net). So just ignore those events. | |||
2016-01-10 | Moved (un)focused and language,changed events down to Object. | Dave Andreoli | |
There is no need to replicate this events in every widget, they belong to Object | |||
2016-01-08 | Add a new module: ecore_input | Dave Andreoli | |
as always with docs and example | |||
2016-01-03 | Forgot since 1.17 in last commits | Dave Andreoli | |
2016-01-03 | oh, this is really important ... :) | Dave Andreoli | |
2016-01-03 | Revamp old and broken EthumbClient module | Dave Andreoli | |
This was not functional at all, so I broke the API "a bit" | |||
2016-01-03 | Implemented efl.Ethumb.Ethumb class. | Dave Andreoli | |
With docs and an example EthumbClient will follow asap | |||
2016-01-03 | utils.deprecated: Fix compatibility with Python 3.5 | Kai Huuhko | |
2015-12-25 | Ecore.Exe: Add missing documentation for the Events | Kai Huuhko | |
2015-12-09 | Elementary.dnd: Fix various leftover issues | Kai Huuhko | |
2015-12-09 | print()-- | Kai Huuhko | |
2015-12-09 | Elementary: Implement drag and drop | Kai Huuhko | |
Has some issues which we can work on later, should be API stable now. | |||
2015-11-16 | just a note | Dave Andreoli | |
2015-11-16 | A new ecore module: ecore_con | Dave Andreoli | |
It's now super easy to perform various network task in a full efl fashion. Implemented "Lookup" for dns query and "Url" to perform http requests. "Server" will come soon. Comes with quite complete docs, examples and unit tests | |||
2015-11-15 | Open the 1.17 development phase | Dave Andreoli | |
2015-11-14 | Prepare the 1.16 release | Dave Andreoli | |
2015-11-14 | New 1.16 API: various next_item_get/set | Dave Andreoli | |
2015-11-14 | New 1.16 API: Elm.Object.focus_region_show_mode | Dave Andreoli | |
2015-10-20 | rename Hoversel API label_auto_changed->auto_update | Dave Andreoli | |
2015-10-07 | New 1.16 API: Hoversel.label_auto_changed | Dave Andreoli | |
...what a bad name for this prop | |||
2015-10-07 | New 1.16 API: Configuration.scroll_thumbscroll_smooth_* | Dave Andreoli | |
2015-10-06 | new 1.16 API: Index.standard_priority and IndexItem.priority | Dave Andreoli | |
2015-10-06 | Genlist: new 1.16 'changed' signal | Dave Andreoli | |
2015-08-24 | Add missed doc for ObjectItem.tooltip_window_mode | Dave Andreoli | |