summaryrefslogtreecommitdiff
path: root/src/lib/els_cursor.c
Commit message (Expand)AuthorAgeFilesLines
* elm: Changed __UNUSED__ to EINA_UNUSED.Daniel Juyung Seo2014-01-061-4/+4
* elm: Unified eina critical manro to CRI.Daniel Juyung Seo2013-12-261-1/+1
* elm lib: removed all the unnecessary empty lines.Daniel Juyung Seo2013-12-151-1/+0
* elm: Longwaited trailing white space removal. Clean elm up!Daniel Juyung Seo2013-09-301-1/+1
* elementary: properly sanitize headers order.Cedric Bail2013-05-031-0/+5
* elm cursor: theme_search means opposition to engine_only.Ryuan Choi2013-05-011-7/+7
* elementary - only support sending signals when orientation mode is changed.ChunEon Park2013-02-261-8/+6
* elementary/widget - revised orientation mode code.ChunEon Park2013-02-191-6/+8
* Elm: Patches from Rob Bradford <rob@linux.intel.com> to:Christopher Michael2012-06-061-16/+35
* valgrind bitch--!Carsten Haitzler2012-04-251-20/+25
* warn-- for non-xCarsten Haitzler2012-03-291-0/+2
* remove deprecated code related with Jiyoun Park2012-03-121-12/+0
* move config setting fucns over to elm_config in preparation for namingCarsten Haitzler2012-03-061-14/+0
* Deprecate elm_object_cursor_engine_only_set/get.Sanjeev BA2012-03-051-3/+15
* Elementary: remove vars set but not usedBruno Dilly2011-10-241-2/+1
* [elementary] All docs to elm's header, as Raster wishes.Gustavo Lima Chaves2011-08-101-107/+0
* Elm cursor: Only set cursor if we are in X.Tom Hacohen2011-07-121-1/+1
* dont do x cursor stuff if no cur->winCarsten Haitzler2011-06-231-8/+17
* elementary / cursor, scroller, icon - removed white spaces ChunEon Park2011-04-011-1/+1
* Add cursor getters for elm widgets and itemsBruno Dilly2010-11-051-0/+15
* CoccinelleTiago Rezende Campos Falcao2010-10-221-1/+1
* Add UNUSED where needed.Christopher Michael2010-10-121-26/+26
* Looks for parent cursors when mouse out a subobjBruno Dilly2010-09-281-0/+20
* Don't add cursor callback for delete on parents of sub objectsBruno Dilly2010-09-271-3/+0
* Re-check theme when change engine only cursor on elmBruno Dilly2010-09-271-30/+48
* Add cursor engine only usage to elm configBruno Dilly2010-09-251-1/+34
* Implements a way to select if we should use ecore_evas for cursor or only engineBruno Dilly2010-09-251-4/+48
* Add cursor support on Elm using ecore_evasBruno Dilly2010-09-251-41/+267
* Add support on Elm to customized cursorsBruno Dilly2010-09-171-0/+264