aboutsummaryrefslogtreecommitdiffstats
path: root/src/main.c
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* various optimizationsJohn Hawthorn2008-05-151-52/+65
|
* added debugging for expose eventsJohn Hawthorn2008-05-141-0/+1
|
* initialJohn Hawthorn2008-05-141-0/+210