aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* New key mappings: 0/w, zoom to 100%/to fit windowBert2011-02-033-8/+19
|
* Display filesize in window titleBert2011-02-035-39/+75
|
* Manual event handling in main.cBert2011-02-031-155/+142
|
* Fixed die/warn in util.cBert2011-02-031-2/+2
|
* Refactored, new files util.[ch], C89Bert2011-02-038-101/+137
|
* Fixed stupid memory leak in read_dir_recBert2011-02-021-0/+2
|
* Fixed indentation in README.mdBert2011-02-021-1/+1
|
* New option: -r, open all images in directoriesBert2011-02-025-14/+79
|
* Skeleton for -rBert2011-02-024-7/+54
|
* Stable release 0.4Bert2011-02-011-1/+1
|
* Updated docBert2011-02-012-1/+6
|
* New option: -F, fixed/floating windowBert2011-02-013-8/+20
|
* Bug fix: handle negative offsets in -g arg correctlyBert2011-02-012-1/+5
|
* Refactored img_open and img_checkBert2011-02-011-10/+12
|
* New key command: r, reload imageBert2011-01-313-9/+16
|
* new TODO: update filelistBert2011-01-311-0/+1
|
* Check file timestamps before loading from cacheBert2011-01-314-17/+32
|
* Revert "TODO: set wallpaper"Bert2011-01-311-1/+0
| | | | This reverts commit e2d9463375db0ba0ac1bb62c1573715c3a084346.
* Replaced option -W with -q, seems more naturalBert2011-01-305-16/+15
|
* Updated doc: dragging with button2, -g optionBert2011-01-302-21/+19
|
* Replace -w with well-known geometry optionBert2011-01-305-33/+32
|
* Unstable version numberBert2011-01-301-1/+1
|
* Nicer key handling, does not fix problemsBert2011-01-301-42/+27
|
* Explicitly enable printing of warningsBert2011-01-308-20/+31
|
* TODO: set wallpaperBert2011-01-301-0/+1
|
* Stable release 0.3.1Bert2011-01-301-1/+1
|
* Fixed setuid and typo in Makefile, damn copy&pasteBert2011-01-302-2/+2
|
* Mouse-panning while pressing button2Bert2011-01-296-16/+94
|
* Removed one TODO itemBert2011-01-291-1/+0
|
* Stable version 0.3Bert2011-01-291-1/+1
|
* Map arrow keys to h/j/k/lBert2011-01-283-9/+21
|
* Added plenty lots of optionsBert2011-01-2810-34/+126
|
* Added -w cmdline optionBert2011-01-275-10/+46
|
* Updated section AUTHORS of man pageBert2011-01-272-2/+4
|
* One more TODOBert2011-01-261-0/+1
|
* Complete mouse supportBert2011-01-265-31/+101
|
* Merge remote branch 'falconindy/mouse'Bert2011-01-262-1/+28
|\
| * main.c: add zooming on mousewheel eventsDave Reisner2011-01-231-0/+27
| | | | | | | | Signed-off-by: Dave Reisner <d@falconindy.com>
| * window.c: include ButtonPress events in InputDave Reisner2011-01-231-1/+1
| | | | | | | | Signed-off-by: Dave Reisner <d@falconindy.com>
* | Removed anit-aliasing from TODO listBert2011-01-261-1/+0
| |
* | Added a key-mapping for toggle anti-aliasingBert2011-01-265-2/+28
| |
* | Fixed indentation in README.mdBert2011-01-261-1/+1
| |
* | Added <,> mappings to rotate imageBert2011-01-266-2/+52
| |
* | More standardish usage info in man pageBert2011-01-231-1/+1
| |
* | Slightly changed README.mdBert2011-01-231-3/+4
| |
* | Nicer man page homepage sectionBert2011-01-231-2/+1
| |
* | Fixed usage info in man pageBert2011-01-231-0/+1
| |
* | Stable version 0.2Bert2011-01-231-1/+1
| |
* | Fixed MakefileBert2011-01-231-2/+2
| |
* | Added man pageBert2011-01-234-3/+84
| |