aboutsummaryrefslogtreecommitdiff
path: root/main.c
Commit message (Collapse)AuthorAgeFilesLines
* Correct timeout handling, more complexBert2011-02-211-41/+52
|
* Fixed cursor hiding after switching to thumb modeBert2011-02-211-0/+1
|
* Hide cursor on redraw or after 1.5s mouse inactivityBert2011-02-211-14/+50
|
* Fixed title for thumbnail modeBert2011-02-211-2/+2
|
* Always support thumbs; start thumb-mode with single -tBert2011-02-211-35/+40
|
* Mode-guard in on_motionnotifyBert2011-02-201-1/+1
|
* Replaced -T flag with -tt; default thumbnail sizeBert2011-02-201-6/+0
|
* Mouse-wheel scrolling in thumb modeBert2011-02-201-4/+16
|
* g/G key mappings in thumbnail modeBert2011-02-191-12/+22
|
* Double click thumb to openBert2011-02-191-4/+9
|
* Merge branch 'master' into thumbsBert2011-02-191-2/+2
|\ | | | | | | | | Conflicts: main.c
| * Fixed offsets in resize win to imageBert2011-02-191-2/+2
| |
* | Sync thumb selection & fileidx; check thumb viewBert2011-02-191-10/+3
| |
* | Update title when moving selectionBert2011-02-191-5/+7
| |
* | Activate thumb-mode with Return keyBert2011-02-171-0/+12
| |
* | Fixed cursor when opening thumbBert2011-02-171-0/+2
| |
* | Variable timeout (2)Bert2011-02-171-5/+5
|\|
| * Variable timeoutBert2011-02-171-4/+4
| |
* | Use Button1 to open thumbnailBert2011-02-171-41/+56
| |
* | Select and open thumbnailsBert2011-02-171-1/+31
| |
* | Linked thumbnails to filesBert2011-02-171-10/+6
| |
* | Made key mappings mode-dependentBert2011-02-171-105/+111
| |
* | 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
|