summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Evas font: fix last_up_to_pos with RTL casesdevs/herdsman/T4414_fixDaniel Hirt2016-08-291-12/+13
* Evas font: fix font_query_sizeDaniel Hirt2016-08-291-3/+2
* 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
* evas-gl_cocoa: start refactoring for gl_genericJean Guyomarc'h2016-08-255-249/+310
* evas-gl_cocoa: remove unused codeJean Guyomarc'h2016-08-251-36/+0
* evas-gl_cocoa: cleanup eng_setupJean Guyomarc'h2016-08-251-10/+36
* evas-gl_cocoa: cleanup eng_infoJean Guyomarc'h2016-08-251-6/+8
* evas-gl_cocoa: init/shutdown cleanupJean Guyomarc'h2016-08-251-12/+21
* configure: Enable elput if wayland is requestedJean-Philippe Andre2016-08-251-1/+7
* evas: Try harder to create the render threadDerek Foreman2016-08-241-1/+3
* efl_net_dialer_http: use the proper error codeGustavo Sverzut Barbieri2016-08-243-12/+44
* efl_net: better handling for SOCK_CLOEXEC.Gustavo Sverzut Barbieri2016-08-245-28/+69
* Revert "ecore_con: use F_CLOEXEC instead of SOCK_CLOEXEC"Gustavo Sverzut Barbieri2016-08-243-42/+25
* Static deps unibreak: Update to latest git version.Tom Hacohen2016-08-246-19/+19
* Fix elementary build when xkbcommon is in a non standard locationSimon Lees2016-08-241-0/+1
* evas: Fix includes when enabling BETA but not EO APIJean-Philippe Andre2016-08-242-3/+3
* ecore_x: Early check image bpp based on depthJean-Philippe Andre2016-08-241-0/+4
* efreet - convert crash into NULL mimes when no mime db foundCarsten Haitzler (Rasterman)2016-08-241-0/+2
* efl_io_queue_example: use eina_slice_endswith().Gustavo Sverzut Barbieri2016-08-231-7/+8
* eina_slice: startswith and endswith.Gustavo Sverzut Barbieri2016-08-233-0/+116
* efl_io_queue: basic class to interact with Efl.Io interfaces.Gustavo Sverzut Barbieri2016-08-237-0/+907
* efl_io_copier_example: set loop as parent for Efl.Net.Dialer.TcpGustavo Sverzut Barbieri2016-08-231-2/+2
* efl_io_buffer: do not refer to sub-classes in its docs.Gustavo Sverzut Barbieri2016-08-231-2/+0
* efl.io.buffer: minor bugfix.Gustavo Sverzut Barbieri2016-08-231-1/+1