Mike Blumenkrantz
59fa0e418d
use E_BITFIELD define for bitfield struct members
...
on release builds this will be a bitfield, on devel builds it will make
bools a normal unsigned char for easier debugging
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
df9fd68281
ensure that confirm dialogs call either the yes or no function when they are closed even if a button is not pressed
...
SVN revision: 76102
11 years ago
Mike Blumenkrantz
2424eef275
formatting
...
SVN revision: 76101
11 years ago
Vincent Torri
c3b0637802
e17: whitespaces--
...
SVN revision: 72561
11 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
kiwi
629fcbbc65
confirm dialogs can now be deleted via e_object_del() call
...
SVN revision: 29782
16 years ago
Christopher Michael
c98c099d95
Just some doxy fixes to make the sentence sound sane.
...
SVN revision: 27968
16 years ago
Carsten Haitzler
1f05439257
1 metric tonne of pooch.
...
17 years ago
sndev
b8ed636f52
1. The confirmation dialog on shelf delete is added. Somebody on IRC proposed to have it.
...
17 years ago