aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Updated unstable version numberBert Münnich2013-09-071-1/+1
* Warp pointer on first/last pixelPeter Hofmann2013-09-071-8/+8
* Added options for anti-alias & alpha layer coloring to config.def.hBert Münnich2013-08-228-15/+23
* Only print marked files when -o is givenBert Münnich2013-08-224-8/+8
* Added file marks; fixes issue #94Bert Münnich2013-08-107-6/+77
* Updated unstable version numberBert Münnich2013-08-101-1/+1
* Changed key bindings for flipping to bar & underscoreBert Münnich2013-08-103-5/+5
* Refactored merged rotation codeBert Münnich2013-08-105-30/+20
* Handle 180 degrees image rotationBastien Dejean2013-08-107-26/+34
* Fixed typo in README.mdBert Münnich2013-06-022-2/+2
* Stable version 1.1.1Bert Münnich2013-06-022-1/+6
* Fixed build for giflib version >= 5.0; fixed issue #90Bert Münnich2013-04-212-1/+5
* Use bgcol as window background pixel; fixed issue #89Bert Münnich2013-04-142-2/+7
* Updated source tarball URLs in README.mdBert Münnich2013-04-061-14/+14
* Fixed non-ASCII characters in window bar, issue #88Bert Münnich2013-04-062-10/+6
* Updated .gitignoreBert Münnich2013-04-021-4/+0
* Updated source tarball URLs in README.mdBert Münnich2013-04-021-14/+15
* Fixed segfault caused by FD_ISSET() on negative fdBert Münnich2013-04-022-2/+2
* Stable version 1.1Bert Münnich2013-03-303-2/+11
* New options: -[io], read/write files from/to stdin/outBert Münnich2013-03-196-37/+59
* Merge branch 'asyncinfo'Bert Münnich2013-03-195-93/+158
|\
| * Made bar fields more distinguishableBert Münnich2013-03-192-4/+6
| * Polished info script executionBert Münnich2013-03-191-1/+2
| * Spawn info script & update bar contents only when neededBert Münnich2013-03-193-11/+26
| * Spawn and read from info script without blockingBert Münnich2013-03-193-84/+131
|/
* Applied code style on merged changesBert Münnich2013-03-042-15/+10
* Merge pointer warping in i_drag from Rob PillingBert Münnich2013-03-041-3/+22
|\
| * Wrap the pointer when the edge of the window is reachedRob Pilling2013-03-031-3/+22
|/
* Ignore dotfiles for -rBert Münnich2013-02-112-2/+2
* Merge branch 'sizehints', fixed issue #78Bert Münnich2013-02-094-28/+51
|\
| * No checks on window size, use whatever the user has specifiedBert Münnich2013-02-092-15/+4
| * Refined US{Position,Size} & WinGravity handlingBert Münnich2013-02-091-39/+39
| * Merge remote-tracking branch '4z3/set-user-specified-sizehints' into sizehintsBert Münnich2013-02-093-19/+53
| |\
| | * When using -g hint the WM that we've got user specified geometrytv2013-01-303-19/+53
* | | Correctly set window height after i_fit_to_img()Bert Münnich2013-02-091-0/+3
|/ /
* | Correctly updated window pixmap after i_fit_to_img()Bert Münnich2013-02-081-0/+5
* | Use bool from stdbool.h after switching to C99Bert Münnich2013-02-081-8/+1
* | Be honest about using C99Bert Münnich2013-02-081-1/+1
* | Refactored function definitions to use dangling braceBert Münnich2013-02-089-124/+247
* | Updated/corrected license headerBert Münnich2013-02-0816-195/+213
|/
* Fixed issue #77, limit geometry info to first image frameBert Münnich2013-01-292-2/+2
* Merge branch 'userinfo'Bert Münnich2013-01-278-155/+218
|\
| * Added documentation for image-info scriptBert Münnich2013-01-274-13/+35
| * Added skeleton for image-info user scriptBert Münnich2013-01-121-0/+10
| * Moved thumbnail cache to ~/.sxiv/cache/Bert Münnich2013-01-122-15/+8
| * Simplified status bar, filled by user scriptmuennich2013-01-123-132/+170
* | Removed old definitions from commands.hhut2013-01-271-3/+0
|/
* Fixed completely insane {C,LD}FLAGS -I/-L settingsBert Münnich2013-01-121-3/+3
* Made Makefile more verboseBert Münnich2013-01-101-30/+15
* Fixed compilation with giflib version 4.2.1Bert Münnich2013-01-042-6/+6