2009-10-07 |
cedric | * edje: Oops. Correct fix. |
commit | commitdiff | tree | snapshot |
2009-10-07 |
cedric | * edje: Help windows users to be happy. |
commit | commitdiff | tree | snapshot |
2009-10-07 |
cedric | * edje: Another round of llvm warning removal. |
commit | commitdiff | tree | snapshot |
2009-10-07 |
cedric | * edje: Remove some potential bug detected by llvm... |
commit | commitdiff | tree | snapshot |
2009-10-07 |
urandom | a new vimball with updated syntax highlighting and... |
commit | commitdiff | tree | snapshot |
2009-10-06 |
caro | * more quoting |
commit | commitdiff | tree | snapshot |
2009-10-02 |
caro | * use Requires.private field in edje.pc if pkg-config... |
commit | commitdiff | tree | snapshot |
2009-09-29 |
caro | Fix documentation |
commit | commitdiff | tree | snapshot |
2009-09-28 |
barbieri | edje_{,object}_color_class_get() and signals when color... |
commit | commitdiff | tree | snapshot |
2009-09-28 |
raster | edje docs now follow template |
commit | commitdiff | tree | snapshot |
2009-09-17 |
sachiel | Improve documentation for Evas, Ecore, Edje and Elementary. |
commit | commitdiff | tree | snapshot |
2009-09-16 |
sachiel | Move some defines to enum and expose them. |
commit | commitdiff | tree | snapshot |
2009-09-11 |
jeffdameth | also remove text class members on object deletion |
commit | commitdiff | tree | snapshot |
2009-09-02 |
devilhorns | Formatting. |
commit | commitdiff | tree | snapshot |
2009-09-02 |
raster | remove excessive backspace |
commit | commitdiff | tree | snapshot |
2009-09-01 |
sachiel | fix docs |
commit | commitdiff | tree | snapshot |
2009-09-01 |
cedric | * edje: Fix static build of edje. |
commit | commitdiff | tree | snapshot |
2009-08-29 |
caro | remove debug |
commit | commitdiff | tree | snapshot |
2009-08-28 |
caro | remove debug |
commit | commitdiff | tree | snapshot |
2009-08-25 |
caro | allow the user to chose in which directory the temporar... |
commit | commitdiff | tree | snapshot |
2009-08-24 |
caro | small cleanup |
commit | commitdiff | tree | snapshot |
2009-08-24 |
caro | * remove unused parameters (except in edje_lua.c,... |
commit | commitdiff | tree | snapshot |
2009-08-23 |
caro | typo |
commit | commitdiff | tree | snapshot |
2009-08-17 |
davemds | * Remove _strdup(). Useless unless we don't check... |
commit | commitdiff | tree | snapshot |
2009-08-17 |
cedric | * edje: Fix tween when comming from same state. |
commit | commitdiff | tree | snapshot |
2009-08-17 |
davemds | * Do not include edje_cc.h anymore :) |
commit | commitdiff | tree | snapshot |
2009-08-17 |
davemds | * Do not use the 'Font' struct from edje_cc.h |
commit | commitdiff | tree | snapshot |
2009-08-17 |
davemds | * Do not use SZ() macro from edje_cc.h |
commit | commitdiff | tree | snapshot |
2009-08-17 |
cedric | * edje: Fix calc. |
commit | commitdiff | tree | snapshot |
2009-08-17 |
davemds | * rename mem_strdup() to not clash (in the case of... |
commit | commitdiff | tree | snapshot |
2009-08-17 |
cedric | * edje: Remove warning, mainly due to lua merge. |
commit | commitdiff | tree | snapshot |
2009-08-16 |
raster | do not exit on lua errors! this would be righteously... |
commit | commitdiff | tree | snapshot |
2009-08-16 |
raster | From: "Hanspeter Portner" <ventosus@airpost.net> |
commit | commitdiff | tree | snapshot |
2009-08-14 |
cedric | * edje: Make EDJE_CALC_CACHE on by default. |
commit | commitdiff | tree | snapshot |
2009-08-14 |
cedric | * edje_calc: Major cleanup. |
commit | commitdiff | tree | snapshot |
2009-08-13 |
cedric | * edje_calc: Use 20 bytes less per Edje_Calc_Params. |
commit | commitdiff | tree | snapshot |
2009-08-13 |
cedric | * edje_calc: Cleanup calc structure. |
commit | commitdiff | tree | snapshot |
2009-08-13 |
cedric | * eet: Fix prefix. |
commit | commitdiff | tree | snapshot |
2009-08-13 |
cedric | * edje: Use new clean API from Eet. |
commit | commitdiff | tree | snapshot |
2009-08-12 |
barbieri | NULL sfont as it might be used earlier. |
commit | commitdiff | tree | snapshot |
2009-08-12 |
cedric | * edje: Starting refactor of edje_recalc_single. |
commit | commitdiff | tree | snapshot |
2009-08-12 |
cedric | * edje: Reverting to recalc_do in edje smart resize. |
commit | commitdiff | tree | snapshot |
2009-08-11 |
cedric | * edje: Oops, fix drag. |
commit | commitdiff | tree | snapshot |
2009-08-11 |
cedric | * edje: Free the Edje_Real_Part_Drag. |
commit | commitdiff | tree | snapshot |
2009-08-11 |
cedric | * edje: Make Edje_Real_Part_Drag a pointer. Win 100... |
commit | commitdiff | tree | snapshot |
2009-08-11 |
cedric | * edje: More cleanup of Edje_Real_Part. |
commit | commitdiff | tree | snapshot |
2009-08-11 |
cedric | * edje: Cleanup drag part of Edje_Real_Part. |
commit | commitdiff | tree | snapshot |
2009-08-11 |
cedric | * edje: Starting cleanup of Edje_Real_Part. |
commit | commitdiff | tree | snapshot |
2009-08-11 |
cedric | * edje_load: More cleanup. |
commit | commitdiff | tree | snapshot |
2009-08-11 |
cedric | * edje: Some cleanup, mainly removing dead code. |
commit | commitdiff | tree | snapshot |
2009-08-10 |
cedric | * edje: Fix memory count. |
commit | commitdiff | tree | snapshot |
2009-08-10 |
cedric | * edje: Add a cache for _edje_part_recalc_single. |
commit | commitdiff | tree | snapshot |
2009-08-10 |
cedric | * edje: Oops, not the right one. |
commit | commitdiff | tree | snapshot |
2009-08-10 |
cedric | * edje_recalc: Reduce use of stack. |
commit | commitdiff | tree | snapshot |
2009-08-10 |
cedric | * edje: Delay edje_recalc on edje object resize. |
commit | commitdiff | tree | snapshot |
2009-08-10 |
cedric | * edje: Group configure block together. |
commit | commitdiff | tree | snapshot |
2009-08-10 |
cedric | * edje: Reduce sizeof (Edje_Calc_Params). |
commit | commitdiff | tree | snapshot |
2009-08-07 |
devilhorns | Patch from Victor <victor.scorpion@gmail.com> to fix... |
commit | commitdiff | tree | snapshot |
2009-07-29 |
raster | back to pre ver's |
commit | commitdiff | tree | snapshot |
2009-07-29 |
raster | SNAPSHOT: svn-03 |
commit | commitdiff | tree | snapshot |
2009-07-28 |
kwo | Add som m4 directory ignores. |
commit | commitdiff | tree | snapshot |
2009-07-18 |
mickeyl | edje: add first bunch of typedefs for previously anonym... |
commit | commitdiff | tree | snapshot |
2009-07-13 |
antognolli | Created new function edje_edit_image_data_add(). |
commit | commitdiff | tree | snapshot |
2009-07-11 |
caro | typo |
commit | commitdiff | tree | snapshot |
2009-07-10 |
barbieri | fix minor glitches with edje box. |
commit | commitdiff | tree | snapshot |
2009-06-27 |
caro | update m4 macros (mainly formatting) |
commit | commitdiff | tree | snapshot |
2009-06-18 |
raster | move adding of events if entry only if entry part exists. |
commit | commitdiff | tree | snapshot |
2009-06-17 |
cedric | * edje: Remove last set of Evas_Hash, and move to... |
commit | commitdiff | tree | snapshot |
2009-06-15 |
raster | back to svn soname |
commit | commitdiff | tree | snapshot |
2009-06-15 |
raster | make distcheck and... SNAP! |
commit | commitdiff | tree | snapshot |
2009-06-10 |
barbieri | typo-- |
commit | commitdiff | tree | snapshot |
2009-06-03 |
raster | mirko - thanks. spotted a crahs when magic debug is... |
commit | commitdiff | tree | snapshot |
2009-05-26 |
barbieri | fix debian rules files. |
commit | commitdiff | tree | snapshot |
2009-05-24 |
andreas | updated docu |
commit | commitdiff | tree | snapshot |
2009-05-22 |
raster | revertg big R to L patches because they break cursors... |
commit | commitdiff | tree | snapshot |
2009-05-18 |
raster | tasn's rtl pathes and improvements... continued! |
commit | commitdiff | tree | snapshot |
2009-05-15 |
caro | underquoted parameters |
commit | commitdiff | tree | snapshot |
2009-05-15 |
caro | update efl_doxygen.m4 |
commit | commitdiff | tree | snapshot |
2009-05-15 |
caro | Put the closing parenthesis just after the last closing... |
commit | commitdiff | tree | snapshot |
2009-05-14 |
caro | * include Ecore_IMF.h before Edje.h so that EAPI |
commit | commitdiff | tree | snapshot |
2009-05-14 |
raster | fix input method composition plus fuxes to match textblock |
commit | commitdiff | tree | snapshot |
2009-05-14 |
caro | too many 'yes'. |
commit | commitdiff | tree | snapshot |
2009-05-13 |
caro | * fix build when ecore_imf is not available. Patch... |
commit | commitdiff | tree | snapshot |
2009-05-13 |
caro | don't use the release stuff for Windows CE |
commit | commitdiff | tree | snapshot |
2009-05-13 |
raster | ecore_imf input method support for edjeentry - on-scree... |
commit | commitdiff | tree | snapshot |
2009-05-11 |
raster | comments - man is that struct big! |
commit | commitdiff | tree | snapshot |
2009-05-07 |
raster | allow scale_hint to be added to items in edje |
commit | commitdiff | tree | snapshot |
2009-05-06 |
raster | use more rediculously big double |
commit | commitdiff | tree | snapshot |
2009-05-04 |
quaker | Fixed debian stuff everywhere. |
commit | commitdiff | tree | snapshot |
2009-05-03 |
rbelem | Added libtool as Build-Depends to everything that uses |
commit | commitdiff | tree | snapshot |
2009-05-02 |
barbieri | use alloca+memcpy instead of strdupa. |
commit | commitdiff | tree | snapshot |
2009-05-02 |
barbieri | Allow sending signals to GROUP sub-parts. |
commit | commitdiff | tree | snapshot |
2009-04-27 |
raster | fix corner case with edje - where u check for existens... |
commit | commitdiff | tree | snapshot |
2009-04-27 |
barbieri | mark edje as dirty if box/table children changed. |
commit | commitdiff | tree | snapshot |
2009-04-27 |
barbieri | recalculate table if it is dirty. |
commit | commitdiff | tree | snapshot |
2009-04-24 |
rbelem | Merge branch 'debian-fixes' |
commit | commitdiff | tree | snapshot |
2009-04-23 |
quaker | 1. fixed exalt-client module load, 2. fixed edje DEB_SO... |
commit | commitdiff | tree | snapshot |
2009-04-23 |
quaker | Fixed typo in edje debian/control, thx to sur5r |
commit | commitdiff | tree | snapshot |
2009-04-23 |
quaker | Added libedje-bin to depends of libedje-dev. |
commit | commitdiff | tree | snapshot |
2009-04-23 |
raster | fix calc - do not reset calc_only flag! it wanst set... |
commit | commitdiff | tree | snapshot |
next |