Carsten Haitzler
6da22e22f8
e pan/scrollframe - fix garbage pan values that happen temporarily
...
during setup garbage pan positions can be set due to uninitialized
local variables. fix that to initialize.
@fix
5 years ago
Chris Michael
0a94e8ba71
enlightenment: Make E build again with EFL from git
...
sed -i 's/EAPI/E_API/g'
Signed-off-by: Chris Michael <cp.michael@samsung.com>
8 years ago
Mike Blumenkrantz
471dcb24cb
__UNUSED__ -> EINA_UNUSED
...
this has been bugging me forever. __UNUSED__ is no longer a valid macro here.
8 years ago
Mike Blumenkrantz
9e8e755cdf
formatting: all at once
...
SVN revision: 82625
10 years ago
Vincent Torri
c3b0637802
e17: whitespaces--
...
SVN revision: 72561
11 years ago
Mike Blumenkrantz
13838f3dd0
formatting
...
SVN revision: 72443
11 years ago
Christopher Michael
35dd0dce96
Add unused.
...
SVN revision: 51323
13 years ago
Lucas De Marchi
6638a10e20
FORMATTING
...
* Remove vim modelines:
find . -name '*.[chx]' -exec sed -i '/\/\*$/ {N;N;/ \* vim:ts/d}' \{\} \;
find . -name '*.[chx]' -exec sed -i '/\/[\*\/] *vim:/d' \{\} \;
* Remove leading blank lines:
find . -name '*.[cxh]' -exec sed -i '/./,$!d'
If you use vim, use this in your .vimrc:
set ts=8 sw=3 sts=8 expandtab cino=>5n-3f0^-2{2(0W1st0
SVN revision: 50816
13 years ago
Cedric BAIL
c6a118d738
* e: remove warning due to Ecore API change.
...
SVN revision: 49833
13 years ago
Carsten Haitzler
072f4b664f
fix evas error debug where passing in null objects is bad.
...
SVN revision: 41788
14 years ago
Christopher Michael
898b6f3cae
Fix typo, Thanks Viktor :)
...
SVN revision: 40681
14 years ago
Christopher Michael
6fd36aa8b4
use E_NEW & E_FREE macros
...
SVN revision: 40680
14 years ago
Christopher Michael
3f11b601c6
Remove some unneeded variables. Formatting & Whitespace removal.
...
SVN revision: 40679
14 years ago
Gustavo Sverzut Barbieri
e5c4d62fd4
Set member_{add,del} to NULL.
...
SVN revision: 37091
14 years ago
Gustavo Sverzut Barbieri
18966c828b
Add calculate callback to Evas_Smart_Class.
...
Some people is using it for some time now without problems, so I'm
adding it to SVN to get some broader use. Remember to recompile ALL
libraries that depend on Evas as it will change the
EVAS_SMART_CLASS_VERSION and old classes will fail to load.
This will also change Edje so it will postpone _edje_recalc() to
render time, calculate() callback, however some methods will force
early recalculation.
SVN revision: 35860
15 years ago
Christopher Michael
87ad212fab
Very minor formatting fix.
...
SVN revision: 33606
15 years ago
Carsten Haitzler
a960cd070b
move a chunk of stuff to use evas_smart_class_new() - evas_smart_new() will
...
16 years ago
sebastid
6a638a7806
Fix EAPI warnings.
...
SVN revision: 19597
17 years ago
Carsten Haitzler
6890023f71
a scrollview smart plus gfx for it.
...
18 years ago
Carsten Haitzler
27a2bc154c
the first wave of evas smart object modes. commit hell #1 . :) other things
...
18 years ago
Carsten Haitzler
03651d0fcb
and now all the internal widgets understand keyboard focus and control.
...
18 years ago
Carsten Haitzler
ee64605f0c
1. an update to mad fin speak
...
18 years ago