summaryrefslogtreecommitdiff
path: root/src/bin/e_thumb.c
Commit message (Expand)AuthorAgeFilesLines
* move internal binaries to subdir - patch from albinCarsten Haitzler2009-01-021-1/+1
* This commit is huge. I did test it a lot on my computer, and it run fine here.Cedric BAIL2008-12-171-5/+6
* Remove Evas list and replace them with Eina list.Cedric BAIL2008-10-221-23/+23
* Switch to eina_stringshare.Cedric BAIL2008-10-151-6/+6
* - nice config for thumbnailing. Needs config dialog.Sebastian Dransfeld2007-04-051-1/+2
* Formatting.Sebastian Dransfeld2007-03-241-13/+13
* a lot of patches - also my work on moving the IO stuff in e_fm to a slaveCarsten Haitzler2007-03-021-1/+1
* add e_thumb_icon_rethumb() - allows re-thumbing after changing e.g. the size ...rephorm2006-10-181-0/+14
* strdup -> evas_stringsharesebastid2006-07-281-11/+13
* now THIS is cute -watch the thumbnails wobble when generated... or foundCarsten Haitzler2006-07-231-0/+3
* bad raster! no coockie! fix segv - thanks valgrindCarsten Haitzler2006-07-231-6/+14
* and some major refinements of efm - the selector code - well its in e_test.cCarsten Haitzler2006-07-221-6/+4
* Cleanupsebastid2006-07-171-2/+1
* shutdown thumbs properlyCarsten Haitzler2006-07-081-0/+35
* slightly more responsive timer and reset object id's once there are noneCarsten Haitzler2006-07-081-0/+1
* actually see the delete req in the thumbnailerCarsten Haitzler2006-07-081-1/+5
* new thumbnailer system. works a bit more like epsilon - launches aCarsten Haitzler2006-07-081-537/+223
* formatting and kiwis thumbnailer fix - not entirely fixed thoCarsten Haitzler2006-07-061-1/+8
* part of mmap/eet changes patchCarsten Haitzler2006-06-131-1/+1
* Add thumbnailing for init screens :) (Thanks CodeWarrior)Christopher Michael2006-06-051-58/+73
* Clean up compile warnings:stffrdhrn2006-03-021-1/+0
* More ecore_exe naming break'n'fix. Should be all done now.David Walter Seikel2006-01-151-1/+1
* sharpies patch.Carsten Haitzler2006-01-151-1/+1
* Minor API breakage and fixage.David Walter Seikel2006-01-131-1/+1
* The evas object isn't always created.sebastid2006-01-071-5/+5
* Fix EAPI warnings.sebastid2006-01-071-11/+11
* - misc checkscodewarrior2005-12-191-7/+10
* - remove trailing slash, thanks kiwicodewarrior2005-12-081-1/+1
* - dont forget to close the eet file.codewarrior2005-12-081-0/+5
* - add method to fetch a thumb's width and height without having to decode the...codewarrior2005-12-081-0/+46
* - make e_thumb fork internallycodewarrior2005-11-221-0/+143
* kind of bring fileman icons into some semblance of workingCarsten Haitzler2005-11-041-1/+2
* - being icon overhaulcodewarrior2005-11-041-3/+9
* - fix warningscodewarrior2005-10-311-5/+5
* Move assoc to e_fileman_filesebastid2005-10-231-82/+73
* stat elements are only 32 bits.sebastid2005-10-231-17/+10
* - getting the alpha from the image isnt working.codewarrior2005-10-231-1/+2
* - modularize e_fm_file thumb determination schemecodewarrior2005-10-221-21/+159
* - fix eap thumbnailingcodewarrior2005-10-211-8/+35
* if image fails to load - give up.Carsten Haitzler2005-10-211-30/+36
* close the eetCarsten Haitzler2005-10-211-1/+1
* generate thumbs vaguely efficiently withotu eating up all ram and generatingCarsten Haitzler2005-10-201-65/+77
* - added e_fileman_iconcodewarrior2005-10-201-2/+8
* - move init / shutdown calls to their proper locationscodewarrior2005-10-191-1/+1
* - add e_thumb, rip code from efm into its own file, can thumbnail images and ...codewarrior2005-10-181-0/+232