summaryrefslogtreecommitdiff
path: root/src/lib
Commit message (Expand)AuthorAgeFilesLines
...
* elm_config: password mode change should reflect on already running applications.Shilpa Singh2017-06-051-2/+2
* elementary: refactor day handling in calendar to just use unsigned char.Cedric BAIL2017-06-052-5/+7
* edje: clear up left over warning on fallthrough switch case statement.Cedric BAIL2017-06-051-0/+1
* edje: use strbuf instead of hard coded PATH_MAX.Cedric BAIL2017-06-051-14/+12
* elementary: reuse code by relying on switch case statement fallthrough.Cedric BAIL2017-06-052-0/+3
* evas: silence warning for SSE3 optimization.Cedric BAIL2017-06-051-16/+19
* edje: object have small difference and we use switch case fallthrough to reus...Cedric BAIL2017-06-053-1/+21
* eet: silence properly reused code through switch case statement fallthrough.Cedric BAIL2017-06-051-0/+4
* emile: SSL state should fallthrough to avoid duplication of logic.Cedric BAIL2017-06-051-1/+2
* emile: fallthrough is legal here as we handle fallback case when caller doesn...Cedric BAIL2017-06-051-0/+4
* eina: add EINA_FALLTHROUGH to disable warning on useful case serie with no br...Cedric BAIL2017-06-051-0/+15
* ecore_wl2: silence gcc warning.Cedric BAIL2017-06-051-1/+1
* eina: silence gcc warning.Cedric BAIL2017-06-051-1/+1
* evas: revise grammar for memory allocator error statusBryce Harrington2017-06-051-25/+20
* popup: fix unintentional object deletion when change scrollableJinYong Park2017-06-051-1/+9
* evas: document the wayland ecore_evas constructorsBryce Harrington2017-06-051-1/+49
* calendar: fix elm_calendar_interval_set() API not working.Woochan Lee2017-06-051-8/+13
* elput: fix sp. usefullBryce Harrington2017-06-053-5/+5
* ecore_imf: add ecore_imf_context_mime_type_accept_set APIInHong Han2017-06-052-0/+37
* eina: attempt to make the code more portableJean Guyomarc'h2017-06-052-1/+21
* 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-052-4/+4
* efl.ui.image: fix icon_get APIAmitesh Singh2017-06-051-0/+2
* Merge Eina Debug featureDaniel Zaoui2017-06-0518-1058/+2137
|\
| * Fix Windows compilationDaniel Zaoui2017-06-054-12/+86
| * Set Eina Debug APIs as BetaDaniel Zaoui2017-06-051-1/+10
| * Support endiannessDaniel Zaoui2017-06-052-25/+51
| * Support opcodes registration for WindowsDaniel Zaoui2017-06-054-22/+38
| * Rename opcodes for a better readabilityDaniel Zaoui2017-06-053-13/+16
| * 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
| * Remove thread managementDaniel Zaoui2017-06-056-239/+126
| * Add Clouseau loading at the init of the applicationDaniel Zaoui2017-06-051-33/+89
| * Removes modules featureDaniel Zaoui2017-06-051-113/+0
| * 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-053-362/+87
| * Remove _session variable as it is not needed anymoreDaniel Zaoui2017-06-051-28/+27
| * Add data to opcode registration callbackDaniel Zaoui2017-06-055-10/+20
| * 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-054-19/+30
| * Add a better support of timersDaniel Zaoui2017-06-054-77/+241
| * Add shell remote connectionDaniel Zaoui2017-06-052-18/+347
| * Fix typoDaniel Zaoui2017-06-051-1/+1