aboutsummaryrefslogtreecommitdiff
path: root/window.h
Commit message (Expand)AuthorAgeFilesLines
* Overhauled window drawing, yet again; fixes issue #155Bert Münnich2014-07-281-4/+6
* Use a checkerboard background for alpha layer; fixes issue #138Bert Münnich2014-04-061-1/+0
* Removed command line option -FBert Münnich2014-02-051-2/+0
* Removed fit-win-to-img commandBert Münnich2014-02-041-1/+0
* Check if window manager supports fullscreen; related to issue #128Bert Münnich2014-02-021-0/+1
* Unified X atom initializationBert Münnich2014-02-021-1/+11
* Spawn and read from info script without blockingBert Münnich2013-03-191-3/+9
* Merge remote-tracking branch '4z3/set-user-specified-sizehints' into sizehintsBert Münnich2013-02-091-0/+3
|\
| * When using -g hint the WM that we've got user specified geometrytv2013-01-301-0/+3
* | Updated/corrected license headerBert Münnich2013-02-081-13/+13
|/
* Simplified status bar, filled by user scriptmuennich2013-01-121-8/+8
* Overhauled window drawingBert Münnich2012-10-291-0/+1
* Fixed issue #41, added WIN_FS_COLOR to config.hBert Münnich2012-03-021-1/+1
* Display full name in info bar, if there is enough spaceBert Münnich2012-02-211-0/+2
* Removed unneeded members from img typeBert Münnich2012-02-151-1/+1
* Added it_toggle_bar command; default mapping: XK_bBert Münnich2012-02-151-0/+1
* Already in the year 2012Bert Münnich2012-02-151-1/+1
* Added symbol BAR_SEPARATORBert Münnich2012-02-151-0/+2
* Added text bar on bottom of windowBert Münnich2012-02-121-0/+7
* Updated contact informationBert Münnich2011-10-141-1/+1
* Added own bool typeBert2011-09-111-5/+5
* Reformated license headerBert2011-09-031-11/+11
* Corrected FSF address in license headersBert2011-08-181-7/+7
* No more need for CLEANMASK macroBert2011-08-121-2/+0
* Reduced usage of preprocessor macrosBert2011-07-221-8/+3
* Remove invalid images when loading them; refactoringsBert2011-04-111-0/+1
* Use imlib-handles in thumbs.c instead of pixmapsBert2011-03-151-5/+1
* White background for images with alphaBert2011-03-091-1/+4
* Shorter typedefsBert2011-03-011-3/+3
* Hide cursor on redraw or after 1.5s mouse inactivityBert2011-02-211-0/+1
* Highlight selected thumbnailBert2011-02-171-1/+3
* Use watch-cursor while loading thumbnailsBert2011-02-171-1/+2
* Refactored thumbs, new files thumbs.[ch]Bert2011-02-161-1/+2
* Render thumbnailsBert2011-02-161-0/+1
* First things for thumbnail modeBert2011-02-161-0/+2
* Handle WM_DELETE_WINDOW messages correctly, thanks to fungtBert2011-02-091-0/+2
* Nicer fit window to imageBert2011-02-061-1/+1
* New key mapping: W, resize window to fit imageBert2011-02-041-2/+3
* Replace -w with well-known geometry optionBert2011-01-301-3/+3
* Mouse-panning while pressing button2Bert2011-01-291-0/+7
* Added plenty lots of optionsBert2011-01-281-1/+1
* Complete mouse supportBert2011-01-261-0/+2
* Implemented fullscreen modeBert2011-01-231-1/+3
* Stricter object encapsulationBert2011-01-211-1/+1
* No more expose handlingBert2011-01-201-0/+4
* Put some useful information in the window titleBert2011-01-201-0/+2
* Render image on windowBert2011-01-181-0/+1
* Encapsulate window environment in win_env_tBert2011-01-181-0/+10
* React to ConfigureNotifyBert2011-01-171-2/+4
* Added win_open & win_closeBert2011-01-171-0/+9