aboutsummaryrefslogtreecommitdiff
path: root/window.c
Commit message (Expand)AuthorAgeFilesLines
* Spawn info script & update bar contents only when neededBert Münnich2013-03-191-2/+3
* Spawn and read from info script without blockingBert Münnich2013-03-191-29/+30
* Merge branch 'sizehints', fixed issue #78Bert Münnich2013-02-091-26/+47
|\
| * No checks on window size, use whatever the user has specifiedBert Münnich2013-02-091-14/+3
| * Refined US{Position,Size} & WinGravity handlingBert Münnich2013-02-091-39/+39
| * Merge remote-tracking branch '4z3/set-user-specified-sizehints' into sizehintsBert Münnich2013-02-091-18/+50
| |\
| | * When using -g hint the WM that we've got user specified geometrytv2013-01-301-18/+50
* | | Correctly set window height after i_fit_to_img()Bert Münnich2013-02-091-0/+3
|/ /
* | Correctly updated window pixmap after i_fit_to_img()Bert Münnich2013-02-081-0/+5
* | Refactored function definitions to use dangling braceBert Münnich2013-02-081-18/+36
* | Updated/corrected license headerBert Münnich2013-02-081-13/+13
|/
* Simplified status bar, filled by user scriptmuennich2013-01-121-69/+72
* Merge branch 'winname'Bert Münnich2012-12-011-1/+1
|\
| * New option: -N, set X window resource nameBert Münnich2012-10-291-1/+1
* | Fixed BadDrawable errors caused by invalid window pixmapBert Münnich2012-10-291-6/+5
* | Overhauled window drawingBert Münnich2012-10-291-11/+28
|/
* 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
* 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