summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* for laterdevs/cedric/wipCedric BAIL2016-08-312-82/+108
* eo: improve speed of walking callback array by sorting them during creation.Cedric BAIL2016-08-314-9/+51
* docs: add editable section writing to writerDaniel Kolesa2016-08-312-6/+13
* docs: hide date/user/link in included editable sectionsDaniel Kolesa2016-08-311-1/+3
* docs: initial test for user editable sectionsDaniel Kolesa2016-08-311-0/+5
* docs: allow false root in namespace tablesDaniel Kolesa2016-08-311-8/+8
* docs: separate auto/user from root namespaceDaniel Kolesa2016-08-314-7/+15
* docs: generate within the docs:efl:auto namespace (for future editable blocks)Daniel Kolesa2016-08-311-1/+1
* Canvas text: fix ellipsis RTL handlingDaniel Hirt2016-08-312-7/+45
* eina: module - Add macros for adding module informationsAmitesh Singh2016-08-316-1/+154
* evas events: Fix repeated calls to mouse callbacksJean-Philippe Andre2016-08-312-26/+24
* elm widget: remove meaningless bracketsWooHyun Jung2016-08-311-1/+1
* elm: Try to use the code highlight color from out website in Elm_CodeAndy Williams2016-08-301-11/+11
* efl callbacks: update some events calls to no longer trigger legacy callbacksdevs/vitorsousa/update_event_callsVitor Sousa2016-08-3039-116/+116
* Edje edit: allocate memory for mempools.Mykyta Biliavskyi2016-08-301-0/+3
* Evas engine drm: Fix style (and thus compilation warning).Tom Hacohen2016-08-301-1/+1
* Edje cc: Rename and move around shadowing variable.Tom Hacohen2016-08-301-3/+4
* Efl object: Rename Eo_Event -> Efl_Event.Tom Hacohen2016-08-30141-529/+529
* ecore_con: Add missing socket.hJean-Philippe Andre2016-08-301-0/+1
* win: Fix ERR message with object,focus,inJean-Philippe Andre2016-08-301-6/+9
* evas events: Properly signal to clients which values are setJean-Philippe Andre2016-08-303-3/+105
* evas events: Fix mistake in multi_moveJean-Philippe Andre2016-08-301-2/+0
* efl_net_dialer_http: keep fd directly.Gustavo Sverzut Barbieri2016-08-302-4/+62
* efl_net_dialer_http: allow incompatible configurations such as GET + upload.Gustavo Sverzut Barbieri2016-08-301-12/+53
* efl_net_dialer_http: cancel curl multi timer when it's gone.Gustavo Sverzut Barbieri2016-08-301-0/+10
* efl_net_dialer_http: dispatch headers even if no data.Gustavo Sverzut Barbieri2016-08-301-0/+2
* emile: API break, rename sha1 to hmac_sha1, introduce real sha1.Gustavo Sverzut Barbieri2016-08-305-15/+77
* ecore-tests: make sure we always get a canonical pathJean Guyomarc'h2016-08-291-16/+14
* eina: fix behaviour break of eina_error_msg_get()Jean Guyomarc'h2016-08-291-1/+6
* elm-tests: don't include Ecore_X.h when not availableJean Guyomarc'h2016-08-291-1/+3
* evas: don't redefine PAGE_SIZE if already definedJean Guyomarc'h2016-08-291-1/+3
* elementary: update tooltip documentationJean Guyomarc'h2016-08-291-2/+2
* elm fileselector: fix events that must be using Efl.Model objectsVitor Sousa2016-08-295-95/+194
* Edje entry: Pass correct cursor position and text to imf in case of selectionSubodh Kumar2016-08-291-5/+25
* eo callbacks - move to mempools for callback data for more speedCarsten Haitzler (Rasterman)2016-08-291-43/+78
* efl po's - updateCarsten Haitzler (Rasterman)2016-08-2923-322/+322
* elm focus: focus_auto_hide should be done with mouse_downWooHyun Jung2016-08-271-6/+8
* fix filselector legacy cb call order and entry set - fix file,chosenCarsten Haitzler (Rasterman)2016-08-271-2/+2
* 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