summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* tmp: add correct new line funcdevs/thiep/win32_cnpThiep Ha2016-08-161-0/+54
* win32 cnp: add types supportThiep Ha2016-07-296-22/+601
* elementary: change cursor types for cocoaThiep Ha2016-07-221-3/+3
* ecore_wl2: be compatible with x inputMarcel Hollerbach2016-07-212-28/+37
* edje: fix specular colorperepelits.m2016-07-211-8/+8
* elementary: disable visual hint at odd/even.Cedric BAIL2016-07-211-56/+80
* edje: allow inheritance from an aliased group.Cedric BAIL2016-07-211-4/+22
* elm_win: move window contents back to 0,0 when deleting frame objectMike Blumenkrantz2016-07-211-0/+1
* elm_win: simplify borderless_set when reapplying the same stateMike Blumenkrantz2016-07-211-4/+3
* elementary: Remove logically dead codeChris Michael2016-07-211-1/+1
* elput: Use proper variable typeChris Michael2016-07-211-1/+1
* eina: Fix null pointer derefernceChris Michael2016-07-211-0/+2
* elementary: Remove logically dead codeChris Michael2016-07-211-1/+1
* elementary: Remove logically dead codeChris Michael2016-07-211-2/+1
* eldbus: Check return value and error out if necessaryChris Michael2016-07-211-1/+5
* edje: Fix unchecked return valueChris Michael2016-07-211-9/+13
* evas: Fix missing breaks in switchChris Michael2016-07-211-2/+2
* edje_pick: reset alias flag for copied groupVyacheslav Reutskiy2016-07-211-0/+3
* eo: Fix override test case to match new policyJean-Philippe Andre2016-07-211-1/+12
* eo: Prevent eo_override to be called on an already overridden objectJean-Philippe Andre2016-07-212-0/+10
* wayland_shm: Add missing headers to wayland_shm sourcesDerek Foreman2016-07-201-1/+9
* Revert "elementary: Make wl frame borders above content"Mike Blumenkrantz2016-07-201-3/+3
* docs: split off writer and utils into modules in docgenDaniel Kolesa2016-07-206-408/+437
* docs: begin modularizing the doc generator scriptDaniel Kolesa2016-07-205-456/+474
* elm flip - make it not crash and interactive mode work againCarsten Haitzler (Rasterman)2016-07-201-5/+15
* evas image updates - reduce overhead with bordered images not scaledCarsten Haitzler (Rasterman)2016-07-201-10/+48
* evas objkect image - make opaque rect getting code more readableCarsten Haitzler (Rasterman)2016-07-201-6/+6
* ignore generated shaders .x fileCarsten Haitzler (Rasterman)2016-07-201-1/+2
* edje: fix ambient colorperepelits.m2016-07-201-8/+8
* elm_win: handle elm,action,menu signal for wl clientsMike Blumenkrantz2016-07-191-0/+24
* theme: copy border icon click -> elm,action,signal programMike Blumenkrantz2016-07-191-0/+4
* elm_win: simplify opaque region updating during fullscreeningMike Blumenkrantz2016-07-191-4/+1
* elm_win: update opaque region when frame is deletedMike Blumenkrantz2016-07-191-0/+3
* config: increase base image cache to fit two 4K background in.Cedric Bail2016-07-192-2/+2
* elementary: as screen get bigger, we need more cache to store uncompressed im...Cedric Bail2016-07-191-1/+1
* edje_pick: copy dependent groupVyacheslav Reutskiy2016-07-191-0/+64
* elua: enable module lookups in apps locationDaniel Kolesa2016-07-192-2/+3
* ecore_wl2: dnd: fix leak of event resource when not usedStefan Schmidt2016-07-191-0/+1
* Revert "elementary: Fix issue of toggling border state causing visual jumps"Chris Michael2016-07-191-59/+7
* Ui text: remove unused variablesDaniel Hirt2016-07-191-3/+0
* evas: Fix call to NULL objectJean-Philippe Andre2016-07-191-1/+1
* textblock: Prevent crash in evas_object_textblock_cursor_new(NULL)Jean-Philippe Andre2016-07-191-0/+1
* tests: Add ifdef clang to avoid warning on GCC and elsewhereJean-Philippe Andre2016-07-191-0/+4
* eo: Change eo_override to avoid struct passing and GCC constructJean-Philippe Andre2016-07-194-29/+40
* drm2: Fix shadow variableJean-Philippe Andre2016-07-191-6/+2
* edje lang set - fix coverity harmless complaintCarsten Haitzler (Rasterman)2016-07-191-4/+1
* efl: Add support for efl_event_flags() to hold eventsJean-Philippe Andre2016-07-198-81/+61
* efl: Hold event (EO API) should implement instance_getJean-Philippe Andre2016-07-192-0/+36
* evas - on shutdown avoid potential invalid memory accessCarsten Haitzler (Rasterman)2016-07-194-8/+52
* eina rbtree iterator - fix leak found while debugging other problemsCarsten Haitzler (Rasterman)2016-07-191-1/+10