summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Evas object: Set manual_free to false once obj is detached from canvas.Tom Hacohen2013-11-261-1/+5
* Eo: Make eo_manual_free() return a success flag.Tom Hacohen2013-11-263-11/+14
* Evas layer: Fix deletion of canvas with still-refed objects.Tom Hacohen2013-11-262-6/+8
* evas - fix the memory corruption introduced by evas fonts_zeroChunEon Park2013-11-263-2/+7
* Eo: Add an error message when old parent is wrong.Tom Hacohen2013-11-261-2/+10
* ChangeLog: fixed formatting of Cedric's last changelog.Daniel Juyung Seo2013-11-261-1/+1
* Ecore animator: delete animater's internal timer in _end_tick() in all cases.Daniel Juyung Seo2013-11-263-15/+13
* eo - base class protection against NULL old_parent_pdCarsten Haitzler (Rasterman)2013-11-261-2/+3
* evas: allow fuzziness on the texture format returned by GL.Cedric Bail2013-11-263-1/+42
* evas - stop over redraw of map content with smart object.ChunEon Park2013-11-261-0/+1
* fix clang warning in _edje_entry_focus_in_cbJihoon Kim2013-11-261-1/+1
* Ecore con dns test: Fix test hangs.Tom Hacohen2013-11-251-2/+4
* Evas textblock: Fixed wrapping of lines ending with whites.Tom Hacohen2013-11-253-1/+6
* Evas textblock: Added a test for wraps ending with whites.Tom Hacohen2013-11-251-0/+10
* evas - gl engine - async texture upload - protect null tex handle accessCarsten Haitzler (Rasterman)2013-11-251-9/+17
* ecore_file: Print more informative message when inotify_add_watch was failed.Ryuan Choi2013-11-251-1/+2
* Fix keyrepeat going crazy ;)Chris Michael2013-11-251-2/+2
* Fix ecore wayland key events to fill in Ecore_Event_Key with X11-likeChris Michael2013-11-251-0/+10
* evas - code refactoring.ChunEon Park2013-11-252-42/+15
* 1.8.0-beta1v1.8.0-beta1Carsten Haitzler (Rasterman)2013-11-2520-20/+20
* efl - fixed ugly indentation.ChunEon Park2013-11-251-170/+204
* evas - fix proxy render to update the proxies recursively.ChunEon Park2013-11-253-30/+43
* fix smart sma by allowing more recursionCarsten Haitzler (Rasterman)2013-11-241-2/+2
* evas - update extension/module loader list to match generic loaders listCarsten Haitzler (Rasterman)2013-11-241-12/+42
* ecore-evas - examples - simply broken example - fixCarsten Haitzler (Rasterman)2013-11-231-1/+7
* evas - examples - fix broken evas stacking exampleCarsten Haitzler (Rasterman)2013-11-231-12/+20
* evas/examples: fix clipper colors in evas-object-manipulationU. Artie Eoff2013-11-222-0/+12
* Adding galician and spanish translations in desktop filesmaxerba2013-11-222-0/+8
* Adding polish translationmaxerba2013-11-222-1/+209
* ecore-wayland: test for subsurface protocol in wayland coreU. Artie Eoff2013-11-222-19/+39
* edje - fix the side effect introduced by 12aba0db5a0949488d37b69b8696ed424666...ChunEon Park2013-11-223-3/+6
* evas: Let fix the mess in our header instead of sweeping it under the carpet.Cedric Bail2013-11-225-17/+5
* workaround for T543Mike Blumenkrantz2013-11-211-1/+7
* Evas textblock: Improved debug helper functions.Tom Hacohen2013-11-211-5/+9
* evas - map fast path for rectangular objects had color mul wrongCarsten Haitzler (Rasterman)2013-11-211-7/+15
* efreet: Check for missing icon cache fileSebastian Dransfeld2013-11-211-1/+1
* Revert "evas: this headers order are seriously insane..."Tom Hacohen2013-11-212-4/+4
* ecore_evas: No error if window creation failsSebastian Dransfeld2013-11-211-5/+5
* evas: No error if blacklisted, just warnSebastian Dransfeld2013-11-211-8/+8
* evas: this headers order are seriously insane, hope that one fix the last bre...Cedric Bail2013-11-212-4/+4
* efreet: Only lock once for efficiencySebastian Dransfeld2013-11-211-4/+1
* efreet: TODO++Sebastian Dransfeld2013-11-211-0/+2
* efreet: store volatile value locally before returnSebastian Dransfeld2013-11-211-1/+4
* evas: fixing headers order for windows build is insane.Cedric Bail2013-11-212-7/+5
* evas: sorry for the last broken commit.Cedric Bail2013-11-211-1/+2
* evas: header order are important.Cedric Bail2013-11-211-6/+6
* evas: actually include the header.Cedric Bail2013-11-211-0/+4
* eina: fix the crash seen by some during rebuild.Cedric Bail2013-11-212-2/+10
* edje - actually we don't need extra variable.ChunEon Park2013-11-212-6/+2
* edje - Fix to update map enabled part when edje object is moved.ChunEon Park2013-11-215-31/+40