aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* Fixed keyboard mappingsBert2011-08-172-8/+12
|
* Stable version 0.9Bert2011-08-171-1/+1
|
* No more need for CLEANMASK macroBert2011-08-121-2/+0
|
* Made run_command() a normal key/button handlerBert2011-08-123-184/+208
|
* Much better drag()Bert2011-08-123-101/+106
| | | | No more need to pass XEvent* to handler functions
* Renamed scroll() to pan_screen()Bert2011-08-054-11/+11
|
* Added -O2 flag to CFLAGSBert2011-08-051-2/+2
|
* Simpler thumbnail selection borderBert2011-07-271-5/+2
|
* Nicer thumbnail selection border; new default colorsBert2011-07-262-3/+6
|
* Major code refactoringBert2011-07-2612-647/+807
| | | | | - Configurable key and mouse mappings in config.h - Put event handling code from main.c into events.[ch]
* Reduced usage of preprocessor macrosBert2011-07-2212-120/+113
|
* Made selection border in thumb mode 3px wideBert2011-07-171-2/+2
|
* Fixed dependency on Makefile & config.hBert2011-07-171-1/+3
|
* Lighter selection colorBert2011-07-171-1/+1
|
* Mention the vi key bindings in the READMEBert2011-07-071-3/+3
|
* Stable version 0.8.2Bert2011-06-291-1/+1
|
* Fixed Makefile.netbsdBert2011-06-291-2/+2
|
* Added Makefile for NetBSDBert2011-06-281-0/+4
|
* Fixed MakefileBert2011-06-281-1/+1
|
* Fix compile error on NetBSDBert2011-06-281-0/+5
|
* Support XK_KP_{Add,Subtract} for zoomingBert2011-06-281-0/+3
|
* All timeouts in millisecondsBert2011-06-283-15/+22
|
* Small refactoringBert2011-06-242-4/+3
|
* Made Makefile POSIX compliantBert2011-06-081-18/+12
|
* Fixed mtime cache check on filesystems supporting nsec resolutionBert2011-06-062-3/+3
|
* New mappings: ctrl-[hjkl], pan image one window width/heightBert2011-06-036-23/+44
|
* Use getline instead of readlineBert2011-05-296-52/+19
|
* New option: -n, start at given pictureBert2011-05-256-9/+27
|
* Show image dimension in window titleBert2011-05-222-4/+5
|
* Updated docBert2011-05-162-0/+13
|
* H/J/K/L mappings to pan to edgesBert2011-05-164-1/+44
|
* 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
|
* Made fullscreen work under buggy window managersBert2011-04-191-2/+1
|
* Fixed background color for non-EWMH-compliant WMsBert2011-04-191-1/+5
|
* Center zoomed areaBert2011-04-194-19/+19
|
* Fixed mouse cursorBert2011-04-152-19/+20
|
* Fix fullscreen modeBert2011-04-142-2/+2
|
* Slightly changed config.hBert2011-04-141-12/+12
|
* Merged commands.h into config.hBert2011-04-143-29/+33
|
* Stable version 0.8Bert2011-04-141-1/+1
|
* Renamed option -C -> -cBert2011-04-113-7/+7
|
* Slightly changed introductory textBert2011-04-112-7/+7
|
* Removed invalid iconBert2011-04-111-0/+0
|
* Removed option -aBert2011-04-114-15/+3
|
* Remove invalid images when loading them; refactoringsBert2011-04-118-357/+175
|
* Refactored main.cBert2011-04-112-91/+93
|
* Merge branch 'tcache'Bert2011-04-1110-99/+506
|\ | | | | | | | | Conflicts: main.c
| * Removed debug outputBert2011-04-081-4/+1
| |