aboutsummaryrefslogtreecommitdiff
path: root/window.c
Commit message (Collapse)AuthorAgeFilesLines
...
* | Overhauled window drawingBert Münnich2012-10-291-11/+28
|/ | | | | | | - Draw onto pixmap as before, but use the same size for the pixmap as for the window, allocate new pixmap after configure requests - Use XCopyArea() instead of XSetWindowBackgroundPixmap(), which now requires handling of Expose events
* Fixed WMProtocols registration order (before mapping window)Bert Münnich2012-08-071-3/+4
|
* Fixed issue #47Bert Münnich2012-03-281-1/+1
|
* Fixed issue #44Bert Münnich2012-03-161-1/+2
|
* Fixed issue #41, added WIN_FS_COLOR to config.hBert Münnich2012-03-021-5/+4
|
* Display full name in info bar, if there is enough spaceBert Münnich2012-02-211-12/+14
|
* Added option -b: disable barBert Münnich2012-02-161-2/+5
|
* Added it_toggle_bar command; default mapping: XK_bBert Münnich2012-02-151-0/+13
|
* Already in the year 2012Bert Münnich2012-02-151-1/+1
|
* Added symbol BAR_SEPARATORBert Münnich2012-02-151-3/+4
|
* Changed default font string, removed missing fontset warningsBert Münnich2012-02-121-4/+1
|
* Added text bar on bottom of windowBert Münnich2012-02-121-26/+152
|
* Updated contact informationBert Münnich2011-10-141-1/+1
|
* Made all conditionals more preciseBert Münnich2011-09-291-26/+26
|
* Added own bool typeBert2011-09-111-15/+14
|
* Strict conformance to IEEE Std 1003.1-2001Bert2011-09-081-0/+2
|
* Reformated license headerBert2011-09-031-11/+11
|
* Unified feature test macro requirementsBert2011-09-031-3/+2
|
* Corrected FSF address in license headersBert2011-08-181-7/+7
|
* Major code refactoringBert2011-07-261-0/+2
| | | | | - Configurable key and mouse mappings in config.h - Put event handling code from main.c into events.[ch]
* Reduced usage of preprocessor macrosBert2011-07-221-2/+2
|
* Made fullscreen work under buggy window managersBert2011-04-191-2/+1
|
* Fix fullscreen modeBert2011-04-141-1/+1
|
* Remove invalid images when loading them; refactoringsBert2011-04-111-30/+48
|
* Use imlib-handles in thumbs.c instead of pixmapsBert2011-03-151-23/+6
|
* White background for images with alphaBert2011-03-091-15/+15
|
* Support for external commands like mogrify & jpegtranBert2011-03-011-0/+2
|
* Hide cursor on redraw or after 1.5s mouse inactivityBert2011-02-211-3/+16
|
* Highlight selected thumbnailBert2011-02-171-17/+42
|
* Fill window before loading thumbsBert2011-02-171-2/+1
|
* Use watch-cursor while loading thumbnailsBert2011-02-171-8/+14
|
* Refactored thumbs, new files thumbs.[ch]Bert2011-02-161-7/+9
|
* Render thumbnailsBert2011-02-161-0/+7
|
* First things for thumbnail modeBert2011-02-161-0/+8
|
* Handle WM_DELETE_WINDOW messages correctly, thanks to fungtBert2011-02-091-1/+5
|
* Slightly refactored fungts utf-8 title commitBert2011-02-091-10/+9
|
* Show correct utf-8 titlefungt2011-02-091-0/+10
|
* Nicer fit window to imageBert2011-02-061-7/+6
|
* New key mapping: W, resize window to fit imageBert2011-02-041-20/+53
|
* Refactored, new files util.[ch], C89Bert2011-02-031-6/+6
|
* New option: -F, fixed/floating windowBert2011-02-011-6/+13
|
* Bug fix: handle negative offsets in -g arg correctlyBert2011-02-011-0/+4
|
* Replace -w with well-known geometry optionBert2011-01-301-4/+20
|
* Explicitly enable printing of warningsBert2011-01-301-1/+0
|
* Mouse-panning while pressing button2Bert2011-01-291-3/+30
|
* Added plenty lots of optionsBert2011-01-281-0/+4
|
* Added -w cmdline optionBert2011-01-271-6/+3
|
* Merge remote branch 'falconindy/mouse'Bert2011-01-261-1/+1
|\
| * window.c: include ButtonPress events in InputDave Reisner2011-01-231-1/+1
| | | | | | | | Signed-off-by: Dave Reisner <d@falconindy.com>
* | Implemented fullscreen modeBert2011-01-231-5/+38
|/