aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Added [,] mappings for go 10 images back/forwardBert2011-01-232-3/+16
* Added g/G mappings for goto first/last imageBert2011-01-221-0/+14
* Fixed typo in README.mdBert2011-01-221-10/+8
* Handle window resize events properlyBert2011-01-224-32/+63
* version 0.1Bert2011-01-211-1/+1
* Small corrections in README.mdBert2011-01-211-2/+2
* Added README.mdBert2011-01-212-0/+44
* Added todo listBert2011-01-211-0/+6
* Implemented panningBert2011-01-213-21/+74
* Made config.h a bit clearerBert2011-01-211-5/+5
* Stricter object encapsulationBert2011-01-215-31/+25
* Merged img_display() into img_render()Bert2011-01-213-33/+32
* Described options in config.hBert2011-01-211-4/+8
* Removed debug outputBert2011-01-211-2/+0
* More robust key handlingBert2011-01-211-10/+27
* Nicer zoomingBert2011-01-212-26/+45
* First try on zoomingBert2011-01-204-0/+79
* Bigger background pixmapBert2011-01-201-4/+7
* No more expose handlingBert2011-01-205-43/+47
* Put some useful information in the window titleBert2011-01-203-2/+37
* Fixed initial window titleBert2011-01-201-2/+5
* Check all given files before open the firstBert2011-01-203-9/+33
* Go to next/previous imageBert2011-01-201-0/+14
* Fixed filenames in parse_options()Bert2011-01-201-3/+3
* Brighter default background colorBert2011-01-201-1/+1
* Handle expose eventsBert2011-01-203-22/+39
* Rebuild all object files after changing config.hBert2011-01-201-1/+1
* Made parse_options voidBert2011-01-193-7/+5
* Removed im member from img structBert2011-01-192-5/+4
* Option handling, merged app.c & events.c into main.cBert2011-01-198-163/+143
* Render image on windowBert2011-01-186-7/+75
* Renamed FATAL to DIEBert2011-01-183-5/+5
* Basic image loadingBert2011-01-184-1/+35
* Initialize imlib2Bert2011-01-184-1/+18
* Simplified keysym lookupBert2011-01-181-3/+1
* Encapsulate window environment in win_env_tBert2011-01-183-41/+42
* Fixed scalemode initializationBert2011-01-181-1/+1
* Reordered function definitionsBert2011-01-182-26/+30
* Added LICENSEBert2011-01-181-0/+339
* Fixed compiler warning about missing includeBert2011-01-171-0/+1
* Small refactoringsBert2011-01-173-9/+15
* Return value != 0 on EscapeBert2011-01-171-0/+3
* Gray window backgroundBert2011-01-171-1/+8
* React to ConfigureNotifyBert2011-01-173-2/+24
* Added event loopBert2011-01-172-0/+8
* New BG_COLOR setting in config.hBert2011-01-172-4/+5
* Added event handlersBert2011-01-172-0/+84
* Added win_open & win_closeBert2011-01-172-0/+75
* WARN and FATAL macrosBert2011-01-171-0/+18
* Basic main skeletonBert2011-01-171-2/+12