summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* efl_ui_clock: Merge datetime/dayselector/clock widgets into efl_ui_clock.devs/ami/clockAmitesh Singh2016-10-2112-3/+1910
* efl_net_server_tcp: use async getaddrinfo() to resolve server name.Gustavo Sverzut Barbieri2016-10-215-85/+245
* efl_net_server_example: improve error messages (show text).Gustavo Sverzut Barbieri2016-10-211-7/+7
* ipv6_only: use system default if unset.Gustavo Sverzut Barbieri2016-10-212-1/+14
* ecore anim - actually fix by checking fd not thread handleCarsten Haitzler (Rasterman)2016-10-211-4/+6
* eocre animator - the anim thread is polled on shutdown use volatileCarsten Haitzler (Rasterman)2016-10-211-1/+1
* efl_io_copier: always cancel job on destructor.Gustavo Sverzut Barbieri2016-10-201-0/+3
* efl_net_server_tcp: allow IPv4 over IPv6 sockets.Gustavo Sverzut Barbieri2016-10-203-7/+100
* gl_x11: Do KHR Partial Damage properlyDerek Foreman2016-10-203-15/+22
* docs: eina_types: add descriptions for some structs for these eina beta api'sStefan Schmidt2016-10-201-19/+22
* docs: edje: add some missing descriptions in edje enumsStefan Schmidt2016-10-201-2/+6
* docs: eldbus: document all eldbus structs and its membersStefan Schmidt2016-10-201-30/+39
* docs: ecore_con: add descriptions for the HTTP error codesStefan Schmidt2016-10-201-51/+51
* docs: ecore_con: add docs for HTTP authentication method enumStefan Schmidt2016-10-201-8/+10
* docs: ecore_con: be a bitmore verbose for the HTTP version descriptionStefan Schmidt2016-10-201-3/+5
* docs: ecore_con: add description for efl net dialer errorsStefan Schmidt2016-10-201-4/+4
* Elm theme: correct parse a theme filename on Windows OS.Mykyta Biliavskyi2016-10-201-1/+2
* eolian gen: use EWAPI for events instead of EOAPIDaniel Kolesa2016-10-203-3/+3
* eolian gen: use EWAPI for all generated variablesDaniel Kolesa2016-10-208-64/+64
* ecore con: generate vars instead of writing them manuallyDaniel Kolesa2016-10-203-114/+55
* eolian gen: automatically uppercase names for vars/constantsDaniel Kolesa2016-10-206-11/+13
* eolian gen: update tests to cover var generationDaniel Kolesa2016-10-206-0/+61
* eolian gen: generate vars in source files for globals with valueDaniel Kolesa2016-10-203-4/+52
* eolian gen: initial generation of variables in headersDaniel Kolesa2016-10-201-0/+60
* eo-cxx: Fix compilation and warnings in clangFelipe Magno de Almeida2016-10-204-32/+41
* elm: Remove elm app client/server implementation & APIsJean-Philippe Andre2016-10-2027-3010/+0
* eolian: fix build warningJee-Yong Um2016-10-191-1/+1
* wayland_egl: Remove weirdo buffer age kludge cargo culted from gl_x11Derek Foreman2016-10-192-4/+1
* wayland_egl: Use surface damage instead of buffer damageDerek Foreman2016-10-191-7/+5
* gl_drm: Use surface damage instead of buffer damageDerek Foreman2016-10-191-7/+5
* evas_engines: Send both surface and buffer damage to outbuf_flush callbackDerek Foreman2016-10-1929-34/+41
* Revert "wayland_shm: Add swap mode fallback when buffer age changes"Derek Foreman2016-10-192-11/+5
* ecore: test recursive case on efl_future.Cedric BAIL2016-10-191-0/+28
* ecore: allow efl_future_cancel on a promise currently being resolved.Cedric BAIL2016-10-191-0/+10
* Eo: Add a regression test for ref leak in function resolveTom Hacohen2016-10-191-0/+61
* Eo: Fix reference leak when failing to resolve function.Tom Hacohen2016-10-191-1/+5
* Eo: Remove no longer relevant tests.Tom Hacohen2016-10-191-74/+0
* eolian: fix the nonsensical semantics for variablesDaniel Kolesa2016-10-191-6/+6
* gengrid: support for non homogenous itemsSangHyeon Lee2016-10-195-37/+531
* evas: Last fix... now it buildsJean-Philippe Andre2016-10-191-0/+4
* evas: More compilation fixup with EGLImageJean-Philippe Andre2016-10-191-4/+4
* evas: Fix compilation with older EGL (maybe <1.5)Jean-Philippe Andre2016-10-191-2/+2
* ecore: handle recursive trigger of promise by the cancel of a future.Cedric BAIL2016-10-181-3/+7
* efl_net_dialer_udp: enable SO_BROADCAST before sending to 255.255.255.255Gustavo Sverzut Barbieri2016-10-181-0/+22
* efl_net_dialer_udp: "connect" to an UDP server to send and receive data.Gustavo Sverzut Barbieri2016-10-1811-2/+661
* efl_net_socket_tcp: only emit error message if cork is being enabled.Gustavo Sverzut Barbieri2016-10-181-1/+2
* ecore: replace arbitrary time with 32-bit safe arbitrary timeDerek Foreman2016-10-181-1/+1
* wayland_shm: Add swap mode fallback when buffer age changesJean-Philippe Andre2016-10-182-5/+11
* edje_edit: avoid generate '(null)' value for image.normalVyacheslav Reutskiy2016-10-181-2/+2
* edje_edit: add correct tweens generation for inherit stateVyacheslav Reutskiy2016-10-181-7/+24