Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixes race condition | grodriguez | 2014-01-31 | 1 | -1/+1 |
| | | | | XSelectInput must be called before XMapRaised. | ||||
* | proper error message on missing X display | John Hawthorn | 2013-12-28 | 1 | -2/+5 |
| | | | | | assert is inappropriate here because it is optimized out when compiling with NDEBUG | ||||
* | Merge pull request #7 from rtandy/for-hawth | John Hawthorn | 2013-12-28 | 3 | -2/+40 |
|\ | | | | | a few patches | ||||
| * | install the man page | Ryan Tandy | 2013-12-28 | 1 | -0/+3 |
| | | |||||
| * | add a manpage | Ryan Tandy | 2013-12-28 | 1 | -0/+35 |
| | | |||||
| * | check return value of XOpenDisplay before using | Ryan Tandy | 2013-12-28 | 1 | -1/+1 |
| | | |||||
| * | support DESTDIR in Makefile | Ryan Tandy | 2013-12-28 | 1 | -1/+1 |
| | | |||||
| * | fix install(1) invocation | Ryan Tandy | 2013-12-28 | 1 | -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.x | Andreas Baumann | 2013-08-03 | 1 | -3/+10 |
| | | | | Fixes #6 | ||||
* | XK_0 1:1 zoom | John Hawthorn | 2013-08-03 | 1 | -0/+4 |
| | |||||
* | xlib.c: default visual is unused | John Hawthorn | 2013-08-03 | 1 | -2/+0 |
| | |||||
* | fix compilation with giflib >= 4.2.0 | John Hawthorn | 2013-05-15 | 1 | -8/+11 |
| | |||||
* | Merge pull request #4 from rtandy/tests | John Hawthorn | 2012-03-18 | 3 | -1/+3 |
|\ | | | | | make tests build again, again | ||||
| * | add test binary to gitignore | Ryan Tandy | 2012-02-26 | 1 | -0/+1 |
| | | |||||
| * | make tests build again | Ryan Tandy | 2012-02-26 | 2 | -1/+2 |
|/ | |||||
* | Added left and right keybindings (fixes #1) | John Hawthorn | 2012-02-23 | 1 | -0/+6 |
| | | | | Thanks c00kiemon5ter and digitaldump! | ||||
* | replace png_check_sig with png_sig_cmp. Fixes compilation with libpng 1.4. ↵ | John Hawthorn | 2010-02-02 | 1 | -1/+1 |
| | | | | Patch from fogobogo | ||||
* | 2 bugs | John Hawthorn | 2010-01-19 | 3 | -3/+7 |
| | |||||
* | fixed bug with XSHM use due to new caching behaviour | John Hawthorn | 2010-01-15 | 1 | -14/+15 |
| | |||||
* | update files for 0.3 | John Hawthorn | 2010-01-11 | 3 | -2/+3 |
| | |||||
* | proper alpha handling with pngs. (hardcoded white background) | John Hawthorn | 2010-01-11 | 1 | -1/+10 |
| | |||||
* | fix segfault when changing images | John Hawthorn | 2010-01-09 | 1 | -2/+4 |
| | |||||
* | preliminary caching support. Next/prev images are loaded before being viewed. | John Hawthorn | 2010-01-05 | 2 | -23/+50 |
| | |||||
* | cleanup and declare some methods as static | John Hawthorn | 2010-01-04 | 2 | -23/+15 |
| | |||||
* | major cleanup. xlib methods have been abstracted away as a generic | John Hawthorn | 2010-01-04 | 9 | -200/+266 |
| | | | | backend. Represent image states as flags. | ||||
* | major cleanup. all xlib methods have been abstracted away as a more | John Hawthorn | 2010-01-04 | 1 | -0/+9 |
| | | | | generic backend. | ||||
* | slight tweaks. slightly faster | John Hawthorn | 2009-12-25 | 1 | -9/+11 |
| | |||||
* | aleays redraw after scaling, allows more responsive resizing. | John Hawthorn | 2009-12-22 | 2 | -11/+17 |
| | |||||
* | updated news for 0.2 | John Hawthorn | 2009-12-22 | 1 | -1/+1 |
| | |||||
* | Fixed a bug where we would reload a (potentially closed) image with an ↵ | John Hawthorn | 2009-12-22 | 1 | -2/+4 |
| | | | | expose event because it hadn't been scaled yet. | ||||
* | added super sampling scale | John Hawthorn | 2009-12-21 | 2 | -8/+76 |
| | |||||
* | don't rescale on expose events | John Hawthorn | 2009-12-21 | 1 | -4/+4 |
| | |||||
* | add performance tests for scaling. | John Hawthorn | 2009-12-20 | 6 | -25/+104 |
| | |||||
* | cleanup. prepare for caching. | John Hawthorn | 2009-11-21 | 2 | -29/+23 |
| | |||||
* | fixed whitespace | John Hawthorn | 2009-11-21 | 5 | -17/+17 |
| | |||||
* | fix -ctl mode | John Hawthorn | 2009-10-06 | 1 | -0/+1 |
| | |||||
* | deleted hgtags file | John Hawthorn | 2009-10-06 | 1 | -1/+0 |
| | |||||
* | added gitignore file | John Hawthorn | 2009-10-06 | 1 | -0/+3 |
| | |||||
* | prepare version 0.2 | "John Hawthorn ext:(%22) | 2009-09-16 | 2 | -1/+2 |
| | |||||
* | hard tabs | "John Hawthorn ext:(%22) | 2009-09-14 | 2 | -48/+48 |
| | |||||
* | fix compiler warnings | John Hawthorn | 2009-08-31 | 3 | -1/+4 |
| | |||||
* | whoops. proper NDEBUG | John Hawthorn | 2009-08-31 | 2 | -2/+2 |
| | |||||
* | silence imagemagick | John Hawthorn | 2009-08-31 | 1 | -0/+8 |
| | |||||
* | use pipe instead of temporary file | John Hawthorn | 2009-08-31 | 1 | -13/+12 |
| | |||||
* | experimental support for imagemagick backend | John Hawthorn | 2009-08-31 | 10 | -9/+93 |
| | |||||
* | added convenience makefile configs | John Hawthorn | 2009-07-25 | 2 | -2/+4 |
| | |||||
* | speed increate for P6 netpbm images when maxval is 255 | John Hawthorn | 2009-07-25 | 1 | -5/+9 |
| | |||||
* | implement the rest of netpbm | John Hawthorn | 2009-07-24 | 1 | -8/+48 |
| | |||||
* | support for netpbm color and bw binary format (P4 and P6) | John Hawthorn | 2009-07-24 | 2 | -0/+107 |
| | |||||
* | support for rendering jpegs with 4 output components. Thanks to tarpman. | John Hawthorn | 2009-05-18 | 1 | -3/+20 |
| |