summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Eina_Debug: Fix missing include of signal.hJeeyong Um2017-06-051-0/+1
* Elm layout: fix a few objects after move to efl_partDaniel Hirt2017-06-052-3/+11
* Layout/legacy: rename object typeDaniel Zaoui2017-06-051-2/+2
* Eina_Debug: Fix config.h usageDaniel Zaoui2017-06-053-7/+7
* tests:efl.ui.image.zoomable: add a test case for icon APIsAmitesh Singh2017-06-051-1/+28
* efl.ui.image: fix icon_get APIAmitesh Singh2017-06-052-1/+3
* tests:efl.ui.image: Add test case for icon apiAmitesh Singh2017-06-051-0/+29
* Merge Eina Debug featureDaniel Zaoui2017-06-0524-1772/+2875
|\
| * Fix Windows compilationDaniel Zaoui2017-06-055-21/+107
| * Set Eina Debug APIs as BetaDaniel Zaoui2017-06-051-1/+10
| * Support endiannessDaniel Zaoui2017-06-054-43/+108
| * Support opcodes registration for WindowsDaniel Zaoui2017-06-055-36/+51
| * Rename opcodes for a better readabilityDaniel Zaoui2017-06-054-18/+21
| * Eo: add APIs to walk over classes and objectsDaniel Zaoui2017-06-052-0/+148
| * Remove alloca of potential big sizeDaniel Zaoui2017-06-051-1/+2
| * Bt: Remove special handling for mainloopDaniel Zaoui2017-06-051-23/+16
| * Fix Coverity issuesDaniel Zaoui2017-06-051-3/+4
| * Remove thread managementDaniel Zaoui2017-06-058-250/+136
| * Use better names for daemon operationsDaniel Zaoui2017-06-052-15/+15
| * Remove old evlog code from efl_debugdDaniel Zaoui2017-06-051-14/+0
| * Fix connection closingDaniel Zaoui2017-06-051-3/+9
| * Add Clouseau loading at the init of the applicationDaniel Zaoui2017-06-051-33/+89
| * Removes modules featureDaniel Zaoui2017-06-051-113/+0
| * Fix daemon issuesDaniel Zaoui2017-06-051-1/+2
| * Add prints to efl_debugdDaniel Zaoui2017-06-051-2/+8
| * Init the communication with the daemon from the debug threadDaniel Zaoui2017-06-051-2/+3
| * Replace shell remote connection with localhost TCP connectionDaniel Zaoui2017-06-057-490/+170
| * Remove _session variable as it is not needed anymoreDaniel Zaoui2017-06-051-28/+27
| * Add data to opcode registration callbackDaniel Zaoui2017-06-056-12/+22
| * Add API to get/set data to sessionDaniel Zaoui2017-06-052-0/+31
| * Add API to get the session dispatcherDaniel Zaoui2017-06-052-0/+16
| * Clean code and add commentsDaniel Zaoui2017-06-052-59/+67
| * Adapt bt stuff to Eina Debug signal infrasDaniel Zaoui2017-06-051-96/+36
| * Move internals constants to private h fileDaniel Zaoui2017-06-052-5/+5
| * Fix Coverity issuesDaniel Zaoui2017-06-055-43/+55
| * Add a better support of timersDaniel Zaoui2017-06-055-77/+242
| * Add shell remote connectionDaniel Zaoui2017-06-056-19/+433
| * Fix typoDaniel Zaoui2017-06-051-1/+1
| * Free packet buffer outside of the dispatcherDaniel Zaoui2017-06-051-7/+4
| * Close file descriptor when the session is terminatedDaniel Zaoui2017-06-051-8/+2
| * First patch of the Eina Debug layer rewritingDaniel Zaoui2017-06-0520-1734/+2421
* | Elm layout: replace 'text' property with 'efl_part' interfaceDaniel Hirt2017-06-0536-324/+228
|/
* elm_colorselector: Improve ATSPI supportShilpa Singh2017-06-033-1/+108
* ecore: simplify usage of poller by giving 3 class of event on the main loop o...Cedric BAIL2017-06-023-2/+86
* ecore: poller will be legacy only.Cedric BAIL2017-06-025-163/+72
* ecore-imf-wayland: Check xkb_keysym_to_utf8Bryce Harrington2017-06-021-1/+1
* ecore-audio: unset DISPLAY conditionally before processing pulse eventsMike Blumenkrantz2017-06-021-0/+16
* elput: send extra pointer motion event on first button press after resumeMike Blumenkrantz2017-06-023-0/+8
* elput: move pointer coords into seat structMike Blumenkrantz2017-06-024-74/+68
* elput: ref evas devices in event structsMike Blumenkrantz2017-06-021-7/+21