summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* data/Makefile.am: Fix EXTRA_DIST to include the correct variableDaniel Willmann2013-04-181-1/+1
* Ecore_x: init ret, otherwise it might be used uninitialized.Tom Hacohen2013-04-181-1/+1
* Evas engine gl_x11: Fixed signed, unsigned comparison.Tom Hacohen2013-04-181-1/+1
* fix nvidia texture from pixmap config depth match to be looser toCarsten Haitzler (Rasterman)2013-04-181-4/+14
* comments for sungwoo when he gets back...Carsten Haitzler (Rasterman)2013-04-181-9/+9
* Evas object dbg_info: Fixed cast of pointer to int.Tom Hacohen2013-04-181-2/+2
* Fixed make install when building out of tree.Tom Hacohen2013-04-181-0/+1
* clean up glx native surface (texture from pixmap code) to be more analCarsten Haitzler (Rasterman)2013-04-181-22/+33
* fix evas gl_x11 in 16bpp (and similar depths).Carsten Haitzler (Rasterman)2013-04-183-7/+18
* [ecore_x] add accessibility supportShinwoo Kim2013-04-183-0/+14
* expand indicator type to support if it want more than two indicator typeJiyoun Park2013-04-185-1/+17
* small change: valgrind shus about uninitiallized data from stack...Carsten Haitzler (Rasterman)2013-04-181-0/+2
* Ecore Pointer get root x,y position without ecore_x_window.Deon 'PrinceAMD' Thomas2013-04-182-0/+27
* add gdb py script output to ignoreCarsten Haitzler (Rasterman)2013-04-181-0/+1
* cmake : EcoreConfig.cmake should be able to find ecore sub modules.Ryuan Choi2013-04-171-14/+31
* let's fix eeze sensors to not segv on shutdown.. dup registered fakeCarsten Haitzler (Rasterman)2013-04-184-71/+73
* Eo: Print location of the calling functions in eo log outputDaniel Willmann2013-04-172-49/+62
* eeze/sensor: Add small udev module to read temperature from sysfsStefan Schmidt2013-04-172-0/+222
* evas_object_main.c: added Clipper information for debug info.Daniel Juyung Seo2013-04-171-0/+4
* Evas.h: fixed documentation source formatting while reading it.Daniel Juyung Seo2013-04-171-3/+3
* Evas textblock: fix split cursor tests; FIXME ligatures testsYakov Goldberg2013-04-171-121/+114
* Fixed make install with DESDIR.Tom Hacohen2013-04-161-2/+2
* Eina tests: Use TESTS_BUILD_DIR instead of PACKAGE_BUILD_DIR.Tom Hacohen2013-04-161-2/+2
* eeze/sensor: Switch timestamp to relative values coming.Stefan Schmidt2013-04-166-75/+80
* Eo gdb: Change eo_backtrace to catch more cases.Tom Hacohen2013-04-161-1/+1
* Eo gdb: eo gdb script is now autoloaded by gdb, added eo_backtrace.Tom Hacohen2013-04-163-3/+37
* Evas: Fix double fclose() in WebP loaderIgor Murzov2013-04-161-1/+1
* Fix incorrect printf format usageIgor Murzov2013-04-169-14/+12
* Install CMake configs to the proper pathIgor Murzov2013-04-161-15/+34
* Evas: If an object goes to be hidden without replacing the cur/prev state inf...ChunEon Park2013-04-163-8/+27
* Evas textblock: Fixed a bug with deletion of ranges.Tom Hacohen2013-04-154-0/+17
* Evas polygon: Cleaned up the way we clean the points.Tom Hacohen2013-04-151-6/+6
* Evas font: Fixed use-after-free.Tom Hacohen2013-04-151-1/+1
* Evas: fix gif bug related with scale down decode.Jiyoun Park2013-04-153-4/+9
* remove tabJiyoun Park2013-04-151-2/+2
* * Evas: fix gif decoding bug related with background color.Jiyoun Park2013-04-143-6/+15
* fix calling edje api on objects that may not be edje objects...Carsten Haitzler (Rasterman)2013-04-141-8/+10
* evas/image - actually, no need to check both. one is enough.ChunEon Park2013-04-141-1/+1
* evas/image - don't update evas render area by a clipper if the image object v...ChunEon Park2013-04-143-1/+8
* Work around new intel Mesa/xorg bug where alphaCarsten Haitzler (Rasterman)2013-04-1439-8/+807
* evas - fix identationChunEon Park2013-04-131-1/+1
* evas - Don't be crashed even if the map image size is 0.ChunEon Park2013-04-133-2/+7
* ecore_imf: Add ecore_imf_context_input_panel_event_callback_call, clear APIJihoon Kim2013-04-135-6/+119
* ecore_imf: Add ecore_imf_input_panel_hide() APIJihoon Kim2013-04-135-1/+39
* ecore_imf/scim: remove unused function declarationJihoon Kim2013-04-131-1/+0
* Eo: Fixed an error in in _eo_callback_remove and a few minor things.Tom Hacohen2013-04-122-4/+7
* eeze/sensor: Move eeze_Sernsor_obj_get into private header.Stefan Schmidt2013-04-123-9/+10
* Evas dev: Fixed usage of uninitialized variable.Tom Hacohen2013-04-121-1/+1
* Eo: Moved the debug info functions to the base class code.Tom Hacohen2013-04-122-91/+92
* Eo array: Add more testing.Tom Hacohen2013-04-121-0/+11