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
Cedric BAIL
5327abfc35
e: defensive test, just in case the geometry is NULL.
...
SVN revision: 71231
11 years ago
Christopher Michael
737964813b
Add unused where needed.
...
SVN revision: 51357
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
Christopher Michael
6ab63682dd
Fix API Inconsistency in regards to e_widget_min_size_* . Renamed to
...
e_widget_size_min_* . This Large commit should fix everything in svn that is
using those functions.
SVN revision: 42152
14 years ago
Sebastian Dransfeld
2415c7e4d0
EAPI
...
SVN revision: 32352
15 years ago
Christopher Michael
765923de6b
Remove unneeded printf.
...
SVN revision: 29802
16 years ago
rephorm
4de21d59b3
use aspect widget for theme preview, so that it scales up to fit as large as it can, without losing aspect
...
SVN revision: 29795
16 years ago
rephorm
e48b1cb1f7
fix aspect widget
...
SVN revision: 29794
16 years ago
Christopher Michael
b79ca03091
Remove a bunch of blank lines at end of the file.
...
SVN revision: 28117
16 years ago
rephorm
7c2f28556a
add preview widget to Virtual Desktops dialog
...
17 years ago