aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #9 from guillerodriguez/masterHEADmasterJohn Hawthorn2015-04-112-9/+16
|\ | | | | Fix unused result warnings
| * Fix unused result warningsgrodriguez2014-02-042-9/+16
| |
* | Merge pull request #10 from andreasbaumann/masterJohn Hawthorn2014-06-201-0/+17
|\ \ | | | | | | fixed for API change in DGifCloseFile (giflib 5.1)
| * | fixed for API change in DGifCloseFile (giflib 5.1)Andreas Baumann2014-06-201-0/+17
|/ /
* | Merge pull request #8 from guillerodriguez/masterJohn Hawthorn2014-01-311-1/+11
|\| | | | | | | Fixes for use without window manager
| * Fix for use without window managergrodriguez2014-01-311-0/+10
| | | | | | | | Handle MapNotify event to make sure we have valid width and height in case we never get a ConfigureNotify event (for example when there's no window manager)
| * Fixes race conditiongrodriguez2014-01-311-1/+1
|/ | | | XSelectInput must be called before XMapRaised.
* proper error message on missing X displayJohn Hawthorn2013-12-281-2/+5
| | | | | assert is inappropriate here because it is optimized out when compiling with NDEBUG
* Merge pull request #7 from rtandy/for-hawthJohn Hawthorn2013-12-283-2/+40
|\ | | | | a few patches
| * install the man pageRyan Tandy2013-12-281-0/+3
| |
| * add a manpageRyan Tandy2013-12-281-0/+35
| |
| * check return value of XOpenDisplay before usingRyan Tandy2013-12-281-1/+1
| |
| * support DESTDIR in MakefileRyan Tandy2013-12-281-1/+1
| |
| * fix install(1) invocationRyan Tandy2013-12-281-1/+1
|/ | | | | | install -D has to be passed the full destination path, including the filename. Previously it was installing a binary called 'bin' into /usr/local.
* hotfix for meh using giflib 5.xAndreas Baumann2013-08-031-3/+10
| | | | Fixes #6
* 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
|
* Merge pull request #4 from rtandy/testsJohn Hawthorn2012-03-183-1/+3
|\ | | | | make tests build again, again
| * add test binary to gitignoreRyan Tandy2012-02-261-0/+1
| |
| * make tests build againRyan Tandy2012-02-262-1/+2
|/
* Added left and right keybindings (fixes #1)John Hawthorn2012-02-231-0/+6
| | | | Thanks c00kiemon5ter and digitaldump!
* replace png_check_sig with png_sig_cmp. Fixes compilation with libpng 1.4. ↵John Hawthorn2010-02-021-1/+1
| | | | Patch from fogobogo
* 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-113-2/+3
|
* 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
| | | | backend. Represent image states as flags.
* major cleanup. all xlib methods have been abstracted away as a moreJohn Hawthorn2010-01-041-0/+9
| | | | generic backend.
* slight tweaks. slightly fasterJohn Hawthorn2009-12-251-9/+11
|
* aleays redraw after scaling, allows more responsive resizing.John Hawthorn2009-12-222-11/+17
|
* updated news for 0.2John Hawthorn2009-12-221-1/+1
|
* Fixed a bug where we would reload a (potentially closed) image with an ↵John Hawthorn2009-12-221-2/+4
| | | | expose event because it hadn't been scaled yet.
* 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-206-25/+104
|
* 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
|
* deleted hgtags fileJohn Hawthorn2009-10-061-1/+0
|
* added gitignore fileJohn Hawthorn2009-10-061-0/+3
|
* prepare version 0.2"John Hawthorn ext:(%22)2009-09-162-1/+2
|
* hard tabs"John Hawthorn ext:(%22)2009-09-142-48/+48
|
* fix compiler warningsJohn Hawthorn2009-08-313-1/+4
|
* whoops. proper NDEBUGJohn Hawthorn2009-08-312-2/+2
|
* silence imagemagickJohn Hawthorn2009-08-311-0/+8
|
* use pipe instead of temporary fileJohn Hawthorn2009-08-311-13/+12
|