aboutsummaryrefslogtreecommitdiff
path: root/main.c
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* More robust key handlingBert2011-01-211-10/+27
|
* First try on zoomingBert2011-01-201-0/+13
|
* No more expose handlingBert2011-01-201-12/+2
|
* Put some useful information in the window titleBert2011-01-201-0/+23
|
* Check all given files before open the firstBert2011-01-201-4/+24
|
* Go to next/previous imageBert2011-01-201-0/+14
|
* Handle expose eventsBert2011-01-201-1/+6
|
* Made parse_options voidBert2011-01-191-2/+1
|
* Option handling, merged app.c & events.c into main.cBert2011-01-191-10/+83
|
* Reordered function definitionsBert2011-01-181-7/+7
|
* Basic main skeletonBert2011-01-171-2/+12
|
* Non-working skeletonBert2011-01-171-0/+34