summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* work!devs/ami/photocam2Amitesh Singh2016-07-1512-138/+286
* photocam: add missing EOLIAN prefixAmitesh Singh2016-06-301-1/+1
* ecore-wl2: Fix formattingChris Michael2016-06-291-4/+6
* elementary: Fix erroneous usage of EINA_UNUSEDChris Michael2016-06-291-2/+1
* elementary: Fix over-zealous optimization attemptChris Michael2016-06-291-4/+3
* elementary: Fix bug in wl dnd where all subsequent mimetypes would beChris Michael2016-06-291-3/+6
* elementary: Reformat elm_cnp to be readableChris Michael2016-06-291-50/+62
* Revert "layout: Add NULL check in _elm_layout_text_set function"Jaeun Choi2016-06-291-2/+0
* layout: Add NULL check in _elm_layout_text_set functionJaeun Choi2016-06-291-0/+2
* ecore: Add basic test case for efl versionJean-Philippe Andre2016-06-291-0/+30
* elm: Add app's EFL information to EFL_MAIN and ELM_MAINJean-Philippe Andre2016-06-291-4/+30
* efl: Add Efl.Version struct and APIsJean-Philippe Andre2016-06-295-0/+90
* loop: Add main class property to return the main loopJean-Philippe Andre2016-06-292-1/+15
* win: Change type of composite interface for Efl.ConfigJean-Philippe Andre2016-06-291-1/+1
* evas: Add & fix legacy APIs for text filtersJean-Philippe Andre2016-06-293-5/+22
* evas: Add 2 EO examples for mapsJean-Philippe Andre2016-06-294-0/+702
* evas: Implement evas map support in eo as a mixinJean-Philippe Andre2016-06-293-52/+794
* evas: Move evas_map APIs from common to legacy headerJean-Philippe Andre2016-06-293-838/+834
* evas: Move map to a separate mixinJean-Philippe Andre2016-06-2910-113/+112
* ecore_drm: Don't pass uninit garbage to drm ioctlsDerek Foreman2016-06-281-2/+2
* elementary: try to keep const type in config test.Cedric BAIL2016-06-281-2/+2
* ecore: fix typo in test.Cedric BAIL2016-06-281-1/+1
* ecore_wl2: use ECORE_WL2_EVENT_DATA_SOURCE_ENDMarcel Hollerbach2016-06-281-2/+2
* elementary/fileselector: Do not use deprecated APIs.Daniel Juyung Seo2016-06-281-3/+3
* ecore-wl2: Prevent duplicated mouse up eventsChris Michael2016-06-281-9/+18
* ecore-wayland: Prevent duplicated mouse up events.JengHyun Kang2016-06-281-5/+6
* eo: Fix composite objects destructionJean-Philippe Andre2016-06-281-2/+2
* evas: Use proper type for stringsharesJean-Philippe Andre2016-06-281-5/+4
* evas: Fix double stringshare_delJean-Philippe Andre2016-06-281-0/+1
* tests: elm: make cnt unsigned for correct compareStefan Schmidt2016-06-281-1/+1
* tests: elm: remove wrong const for Eina_ListStefan Schmidt2016-06-281-1/+1
* popup: remove max_sc_w because it's duplicate jobJinyong Park2016-06-282-9/+0
* evas: add pattern "style" when evas query fonts via fontconfigYoungbok Shin2016-06-282-0/+6
* elementary/layout: changed to Evas_Object * from Elm_Layout * in legacy header.Hermet Park2016-06-281-6/+6
* efl: Remove eo struct Efl.Gfx.ColorJean-Philippe Andre2016-06-285-71/+0
* edje: refactor edje color class APIJee-Yong Um2016-06-284-183/+353
* elm_atspi_bridge: add bounds-changed signal sending code.Shilpa Singh2016-06-273-1/+33
* elementary/layout: attach edje object API with eo compositingJee-Yong Um2016-06-2713-178/+245
* label: set sliding only if label size is validMinkyu Kang2016-06-271-0/+1
* ecore_wl2: Fix dnd breakage when focus leaves windowMarcel Hollerbach2016-06-273-0/+13
* Ui text: make elm test editableDaniel Hirt2016-06-271-0/+1
* Canvas text: fix format annotations deletionDaniel Hirt2016-06-271-5/+3
* Ui text: defer decorations to one jobDaniel Hirt2016-06-272-7/+72
* Ui text: port item support from EntryDaniel Hirt2016-06-272-6/+325
* Ui text: add cursor_new methodDaniel Hirt2016-06-272-0/+12
* evas: Fix bad clipping with proxyJean-Philippe Andre2016-06-271-5/+5
* ecore: Replace TABs with spacesJean-Philippe Andre2016-06-271-24/+24
* elm_main: Remove useless shadowing variableJean-Philippe Andre2016-06-271-2/+0
* elm test: Remove unused variableJean-Philippe Andre2016-06-271-1/+1
* Evas events: Implement support for hold eventJean-Philippe Andre2016-06-2711-16/+140