aboutsummaryrefslogtreecommitdiffstats
path: root/src/xlib.c
Commit message (Collapse)AuthorAgeFilesLines
* 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
* check return value of XOpenDisplay before usingRyan Tandy2013-12-281-1/+1
|
* XK_0 1:1 zoomJohn Hawthorn2013-08-031-0/+4
|
* xlib.c: default visual is unusedJohn Hawthorn2013-08-031-2/+0
|
* Added left and right keybindings (fixes #1)John Hawthorn2012-02-231-0/+6
| | | | Thanks c00kiemon5ter and digitaldump!
* 2 bugsJohn Hawthorn2010-01-191-1/+1
|
* fixed bug with XSHM use due to new caching behaviourJohn Hawthorn2010-01-151-14/+15
|
* cleanup and declare some methods as staticJohn Hawthorn2010-01-041-1/+1
|
* major cleanup. xlib methods have been abstracted away as a genericJohn Hawthorn2010-01-041-28/+134
| | | | backend. Represent image states as flags.
* add performance tests for scaling.John Hawthorn2009-12-201-4/+1
|
* load jpegs scaled 1/8 firstJohn Hawthorn2009-02-171-5/+5
|
* Fixed a bug where a thin horizontal line next to the image was not filled black.John Hawthorn2009-01-031-3/+5
|
* cleanup. Fix case of empty list."John Hawthorn ext:(%22)2009-01-011-0/+1
|
* make I/O errors silent"John Hawthorn ext:(%22)2008-12-311-0/+8
|
* cleanup"John Hawthorn ext:(%22)2008-12-211-70/+5
|
* Major changes. Optional XShm support, bilinear scaling, caching WIPJohn Hawthorn2008-09-131-52/+130
|
* added close method. Fixed all known memory leaksJohn Hawthorn2008-06-251-2/+1
|
* cleanupJohn Hawthorn2008-06-241-38/+28
|
* whoopsJohn Hawthorn2008-06-241-2/+0
|
* fixed overflow in ximage and added a little speedJohn Hawthorn2008-06-231-31/+10
|
* cleanupJohn Hawthorn2008-06-221-7/+9
|
* more complete bmp support. Supports 1,2,4,8,24 bit images without compressionJohn Hawthorn2008-06-181-1/+1
| | | | (including OS/2)
* forgot to add fileJohn Hawthorn2008-06-171-0/+179