aboutsummaryrefslogtreecommitdiffstats
path: root/src/main.c
Commit message (Collapse)AuthorAgeFilesLines
* experimental support for imagemagick backendJohn Hawthorn2009-08-311-6/+2
|
* support for netpbm color and bw binary format (P4 and P6)John Hawthorn2009-07-241-0/+2
|
* load jpegs scaled 1/8 firstJohn Hawthorn2009-02-171-18/+35
|
* switched to using state to keep track of imageJohn Hawthorn2009-02-161-25/+20
|
* more TDEBUG informationJohn Hawthorn2009-01-041-0/+2
|
* next version is 0.2John Hawthorn2009-01-031-1/+1
|
* cleanup. Fix case of empty list."John Hawthorn ext:(%22)2009-01-011-1/+6
|
* minor bug"John Hawthorn ext:(%22)2008-12-311-1/+4
|
* added version and updated usage"John Hawthorn ext:(%22)2008-12-311-2/+6
|
* select() waits properly, cleanup in main.c"John Hawthorn ext:(%22)2008-12-311-13/+10
|
* working -ctl support"John Hawthorn ext:(%22)2008-12-311-16/+46
|
* use GNU getline (temporary)"John Hawthorn ext:(%22)2008-12-311-5/+7
|
* added rudimentary `meh -list` support"John Hawthorn ext:(%22)2008-12-261-4/+27
|
* cleanup"John Hawthorn ext:(%22)2008-12-211-4/+4
|
* Major changes. Optional XShm support, bilinear scaling, caching WIPJohn Hawthorn2008-09-131-99/+100
|
* added -ctl supportJohn Hawthorn2008-06-301-104/+185
|
* 2 minor bugsJohn Hawthorn2008-06-271-1/+2
|
* added close method. Fixed all known memory leaksJohn Hawthorn2008-06-251-19/+7
|
* cleanupJohn Hawthorn2008-06-251-4/+4
|
* ready for -list and -ctlJohn Hawthorn2008-06-251-4/+16
|
* cleanupJohn Hawthorn2008-06-251-32/+12
|
* cleanupJohn Hawthorn2008-06-241-1/+9
|
* cleanupJohn Hawthorn2008-06-241-2/+2
|
* cleanupJohn Hawthorn2008-06-221-9/+22
|
* preparing for larger changesJohn Hawthorn2008-06-171-22/+31
|
* reorganizedJohn Hawthorn2008-06-171-169/+10
|
* improved speed of scaleJohn Hawthorn2008-06-161-9/+17
|
* replace popcount with ctzJohn Hawthorn2008-06-161-12/+8
|
* fixed ximage()John Hawthorn2008-06-161-3/+3
|
* changed all formats to use struct imageJohn Hawthorn2008-06-161-48/+51
|
* split format work into seperate functions. Only JPEG works for nowJohn Hawthorn2008-06-151-31/+42
|
* minor changeJohn Hawthorn2008-06-151-1/+5
|
* fixed resize aspect bugJohn Hawthorn2008-06-151-0/+5
|
* working gif supportJohn Hawthorn2008-06-141-3/+0
|
* whateverJohn Hawthorn2008-06-131-0/+3
|
* fixed memory leaksJohn Hawthorn2008-06-051-5/+9
|
* aspect ratio wm hintsJohn Hawthorn2008-06-041-3/+12
|
* tmpJohn Hawthorn2008-06-031-2/+5
|
* add Enter & stdout functionalityJohn Hawthorn2008-05-271-2/+3
|
* linked list to store images, proper error handlingJohn Hawthorn2008-05-221-12/+52
|
* basic error handlingJohn Hawthorn2008-05-221-12/+11
|
* cleanupJohn Hawthorn2008-05-221-4/+2
|
* work towards gif supportJohn Hawthorn2008-05-221-1/+1
|
* ready for gif decoderJohn Hawthorn2008-05-191-3/+2
|
* include string.hJohn Hawthorn2008-05-191-0/+1
|
* more preparationsJohn Hawthorn2008-05-191-9/+13
|
* prepare for other file typesJohn Hawthorn2008-05-191-12/+26
|
* 16 bit depthJohn Hawthorn2008-05-151-13/+12
|
* black border when preserving aspect ratioJohn Hawthorn2008-05-151-7/+22
|
* preserve aspect ratio, cleanupJohn Hawthorn2008-05-151-6/+13
|