N-R-K
63972db743
add -0 for outputting null-terminated list ( #68 )
...
* add -0 for outputting null-terminated list
this doesn't add much, if any, additional complexity to the codebase and
can be quite handy for scripting purposes.
Closes: https://github.com/nsxiv/nsxiv/issues/67
* Fix typo
Co-authored-by: Berke Kocaoğlu <berke.kocaoglu@metu.edu.tr>
2021-09-20 23:11:47 +00:00
Berke Kocaoğlu
7cce7ea857
Rename, Update Docs and Prepare for Release ( #9 )
...
Co-authored-by: Guilherme Rugai Freire <41879254+GRFreire@users.noreply.github.com>
Co-authored-by: N-R-K <79544946+N-R-K@users.noreply.github.com>
Co-authored-by: NRK <nrk@disroot.org>
Co-authored-by: Arthur Williams <taaparthur@gmail.com>
Co-authored-by: eylles <ed.ylles1997@gmail.com>
2021-09-16 22:55:31 +03:00
qsmodo
156a53780c
set title based on prefix and suffix ( #23 )
...
Co-authored-by: Guilherme Rugai Freire <41879254+GRFreire@users.noreply.github.com>
Co-authored-by: NRK <nrk@disroot.org>
Co-authored-by: Berke Kocaoğlu <berke.kocaoglu@metu.edu.tr>
2021-09-16 22:55:31 +03:00
Berke Kocaoğlu
88f77bc59c
Implement fill scale mode
2021-09-16 22:55:31 +03:00
Bert Münnich
8bf1adcd9a
New version scheme
...
VERSION string between releases is last release suffixed with '+'.
Additionally, use output of git-describe instead of VERSION string, if it is
not empty.
2018-06-09 11:33:30 +02:00
Bert Münnich
148026007c
One header file for type definitions and function declarations
2017-10-16 21:10:35 +02:00
Antti Korpi
ecc363ec10
Add -p flag to disable writing of cache and temporary files
...
Closes #285 .
2017-09-08 22:04:44 +02:00
Bert Münnich
ff2ce99bf7
Merge djhejna/floatdelay
2016-12-01 21:18:41 +01:00
Bert Münnich
c1ba841783
Merge dwminer/framerate
2016-11-28 19:10:31 +01:00
Don Hejna
27bbaab976
Support for DELAY as a floating point number including less than 1
...
second while maintaining backward compatibiitiy with integer
arguments.
2016-11-27 20:36:23 -08:00
dwminer
2c566c5320
Add -A option to force framerate on animated images
2016-11-27 02:59:05 -05:00
Bert Münnich
c772d3c3f3
Use -e for X window embedding
2016-10-30 19:16:51 +01:00
shuall
0b758e08f2
added support for XEMBED into other windows (ie tabbed) with -w
2016-10-28 22:09:26 -04:00
Bert Münnich
d3a70a285d
Revised error handling
...
- Functions warn() and die() replaced by GNU-like error(3) function
- Register cleanup() with atexit(3)
- Functions called by cleanup() are marked with CLEANUP and are not allowed to
call exit(3)
2015-10-28 23:03:37 +01:00
Bert Münnich
e574a6d0dd
Removed feature test macro definitions from source files
2015-10-28 21:37:45 +01:00
Bert Münnich
5e481912ec
Revised handling of GIF animations
...
- New option `-a`: Play animations at startup
- Ctrl-Space toggles animation for all GIF files
- Infinite loop for all animations
2014-07-25 22:52:31 +02:00
Bert Münnich
72f1b1ca6f
Removed command line option -F
2014-02-05 09:58:36 +01:00
Bert Münnich
997c8518c5
Set scale mode at startup via argument to -s option
2014-02-04 23:05:29 +01:00
Bert Münnich
43a04c4757
Revised scale mode and zoom level handling
...
- Scale mode is not reset to default value upon image loading anymore
- New default key binding to change mode to scale-down
- Removed scale mode setting from config.h
- Removed -d command line option, as this is now the default at startup
2014-02-04 23:03:53 +01:00
Bert Münnich
03b1d7cf7a
Fixed -z option argument parsing; fixes issue #127
2014-01-15 21:53:09 +01:00
Bert Münnich
6a0fa2507c
Slideshow mode is back, in a simplified version
2014-01-04 19:07:15 +01:00
Bert Münnich
50f9ad14de
Refactored remote changes
2013-11-14 17:06:20 +01:00
András Mohari
0353e6eea2
Add support for changing the gamma value
2013-11-13 20:54:09 +01:00
Bert Münnich
26a624a543
Added options for anti-alias & alpha layer coloring to config.def.h
...
Also removed now obsolete -p command line option; fixes issue #98
2013-08-22 12:59:05 +02:00
Bert Münnich
6f05e77728
New options: -[io], read/write files from/to stdin/out
...
Fixes issue #84
2013-03-19 21:14:58 +01:00
Bert Münnich
08ae25da22
Refactored function definitions to use dangling brace
2013-02-08 22:05:31 +01:00
Bert Münnich
6d3bbc6d5e
Updated/corrected license header
2013-02-08 21:52:41 +01:00
Bert Münnich
6f9b4f5b2e
New option: -N, set X window resource name
2012-10-29 18:32:56 +01:00
Bert Münnich
2d4264af28
Added option -b: disable bar
2012-02-16 23:20:27 +01:00
Bert Münnich
d407dd65d5
Already in the year 2012
2012-02-15 19:16:24 +01:00
Bert Münnich
ef0ed32264
Removed exif support; made gif support non-optional
2012-02-11 02:42:52 +01:00
Bert Münnich
36177fb180
Updated contact information
2011-10-14 10:40:49 +02:00
Bert Münnich
4383a651c7
Strictly adhere to ANSI-C standard
2011-10-13 16:50:06 +02:00
Bert Münnich
a09b20c5e6
Use void for empty argument lists
2011-10-12 18:38:29 +02:00
Bert Münnich
8dcf682de9
Made all conditionals more precise
2011-09-29 12:43:36 +02:00
Bert Münnich
22d4e991d5
Transformed function macros in util.h to inline functions
2011-09-29 10:16:13 +02:00
Bert Münnich
d721d8453e
Added STREQ macro
2011-09-26 21:53:52 +02:00
rck
3a81af41ac
make use of EXIT_ macros
2011-09-26 15:40:07 +02:00
Bert
dad06c7561
Much nicer handling of compile-time features
...
- *_SUPPORT enabled in config.h
- XLIBS helper app prints lib flags needed for current settings
2011-09-12 19:28:02 +02:00
Bert
b2a2a62b7b
Added own bool type
2011-09-11 21:01:24 +02:00
Bert
510512714d
Added slideshow support
2011-09-10 18:41:20 +02:00
Bert
79d780a701
List additional features in usage message (-v)
2011-09-10 12:29:54 +02:00
Bert
6e575b0f72
Strict conformance to IEEE Std 1003.1-2001
2011-09-08 20:54:24 +02:00
Bert
d585b86354
Reformated license header
2011-09-03 23:11:45 +02:00
Bert
de6b58a315
Unified feature test macro requirements
2011-09-03 14:22:06 +02:00
Bert
8763f6930f
Corrected FSF address in license headers
2011-08-18 01:18:26 +02:00
Bert
b8ff1677b1
Major code refactoring
...
- Configurable key and mouse mappings in config.h
- Put event handling code from main.c into events.[ch]
2011-07-26 18:01:29 +02:00
Bert
a271e16744
Reduced usage of preprocessor macros
2011-07-22 14:49:06 +02:00
Bert
ea23115af4
Use getline instead of readline
2011-05-29 11:45:58 +02:00
Bert
2252a0148d
New option: -n, start at given picture
2011-05-25 09:23:23 +02:00