summaryrefslogtreecommitdiff
path: root/src/bin/e_scrollframe.c
Commit message (Expand)AuthorAgeFilesLines
* replace ev->keyname with ev->keyMike Blumenkrantz2014-03-131-8/+8
* formatting: all at onceMike Blumenkrantz2013-01-111-7/+8
* E entry + scrollframe: Add clippers as smart members.Tom Hacohen2013-01-071-0/+1
* hide scrollbars by default in scrollframeMike Blumenkrantz2012-12-101-0/+2
* scrollframe scrollbars are NOT visible by defaultMike Blumenkrantz2012-12-041-2/+2
* fix on hold events for selection by scrollframe in e if thumbscroll isCarsten Haitzler2012-10-301-14/+18
* E srcollframe: Added a mode to disable key navigation + fixed show region.Tom Hacohen2012-10-301-1/+24
* missing constsMike Blumenkrantz2012-09-181-2/+2
* e17: whitespaces--Vincent Torri2012-06-211-1/+0
* formattingMike Blumenkrantz2012-06-181-419/+424
* Add unused.Christopher Michael2010-08-181-1/+1
* FORMATTINGLucas De Marchi2010-08-041-3/+0
* * e: remove warning due to Ecore API change.Cedric BAIL2010-06-241-5/+5
* make clang happySebastian Dransfeld2010-01-151-4/+3
* Make clang happySebastian Dransfeld2009-12-061-2/+1
* fix evas error debug where passing in null objects is bad.Carsten Haitzler2009-08-151-12/+37
* * e: Remove all reference to Evas_Data and move to Eina_Bool.Cedric BAIL2009-06-171-5/+5
* Remove unneeded variables.Christopher Michael2009-05-171-4/+6
* Remove need for extra variables. Use E_NEW & E_FREE.Christopher Michael2009-05-151-99/+125
* Fix "return with no value in function returning non-void"Christopher Michael2009-03-151-2/+2
* its useful to know if setting a theme has failedViktor Kojouharov2009-03-041-4/+8
* Detect which direction to scroll the scrollframe when using mouse wheels acc...Chidambar Zinnoury2008-11-211-11/+16
* * shortening config category titles.Carsten Haitzler2008-11-211-5/+15
* use the loop_time - better synced anim timepoints and less overhead onCarsten Haitzler2008-11-021-4/+4
* add next/prev app buttons, fix slipwin to expand all the way and have windowCarsten Haitzler2008-10-311-4/+8
* Set member_{add,del} to NULL.Gustavo Sverzut Barbieri2008-10-251-0/+2
* get geometry form edje - not obj. deferred calc bork borkCarsten Haitzler2008-09-171-6/+6
* fix hotspot in e17 - cedrics deferred edje stuff b0rked it! :(Carsten Haitzler2008-09-111-0/+2
* simplify thumbscroll a little.Carsten Haitzler2008-09-111-13/+12
* Add calculate callback to Evas_Smart_Class.Gustavo Sverzut Barbieri2008-09-071-0/+1
* feed hold eventCarsten Haitzler2008-03-311-0/+3
* fix sys battery reader to support lowercase bats too...Carsten Haitzler2008-02-261-5/+19
* gee.. um.. software-16 support in e17 - but beware! buggy buggy buggy. do notCarsten Haitzler2008-02-201-2/+46
* thumbscroll. the ability to scroll any widget (anything scrolled by theCarsten Haitzler2008-01-231-0/+184
* move a chunk of stuff to use evas_smart_class_new() - evas_smart_new() willCarsten Haitzler2007-08-041-12/+18
* remove frame shadow for desktop - custom scrollframe.Carsten Haitzler2007-05-211-1/+1
* Remove unused variables.Christopher Michael2007-04-191-1/+0
* allow custom scrollframes for fwins.Carsten Haitzler2007-04-161-0/+19
* Be sure to trap the correct pan event, not just the changed event twice :)Christopher Michael2006-09-041-2/+2
* item -> e.swallow.content (thanks bonelessfrog)rephorm2006-08-241-2/+2
* another chunkrephorm2006-08-231-1/+1
* ****** MAJOR THEME REWORKING -- BREAKAGE *********rephorm2006-08-221-28/+28
* aaah....Carsten Haitzler2006-08-071-0/+14
* Fix EAPI warnings.sebastid2006-01-071-15/+15
* and working on maing a border selectorCarsten Haitzler2005-11-061-0/+7
* ading "livethumb" - it uses the ecore evas buffer engine stuff to make aCarsten Haitzler2005-11-061-2/+10
* use elipsis for fileman icons.Carsten Haitzler2005-11-061-0/+1
* use managed callsCarsten Haitzler2005-11-031-1/+14
* file selector is resizable now - cleaned up some unfinisehd code to make itCarsten Haitzler2005-11-031-0/+7
* scrollframe now accepts key press events to control it too - use inCarsten Haitzler2005-10-301-0/+45