summaryrefslogtreecommitdiffstats
path: root/window.c
AgeCommit message (Expand)Author
2011-09-11Added own bool typeBert
2011-09-08Strict conformance to IEEE Std 1003.1-2001Bert
2011-09-03Reformated license headerBert
2011-09-03Unified feature test macro requirementsBert
2011-08-18Corrected FSF address in license headersBert
2011-07-26Major code refactoringBert
2011-07-22Reduced usage of preprocessor macrosBert
2011-04-19Made fullscreen work under buggy window managersBert
2011-04-14Fix fullscreen modeBert
2011-04-11Remove invalid images when loading them; refactoringsBert
2011-03-15Use imlib-handles in thumbs.c instead of pixmapsBert
2011-03-09White background for images with alphaBert
2011-03-01Support for external commands like mogrify & jpegtranBert
2011-02-21Hide cursor on redraw or after 1.5s mouse inactivityBert
2011-02-17Highlight selected thumbnailBert
2011-02-17Fill window before loading thumbsBert
2011-02-17Use watch-cursor while loading thumbnailsBert
2011-02-16Refactored thumbs, new files thumbs.[ch]Bert
2011-02-16Render thumbnailsBert
2011-02-16First things for thumbnail modeBert
2011-02-09Handle WM_DELETE_WINDOW messages correctly, thanks to fungtBert
2011-02-09Slightly refactored fungts utf-8 title commitBert
2011-02-09Show correct utf-8 titlefungt
2011-02-06Nicer fit window to imageBert
2011-02-04New key mapping: W, resize window to fit imageBert
2011-02-03Refactored, new files util.[ch], C89Bert
2011-02-01New option: -F, fixed/floating windowBert
2011-02-01Bug fix: handle negative offsets in -g arg correctlyBert
2011-01-30Replace -w with well-known geometry optionBert
2011-01-30Explicitly enable printing of warningsBert
2011-01-29Mouse-panning while pressing button2Bert
2011-01-28Added plenty lots of optionsBert
2011-01-27Added -w cmdline optionBert
2011-01-26Merge remote branch 'falconindy/mouse'Bert
2011-01-23Implemented fullscreen modeBert
2011-01-23window.c: include ButtonPress events in InputDave Reisner
2011-01-22Handle window resize events properlyBert
2011-01-21Stricter object encapsulationBert
2011-01-20Bigger background pixmapBert
2011-01-20No more expose handlingBert
2011-01-20Put some useful information in the window titleBert
2011-01-20Fixed initial window titleBert
2011-01-18Render image on windowBert
2011-01-18Renamed FATAL to DIEBert
2011-01-18Encapsulate window environment in win_env_tBert
2011-01-17Small refactoringsBert
2011-01-17Gray window backgroundBert
2011-01-17React to ConfigureNotifyBert
2011-01-17New BG_COLOR setting in config.hBert
2011-01-17Added win_open & win_closeBert