- Oct 07, 2017
-
-
Birte Kristina Friesel authored
-
Birte Kristina Friesel authored
-
- Oct 03, 2017
-
-
Birte Kristina Friesel authored
This fixes --force-aliasing (and possibly other options) missing from the file.
-
Birte Kristina Friesel authored
-
- Oct 02, 2017
-
-
Birte Kristina Friesel authored
Happens e.g. when using -O without enabling thumbnail/index mode Closes #335
-
- Sep 26, 2017
-
-
derf authored
silence comple warnings and fix previous dead code
-
Niclas Zeising authored
The check if buffer == NULL is always false, since buffer is an autoamtic variable allocated when entering the function. What we instead want to do is to check if the string is empty after the call to exif_get_info(), since that means we could not read any exif information. When the code once more is enabled, I discovered that we need to copy the information string into info_buf as well as into buffer, since it is the former that is used to print the exif information on top of the picture. Without this change, imlib warns about trying to write NULL strings.
-
Niclas Zeising authored
-
- Sep 24, 2017
-
-
Birte Kristina Friesel authored
-
- Sep 16, 2017
-
-
Birte Kristina Friesel authored
Closes #326
-
Birte Kristina Friesel authored
-
- Sep 15, 2017
-
-
Birte Kristina Friesel authored
-
- Sep 13, 2017
-
-
Birte Kristina Friesel authored
When feh loses its controlling terminal at runtime, e.g. due to backgrounding / disowning, it will no longer issue a warning on each terminal keystroke.
-
Birte Kristina Friesel authored
-
- Sep 07, 2017
-
-
Birte Kristina Friesel authored
-
Birte Kristina Friesel authored
-
- Sep 06, 2017
-
-
Birte Kristina Friesel authored
-
- Sep 05, 2017
-
-
Birte Kristina Friesel authored
-
- Sep 04, 2017
-
-
Birte Kristina Friesel authored
-
- Sep 02, 2017
-
-
Birte Kristina Friesel authored
-
- Aug 31, 2017
-
-
Birte Kristina Friesel authored
-
- Aug 29, 2017
-
-
Birte Kristina Friesel authored
-
Birte Kristina Friesel authored
-
- Aug 27, 2017
-
-
Birte Kristina Friesel authored
-
- Aug 26, 2017
-
-
derf authored
Silence -Wimplicit-fallthrough= warning
-
Birte Kristina Friesel authored
-
-
Birte Kristina Friesel authored
-
- Aug 25, 2017
-
-
orbea authored
-
orbea authored
This allows finer control of which files are compiled and additionally will silence some -Wpedantic warnings when "empty" files are compiled.
-
orbea authored
-
Birte Kristina Friesel authored
As there's no "default" window, it doesn't make much sense here... Plus, it's buggy as hell in this mode
-
- Aug 23, 2017
-
-
Birte Kristina Friesel authored
-
Birte Kristina Friesel authored
Also, restore the previous terminal mode on exit
-
- Aug 22, 2017
-
-
Birte Kristina Friesel authored
-
- Aug 21, 2017
-
-
Birte Kristina Friesel authored
-
- Aug 19, 2017
-
-
Birte Kristina Friesel authored
-
Birte Kristina Friesel authored
-
- Aug 12, 2017
-
-
Birte Kristina Friesel authored
-
- Aug 10, 2017
-
-
Birte Kristina Friesel authored
Turns out that it is undefined behaviour to pass a value to isctype functions which does not fit inside a char. Closes #312
-