| Commit message (Expand) | Author | Age | Files | Lines |
* | Revert "Automatic migration to the new eo_add syntax." | Tom Hacohen | 2016-03-11 | 1 | -3/+2 |
* | Automatic migration to the new eo_add syntax. | Tom Hacohen | 2016-03-09 | 1 | -2/+3 |
* | Automatic migration to Eo4. | Tom Hacohen | 2016-03-03 | 1 | -18/+17 |
* | Elm config: use a name instead of elm_widget_type_get | Marcel Hollerbach | 2015-12-21 | 1 | -1/+1 |
* | Eo events: fix wrong event invocations | Daniel Zaoui | 2015-07-05 | 1 | -1/+1 |
* | elm_clock, elm_flipselector: porting evas smart callbacks to eo | Avi Levin | 2015-07-02 | 1 | -6/+6 |
* | elm: constify Eolian methods correctly because of recent Eolian changes | Daniel Kolesa | 2015-06-25 | 1 | -2/+2 |
* | Adjust usage of eo_constructor() according to recent changes. | Tom Hacohen | 2015-05-20 | 1 | -4/+8 |
* | diskselector, flipselector: Optimize eo item usage. | Daniel Juyung Seo | 2014-11-25 | 1 | -2/+2 |
* | Object Items: replace most of del_pre functions with destructor. | Daniel Zaoui | 2014-11-12 | 1 | -91/+18 |
* | Object Items: remove data variable from widget item. | Daniel Zaoui | 2014-11-12 | 1 | -2/+2 |
* | Object Items: remove legacy APIs. | Daniel Zaoui | 2014-11-12 | 1 | -25/+0 |
* | Object Items: remove casts that are no more needed. | Daniel Zaoui | 2014-11-12 | 1 | -10/+10 |
* | Elm Flipselector Item: Migrate to Eo | Daniel Zaoui | 2014-11-12 | 1 | -86/+119 |
* | atspi: properly include at-spi headers. | Lukasz Stanislawski | 2014-10-17 | 1 | -9/+3 |
* | Eo related: Change according to recent changes in eo_add(). | Tom Hacohen | 2014-09-25 | 1 | -1/+0 |
* | atspi: expose more actions through atspi bus. | Lukasz Stanislawski | 2014-07-25 | 1 | -0/+15 |
* | atspi:Set roles for widgets | Zbigniew Kosinski | 2014-06-11 | 1 | -1/+7 |
* | Elm: Update code to use the new class names generated by eolian. | Tom Hacohen | 2014-06-03 | 1 | -3/+3 |
* | FlipSelector: fix callback type. | Daniel Zaoui | 2014-04-24 | 1 | -2/+2 |
* | flipselector: apply key binding | Jaeun Choi | 2014-04-16 | 1 | -16/+28 |
* | flipselector - don't say warning. | ChunEon Park | 2014-04-16 | 1 | -1/+1 |
* | widgets - don't handle the events(key,mouse) if the object is disabled. | ChunEon Park | 2014-04-16 | 1 | -1/+0 |
* | flipselector: Adjusted to Eo2. | Tom Hacohen | 2014-04-10 | 1 | -3/+3 |
* | Eolian: Integration of Flip Selector | Daniel Zaoui | 2014-03-31 | 1 | -268/+72 |
* | Eolian: Integration of Elm Widget | Daniel Zaoui | 2014-03-17 | 1 | -6/+6 |
* | access: Add smart signal "access,changed" | Jaehwan Kim | 2014-02-08 | 1 | -0/+1 |
* | elm_layout now supports focused/unfocused smart callback | WooHyun Jung | 2014-02-06 | 1 | -2/+2 |
* | elementary - support language changed callback from a few widgets. | ChunEon Park | 2014-01-23 | 1 | -0/+1 |
* | elementary - use the focused/unfocused string in widget defined. | ChunEon Park | 2014-01-23 | 1 | -2/+2 |
* | elm: Removed unnecessary null check for ecore_timer_del, | Daniel Juyung Seo | 2014-01-21 | 1 | -3/+3 |
* | all widgets: change Eo API for "elm_widget_theme()" to "theme_apply" | Yakov Goldberg | 2014-01-21 | 1 | -3/+3 |
* | elm: Changed __UNUSED__ to EINA_UNUSED. | Daniel Juyung Seo | 2014-01-06 | 1 | -9/+9 |
* | elm: Unified eina critical manro to CRI. | Daniel Juyung Seo | 2013-12-26 | 1 | -1/+1 |
* | elm lib: removed all the unnecessary empty lines. | Daniel Juyung Seo | 2013-12-15 | 1 | -1/+0 |
* | button,check,colorselector,diskselector,flipselector,image,radio,toolbar: fix... | Daniel Juyung Seo | 2013-11-13 | 1 | -1/+0 |
* | Changed Eo class names to be consistent. | Tom Hacohen | 2013-11-07 | 1 | -3/+4 |
* | elm: Fixed formatting about smart_event check for code consistency. | Daniel Juyung Seo | 2013-10-28 | 1 | -10/+5 |
* | fix signal callback handling to listen to * for namespacing change to elm | Carsten Haitzler (Rasterman) | 2013-10-14 | 1 | -4/+4 |
* | elm_flipselector.c: adopted ELM_WIDGET_DATA_GET_OR_RETURN macro. | Daniel Juyung Seo | 2013-10-05 | 1 | -4/+4 |
* | elm: Longwaited trailing white space removal. Clean elm up! | Daniel Juyung Seo | 2013-09-30 | 1 | -2/+2 |
* | elementary: update to new eo_parent_get/set API. | Cedric Bail | 2013-09-25 | 1 | -2/+1 |
* | elementary/widgets - set parents before widget constructs their body. | ChunEon Park | 2013-08-27 | 1 | -2/+2 |
* | Fix elm to use key not keyname (so xmodmap works) | Carsten Haitzler (Rasterman) | 2013-07-31 | 1 | -2/+2 |
* | elm: do not declare SIG_FUCSED/SIG_UNFOCUSED if the const char is not used mo... | Daniel Juyung Seo | 2013-06-10 | 1 | -4/+2 |
* | calendar, check, clock, colorselector, datetime, diskselector, flipselector, ... | Daniel Juyung Seo | 2013-06-09 | 1 | -0/+4 |
* | Fix segfault related to strdup. | Leif Middelschulte | 2013-06-04 | 1 | -1/+3 |
* | elm_flipselector.c: ELM_SAFE_FREE adoption. | Daniel Juyung Seo | 2013-05-29 | 1 | -7/+7 |
* | elm popup,flipselector: removed unnecessary type casting and type check. | Daniel Juyung Seo | 2013-05-27 | 1 | -3/+1 |
* | elm: introduce ELM_FREE_FUNC for code quality enhancement. | Daniel Juyung Seo | 2013-05-22 | 1 | -11/+7 |