summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* evas: migrate GL_X11 to use more infrastructure of software_generic.devs/cedric/refactoring_engineCedric BAIL2014-07-043-997/+781
* evas: add more infrastructure to software_generic backend to be ready for GL_...Cedric BAIL2014-07-0423-122/+167
* evas: rename Evas_GL_X11_Window to Outbuf.Cedric BAIL2014-07-043-19/+19
* evas: add support for merging redraw area across multiple frame with differen...Cedric BAIL2014-07-042-14/+31
* evas: remove unused include that can lead to problematic include on some plat...Cedric BAIL2014-07-041-2/+0
* evas: make DDraw backend use more software generic.Cedric BAIL2014-07-042-226/+46
* evas: Make GDI backend use more software generic infrastructure.Cedric BAIL2014-07-042-223/+47
* evas: simplify Wayland_SHM backend to use software generic infrastructure.Cedric BAIL2014-07-044-415/+82
* evas: simplify DRM backend to use Software generic infrastructure more.Cedric BAIL2014-07-043-403/+102
* edje_edit: adding code generation for map functionsVorobiov Vitalii2014-07-041-0/+60
* edje_edit: fixing -Wshadow compile warning with edje_edit_access_setVorobiov Vitalii2014-07-041-2/+2
* edje_edit: adding @since 1.11Vorobiov Vitalii2014-07-041-4/+52
* evas/gl - removed redundant shader masking code.ChunEon Park2014-07-047-219/+0
* fix xcb as well as xlib - match altgr conflict fixCarsten Haitzler (Rasterman)2014-07-041-0/+42
* this fixes crazy french altgr setups that confuse binding masksCarsten Haitzler (Rasterman)2014-07-043-54/+273
* evas - gl common - fix drop of image on cache hit in gl engine imagesCarsten Haitzler (Rasterman)2014-07-041-13/+11
* eolian: have eolian_all_classes_list_get instead of eolian_class_names_list_getDaniel Kolesa2014-07-033-11/+5
* Revert "ecore: animator use eo_add() instead of eo_add_custom()"Jérémy Zurcher2014-07-033-103/+52
* ecore: animator use eo_add() instead of eo_add_custom()Jérémy Zurcher2014-07-033-52/+103
* autotools: Removed duplicate from src/Makefile.am.Savio Sena2014-07-031-2/+1
* edje: Edje-Edit: edje_edit_state_map_on_xet()Igor Gala2014-07-032-4/+48
* Edje_Edit: added clean save functionAndrii Kroitor2014-07-032-0/+96
* edje_edit: fix edc code generation for image fill tipe parameter and PLAY_SAM...Kateryna Fesyna2014-07-031-3/+4
* eo: constructor tests do not use eo_add_custom(..)Jérémy Zurcher2014-07-033-14/+23
* configure.ac: Remove obsolete macrosbluezery2014-07-031-115/+63
* edje_edit: Add edje_edit_state_map_point_color functions.Vorobiov Vitalii2014-07-032-0/+130
* edje_edit: Add edje_edit_part_item_position_get/set.Maksym Volodin2014-07-032-2/+84
* edje_edit: Add edje_edit_part_item_aspect_mode functions.Vorobiov Vitalii2014-07-032-1/+103
* Edje_Edit: added API for group.limitsAndrii Kroitor2014-07-032-0/+166
* eldbus-cxx: Implementation of eldbus C++ APIFelipe Magno de Almeida2014-07-0325-34/+2121
* edje: Edje-Edit: edje_edit_state_map_perspective_xet()Igor Gala2014-07-032-0/+69
* update README to have right version for vest release!Carsten Haitzler (Rasterman)2014-07-031-1/+1
* Evas gl: Add support for S3TC texturesJean-Philippe Andre2014-07-036-51/+124
* Evas: Complete DDS loader with direct S3TC data loadJean-Philippe Andre2014-07-033-16/+236
* Evas DDS: Implement support for DXT4 and DXT5Jean-Philippe Andre2014-07-033-3/+57
* Evas DDS: Implement decoding of DXT2 and DXT3Jean-Philippe Andre2014-07-033-23/+51
* Evas DDS: Implement DXT1 to RGBA decodingJean-Philippe Andre2014-07-034-53/+174
* Evas DDS: Start implementing DDS file loaderJean-Philippe Andre2014-07-033-8/+247
* Evas: Add DDS image file loaderJean-Philippe Andre2014-07-035-0/+204
* Evas loaders: Add new format definitions for S3TCJean-Philippe Andre2014-07-031-0/+8
* Evas gl: Remove hack around CompressedTexImage2DJean-Philippe Andre2014-07-032-28/+53
* Evas gl: Fix texture allocation (missing Y offset)Jean-Philippe Andre2014-07-031-9/+7
* Evas: Support duplicated borders in surface allocJean-Philippe Andre2014-07-036-35/+62
* Evas loader: Introduce border paramJean-Philippe Andre2014-07-033-0/+13
* eolian: rename the log domainDaniel Kolesa2014-07-031-1/+1
* eolian: use eina logging for error messagesDaniel Kolesa2014-07-032-11/+17
* eolian: print error line with a caretDaniel Kolesa2014-07-033-9/+24
* eolian: keep track of column betterDaniel Kolesa2014-07-032-7/+8
* eolian: use eina APIDaniel Kolesa2014-07-031-11/+7
* eolian: show column information when matching balanced bracesDaniel Kolesa2014-07-031-33/+43