- Dec 27, 2017
-
-
ulteq authored
This prevents removing the image data from the cache, when moving back and forth between images. As suggested by the Imlib documentation: http://alien.cern.ch/cache/imlib2-1.0.6/doc/
-
- Dec 07, 2017
-
-
Birte Kristina Friesel authored
Closes #351
-
- Feb 26, 2017
-
-
Birte Kristina Friesel authored
-
- Feb 23, 2017
-
-
Birte Kristina Friesel authored
-
- Feb 16, 2017
-
- Jan 11, 2017
-
-
Birte Kristina Friesel authored
-
- Aug 31, 2016
-
-
Birte Kristina Friesel authored
-
Niclas Zeising authored
On some systsems sysconf() can return a very large value, unsuitable for use with malloc(). Only use sysconf() if HOST_NAME_MAX isn't avalable.
-
Niclas Zeising authored
FreeBSD lacks the constant HOST_NAME_MAX, instead using sysconf(3) to find out the value of the maximum host name length at run time. Patch to use this instead of HOST_NAME_MAX. This brings with it the need to use malloc instead of using a statically sized buffer for the host name, since the size of the buffer cannot be known at run time. Errors from sysconf or malloc just means that the entire block of code is skipped over (the same way it's skipped if the call to gethostname() fails), rather than returning any kind of error to the caller or logging an error message somewhere.
-
- Aug 28, 2016
-
-
Birte Kristina Friesel authored
-
- Aug 27, 2016
-
-
Klee Dienes authored
-
- Apr 24, 2016
-
-
Birte Kristina Friesel authored
-
- Apr 16, 2016
-
- Apr 14, 2016
-
-
Birte Kristina Friesel authored
-
- Apr 13, 2016
-
-
Birte Kristina Friesel authored
-
- Nov 15, 2015
-
-
Birte Kristina Friesel authored
this fixes a segfault when combining --scale-down and --thumbnails on a sufficiently large directory
-
- Nov 14, 2015
-
-
Richard Molitor authored
this actually uses the old "force geometry" workaround to get the scale down behaviour (which makes the code a lot cleaner) by first setting the geometry after the window is created (to avoid creating a 0x0 sized window, which X does not like).
-
Richard Molitor authored
-
- Jul 23, 2015
-
-
Birte Kristina Friesel authored
-
- May 23, 2015
-
-
Birte Kristina Friesel authored
-
- Jan 09, 2015
-
-
Ilion Beyst authored
-
- Apr 26, 2014
-
-
Birte Kristina Friesel authored
-
- Jul 29, 2013
-
-
Brian Mattern authored
-
- Feb 24, 2013
-
-
Birte Kristina Friesel authored
-
- Feb 14, 2013
-
-
Birte Kristina Friesel authored
-
- Oct 23, 2012
-
-
Birte Kristina Friesel authored
-
- Mar 28, 2012
-
-
Birte Kristina Friesel authored
-
- Feb 12, 2012
-
-
Birte Kristina Friesel authored
This reverts commit b6a1cff6.
-
Birte Kristina Friesel authored
-
- Feb 02, 2012
-
-
Birte Kristina Friesel authored
-
- Jan 27, 2012
-
-
Birte Kristina Friesel authored
-
- Oct 31, 2011
-
-
Birte Kristina Friesel authored
-
- Oct 21, 2011
-
-
Birte Kristina Friesel authored
-
- Sep 13, 2011
-
-
Birte Kristina Friesel authored
-
- Sep 02, 2011
-
-
Birte Kristina Friesel authored
-
- Aug 30, 2011
-
-
Birte Kristina Friesel authored
-
Birte Kristina Friesel authored
-
- Aug 29, 2011
-
-
Birte Kristina Friesel authored
This fixes half of the issue - windows on Xinerama screen 0 no longer become too large, but the bug still appears on the other screens (unless XINERAMA_SCREEN is set)
-
- Jul 20, 2011
-
-
Birte Kristina Friesel authored
-
- Jun 07, 2011
-
-
Birte Kristina Friesel authored
-