summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* evas: engine_info set/get should never show up in Eo API.devs/cedric/vnc_snapshotCedric BAIL2017-04-073-35/+43
* ecore_evas: fix use of new VNC API in example.Cedric BAIL2017-04-071-3/+20
* evas: remove pixels hook from x11 backend now that we don't use it anymoreCedric BAIL2017-04-074-74/+0
* evas: remove pixels hook from fb now that we don't use it anymore.Cedric BAIL2017-04-074-84/+5
* ecore_evas: change VNC API and use snapshot internally.Cedric BAIL2017-04-075-240/+171
* elementary: fix test breakage.Cedric BAIL2017-04-071-2/+2
* elm_code: Expose whether or not undo and redo can operateAndy Williams2017-04-072-0/+23
* ecore_drm2: Use correct drm context versionDerek Foreman2017-04-071-1/+1
* elementary: win - override atspi component get interfaceShinwoo Kim2017-04-072-4/+23
* evas_clip: fix bug _clipper_del_cb function unset current clipperJiyoun Park2017-04-071-1/+2
* elm_code: Don't refresh if fonts did not changeAndy Williams2017-04-061-0/+3
* edje: remove invalid macro-check regarding coreaudioJiwon Kim2017-04-061-9/+3
* elm.hoversel: adjust alignment correctly in mirror modeJeeyong Um2017-04-061-2/+10
* edje_program: add NULL check for ed->callbacks in edje_programJEONGHYUN YUN2017-04-061-0/+2
* edje: fix name check matching correctlyJEONGHYUN YUN2017-04-061-2/+2
* edje_edit: add NULL check for eina_mempool_malloc in _edje_edit_state_alloc()JEONGHYUN YUN2017-04-061-1/+6
* evas: fix typo 'initializer to' to 'initialize to'Bryce Harrington2017-04-061-8/+8
* ecore_evas: Fix several typos in doxygenBryce Harrington2017-04-061-8/+8
* elm_code: fix copy/paste bug that slipped throughAndy Williams2017-04-061-2/+2
* elm_code: Fix coverity issue divide by zeroBryce Harrington2017-04-061-4/+8
* elm_code: Fix bug when deleting slection beyond start of document.Andy Williams2017-04-061-11/+14
* evas: update webp output test.Cedric BAIL2017-04-061-0/+0
* evas: always send a proper event to simplify callee logic.Cedric BAIL2017-04-061-1/+1
* ecore_evas: fix 'be delete' to 'be deleted'Bryce Harrington2017-04-061-4/+4
* access: Fix warning hiding a potential crashJean-Philippe Andre2017-04-061-1/+1
* Colorclass: Add fixed attribute to remove error messageJeeyong Um2017-04-061-0/+1
* emile_image: add error handling code for ifd_offset valueJaeun Choi2017-04-061-0/+8
* fix evas canvas callbacks to use correct legacy callback functionCarsten Haitzler (Rasterman)2017-04-061-35/+28
* elm - cache dump - disable this to fix jp's issues of proxies etc.Carsten Haitzler (Rasterman)2017-04-061-1/+2
* elm_code: Fix crashes with backspace on OpenBSDAndy Williams2017-04-052-4/+6
* elm_code: better safety around widget edge casesAndy Williams2017-04-052-7/+12
* elementary: access calls "access,activated" smart callbackShinwoo Kim2017-04-051-1/+12
* ecore_evas: Fix some pluralization grammatical errorsBryce Harrington2017-04-041-19/+19
* Evas_Common: Fix assorted typosBryce Harrington2017-04-041-14/+14
* Evas GL: Correct a couple typos in doxygen commentsBryce Harrington2017-04-041-2/+2
* Evas_Loader: Fix pluralization in grammarBryce Harrington2017-04-041-5/+5
* evas: Correct typos in Evas_Eo.h docsBryce Harrington2017-04-041-6/+6
* evas textblock: fix top/bottom valign tag reversed issueYoungbok Shin2017-04-041-2/+6
* Evil: fix fcntl() with socketsVincent Torri2017-04-031-7/+24
* combobox: fix 0px height on first clickMarcel Hollerbach2017-04-011-4/+24
* combobox: fix layer setting for the hoverMarcel Hollerbach2017-04-011-0/+1
* combobox: Fix combobox for the case the parent is not the windowMarcel Hollerbach2017-04-011-1/+1
* elm_code: fix backspace newline in BSDAndy Williams2017-03-311-2/+5
* ecore-evas: add flag for buffer canvas to prevent deadlock in pixels_getMike Blumenkrantz2017-03-312-0/+4
* doc: add explicit note for timeline animator about first frame positionMike Blumenkrantz2017-03-311-0/+1
* eolian: fix incorrect function prototypes in legacy headersDaniel Kolesa2017-03-311-0/+4
* release: Update NEWS and bump version for 1.19.0-beta4 releasev1.19.0-beta4Stefan Schmidt2017-03-312-1/+18
* efl: terrible kludge so avoid termination crash on osxJean Guyomarc'h2017-03-312-0/+28
* elm_flipselector: delete ecore job in group del functionJaeun Choi2017-03-311-0/+1
* elm_flipselector: fixed flipselector item deletion processJaeun Choi2017-03-312-28/+47