aboutsummaryrefslogtreecommitdiff
path: root/Makefile
Commit message (Collapse)AuthorAgeFilesLines
...
* Added text bar on bottom of windowBert Münnich2012-02-121-1/+1
|
* Removed exif support; made gif support non-optionalBert Münnich2012-02-111-8/+5
|
* Removed slideshow supportBert Münnich2012-02-111-1/+1
|
* Fixed issue #32: wrong antialias setting after it_shell_cmdBert Münnich2011-12-171-1/+1
|
* Fixed issue #28 (again)Bert Münnich2011-11-131-1/+1
|
* Removed target "dist" from MakefileBert Münnich2011-11-111-9/+0
|
* Fixed issue #28Bert Münnich2011-11-111-1/+1
|
* Thumbnails only get scaled down, fixed issue #27Bert Münnich2011-11-051-1/+1
|
* Better fix for issue #25Bert Münnich2011-11-011-1/+1
|
* Stable version 1.0Bert Münnich2011-10-311-1/+1
|
* Fixed issue #25: invalid file cnt and sel in thumb modeBert Münnich2011-10-311-1/+1
|
* Added screen-wise scrolling for thumbnail modeBert Münnich2011-10-271-1/+1
|
* Fixed handling of gif disposal method (issue #23)Bert Münnich2011-10-171-1/+1
|
* Mention min/max zoom level in config.def.hBert Münnich2011-10-161-1/+1
|
* Strictly adhere to ANSI-C standardBert Münnich2011-10-131-2/+2
|
* Use void for empty argument listsBert Münnich2011-10-121-1/+1
|
* Regard gif disposal method; fix bug #18Bert Münnich2011-10-111-1/+1
|
* Transformed function macros in util.h to inline functionsBert Münnich2011-09-291-1/+1
|
* Fix layering of small gif framesBert Münnich2011-09-281-1/+1
|
* Make use of EXIT_* macros (2)Bert Münnich2011-09-261-1/+1
|
* Simplified config.cBert Münnich2011-09-231-1/+1
|
* Use win_t member in img_t & tns_t instead of parametersBert Münnich2011-09-171-1/+1
|
* Renamed XLIBS to config, added -D/-l optionsBert2011-09-131-6/+6
|
* Much nicer handling of compile-time featuresBert2011-09-121-13/+10
| | | | | - *_SUPPORT enabled in config.h - XLIBS helper app prints lib flags needed for current settings
* Made XFLAGS & XLIBS macros onlyBert2011-09-121-2/+6
|
* Added dirty flag to img structBert2011-09-111-1/+1
|
* List additional features in usage message (-v)Bert2011-09-101-1/+1
|
* Overhauled buildingBert2011-09-081-18/+52
| | | | | | | | - config.h -> config.def.h - Create config.h during make, if it does not exist - Nice make output - Use XFLAGS and XLIBS to include additional compile-time features, which depend on third-party libraries
* Avoid conflicting macrosBert2011-09-061-1/+1
|
* Made i(t)_toggle_alpha command work in thumbnail mode tooBert2011-09-041-1/+1
|
* Simplified cursor resettingBert2011-09-031-1/+1
|
* Data driven timeout handlingBert2011-09-021-1/+1
|
* Added HAVE_GIFLIB macro for optional dependency on giflibBert2011-08-191-1/+1
|
* Added support for multi-frame imagesBert2011-08-191-1/+1
|
* Put event handling back into main.c; events -> commandsBert2011-08-191-1/+1
|
* Uniform thumbnail selection border sizeBert2011-08-191-1/+1
| | | | | - Consistent handling of thumbnails - Makes it easier to select very small thumbnails with mouse
* Revised handling of file names & pathsBert2011-08-181-1/+1
|
* Stable version 0.9Bert2011-08-171-1/+1
|
* Much better drag()Bert2011-08-121-1/+1
| | | | No more need to pass XEvent* to handler functions
* Added -O2 flag to CFLAGSBert2011-08-051-2/+2
|
* Major code refactoringBert2011-07-261-2/+2
| | | | | - Configurable key and mouse mappings in config.h - Put event handling code from main.c into events.[ch]
* Reduced usage of preprocessor macrosBert2011-07-221-1/+1
|
* Fixed dependency on Makefile & config.hBert2011-07-171-1/+3
|
* Stable version 0.8.2Bert2011-06-291-1/+1
|
* Fixed MakefileBert2011-06-281-1/+1
|
* All timeouts in millisecondsBert2011-06-281-1/+1
|
* Small refactoringBert2011-06-241-1/+1
|
* Made Makefile POSIX compliantBert2011-06-081-18/+12
|
* Fixed mtime cache check on filesystems supporting nsec resolutionBert2011-06-061-1/+1
|
* New mappings: ctrl-[hjkl], pan image one window width/heightBert2011-06-031-1/+1
|