aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #9 from guillerodriguez/masterHEADmasterJohn Hawthorn2015-04-112-9/+16
|\
| * Fix unused result warningsgrodriguez2014-02-042-9/+16
* | fixed for API change in DGifCloseFile (giflib 5.1)Andreas Baumann2014-06-201-0/+17
|/
* Fix for use without window managergrodriguez2014-01-311-0/+10
* Fixes race conditiongrodriguez2014-01-311-1/+1
* proper error message on missing X displayJohn Hawthorn2013-12-281-2/+5
* check return value of XOpenDisplay before usingRyan Tandy2013-12-281-1/+1
* hotfix for meh using giflib 5.xAndreas Baumann2013-08-031-3/+10
* XK_0 1:1 zoomJohn Hawthorn2013-08-031-0/+4
* xlib.c: default visual is unusedJohn Hawthorn2013-08-031-2/+0
* fix compilation with giflib >= 4.2.0John Hawthorn2013-05-151-8/+11
* Added left and right keybindings (fixes #1)John Hawthorn2012-02-231-0/+6
* replace png_check_sig with png_sig_cmp. Fixes compilation with libpng 1.4. Pa...John Hawthorn2010-02-021-1/+1
* 2 bugsJohn Hawthorn2010-01-193-3/+7
* fixed bug with XSHM use due to new caching behaviourJohn Hawthorn2010-01-151-14/+15
* update files for 0.3John Hawthorn2010-01-111-1/+1
* proper alpha handling with pngs. (hardcoded white background)John Hawthorn2010-01-111-1/+10
* fix segfault when changing imagesJohn Hawthorn2010-01-091-2/+4
* preliminary caching support. Next/prev images are loaded before being viewed.John Hawthorn2010-01-052-23/+50
* cleanup and declare some methods as staticJohn Hawthorn2010-01-042-23/+15
* major cleanup. xlib methods have been abstracted away as a genericJohn Hawthorn2010-01-049-200/+266
* major cleanup. all xlib methods have been abstracted away as a moreJohn Hawthorn2010-01-041-0/+9
* slight tweaks. slightly fasterJohn Hawthorn2009-12-251-9/+11
* aleays redraw after scaling, allows more responsive resizing.John Hawthorn2009-12-222-11/+17
* Fixed a bug where we would reload a (potentially closed) image with an expose...John Hawthorn2009-12-221-2/+4
* added super sampling scaleJohn Hawthorn2009-12-212-8/+76
* don't rescale on expose eventsJohn Hawthorn2009-12-211-4/+4
* add performance tests for scaling.John Hawthorn2009-12-203-22/+23
* cleanup. prepare for caching.John Hawthorn2009-11-212-29/+23
* fixed whitespaceJohn Hawthorn2009-11-215-17/+17
* fix -ctl modeJohn Hawthorn2009-10-061-0/+1
* hard tabs"John Hawthorn ext:(%22)2009-09-142-48/+48
* fix compiler warningsJohn Hawthorn2009-08-312-0/+3
* whoops. proper NDEBUGJohn Hawthorn2009-08-311-1/+1
* silence imagemagickJohn Hawthorn2009-08-311-0/+8
* use pipe instead of temporary fileJohn Hawthorn2009-08-311-13/+12
* experimental support for imagemagick backendJohn Hawthorn2009-08-318-8/+90
* speed increate for P6 netpbm images when maxval is 255John Hawthorn2009-07-251-5/+9
* implement the rest of netpbmJohn Hawthorn2009-07-241-8/+48
* support for netpbm color and bw binary format (P4 and P6)John Hawthorn2009-07-242-0/+107
* support for rendering jpegs with 4 output components. Thanks to tarpman.John Hawthorn2009-05-181-3/+20
* minor minor change to jpeg (1% faster)John Hawthorn2009-02-171-5/+8
* load jpegs scaled 1/8 firstJohn Hawthorn2009-02-177-31/+67
* switched to using state to keep track of imageJohn Hawthorn2009-02-162-34/+29
* more TDEBUG informationJohn Hawthorn2009-01-042-1/+3
* added some todosJohn Hawthorn2009-01-041-0/+2
* added macros to test timingJohn Hawthorn2009-01-032-21/+17
* Fixed a bug where a thin horizontal line next to the image was not filled black.John Hawthorn2009-01-031-3/+5
* next version is 0.2John Hawthorn2009-01-031-1/+1
* cleanup. Fix case of empty list."John Hawthorn ext:(%22)2009-01-012-1/+7