aboutsummaryrefslogtreecommitdiff
path: root/main.c
Commit message (Collapse)AuthorAgeFilesLines
* Appropriate title for thumbnail modeBert2011-02-171-16/+17
|
* Fill window before loading thumbsBert2011-02-171-0/+2
|
* Immediately respond to events while loading thumbsBert2011-02-171-4/+15
|
* Merge branch 'master' into thumbsBert2011-02-171-1/+1
|\ | | | | | | | | Conflicts: Makefile
| * Higher timeout, faster window resizingBert2011-02-171-1/+1
| |
* | Use watch-cursor while loading thumbnailsBert2011-02-171-1/+4
| |
* | Who needs threads to load thumbnails?Bert2011-02-171-8/+12
| |
* | Use pthread to load thumbnailsBert2011-02-161-2/+5
| |
* | Refactored thumbs, new files thumbs.[ch]Bert2011-02-161-45/+17
| |
* | Render thumbnailsBert2011-02-161-0/+33
| |
* | Added app-modeBert2011-02-161-14/+24
| |
* | Fixed thumbnail creationBert2011-02-161-1/+3
| |
* | First things for thumbnail modeBert2011-02-161-0/+8
|/
* Fixed empty lines in readline()Bert2011-02-151-1/+1
|
* More appropriate buffer sizesBert2011-02-141-1/+1
|
* Fixed indentationBert2011-02-141-4/+4
|
* Read filenames from stdinBert2011-02-141-10/+17
|
* Handle image remove/rename while runningBert2011-02-091-6/+10
|
* Handle WM_DELETE_WINDOW messages correctly, thanks to fungtBert2011-02-091-0/+4
|
* Nicer fit window to imageBert2011-02-061-2/+10
|
* New key mapping: W, resize window to fit imageBert2011-02-041-0/+4
|
* Removed some warningsBert2011-02-031-29/+33
|
* Split img_fit into internal/external functionBert2011-02-031-1/+1
|
* New key mappings: 0/w, zoom to 100%/to fit windowBert2011-02-031-0/+7
|
* Display filesize in window titleBert2011-02-031-18/+42
|
* Manual event handling in main.cBert2011-02-031-155/+142
|
* Refactored, new files util.[ch], C89Bert2011-02-031-38/+22
|
* Fixed stupid memory leak in read_dir_recBert2011-02-021-0/+2
|
* New option: -r, open all images in directoriesBert2011-02-021-10/+69
|
* Skeleton for -rBert2011-02-021-6/+51
|
* New key command: r, reload imageBert2011-01-311-0/+3
|
* Check file timestamps before loading from cacheBert2011-01-311-13/+7
|
* Nicer key handling, does not fix problemsBert2011-01-301-42/+27
|
* Explicitly enable printing of warningsBert2011-01-301-1/+0
|
* Mouse-panning while pressing button2Bert2011-01-291-0/+37
|
* Map arrow keys to h/j/k/lBert2011-01-281-0/+12
|
* Complete mouse supportBert2011-01-261-27/+56
|
* Merge remote branch 'falconindy/mouse'Bert2011-01-261-0/+27
|\
| * main.c: add zooming on mousewheel eventsDave Reisner2011-01-231-0/+27
| | | | | | | | Signed-off-by: Dave Reisner <d@falconindy.com>
* | Added a key-mapping for toggle anti-aliasingBert2011-01-261-1/+6
| |
* | Added <,> mappings to rotate imageBert2011-01-261-0/+8
| |
* | Added man pageBert2011-01-231-2/+2
| |
* | Implemented fullscreen modeBert2011-01-231-0/+5
|/
* Added [,] mappings for go 10 images back/forwardBert2011-01-231-2/+15
|
* Added g/G mappings for goto first/last imageBert2011-01-221-0/+14
|
* Handle window resize events properlyBert2011-01-221-4/+29
|
* Implemented panningBert2011-01-211-19/+30
|
* Stricter object encapsulationBert2011-01-211-8/+2
|
* Merged img_display() into img_render()Bert2011-01-211-3/+3
|
* Removed debug outputBert2011-01-211-2/+0
|