Sat, 22 Nov 2008 22:04:21 +0000 |
zas_ |
Use common code for layout_image_setup_split_none() too.
|
Sat, 22 Nov 2008 21:58:07 +0000 |
zas_ |
layout_image_setup_split_*(): simplify code.
|
Sat, 22 Nov 2008 21:11:09 +0000 |
zas_ |
layout_image_setup_split_*(): move common code to a new function layout_image_setup_split_common().
|
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
|
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,
|
Sun, 31 Aug 2008 10:51:41 +0000 |
zas_ |
Move miscellaneous functions to their own files (new misc.[ch]).
|
Mon, 25 Aug 2008 22:20:45 +0000 |
zas_ |
Whitespaces cleanup.
|
Mon, 25 Aug 2008 16:58:27 +0000 |
nadvornik |
removed unused code
|
Sun, 20 Jul 2008 15:16:05 +0000 |
zas_ |
Move uri_*() functions to separate files: uri_utils.[ch]
|
Thu, 17 Jul 2008 21:51:21 +0000 |
nadvornik |
reload changed images
|
Tue, 15 Jul 2008 12:52:02 +0000 |
zas_ |
Use a specific enum for image.zoom_mode values (ZoomMode) and
|
Fri, 04 Jul 2008 20:32:48 +0000 |
zas_ |
Optimize a bit when connected zoom and scrolling are unset,
|
Sat, 28 Jun 2008 08:01:36 +0000 |
zas_ |
layout_image_drag_cb(): optimize when connected scrolling is unset.
|
Sat, 28 Jun 2008 07:43:37 +0000 |
zas_ |
Reduce number of parameters (mostly unused), just pass the event pointer.
|
Sat, 14 Jun 2008 21:49:48 +0000 |
nadvornik |
use GtkSizeGroup to control initial size of split images
|
Sat, 14 Jun 2008 18:41:30 +0000 |
nadvornik |
preserve image center on refresh
|
Sun, 08 Jun 2008 19:09:44 +0000 |
nadvornik |
better check for notify type
|
Sat, 07 Jun 2008 09:10:01 +0000 |
nadvornik |
use new notification in layout and layout_image
|
Tue, 03 Jun 2008 19:44:19 +0000 |
nadvornik |
replaced directory path with FileData* dir_fd
|
Sat, 24 May 2008 22:44:18 +0000 |
nadvornik |
rewritten utilops.h:
|
Thu, 22 May 2008 13:00:45 +0000 |
zas_ |
Fix signed vs unsigned warnings.
|
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.
|
Sat, 10 May 2008 14:22:18 +0000 |
zas_ |
image_osd_get() now returns OsdShowFlags.
|
Fri, 09 May 2008 09:58:46 +0000 |
zas_ |
image_osd_get() and image_osd_set() now uses flags.
|
Mon, 05 May 2008 19:11:12 +0000 |
nadvornik |
split filelist.c to filefilter.c and filedata.c
|
Tue, 29 Apr 2008 17:52:12 +0000 |
nadvornik |
fixed connected zoom and scroll that didn't work in some cases
|
Sun, 27 Apr 2008 23:31:20 +0000 |
bruclik |
fix warning cast from pointer to integer of different size (when an integer is
|
Thu, 24 Apr 2008 16:35:02 +0000 |
zas_ |
Add missing spaces around equal sign.
|