Carsten Haitzler
b55ce098bf
e thumb - support signal emits and desk pan msgs for thumbs
...
this in theory allows pan desk thumbs to work... but hey ... they are
broken anyway... :)
@fix
6 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
ae7ca9105f
Hi,
...
here is a patch.
1. free() already null-checks the passed argument, so it is not
necessary to do 'if(x) free(x)'.
2. Moved some '{free(x); x = NULL}' to E_FREE.
3. In e_start_main.c, 'buf' is allocated with the size of the
two arguments + '=', so we don't need to check for lenght;
we should use sprintf().
thanks
Maxime Villard
SVN revision: 81364
10 years ago
Mike Blumenkrantz
d1b1e0be06
finally fix annoying null safety errors on shutdown
...
SVN revision: 75853
11 years ago
Mike Blumenkrantz
5c3db51baf
fix bad stringshare use in e_thumb
...
SVN revision: 73818
11 years ago
Mike Blumenkrantz
36c7e47745
formatting
...
SVN revision: 72948
11 years ago
Vincent Torri
c3b0637802
e17: whitespaces--
...
SVN revision: 72561
11 years ago
Carsten Haitzler
71e3978df0
fix thumb key fetch for color sorting!
...
SVN revision: 71342
11 years ago
Vincent Torri
c30aaf8dde
e17: remove some shadow variables
...
SVN revision: 70190
11 years ago
Carsten Haitzler
0078d30bdc
segv's waiting to happen wrong api calls on wrong object types - check
...
to protect.
SVN revision: 66707
11 years ago
Hannes Janetzek
bc5f550546
e17/efm: show mime icons when thumbnail failed
...
SVN revision: 61654
12 years ago
Gustavo Sverzut Barbieri
6f2213cb25
convert init/shutdown to EINTERN, move some to _update().
...
Do not abuse the concept of e_*_init(), make them call-once and those
that needed multiple call are renamed to e_*_update(). To make sure
convert them to EINTERN so the symbols are not exported.
Actually I guess too much is exported as EAPI while they should be
EINTERN, but that would require manual investigation, while this patch
was basically created with sed + grep.
SVN revision: 54795
12 years ago
Sebastian Dransfeld
3c12d4daba
__UNUSED__ last
...
SVN revision: 54193
12 years ago
Christopher Michael
290fd324b2
Add unused.
...
SVN revision: 51332
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
Christopher Michael
8dbdeb73da
Check event handlers are valid before trying to delete them.
...
Use PATH_MAX.
Fix formatting/whitespace.
SVN revision: 44990
13 years ago
Carsten Haitzler
88d2d262e5
1. for some reason the po's needed a lot of updates - msgmerge thiks so
...
2. use preload for icons a lot.
SVN revision: 43191
13 years ago
Cedric BAIL
f8c05999e4
* e: Cleanup use of Eina data structure.
...
Patch from Peter van de Werken <pwerken-e@a-eskwadraat.nl>.
SVN revision: 41916
14 years ago
Carsten Haitzler
b592a9176f
1. fix thumb to not use preload thread - i spotted bugs. concurrency ones.
...
2. also write a sort id (harmless - doesnt affect anything). useful for...
sorting.
SVN revision: 40166
14 years ago
Carsten Haitzler
cbe9342be3
for e_thumb.. use preload!
...
SVN revision: 39866
14 years ago
Carsten Haitzler
0c41ae041e
move internal binaries to subdir - patch from albin
...
SVN revision: 38414
14 years ago
Cedric BAIL
773d102291
This commit is huge. I did test it a lot on my computer, and it run fine here.
...
But is so big i fear i could have broken some piece of code. So report any wrong
behaviour to me (cedric on #edevelop).
So moving e17 and efreet to eina_hash. With a little efreet API break so they
must come together.
SVN revision: 38185
14 years ago
Cedric BAIL
1087de2397
Remove Evas list and replace them with Eina list.
...
No change for ->next and ->data access right now, as the patch is already
big enough.
SVN revision: 36962
14 years ago
Cedric BAIL
3d6749983b
Switch to eina_stringshare.
...
This could also change the usage of string share in E17.
SVN revision: 36679
15 years ago
Sebastian Dransfeld
8e1c36d005
- nice config for thumbnailing. Needs config dialog.
...
- event for theme change.
SVN revision: 29381
16 years ago
Sebastian Dransfeld
b150b36b93
Formatting.
...
SVN revision: 29008
16 years ago
Carsten Haitzler
b2a0abb8eb
a lot of patches - also my work on moving the IO stuff in e_fm to a slave
...
16 years ago
rephorm
71fcf80be5
add e_thumb_icon_rethumb() - allows re-thumbing after changing e.g. the size to thumb at
...
use rethumb in desk preview
SVN revision: 26679
17 years ago
sebastid
02d2993d17
strdup -> evas_stringshare
...
SVN revision: 24266
17 years ago
Carsten Haitzler
10ffed6545
now THIS is cute -watch the thumbnails wobble when generated... or found
...
17 years ago
Carsten Haitzler
b9acc42122
bad raster! no coockie! fix segv - thanks valgrind
...
17 years ago
Carsten Haitzler
01efbd7683
and some major refinements of efm - the selector code - well its in e_test.c
...
17 years ago
sebastid
d4aa3c882f
Cleanup
...
SVN revision: 23993
17 years ago
Carsten Haitzler
0d57bcd376
shutdown thumbs properly
...
17 years ago
Carsten Haitzler
71f3865361
slightly more responsive timer and reset object id's once there are none
...
17 years ago
Carsten Haitzler
2bf3acac8b
actually see the delete req in the thumbnailer
...
17 years ago
Carsten Haitzler
50063cad9c
new thumbnailer system. works a bit more like epsilon - launches a
...
17 years ago
Carsten Haitzler
12f620b919
formatting and kiwis thumbnailer fix - not entirely fixed tho
...
17 years ago
Carsten Haitzler
734e41b598
part of mmap/eet changes patch
...
17 years ago
Christopher Michael
f4814dc96d
Add thumbnailing for init screens :) (Thanks CodeWarrior)
...
Make Startup config dialog use static thumbnails in list now.
SVN revision: 23181
17 years ago
stffrdhrn
218717c8dc
Clean up compile warnings:
...
* char * -> const char * for stringshare strings
* char * -> const char * where needed in functions
* remove unused vars in some places
SVN revision: 20912
17 years ago
David Walter Seikel
fe96145090
More ecore_exe naming break'n'fix. Should be all done now.
...
SVN revision: 19832
17 years ago
Carsten Haitzler
52abf0c9be
sharpies patch.
...
17 years ago
David Walter Seikel
f102024cfa
Minor API breakage and fixage.
...
SVN revision: 19757
17 years ago
sebastid
1a57f7d02b
The evas object isn't always created.
...
SVN revision: 19606
17 years ago
sebastid
6a638a7806
Fix EAPI warnings.
...
SVN revision: 19597
17 years ago
codewarrior
6121b94137
- misc checks
...
- add theme selector (basic mode only) from Chady
SVN revision: 19148
17 years ago
codewarrior
3be597c032
- remove trailing slash, thanks kiwi
...
SVN revision: 18912
17 years ago