Wed, 04 Feb 2009 17:15:30 +0000 |
zas_ |
Add year 2009 to copyright info everywhere.
|
Tue, 07 Oct 2008 18:20:22 +0000 |
nadvornik |
Adding a vim modeline to all files - patch by Klaus Ethgen
|
Wed, 10 Sep 2008 20:37:30 +0000 |
nadvornik |
use SHIFT for connected scroll and zoom
|
Mon, 08 Sep 2008 19:57:51 +0000 |
nadvornik |
added possibility to redraw only the parts of image that are already
|
Sun, 07 Sep 2008 23:01:30 +0000 |
bruclik |
Replaced gtk depreceated code.
|
Thu, 04 Sep 2008 21:19:09 +0000 |
nadvornik |
fixed various problems with preserving viewport on image change,
|
Wed, 03 Sep 2008 21:13:02 +0000 |
zas_ |
Improve debug messages.
|
Wed, 03 Sep 2008 20:29:32 +0000 |
nadvornik |
adjusted redraw priority relative to icon drawing
|
Mon, 01 Sep 2008 19:18:32 +0000 |
nadvornik |
improved pixbuf draw priority control
|
Tue, 26 Aug 2008 22:30:40 +0000 |
zas_ |
Consistency: type * instead of type*.
|
Tue, 26 Aug 2008 22:22:51 +0000 |
zas_ |
For the sake of consistency, use glib basic types everywhere.
|
Mon, 30 Jun 2008 21:08:28 +0000 |
nadvornik |
fixed division by zero in pixbuf_renderer_get_scroll_center
|
Thu, 26 Jun 2008 15:59:20 +0000 |
zas_ |
Use flags for pr_zoom_*() functions.
|
Thu, 26 Jun 2008 12:23:48 +0000 |
zas_ |
Use flags instead of int parameters for pixbuf_renderer_overlay_add().
|
Thu, 26 Jun 2008 11:48:40 +0000 |
zas_ |
Only define ExifOrientationType if GQ_BUILD is not defined since
|
Thu, 22 May 2008 13:00:45 +0000 |
zas_ |
Fix signed vs unsigned warnings.
|
Mon, 19 May 2008 09:27:30 +0000 |
zas_ |
Fix some incomplete initialization warnings.
|
Fri, 16 May 2008 12:16:49 +0000 |
zas_ |
Do not use printf() directly but use new wrapper function log_printf() instead.
|
Fri, 16 May 2008 10:02:56 +0000 |
zas_ |
Include debug.h from main.h since debug macros may be used anywhere in the code.
|
Thu, 24 Apr 2008 15:53:08 +0000 |
zas_ |
6 for() vs 201 for (): winner is for ().
|
Thu, 24 Apr 2008 12:47:09 +0000 |
zas_ |
Remove whitespace between function name and first parenthesis for the sake of consistency. (pass 2)
|
Thu, 24 Apr 2008 12:23:02 +0000 |
zas_ |
Remove whitespace between function name and first parenthesis for the sake of consistency.
|
Thu, 24 Apr 2008 08:53:39 +0000 |
zas_ |
Move debug macros from main.h to new debug.h.
|
Thu, 24 Apr 2008 00:15:03 +0000 |
zas_ |
Handle the newline in DEBUG_N() macro instead of adding one
|
Wed, 23 Apr 2008 20:47:19 +0000 |
zas_ |
Introduce macros to display debug messages.
|
Mon, 21 Apr 2008 21:46:38 +0000 |
nadvornik |
updated copyright in source files
|
Sun, 20 Apr 2008 21:30:36 +0000 |
zas_ |
Use explicit names for mouse buttons instead of numbers.
|
Sun, 20 Apr 2008 18:07:51 +0000 |
zas_ |
Effectively drop empty newlines at end of files (missing from rev 535)
|
Sun, 20 Apr 2008 13:04:57 +0000 |
zas_ |
Big whitespaces cleanup:
|
Fri, 18 Apr 2008 21:30:12 +0000 |
nadvornik |
replace inner loops with memcpy
|