summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Evas textblock: add a stringshare fastpath to markup_setdevs/herdsman/tb_opt_markup_setDaniel Hirt2016-02-281-0/+6
* Evas textblock: fix cached markup's stringshare refsDaniel Hirt2016-02-281-0/+1
* Evas textblock tests: Fix wrong test suite tests.Tom Hacohen2016-02-261-2/+2
* Evas Filter: Use Eo.Base.constructor in the mixinJean-Philippe Andre2016-02-264-26/+17
* Edje textblock: Assume textblock knows to deal with setting the same markup.Tom Hacohen2016-02-261-7/+1
* Evas textblock: Fix markup cache, was completely broken.Tom Hacohen2016-02-261-16/+13
* edje cc: make the unnamed party non-fatal but punishhed by a pauseCarsten Haitzler (Rasterman)2016-02-251-1/+3
* edje: unset animator pointer after free in _edje_file_del()Mike Blumenkrantz2016-02-241-0/+1
* Edje_Edit: return accidently removed clip_to in code generationVitalii Vorobiov2016-02-241-0/+5
* Edje_Edit: support image border_scale and border_scale_by setters and gettersVitalii Vorobiov2016-02-242-0/+139
* Edje_Edit: support use_alternate_font_metrics setters and gettersVitalii Vorobiov2016-02-242-6/+53
* eldbus: eldbus is already defined in eoMarcel Hollerbach2016-02-231-6/+0
* Edje_Edit: allow to set NULL as text_class (unset text_class) into part's stateVitalii Vorobiov2016-02-231-1/+0
* Edje_Edit: ability to set size class into certain part's stateVitalii Vorobiov2016-02-232-0/+25
* Edje_Edit: Edje_Edit: update source generation to print size classesVitalii Vorobiov2016-02-231-0/+62
* Edje_Edit: support new edje top block "size classes" with edje_edit APIVitalii Vorobiov2016-02-232-0/+297
* ecore-x: add safety checks for _ecore_x_disp in some functionsChris Michael2016-02-232-2/+33
* Edje_Edit: update source generation to print text classesVitalii Vorobiov2016-02-231-0/+61
* Edje_Edit: support new edje top block "text classes" with edje_edit APIVitalii Vorobiov2016-02-232-0/+283
* edje_cc_handlers: font field in new text_class should be NULL at the beginingVitalii Vorobiov2016-02-231-1/+1
* edje_cc: abort compile when unnamed part existsVyacheslav Reutskiy2016-02-231-0/+5
* embryo: add tzdate functionMike Blumenkrantz2016-02-222-0/+72
* embryo: reformat the whole thingMike Blumenkrantz2016-02-227-1464/+1500
* ecore-x: add safety checks for _ecore_x_disp in some functionsChris Michael2016-02-221-2/+58
* ecore-drm: Don't reset event modifiers on touch motionChris Michael2016-02-221-1/+0
* ecore evas: remove printfsCarsten Haitzler (Rasterman)2016-02-201-3/+0
* ecore evas: fix configure request queue count to only count changesCarsten Haitzler (Rasterman)2016-02-201-15/+35
* eldbus: print dbus errors incurred when failing at signal handler operationsMike Blumenkrantz2016-02-191-1/+9
* edje: clear pending programs upon calling stop_programs_on()Mike Blumenkrantz2016-02-191-0/+14
* Edje_Edit: add forgotten since1.18 into documentation of newly implemented APIVitalii Vorobiov2016-02-191-0/+2
* Edje_Edit: target can be insert into different place in program's target listVitalii Vorobiov2016-02-192-42/+71
* Edje_Edit: fix defect found by Coverity in ...state_tween_insert_atVitalii Vorobiov2016-02-191-1/+4
* build: fix duplicated use of the variable in multiple Makefile_*.am.Vincent Torri2016-02-182-6/+6
* Evil: remove useless definesVincent Torri2016-02-182-129/+0
* ecore_drm: Check list presence by NULL test instead of countingDerek Foreman2016-02-181-2/+2
* ecore_evas_drm: enable pointer warpingDerek Foreman2016-02-181-1/+9
* ecore_drm: Add pointer warping APIDerek Foreman2016-02-184-1/+46
* gl-drm: Some misc clean-upsDerek Foreman2016-02-182-15/+1
* gl-drm: revise page flip logicDerek Foreman2016-02-181-27/+14
* gl_drm: stop trying to figure out buffer age if gl extension isn't presentDerek Foreman2016-02-181-19/+1
* gl_drm: remove frame_countDerek Foreman2016-02-182-3/+1
* ecore-drm: Only queue re-flip on the head that needs itDerek Foreman2016-02-181-1/+1
* ecore_drm: Refactor ecore_drm_fb_send into two functionsDerek Foreman2016-02-182-47/+54
* ecore_drm: Change page flipping logic so we can't tearDerek Foreman2016-02-185-154/+116
* Revert "Eo: Print an ERR when deleting an object with data refs."Tom Hacohen2016-02-181-1/+2
* ecore_con: changing from Ecore.Con.Base to Efl.Network.Base.Srivardhan Hebbar2016-02-187-75/+81
* Eo: Print an ERR when deleting an object with data refs.Tom Hacohen2016-02-181-2/+1
* Edje_Edit: fix warning on unsigned and signed int comparationVitalii Vorobiov2016-02-181-1/+1
* Edje_Edit: ability to insert "after" program into specific positionVitalii Vorobiov2016-02-182-0/+45
* Edje_Edit: new API to insert tween into specified placeVitalii Vorobiov2016-02-182-0/+64