Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Revised error handling | Bert Münnich | 2015-10-28 | 1 | -1/+1 |
| | | | | | | | - Functions warn() and die() replaced by GNU-like error(3) function - Register cleanup() with atexit(3) - Functions called by cleanup() are marked with CLEANUP and are not allowed to call exit(3) | ||||
* | Cache out of view thumbnails in the background | Bert Münnich | 2015-01-04 | 1 | -3/+4 |
| | |||||
* | Unified file count variable for image & thumbnail mode | Bert Münnich | 2014-09-30 | 1 | -3/+3 |
| | |||||
* | Scale thumbnail selection border width with thumbnail size | Bert Münnich | 2014-09-29 | 1 | -0/+1 |
| | |||||
* | Refactored thumbnail size dependent calculations | Bert Münnich | 2014-09-29 | 1 | -0/+1 |
| | |||||
* | Added thumbnail zooming... | Bert Münnich | 2014-09-28 | 1 | -0/+3 |
| | | | | | | - Key mappings +/- are now general commands - Use JPG as thumbnail cache file format instead of PNG - Fixes issue #161 | ||||
* | Revised thumbnail loading... | Bert Münnich | 2014-09-26 | 1 | -3/+3 |
| | | | | | | | - Only load the thumbnails that are currently visible in the window - Unload thumbnails that are leaving the visible area - Much less memory needed, but scrolling is now slower - This also unintentionally fixes issue #86 | ||||
* | Fixed wrong thumbnail-to-file mappings caused by file deletions | Bert Münnich | 2014-08-16 | 1 | -3/+3 |
| | |||||
* | Pass marked files to external key handler in thumbnail mode; fixes issue #135 | Bert Münnich | 2014-08-16 | 1 | -1/+1 |
| | |||||
* | Unified file index variable for image & thumbnail mode | Bert Münnich | 2014-08-16 | 1 | -2/+2 |
| | |||||
* | Generalized thumbnail loading, allows easier reloading of thumbnails later on | Bert Münnich | 2014-08-16 | 1 | -0/+2 |
| | |||||
* | Use a checkerboard background for alpha layer; fixes issue #138 | Bert Münnich | 2014-04-06 | 1 | -1/+0 |
| | |||||
* | Fixed Imlib file handle type, issue #117 | Bert Münnich | 2013-12-13 | 1 | -1/+1 |
| | |||||
* | Highlight edges of marked images in thumbnail mode | Bert Münnich | 2013-11-14 | 1 | -0/+1 |
| | |||||
* | Updated/corrected license header | Bert Münnich | 2013-02-08 | 1 | -13/+13 |
| | |||||
* | handle count prefix in thumbnail movements | baskerville | 2012-07-15 | 1 | -1/+1 |
| | |||||
* | Already in the year 2012 | Bert Münnich | 2012-02-15 | 1 | -1/+1 |
| | |||||
* | Added screen-wise scrolling for thumbnail mode | Bert Münnich | 2011-10-27 | 1 | -1/+1 |
| | |||||
* | Updated contact information | Bert Münnich | 2011-10-14 | 1 | -1/+1 |
| | |||||
* | Use win_t member in img_t & tns_t instead of parameters | Bert Münnich | 2011-09-17 | 1 | -9/+12 |
| | |||||
* | Added own bool type | Bert | 2011-09-11 | 1 | -6/+6 |
| | |||||
* | Made i(t)_toggle_alpha command work in thumbnail mode too | Bert | 2011-09-04 | 1 | -0/+1 |
| | |||||
* | Reformated license header | Bert | 2011-09-03 | 1 | -11/+11 |
| | |||||
* | Fixed include in thumbs.h | Bert | 2011-08-19 | 1 | -0/+1 |
| | |||||
* | Added force parameter to tns_load() to disregard cache | Bert | 2011-08-19 | 1 | -1/+1 |
| | |||||
* | Corrected FSF address in license headers | Bert | 2011-08-18 | 1 | -7/+7 |
| | |||||
* | Revised handling of file names & paths | Bert | 2011-08-18 | 1 | -2/+2 |
| | |||||
* | Reduced usage of preprocessor macros | Bert | 2011-07-22 | 1 | -9/+3 |
| | |||||
* | Remove invalid images when loading them; refactorings | Bert | 2011-04-11 | 1 | -3/+3 |
| | |||||
* | New option: -C, clean thumbnail cache | Bert | 2011-04-08 | 1 | -0/+2 |
| | |||||
* | First things for thumbnail caching | Bert | 2011-04-07 | 1 | -0/+1 |
| | |||||
* | Use imlib-handles in thumbs.c instead of pixmaps | Bert | 2011-03-15 | 1 | -1/+3 |
| | |||||
* | Shorter typedefs | Bert | 2011-03-01 | 1 | -3/+3 |
| | |||||
* | Small refactorings, removed over-ambitious todo | Bert | 2011-02-27 | 1 | -1/+2 |
| | |||||
* | Revert "Save rotated png-files with S-key" | Bert | 2011-02-27 | 1 | -2/+1 |
| | | | | This reverts commit 090ee5405b70d6dfa16a8ca3a691dbd556c41bdb. | ||||
* | Save rotated png-files with S-key | Bert | 2011-02-27 | 1 | -1/+2 |
| | |||||
* | Mouse-wheel scrolling in thumb mode | Bert | 2011-02-20 | 1 | -7/+8 |
| | |||||
* | Sync thumb selection & fileidx; check thumb view | Bert | 2011-02-19 | 1 | -1/+1 |
| | |||||
* | Update title when moving selection | Bert | 2011-02-19 | 1 | -1/+2 |
| | |||||
* | Nicer tns_move_selection | Bert | 2011-02-18 | 1 | -1/+0 |
| | |||||
* | Fixed moving of selection while loading thumbnails | Bert | 2011-02-18 | 1 | -2/+1 |
| | |||||
* | Center humbnails in window | Bert | 2011-02-18 | 1 | -0/+2 |
| | |||||
* | Use Button1 to open thumbnail | Bert | 2011-02-17 | 1 | -0/+2 |
| | |||||
* | Select and open thumbnails | Bert | 2011-02-17 | 1 | -0/+9 |
| | |||||
* | Highlight selected thumbnail | Bert | 2011-02-17 | 1 | -0/+1 |
| | |||||
* | Linked thumbnails to files | Bert | 2011-02-17 | 1 | -1/+0 |
| | |||||
* | Appropriate title for thumbnail mode | Bert | 2011-02-17 | 1 | -1/+2 |
| | |||||
* | Who needs threads to load thumbnails? | Bert | 2011-02-17 | 1 | -3/+3 |
| | |||||
* | Use pthread to load thumbnails | Bert | 2011-02-16 | 1 | -0/+1 |
| | |||||
* | Refactored thumbs, new files thumbs.[ch] | Bert | 2011-02-16 | 1 | -0/+49 |