aboutsummaryrefslogtreecommitdiffstats
path: root/src/main.c
Commit message (Expand)AuthorAgeFilesLines
* update files for 0.3John Hawthorn2010-01-111-1/+1
* fix segfault when changing imagesJohn Hawthorn2010-01-091-2/+4
* preliminary caching support. Next/prev images are loaded before being viewed.John Hawthorn2010-01-051-23/+49
* cleanup and declare some methods as staticJohn Hawthorn2010-01-041-22/+14
* major cleanup. xlib methods have been abstracted away as a genericJohn Hawthorn2010-01-041-143/+93
* aleays redraw after scaling, allows more responsive resizing.John Hawthorn2009-12-221-11/+15
* Fixed a bug where we would reload a (potentially closed) image with an expose...John Hawthorn2009-12-221-2/+4
* don't rescale on expose eventsJohn Hawthorn2009-12-211-4/+4
* cleanup. prepare for caching.John Hawthorn2009-11-211-28/+22
* fix -ctl modeJohn Hawthorn2009-10-061-0/+1
* 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