aboutsummaryrefslogtreecommitdiff
path: root/thumbs.h
Commit message (Collapse)AuthorAgeFilesLines
* Unified file count variable for image & thumbnail modeBert Münnich2014-09-301-3/+3
|
* Scale thumbnail selection border width with thumbnail sizeBert Münnich2014-09-291-0/+1
|
* Refactored thumbnail size dependent calculationsBert Münnich2014-09-291-0/+1
|
* Added thumbnail zooming...Bert Münnich2014-09-281-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ünnich2014-09-261-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 deletionsBert Münnich2014-08-161-3/+3
|
* Pass marked files to external key handler in thumbnail mode; fixes issue #135Bert Münnich2014-08-161-1/+1
|
* Unified file index variable for image & thumbnail modeBert Münnich2014-08-161-2/+2
|
* Generalized thumbnail loading, allows easier reloading of thumbnails later onBert Münnich2014-08-161-0/+2
|
* Use a checkerboard background for alpha layer; fixes issue #138Bert Münnich2014-04-061-1/+0
|
* Fixed Imlib file handle type, issue #117Bert Münnich2013-12-131-1/+1
|
* Highlight edges of marked images in thumbnail modeBert Münnich2013-11-141-0/+1
|
* Updated/corrected license headerBert Münnich2013-02-081-13/+13
|
* handle count prefix in thumbnail movementsbaskerville2012-07-151-1/+1
|
* Already in the year 2012Bert Münnich2012-02-151-1/+1
|
* Added screen-wise scrolling for thumbnail modeBert Münnich2011-10-271-1/+1
|
* Updated contact informationBert Münnich2011-10-141-1/+1
|
* Use win_t member in img_t & tns_t instead of parametersBert Münnich2011-09-171-9/+12
|
* Added own bool typeBert2011-09-111-6/+6
|
* Made i(t)_toggle_alpha command work in thumbnail mode tooBert2011-09-041-0/+1
|
* Reformated license headerBert2011-09-031-11/+11
|
* Fixed include in thumbs.hBert2011-08-191-0/+1
|
* Added force parameter to tns_load() to disregard cacheBert2011-08-191-1/+1
|
* Corrected FSF address in license headersBert2011-08-181-7/+7
|
* Revised handling of file names & pathsBert2011-08-181-2/+2
|
* Reduced usage of preprocessor macrosBert2011-07-221-9/+3
|
* Remove invalid images when loading them; refactoringsBert2011-04-111-3/+3
|
* New option: -C, clean thumbnail cacheBert2011-04-081-0/+2
|
* First things for thumbnail cachingBert2011-04-071-0/+1
|
* Use imlib-handles in thumbs.c instead of pixmapsBert2011-03-151-1/+3
|
* Shorter typedefsBert2011-03-011-3/+3
|
* Small refactorings, removed over-ambitious todoBert2011-02-271-1/+2
|
* Revert "Save rotated png-files with S-key"Bert2011-02-271-2/+1
| | | | This reverts commit 090ee5405b70d6dfa16a8ca3a691dbd556c41bdb.
* Save rotated png-files with S-keyBert2011-02-271-1/+2
|
* Mouse-wheel scrolling in thumb modeBert2011-02-201-7/+8
|
* Sync thumb selection & fileidx; check thumb viewBert2011-02-191-1/+1
|
* Update title when moving selectionBert2011-02-191-1/+2
|
* Nicer tns_move_selectionBert2011-02-181-1/+0
|
* Fixed moving of selection while loading thumbnailsBert2011-02-181-2/+1
|
* Center humbnails in windowBert2011-02-181-0/+2
|
* Use Button1 to open thumbnailBert2011-02-171-0/+2
|
* Select and open thumbnailsBert2011-02-171-0/+9
|
* Highlight selected thumbnailBert2011-02-171-0/+1
|
* Linked thumbnails to filesBert2011-02-171-1/+0
|
* Appropriate title for thumbnail modeBert2011-02-171-1/+2
|
* Who needs threads to load thumbnails?Bert2011-02-171-3/+3
|
* Use pthread to load thumbnailsBert2011-02-161-0/+1
|
* Refactored thumbs, new files thumbs.[ch]Bert2011-02-161-0/+49