summaryrefslogtreecommitdiff
path: root/src/bin/e_fm_mime.c
Commit message (Expand)AuthorAgeFilesLines
* * e: Cleanup use of Eina data structure.Cedric BAIL2009-08-211-18/+10
* ooops! my mistake with missing parenthesis around math!Gustavo Sverzut Barbieri2009-04-181-10/+10
* major cleanup of path creation to $DATADIR and $HOME/.e/eGustavo Sverzut Barbieri2009-04-131-18/+37
* * estickies,Cedric BAIL2009-02-251-1/+1
* This commit is huge. I did test it a lot on my computer, and it run fine here.Cedric BAIL2008-12-171-49/+66
* Use strlcpySebastian Dransfeld2008-10-271-4/+2
* Correct callback for eina_hash_foreach.Sebastian Dransfeld2008-10-261-4/+4
* Remove Evas list and replace them with Eina list.Cedric BAIL2008-10-221-26/+26
* Switch to eina_stringshare.Cedric BAIL2008-10-151-6/+6
* Fix function protos & functions for recent Evas_Hash changes to removeChristopher Michael2008-02-091-4/+4
* Cleanup e_bg & e_theme nicely by removing globs.Christopher Michael2007-10-161-3/+4
* Tell compiler that hash is unused in this function.Christopher Michael2007-10-161-2/+2
* Append to the currect hash.Christopher Michael2007-10-161-4/+4
* Fix returns for evas_hash_modify (which returns a pointer to the old data,Christopher Michael2007-10-161-2/+2
* Add e_fm2_mime_handler_test() to run a mime handler's internal test funcitoncodewarrior2007-10-151-0/+10
* Init some vars to NULL.Christopher Michael2007-10-141-28/+23
* Add context menu for setting themes from efm.Christopher Michael2007-10-141-4/+4
* Append the individual handlers to the list of handlers, not the list as acodewarrior2007-10-141-4/+14
* Rename from fm / Fm to fm2 / Fm2 to stay consistent with code.codewarrior2007-10-141-23/+53
* Add functions to get list of handlers for glob and mime.codewarrior2007-10-141-20/+92
* Add mime/glob _del functions.Christopher Michael2007-10-141-3/+38
* Add data pointers to test / action callbacks.codewarrior2007-10-141-8/+32
* Add a mime_handler_free function.Christopher Michael2007-10-141-1/+10
* Some very minor formatting fixes.Christopher Michael2007-10-141-17/+13
* Skeleton code for upcoming context sensitive menus in EFM. This does nothingcodewarrior2007-10-141-0/+78
* Some minor formatting fix before I start the mime handlers code :)Christopher Michael2007-10-121-2/+1
* Fix warnings.Sebastian Dransfeld2007-07-241-1/+0
* nick's patches to use efreet_mime. seem to work fine.Carsten Haitzler2007-07-161-265/+1
* make mime type loads more correct and efficientCarsten Haitzler2006-11-121-82/+44
* fix list remove. add cache flush. use it.Carsten Haitzler2006-11-041-13/+18
* Don't strdup homedirsebastid2006-09-221-9/+5
* no - xpm is not requried to be supported. this is an auto-icon choice basedCarsten Haitzler2006-09-221-8/+0
* .xpm are allowed for icons to.David Walter Seikel2006-09-221-0/+8
* Remove unused label.sebastid2006-09-211-1/+0
* there is now a mime type ->? icon mapping that can work in many ways... hoorayCarsten Haitzler2006-09-161-6/+116
* add more mime type locations - but this is bad - where do we stop?Carsten Haitzler2006-08-191-0/+28
* case insensitive match.Carsten Haitzler2006-08-191-1/+1
* Fix return value.sebastid2006-08-061-2/+3
* add mime type parser for system mime types (old mime.types and new xdg sharedCarsten Haitzler2006-07-301-0/+292