summaryrefslogtreecommitdiff
path: root/src/bin/e_slider.c
Commit message (Expand)AuthorAgeFilesLines
* e_slider: emit signal on disabled state changeJérémy Zurcher2013-02-131-0/+7
* remove harmless duplicate timer_del call which caused error messagesMike Blumenkrantz2013-01-121-1/+0
* formatting: all at onceMike Blumenkrantz2013-01-111-124/+126
* fix bug where slider could be changed while disabledMike Blumenkrantz2013-01-081-0/+12
* e:slider: delete timer early to avoid losing it. Fix #2050Boris Faure2012-12-191-1/+2
* avoid mouse down cb feeding another mouse down cb.. to itself.. untilCarsten Haitzler2012-12-081-0/+4
* and keep updating number too when set form code.Carsten Haitzler2012-11-241-3/+3
* stop video preview stuttering!Carsten Haitzler2012-11-241-0/+7
* fix broken slider smart object addMike Blumenkrantz2012-06-121-1/+1
* Obj is unused here, so add __UNUSED__.Christopher Michael2011-02-151-2/+2
* e: add event mouse down on e_slider, now you can clic and drag your sliderMichael BOUCHAUD2011-02-091-0/+42
* FORMATTINGLucas De Marchi2010-08-041-3/+0
* Math.h is already included by e.h.Christopher Michael2010-07-181-1/+0
* * e: remove warning due to Ecore API change.Cedric BAIL2010-06-241-3/+3
* * e: handle mouse wheel for slider.Cedric BAIL2010-03-251-0/+20
* fix e_slider's edje_object_part_drag_step() usage.Gustavo Sverzut Barbieri2010-03-131-2/+2
* cleanups and simplifications.Gustavo Sverzut Barbieri2010-03-131-31/+28
* slider cleanups and support for special values.Gustavo Sverzut Barbieri2010-03-111-42/+71
* More API Inconsistency fixes:Christopher Michael2009-09-011-1/+1
* Set member_{add,del} to NULL.Gustavo Sverzut Barbieri2008-10-251-0/+2
* Switch to eina_stringshare.Cedric BAIL2008-10-151-3/+3
* Add calculate callback to Evas_Smart_Class.Gustavo Sverzut Barbieri2008-09-071-0/+1
* Fix warnings.Gustavo Sverzut Barbieri2008-02-081-0/+2
* Remove printf.Christopher Michael2007-10-171-1/+0
* Use standard c functions for floor and ceil valueSebastian Dransfeld2007-09-161-4/+4
* Make slider work better with keyboard.Sebastian Dransfeld2007-09-161-34/+28
* move a chunk of stuff to use evas_smart_class_new() - evas_smart_new() willCarsten Haitzler2007-08-041-12/+18
* another chunkrephorm2006-08-231-3/+3
* ****** MAJOR THEME REWORKING -- BREAKAGE *********rephorm2006-08-221-12/+12
* illogict patches (minus a few that will break config despite fixing a typo)Carsten Haitzler2006-04-301-2/+16
* Clean up compile warnings:stffrdhrn2006-03-021-1/+1
* Fix EAPI warnings.sebastid2006-01-071-17/+17
* Remove unused variablesChristopher Michael2005-12-291-1/+0
* a lot more use of stringshare.Carsten Haitzler2005-12-041-3/+3
* slider widget... workies (in theory). still nto that pretty.Carsten Haitzler2005-11-181-0/+10
* first step - slider smart and minimal theme stuff. i need to make the gfxCarsten Haitzler2005-11-171-0/+526