summaryrefslogtreecommitdiff
path: root/src/lib
Commit message (Expand)AuthorAgeFilesLines
* ecore/audio: free vio on in/out object destructionMike Blumenkrantz2020-03-252-2/+10
* ecore/audio: add ERR messages when trying to overwrite existing vioMike Blumenkrantz2020-03-252-2/+8
* emotion - webcam - fix segv on webcam plug/unplug and cleanCarsten Haitzler (Rasterman)2020-03-253-191/+95
* evas/render: minor cleanups for norender functionsMike Blumenkrantz2020-03-251-11/+1
* ecore_cocoa: remove left over from evas3d removalStefan Schmidt2020-03-251-2/+0
* canvas 3d: remove all canvas3d features across efl.Hermet Park2020-03-2558-11990/+9
* efl_ui_image: keep efl_ui_image size for internal imageShinwoo Kim2020-03-251-2/+2
* eo: free vtable when erroring outMarcel Hollerbach2020-03-241-0/+1
* eo: do not check this hereMarcel Hollerbach2020-03-241-3/+2
* eo: fix wrong formattingMarcel Hollerbach2020-03-241-1/+1
* eo: only really copy when there is contentMarcel Hollerbach2020-03-241-1/+4
* eo: correctly flag allocated memoryMarcel Hollerbach2020-03-241-0/+2
* eo: do no allocate a 0 sized segmentMarcel Hollerbach2020-03-241-2/+5
* eo: do not NULL out the object itselfMarcel Hollerbach2020-03-241-4/+7
* eo: do not null out the vtable chain of your own classesMarcel Hollerbach2020-03-241-0/+2
* eo: do not allocate too much memoryMarcel Hollerbach2020-03-241-3/+15
* evas: add function for norendering with updatesMike Blumenkrantz2020-03-242-0/+32
* evas/render: produce update regions when do_draw isn't set but make_updates isMike Blumenkrantz2020-03-241-6/+36
* eo - fix err path for eo_isa to unlock shared objectsCarsten Haitzler (Rasterman)2020-03-241-1/+2
* doxygen docs: Fix warnings in Ecore_Wl2.h and associatesXavi Artigas2020-03-242-13/+12
* doxygen docs: Fix warnings in Ecore_Evas.hXavi Artigas2020-03-242-14/+11
* doxygen docs: Fix warnings in Edje_Edit.hXavi Artigas2020-03-241-69/+53
* elm_transit: Prevent adding duplicatesJunsuChoi2020-03-241-0/+7
* elm_transit: replace evas_object_event_callback_xxx with efl_event_callback_xxxJunsuChoi2020-03-241-52/+57
* exactness: remove exactness library and move code into binary folderStefan Schmidt2020-03-244-716/+0
* Efl.Ui.Vg_Animation: Enable transit event.JunsuChoi2020-03-241-1/+2
* efl/wl: explicitly use restricted size hints for min/maxMike Blumenkrantz2020-03-231-11/+11
* efl_ui_widget: pass the correct flag hereMarcel Hollerbach2020-03-231-2/+2
* efl_ui_widget: unify tree number settings codeMarcel Hollerbach2020-03-231-39/+53
* efl_ui_widget: do not eval all the children twiceMarcel Hollerbach2020-03-231-5/+3
* efl_ui_widget: fix disabled set behaviourMarcel Hollerbach2020-03-231-8/+12
* efl_ui_widget: fix tree_unfocusable settingMarcel Hollerbach2020-03-231-8/+13
* doxygen docs: Fix warnings in textblockXavi Artigas2020-03-232-15/+11
* doxygen docs: Fix Exactness warningsXavi Artigas2020-03-231-11/+19
* Revert "Revert eo vtale rework..."Marcel Hollerbach2020-03-233-247/+323
* ector: fix pointer checkingMarcel Hollerbach2020-03-231-4/+4
* Revert eo vtale rework...Carsten Haitzler (Rasterman)2020-03-233-323/+247
* canvass vg: fix a mistake in 69fd72af2cae8dce07ac2becad40eccbb55b5bc7Hermet Park2020-03-231-2/+2
* canvas vg: drop vg cache buffers if object were destroyed.Hermet Park2020-03-232-1/+27
* eo: redo vtable mro creationMarcel Hollerbach2020-03-211-5/+23
* eo: add a generic memory allocation tracking methodMarcel Hollerbach2020-03-211-3/+18
* eo: rework vtable allocation schemeMarcel Hollerbach2020-03-212-242/+285
* eo: do not allocate extension if deletingMarcel Hollerbach2020-03-211-1/+1
* ATSPI bridge refactoringBartlomiej Grzelewski2020-03-201-83/+526
* efl.ui.textbox: load default font properties onceAli Alzyod2020-03-201-14/+24
* evas/render: fix log ptr access in render threadMike Blumenkrantz2020-03-201-1/+4
* efl/layout: add explicit doc note about efl.player property defaultsMike Blumenkrantz2020-03-201-1/+4
* efl/player: add doc note about default values for new (1.24) propertiesMike Blumenkrantz2020-03-201-2/+2
* efl/layout: add @empty for missing efl.player methodsMike Blumenkrantz2020-03-201-0/+5
* efl_ui/image: implement efl.player::playback_loop propertyMike Blumenkrantz2020-03-206-5/+57