log src/layout_util.c @ 1149:c4fcf8001574

age author description
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, 31 Aug 2008 10:51:41 +0000 zas_ Move miscellaneous functions to their own files (new misc.[ch]).
Wed, 27 Aug 2008 16:42:59 +0000 zas_ Silent a compiler warning.
Tue, 26 Aug 2008 22:22:51 +0000 zas_ For the sake of consistency, use glib basic types everywhere.
Mon, 25 Aug 2008 22:20:45 +0000 zas_ Whitespaces cleanup.
Fri, 22 Aug 2008 21:52:13 +0000 zas_ Add an option named layout.home_path which modifies the behavior of the Home button.
Sun, 20 Jul 2008 14:56:32 +0000 zas_ Move history_list_*() functions to separate files:
Sat, 19 Jul 2008 13:57:03 +0000 zas_ Tidy up.
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:
Fri, 23 May 2008 22:55:23 +0000 zas_ Use the same label for toolbar buttons tooltip than in main menu.
Thu, 22 May 2008 13:00:45 +0000 zas_ Fix signed vs unsigned warnings.
Thu, 22 May 2008 09:12:36 +0000 zas_ Introduce an helper function that returns the name of an editor.
Thu, 22 May 2008 08:49:52 +0000 zas_ Use a struct to handle editor's properties.
Mon, 19 May 2008 09:27:30 +0000 zas_ Fix some incomplete initialization warnings.
Sat, 17 May 2008 21:26:45 +0000 zas_ Add a log window that shows normal and debug messages. For now, it was added to Help menu.
Tue, 13 May 2008 19:32:25 +0000 zas_ Get rid of vflist_pop_menu() col_idx parameter, use new Viewfile field
Tue, 13 May 2008 08:02:46 +0000 zas_ Move some functions from main.[ch] to new window.[ch].
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
Sun, 04 May 2008 00:32:05 +0000 zas_ Shorten Edit menu labels, dropping "in ". It will ease
Sun, 04 May 2008 00:16:37 +0000 zas_ Use GQ_EDITOR_GENERIC_SLOTS instead of hardcoded value.
Sat, 03 May 2008 11:34:13 +0000 zas_ Replace Layout icon_view field by more generic file_view_type.
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 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.
Wed, 23 Apr 2008 22:17:21 +0000 zas_ Allow the copy of file paths to clipboard.
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().