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
baed804727
argh, another case of someone making callbacks with the data param last! fix fix! ABI borked again!
...
SVN revision: 76663
11 years ago
Mike Blumenkrantz
916fd8e183
fix e_fm2_mime_handler_mime_handlers_get() to return const like it should and fix usages to prevent freeing handlers. whoever wrote this initially should come over here so I can deliver spankies.
...
SVN revision: 75767
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
Cedric BAIL
c82f19e052
* e: Remove all reference to Evas_Data and move to Eina_Bool.
...
SVN revision: 41080
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
codewarrior
f3b6e167e9
Add e_fm2_mime_handler_test() to run a mime handler's internal test funciton
...
When as right click an icon, we need to run the test function to determine of
context entries need to go into the menu or not. (previously, only the glob /
mime check was being done)
SVN revision: 32080
16 years ago
codewarrior
e9a0d97c04
Rename from fm / Fm to fm2 / Fm2 to stay consistent with code.
...
Change glob get function to do glob matching.
SVN revision: 32066
16 years ago
codewarrior
9c181a96c3
Add functions to get list of handlers for glob and mime.
...
Add function sto call all handlers for a mime / glob.
SVN revision: 32065
16 years ago
codewarrior
c1601cdc69
Add functions to get list of handlers for glob and mime.
...
Add function sto call all handlers for a mime / glob.
SVN revision: 32064
16 years ago
Christopher Michael
f196a8b159
Add mime/glob _del functions.
...
SVN revision: 32062
16 years ago
codewarrior
9ffb9ddab7
Add data pointers to test / action callbacks.
...
Add function to call a handler.
SVN revision: 32061
16 years ago
Christopher Michael
3304ad77d4
Add a mime_handler_free function.
...
SVN revision: 32060
16 years ago
codewarrior
7722513648
Skeleton code for upcoming context sensitive menus in EFM. This does nothing
...
and should be disregarded right now. (=
SVN revision: 32058
16 years ago
Carsten Haitzler
378f823149
fix list remove. add cache flush. use it.
...
16 years ago
Carsten Haitzler
8c9abfcdc5
there is now a mime type ->? icon mapping that can work in many ways... hooray
...
17 years ago
Carsten Haitzler
f8f31a59c2
add mime type parser for system mime types (old mime.types and new xdg shared
...
17 years ago