summaryrefslogtreecommitdiff
path: root/src/lib/elm_separator.c
Commit message (Expand)AuthorAgeFilesLines
* elm: Changed __UNUSED__ to EINA_UNUSED.Daniel Juyung Seo2014-01-061-1/+1
* elm: Unified eina critical manro to CRI.Daniel Juyung Seo2013-12-261-1/+1
* Changed Eo class names to be consistent.Tom Hacohen2013-11-071-3/+4
* elm: Removed unnecessary local variable in sizing_eval.Daniel Juyung Seo2013-10-171-3/+3
* elm: Use ELM_LAYOUT_DATA_GET convenient macro instead of calling eo_data_scop...Daniel Juyung Seo2013-10-051-1/+1
* elm_separator.c: adopted ELM_WIDGET_DATA_GET_OR_RETURN macro.Daniel Juyung Seo2013-10-051-2/+1
* elementary: update to new eo_parent_get/set API.Cedric Bail2013-09-251-2/+1
* elementary/widgets - set parents before widget constructs their body.ChunEon Park2013-08-271-2/+1
* elementary: properly sanitize headers order.Cedric Bail2013-05-031-0/+5
* Elementary: replace eo_data_get for objects data referencing.Daniel Zaoui2013-05-011-2/+2
* elm: print the error message inside elm_widget_sub_object_add().Daniel Juyung Seo2013-04-031-3/+1
* Change usage of eo_do_super to the new prototype.Tom Hacohen2013-03-181-3/+3
* An internal layout error, on a widget set, is a CRITICAL error.Gustavo Lima Chaves2013-03-011-2/+3
* Replace supported_typesDaniel Zaoui2013-02-101-0/+2
* elm: Refactoring.Daniel Juyung Seo2013-01-041-5/+2
* Cleaning: removed include Eo.h in widgets because it was indirectly included ...Daniel Zaoui2012-11-261-2/+0
* We have ported to Eo all the widgets of elementary. We didn't change the inhe...Yakov Goldberg2012-11-261-58/+108
* [elm] Separator now inheritable.Gustavo Lima Chaves2012-07-311-42/+23
* [elm] New elm_widget_add() usage spread.Gustavo Lima Chaves2012-07-181-5/+2
* [Elm] Elm separator now a layout.Gustavo Lima Chaves2012-05-031-64/+105
* REVERT!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!Carsten Haitzler2012-05-031-102/+64
* [Elm] Elm separator now a layout.Gustavo Lima Chaves2012-05-021-64/+102
* Elementary: separator documentation.Jonas M. Gastal2011-07-251-33/+0
* Elementary src/lib: Removed all trailing whitespaces.Daniel Juyung Seo2011-04-081-1/+1
* elementary / menu, gengrid, slider, separator, photocam, index, toggleChunEon Park2011-04-051-1/+2
* elementary / slider, radio, separator, photocam, photo, store, scroller, slid...ChunEon Park2011-04-011-1/+1
* make all widgets use a standard setup macro. cuts code down andCarsten Haitzler2011-04-011-6/+2
* Elementary: Added on-the-fly UI-mirroing support to all of the widgetsTom Hacohen2011-02-091-0/+1
* Elementary: Added ui-mirroring support for all the widgets.Tom Hacohen2011-02-081-0/+11
* Always check for valid evas object.3v1n02010-12-121-0/+1
* EINA_SAFETY_ON_NULL_RETURNhelen2010-12-031-0/+2
* From: 김지훈 <imfine98@gmail.com>김지훈2010-09-281-1/+1
* theme -> can specify a new theme for an object andit gets inherited. need toCarsten Haitzler2010-05-121-3/+3
* elm: add lots of doc! Thanks to Mike (zmike/discomfitor)Boris Faure2010-04-121-0/+32
* const and -Wextra, come on guys! :-/Gustavo Sverzut Barbieri2010-03-241-1/+1
* more warnning fixes!Carsten Haitzler2010-03-091-5/+4
* patch from discomfitor <- check type of widget on api call and return if notCarsten Haitzler2010-03-091-0/+7
* fix returned valuesVincent Torri2010-02-111-1/+1
* Calling sizing_eval after theme_hook is useless, thanks devilhornsDaniel Kolesa2009-08-261-1/+0
* Add some checks etc to separator widgetDaniel Kolesa2009-08-261-0/+4
* Fix elm progressbar theme.Daniel Kolesa2009-08-241-1/+1
* Elementary: New function in separator widget: elm_separator_horizontal_getDaniel Kolesa2009-08-211-0/+7
* Add separator widget for Elementary.Daniel Kolesa2009-08-211-0/+79