summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* evas canvas: fix a wrong condition check in smart changed.Hermet Park2016-09-061-2/+2
* ecore_con_url_curl.h: add missing include on windowsAndrii Kroitor2016-09-061-1/+5
* elm_calendar: Add enum to mark display every day before event day.Woochan Lee2016-09-062-2/+16
* Eo array callback: Fix compilation on windows.Tom Hacohen2016-09-051-2/+4
* Rename efl_self to efl_addedTom Hacohen2016-09-05101-408/+408
* Efl object: Fix outdated docs.Tom Hacohen2016-09-051-2/+1
* Eo array callback: simplify code and fix reliance on gcc extensions.Tom Hacohen2016-09-051-8/+3
* Efl object: rename shadowing variable.Tom Hacohen2016-09-051-2/+2
* Efl object: change the way we set class's functions. (merge)Tom Hacohen2016-09-0542-435/+666
|\
| * Adjust the EFL to the Eo class_initilizer changes.Tom Hacohen2016-09-0535-275/+489
| * Efl object: change the way we set class's functions.Tom Hacohen2016-09-053-112/+91
| * Efl object: rename EFL_OBJECT_OVERRIDE_OPS_DEFINE.Tom Hacohen2016-09-057-15/+33
| * Eolian: Fix tests according to recent generator changes.Tom Hacohen2016-09-052-22/+34
| * eolian: update generation of op funcsDaniel Kolesa2016-09-051-12/+20
|/
* Efl object: Simplify test that was unneededly prone to breakingTom Hacohen2016-09-051-5/+0
* efl_net_server_fd: fix coverity issue.Gustavo Sverzut Barbieri2016-09-051-0/+1
* Edje entry: fix selection start with shift + mouse_downDaniel Hirt2016-09-051-2/+4
* tests: ecore: add some debug for ecore timer test caseStefan Schmidt2016-09-051-0/+1
* cxx: follow EINA_ERROR_OUT_OF_MEMORY deprecationStefan Schmidt2016-09-053-4/+4
* ecore_audio: fix distribution of eolian filesJean Guyomarc'h2016-09-041-8/+2
* edje: protect against no file set yet.Marcel Hollerbach2016-09-041-7/+14
* elementary-cxx: Speed C++ compilation testFelipe Magno de Almeida2016-09-031-2/+3
* eo: protect efl_isa from thread race condition.Cedric Bail2016-09-021-1/+10
* eo: store registered callbacks in an array instead of a single chained list.Cedric BAIL2016-09-022-81/+139
* eo: improve speed of walking callback array by sorting them during creation.Cedric BAIL2016-09-024-9/+53
* efl_net_dialer_websocket: EFL now does WebSocket!devs/barbieri/websocketGustavo Sverzut Barbieri2016-09-0210-5/+3136
* efl_net_dialer_http: use CURLOPT_NOSIGNAL.Gustavo Sverzut Barbieri2016-09-022-0/+2
* efl_net_dialer_http: fix interaction with CURL on receiving data.Gustavo Sverzut Barbieri2016-09-022-26/+45
* efl_net_dialer_http: allow delete/close from CURL callbacks.Gustavo Sverzut Barbieri2016-09-021-46/+245
* efl_io_copier: keep extra ref when calling back from job.Gustavo Sverzut Barbieri2016-09-021-0/+3
* Elm: add missing @since into the doc about last added api to elm_progressbar.Michaël Bouchaud (yoz)2016-09-021-1/+3
* elementary: Introduce a new edje_external param to the progressbar widget.Michaël Bouchaud (yoz)2016-09-024-1/+68
* Elm: Dont insert errors by default in codeAndy Williams2016-09-011-24/+38
* elm: Use the background highlight colors from our website in Elm_CodeAndy Williams2016-09-011-5/+5
* Elm: Dont'd display a ghost 0 width line marker for elm_code.Andy Williams2016-09-011-1/+1
* Elm: Fix crashes with copy/paste of large codeAndy Williams2016-09-012-8/+11
* efl_net: check definition 'SO_REUSEPORT' for port reuse flagJiwon Kim2016-09-011-1/+9
* elm_genlist: apply the item_select_on_focus_disable feature on key_action_moveMinkyu Kang2016-09-011-2/+18
* edje_cc: add lookup for inherited after programJee-Yong Um2016-09-013-4/+9
* eina_matrix: add missing "*" for doxygenJee-Yong Um2016-09-011-1/+1
* eo - make eoid table access threadsafe - was missing a lock around itCarsten Haitzler (Rasterman)2016-09-013-17/+55
* win: Add EO API to query state of multi touch pointsJean-Philippe Andre2016-09-0110-97/+442
* win: Move pointer "xy" and "inside" to input interfaceJean-Philippe Andre2016-09-016-45/+43
* evas events: Fix axis input valuesJean-Philippe Andre2016-09-015-13/+99
* evas: Fix unlikely crash with image cacheJean-Philippe Andre2016-09-011-0/+6
* ecore_poller: Fix unlikely crash if eo data is nullJean-Philippe Andre2016-09-011-0/+1
* js: Switch to Efl_EventJean-Philippe Andre2016-09-011-3/+3
* cxx: Fix compilation (Efl_Event)Jean-Philippe Andre2016-09-011-1/+1
* elementary: remove unused SMART_NAME stringsJee-Yong Um2016-09-013-7/+0
* ecore_cocoa: fix wrong key assignmentJean Guyomarc'h2016-08-311-1/+1