aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fixed issue #74, conditional compilation of gif supportBert Münnich2012-12-272-3/+9
* Fixed issue #73Bert Münnich2012-12-274-3/+7
* Moved screenshots to gh-pages branchBert Münnich2012-12-212-0/+0
* Added Download/Changelog section to READMEBert Münnich2012-12-211-11/+116
* Fixed issue #72muennich2012-12-202-3/+5
* Merge branch 'winname'Bert Münnich2012-12-015-3/+14
|\
| * New option: -N, set X window resource nameBert Münnich2012-10-295-3/+14
* | Merge branch 'newdraw'Bert Münnich2012-12-013-19/+48
|\ \
| * | Fixed BadDrawable errors caused by invalid window pixmapBert Münnich2012-10-291-6/+5
| * | Overhauled window drawingBert Münnich2012-10-293-17/+47
| |/
* | Next try to fix issue #71Bert Münnich2012-10-312-2/+2
* | Smaller minimum gif delay, fixed issue #71Bert Münnich2012-10-292-2/+2
|/
* Changed default font to support more encodings; fixed issue #66Bert Münnich2012-08-242-2/+2
* Disregard obsolete events, fixed issue #64Bert Münnich2012-08-172-4/+12
* Simplified zoomdiff functionBert Münnich2012-08-162-10/+1
* New command: i_alternate, go to last image, issue #65Bert Münnich2012-08-164-0/+14
* Corrected zoom level handlingBert Münnich2012-08-163-9/+21