log src/layout.c @ 774:e095a66b428f

age author description
Tue, 03 Jun 2008 07:32:13 +0000 zas_ layout_real_renamed(), layout_real_removed(), layout_real_moved():
Thu, 22 May 2008 13:00:45 +0000 zas_ Fix signed vs unsigned warnings.
Wed, 21 May 2008 11:07:23 +0000 zas_ Use G_DIR_SEPARATOR where applicable.
Wed, 21 May 2008 11:00:13 +0000 zas_ Use G_DIR_SEPARATOR_S where applicable.
Tue, 20 May 2008 08:14:35 +0000 zas_ Sort out log_printf() vs printf_term() mix up.
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.
Tue, 13 May 2008 08:02:46 +0000 zas_ Move some functions from main.[ch] to new window.[ch].
Sun, 11 May 2008 20:38:21 +0000 zas_ Drop unused layout_list_get_path() and vf*_index_get_path().
Wed, 07 May 2008 22:48:30 +0000 zas_ Add a way to invert the current selection.
Mon, 05 May 2008 19:11:12 +0000 nadvornik split filelist.c to filefilter.c and filedata.c
Mon, 05 May 2008 08:32:18 +0000 zas_ Revert patch 675, and correctly fix gtk assertion failure.
Sun, 04 May 2008 18:45:06 +0000 zas_ Drop ViewFileIcon, use ViewFile and ViewFileInfoIcon instead.
Sun, 04 May 2008 16:16:07 +0000 zas_ Drop ViewFileList, use ViewFile and ViewFileInfoList instead.
Sat, 03 May 2008 12:48:45 +0000 zas_ Drop redundant vflist_thumbs_set() introduced in revision 649,
Sat, 03 May 2008 11:34:13 +0000 zas_ Replace Layout icon_view field by more generic file_view_type.
Sat, 03 May 2008 10:31:37 +0000 zas_ Set thumbs_enabled through new function vflist_thumbs_set() instead
Sat, 03 May 2008 08:35:08 +0000 zas_ Change default positions of dividers since width of the main menu
Tue, 29 Apr 2008 18:12:49 +0000 nadvornik cleanup: use image_get_image_size
Sun, 27 Apr 2008 20:05:11 +0000 nadvornik Added LIRC patch written by Matteo Beniamino
Fri, 25 Apr 2008 08:07:22 +0000 zas_ Handle the case of reduction of the number of view directory types.
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 22:40:55 +0000 zas_ Fix Gtk-CRITICAL **: gtk_entry_set_text: assertion `GTK_IS_ENTRY (entry)' failed
Wed, 23 Apr 2008 20:47:19 +0000 zas_ Introduce macros to display debug messages.
Tue, 22 Apr 2008 22:44:10 +0000 zas_ Save state and width of exif, info and sort panels to rc file.
Tue, 22 Apr 2008 09:01:29 +0000 zas_ Use image_osd_toggle() in layout_menu_overlay_cb().
Tue, 22 Apr 2008 08:34:30 +0000 zas_ Make histogram depends on image window not layout window.
Mon, 21 Apr 2008 21:46:38 +0000 nadvornik updated copyright in source files
Sun, 20 Apr 2008 13:04:57 +0000 zas_ Big whitespaces cleanup:
Sat, 19 Apr 2008 21:30:19 +0000 zas_ Save Show Marks state to rc file and display current state in menu.
Sat, 19 Apr 2008 21:20:08 +0000 nadvornik fixed max. number of profiles
Sat, 19 Apr 2008 17:55:41 +0000 nadvornik show the AdobeRGB profile in the menu, indicate input profile from image
Wed, 16 Apr 2008 22:21:01 +0000 zas_ Fix two errors made in revision 473.
Wed, 16 Apr 2008 14:45:22 +0000 zas_ Introduce a new struct ViewDir to handle directory views common
Tue, 15 Apr 2008 06:56:25 +0000 zas_ New Go to directory view feature that permits to find and display the directory
Sat, 12 Apr 2008 21:45:30 +0000 zas_ Rename option thumbnails.enabled to layout.show_thumbnails as it makes
Sat, 12 Apr 2008 21:38:55 +0000 zas_ Rename user_specified_window_background and window_background_color
Sat, 12 Apr 2008 19:33:59 +0000 zas_ Rename window options (moved to layout) and re-order rc file.
Sat, 12 Apr 2008 09:41:44 +0000 zas_ Rename thumbnails related options.
Sat, 12 Apr 2008 08:05:44 +0000 zas_ Rename color profile options.
Fri, 11 Apr 2008 22:52:22 +0000 zas_ Move more options to ConfOptions.
Fri, 11 Apr 2008 22:14:36 +0000 zas_ Add a new struct ConfOptions to handle options.
Wed, 09 Apr 2008 16:37:54 +0000 zas_ Simplify and unify gtk_window creation with the help of
Wed, 09 Apr 2008 13:53:01 +0000 zas_ Replace occurences of Geeqie / geeqie by constants defined in main.h.
Tue, 08 Apr 2008 23:02:33 +0000 zas_ gqview.h -> main.h
Tue, 08 Apr 2008 22:16:56 +0000 zas_ exit_gqview() renamed to exit_program().
Tue, 08 Apr 2008 20:56:50 +0000 nadvornik reworked the histogram patch by Uwe Ohse, most of the code is in
Tue, 08 Apr 2008 15:53:03 +0000 zas_ Move active variable affectation after the test.
Tue, 08 Apr 2008 14:52:42 +0000 zas_ Simplify layout_color_name_parse() using g_strdelimit().
Tue, 08 Apr 2008 14:50:14 +0000 zas_ Tidy up, whitespaces and indentation fix.
Thu, 03 Apr 2008 23:29:14 +0000 zas_ Make the wmclass value unique among the code by defining
Thu, 03 Apr 2008 17:34:30 +0000 zas_ Replace some occurences of gqview by Geeqie.
Sat, 29 Mar 2008 10:38:15 +0000 nadvornik set user-defined color as image background - patch by Laurent MONIN
Sun, 23 Mar 2008 20:38:54 +0000 nadvornik rename GQview -> Geeqie over the code
Sat, 22 Dec 2007 10:10:40 +0000 nadvornik preserve marks setting on layout change
Sat, 22 Dec 2007 09:51:12 +0000 nadvornik basic support for marks in view_file_icon.c
Thu, 20 Dec 2007 16:06:20 +0000 nadvornik created menu "Select" with selection and marks operations
Tue, 11 Sep 2007 20:06:29 +0000 nadvornik replaced gchar* path with FileData *fd
Fri, 13 Jul 2007 14:03:08 +0000 bruclik First implementation of marks for all photos.
Fri, 29 Jun 2007 15:16:46 +0000 nadvornik implemented split windows