aboutsummaryrefslogtreecommitdiff
path: root/Makefile
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
|
* Use getline instead of readlineBert2011-05-291-1/+1
|
* New option: -n, start at given pictureBert2011-05-251-1/+1
|
* Show image dimension in window titleBert2011-05-221-1/+1
|
* H/J/K/L mappings to pan to edgesBert2011-05-161-1/+1
|
* Unstable version number in MakefileBert2011-05-101-5/+5
|
* Support DESTDIRPetr Sabata2011-05-101-4/+5
| | | | | | | | GNU coding standard recommends supporting DESTDIR in projects Makefiles. This is already expected by many GNU/Linux distributions. This patch adds DESTDIR support to sxiv Makefile. Signed-off-by: Petr Sabata <psabata@redhat.com>
* Stable version 0.8.1Bert2011-05-081-1/+1
|
* Center zoomed areaBert2011-04-191-1/+1
|
* Fixed mouse cursorBert2011-04-151-1/+1
|
* Fix fullscreen modeBert2011-04-141-1/+1
|
* Stable version 0.8Bert2011-04-141-1/+1
|
* Refactored main.cBert2011-04-111-1/+1
|
* Refactored recursive directory util functionsBert2011-04-081-1/+1
|
* Refactored key/mouse mappings in READMEBert2011-04-071-1/+1
|
* New option: -a, do not filter out unsupported filesBert2011-04-061-1/+1
|
* Readded file-type check at startupBert2011-04-051-1/+1
|
* Do not check file-type at startupBert2011-04-041-1/+1
|
* Filename cosmeticsBert2011-03-171-1/+1
|
* Use imlib-handles in thumbs.c instead of pixmapsBert2011-03-151-1/+1
|
* Toggle image transparency with A-keyBert2011-03-101-1/+1
|
* Use ctrl for ext cmds, disable them in config.hBert2011-03-091-1/+1
|
* Use "/bin/sh -c" for external commandsBert2011-03-031-1/+1
|
* Shorter typedefsBert2011-03-011-1/+1
|
* Small refactorings, removed over-ambitious todoBert2011-02-271-1/+1
|
* Revert "Save rotated png-files with S-key"Bert2011-02-271-1/+1
| | | | This reverts commit 090ee5405b70d6dfa16a8ca3a691dbd556c41bdb.
* Save rotated png-files with S-keyBert2011-02-271-1/+1
|
* Stable version 0.7Bert2011-02-261-1/+1
|