summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* focus: fix compilationdevs/bu5hm4n/focus_phase1Marcel Hollerbach2016-10-281-0/+2
* managersub: remove the select_set callMarcel Hollerbach2016-10-284-27/+7
* focus: update documentation on all eo filesMarcel Hollerbach2016-10-283-14/+28
* focus: update object definitionMarcel Hollerbach2016-10-282-14/+12
* efl_ui: introduce a focus manager and sub manager objectMarcel Hollerbach2016-10-2817-1/+2220
* obj caching - add a reuse in key event objects too to nuke leaksCarsten Haitzler (Rasterman)2016-10-281-0/+1
* improve responsivness of timer sleeping threads for vsync with prctlCarsten Haitzler (Rasterman)2016-10-285-6/+31
* elementary: Don't set "move" cursor on wayland client appsChris Michael2016-10-281-12/+2
* elementary: Fix issue of extra pointer being displayedChris Michael2016-10-281-28/+37
* evas-wayland-shm: Don't post updates to surface if no surfaceChris Michael2016-10-281-1/+2
* evas-wayland-shm: Fix formattingChris Michael2016-10-281-5/+7
* ecore-wl2: Disable pointer frame callback if no cursor surfaceChris Michael2016-10-281-1/+4
* ecore-wl2: Don't create cursor frame callback if there is no cursorChris Michael2016-10-281-1/+1
* elementary: Don't create pointer canvas for inlined_imageChris Michael2016-10-281-1/+1
* elementary: Use separate checks for pointer object vs pointer canvasChris Michael2016-10-281-11/+8
* ecore-wl2: only update pointer frame if there is a pointer surfaceMike Blumenkrantz2016-10-281-1/+1
* Edje_Edit: save files name instead of full path on sound addVitalii Vorobiov2016-10-281-1/+1
* Input events cache: use the new mechanism to reuse eo objects.Tom Hacohen2016-10-281-0/+1
* Eo: Add a method to mark objects for reuse.Tom Hacohen2016-10-285-4/+43
* ecore-animator allow for animator to skip queued animator ticksCarsten Haitzler (Rasterman)2016-10-282-4/+43
* po files - update commentsCarsten Haitzler (Rasterman)2016-10-2823-1104/+1219
* efl - fix build after bu5hman broke it with elm.h changesCarsten Haitzler (Rasterman)2016-10-281-2/+1
* evas - fix smart clipped if a move happens to recurse within itselfCarsten Haitzler (Rasterman)2016-10-283-1/+15
* elm theme: Add volume control theme to "e/widgets/border/default/border"Michaƫl Bouchaud (yoz)2016-10-271-2/+128
* examples: ecore: add ecore_evas_vnc example binary to .gitignoreStefan Schmidt2016-10-271-0/+1
* docs: eo: document last missing structsStefan Schmidt2016-10-271-4/+5
* docs: eio: document missing structsStefan Schmidt2016-10-271-2/+2
* docs: efl: document missing structsStefan Schmidt2016-10-272-0/+2
* docs: evas: document missing structsStefan Schmidt2016-10-273-4/+4
* docs: elm: document missing structsStefan Schmidt2016-10-276-20/+24
* docs: ecore_con: document missing structsStefan Schmidt2016-10-274-5/+6
* docs: ecore: document missing structsStefan Schmidt2016-10-272-1/+3
* eina: documment envvars at eina_init().Gustavo Sverzut Barbieri2016-10-271-0/+92
* ecore_init() use getenv(ECORE_NO_SYSTEM_MODULES) and disable those.Gustavo Sverzut Barbieri2016-10-272-1/+27
* elementary: split up the build options from the main headerMarcel Hollerbach2016-10-275-20/+29
* elm_multibuttonentry: Apply focus UI feature for the item.Woochan Lee2016-10-272-3/+41
* UNIX socket doesn't exist on Windows.Gustavo Sverzut Barbieri2016-10-272-0/+6
* elm hoversel: restore focus to the button when hover endWooHyun Jung2016-10-271-0/+1
* efl_io_copier: work around efl_future weirdness.Gustavo Sverzut Barbieri2016-10-261-0/+2
* efl_net_dialer_http: fix short downloads.Gustavo Sverzut Barbieri2016-10-261-2/+20
* scroller: Adjust rare case when content fits but bars are visibleJean-Philippe Andre2016-10-272-1/+32
* elm: Fix elementary uninstalled eo headersJean-Philippe Andre2016-10-2720-33/+13
* docs: fix the last missing enum field docs all over the treeStefan Schmidt2016-10-278-11/+11
* docs: gen{list,grid}: add docs for field type enumsStefan Schmidt2016-10-272-9/+9
* docs: elm widget: start to document more items in the big elm widget eo fileStefan Schmidt2016-10-271-40/+40
* docs: efl ui flip: document enums and events for ui flipStefan Schmidt2016-10-271-22/+21
* docs: evas 3d: update and correct some docs for 3d object classStefan Schmidt2016-10-271-4/+5
* docs: evas_types: finishing up documenting all enum types in evas_typesStefan Schmidt2016-10-271-78/+82
* efl_io_copier_example: add AF_UNIX support.Gustavo Sverzut Barbieri2016-10-261-0/+64
* addded efl_net_{socket,dialer,server}_unixGustavo Sverzut Barbieri2016-10-2614-7/+950