aboutsummaryrefslogtreecommitdiff
path: root/window.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* | Implemented fullscreen modeBert2011-01-231-5/+38
|/
* Handle window resize events properlyBert2011-01-221-8/+9
* Stricter object encapsulationBert2011-01-211-6/+5
* Bigger background pixmapBert2011-01-201-4/+7
* No more expose handlingBert2011-01-201-9/+20
* Put some useful information in the window titleBert2011-01-201-2/+12
* Fixed initial window titleBert2011-01-201-2/+5
* Render image on windowBert2011-01-181-0/+7
* Renamed FATAL to DIEBert2011-01-181-3/+3
* Encapsulate window environment in win_env_tBert2011-01-181-37/+30
* Small refactoringsBert2011-01-171-6/+12
* Gray window backgroundBert2011-01-171-1/+8
* React to ConfigureNotifyBert2011-01-171-0/+16
* New BG_COLOR setting in config.hBert2011-01-171-4/+3
* Added win_open & win_closeBert2011-01-171-0/+66
* Non-working skeletonBert2011-01-171-0/+21