summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* elm fileselector: fix events that must be using Efl.Model objectsdevs/vitorsousa/fix_fileselectorVitor Sousa2016-08-265-96/+195
* elm fileselector: fix possible premature deletion of Listing_Request structVitor Sousa2016-08-261-6/+26
* efreet: mime types database can be emptyJean Guyomarc'h2016-08-261-1/+1
* elementary: better error handling of fileselectorJean Guyomarc'h2016-08-261-8/+18
* elementary: prevent double freeJean Guyomarc'h2016-08-261-11/+1
* elementary: make sure we don't iterate out of boundsJean Guyomarc'h2016-08-261-0/+1
* eina: overhaul Mac OS X semaphoresJean Guyomarc'h2016-08-261-21/+13
* eo: speedup efl_isa by 50%.Cedric BAIL2016-08-262-1/+18
* eo: general speedup of all Eo related operation.Cedric BAIL2016-08-262-1/+22
* eo: remove useless duplicated check.Cedric BAIL2016-08-261-42/+28
* Efl Object: remove legacy callback calls from event_callback_callVitor Sousa2016-08-26131-827/+860
* ecore_cocoa: fix fullscreen for older osx versionsJean Guyomarc'h2016-08-261-0/+12
* ecore_cocoa: refactor resizing requestJean Guyomarc'h2016-08-262-15/+24
* ecore_cocoa: fix memory leakJean Guyomarc'h2016-08-261-0/+1
* Elementary: Genlist Tree Test - Add an item with the indent style to match tr...Stephen okra Houston2016-08-261-1/+13
* Elementary Theme: Add "indent" genlist item style. This style allows non tr...Stephen okra Houston2016-08-261-0/+45
* efreet: add doc note about stringshare reliability for efreet_mime_type_get()Mike Blumenkrantz2016-08-261-0/+1
* elm: Show code widget width marker after the columnAndy Williams2016-08-261-1/+1
* docs: add an option to disable title plugin usageDaniel Kolesa2016-08-262-4/+10
* docs: let the writer handle title headingsDaniel Kolesa2016-08-262-39/+29
* docs: generate proper title for all pagesDaniel Kolesa2016-08-261-9/+9
* docs: add writer support for pagetitle pluginDaniel Kolesa2016-08-261-1/+5
* elm: Fix some ERR messages following previous patchJean-Philippe Andre2016-08-263-4/+9
* evas3d examples: Add EFL_EO_API_SUPPORT where neededJean-Philippe Andre2016-08-263-0/+3
* evas events: Add efl_isa safety checks in legacy EAPIJean-Philippe Andre2016-08-262-59/+31
* efl: Rename Efl.Event.XX to Efl.Input.XXJean-Philippe Andre2016-08-2638-689/+684
* evas: Add normalized and window coordinates to axis eventsJean-Philippe Andre2016-08-266-12/+101
* evas: Simplify internal evas_object_event_callback_callJean-Philippe Andre2016-08-266-148/+188
* ecore xi2: Discard "axis" inputs from standard miceJean-Philippe Andre2016-08-261-8/+22
* evas events: Switch axis events to the new eo typeJean-Philippe Andre2016-08-267-26/+194
* evas events: Rename properties and introduce generic valueJean-Philippe Andre2016-08-267-110/+351
* evas: Optimize out most callback call eventsJean-Philippe Andre2016-08-263-9/+26
* evas: Move event catcher to evas_callbacks.cJean-Philippe Andre2016-08-263-63/+69
* evas: Remove deprecated events from public EO classJean-Philippe Andre2016-08-262-4/+8
* elm,evas: Remove use of EFL_CANVAS_OBJECT_EVENT_DELJean-Philippe Andre2016-08-263-6/+6
* evas events: Add new "finger,move/down/up" events for multi touchJean-Philippe Andre2016-08-263-20/+76
* evas events: Simplify event counterJean-Philippe Andre2016-08-266-83/+41
* evas events: Remove now unused codeJean-Philippe Andre2016-08-263-421/+0
* evas events: Fix crash when translating legacy eventsJean-Philippe Andre2016-08-261-12/+40
* evas events: Switch mouse move events to the new typeJean-Philippe Andre2016-08-261-303/+193
* evas events: Switch multi move to new event typeJean-Philippe Andre2016-08-261-171/+120
* evas events: Switch multi up/down to the new event typeJean-Philippe Andre2016-08-261-207/+205
* evas events: Switch mouse in/out events to the new event typeJean-Philippe Andre2016-08-261-128/+127
* evas events: Switch mouse move event to the new event type (1)Jean-Philippe Andre2016-08-261-60/+57
* evas events: Switch mouse up/down to the new event typeJean-Philippe Andre2016-08-262-256/+233
* evas events: Switch key up/down event to new eo typeJean-Philippe Andre2016-08-263-131/+85
* evas events: Switch hold event to new eo typeJean-Philippe Andre2016-08-264-25/+27
* evas events: Switch wheel event to the new typeJean-Philippe Andre2016-08-267-68/+121
* eina: readdir_r has been deprecated.Cedric BAIL2016-08-251-21/+4
* evas-gl_cocoa: migrate to gl_generic infrastructureJean Guyomarc'h2016-08-255-1332/+400