log src/main.h @ 1802:956aab097ea7

age author description
Tue, 16 Feb 2010 21:18:03 +0000 nadvornik added 2010 to copyright text
Thu, 07 May 2009 19:34:33 +0000 nadvornik enabled XDG directory layout
Tue, 28 Apr 2009 06:54:59 +0000 nadvornik compilation fixes for older glib and gtk
Sat, 04 Apr 2009 21:53:12 +0000 nadvornik dropped read_buffer options - they don't have any significant effect
Thu, 02 Apr 2009 23:11:07 +0000 zas_ Force thumbnails refreshing when thumbnails dimensions are modified through Preferences.
Fri, 27 Mar 2009 08:05:14 +0000 nadvornik added simple desktop file editor
Fri, 20 Mar 2009 09:46:35 +0000 nadvornik added function to reload external editors at any time
Fri, 06 Mar 2009 14:24:11 +0000 nadvornik use standard GtkHPaned for sidebar width
Sun, 22 Feb 2009 15:35:37 +0000 nadvornik config file format changed to XML
Wed, 04 Feb 2009 17:15:30 +0000 zas_ Add year 2009 to copyright info everywhere.
Sun, 01 Feb 2009 12:48:14 +0000 nadvornik read external editors from .desktop files
Sun, 11 Jan 2009 21:28:03 +0000 nadvornik show symlinks in filelist
Sun, 23 Nov 2008 16:10:29 +0000 zas_ Drop useless wmclass stuff. Gtk will take care of it and as said in the documentation using gtk_window_set_wmclass() is sort of pointless.
Sat, 15 Nov 2008 20:17:14 +0000 zas_ Implement preliminary support for XDG Base Directory Specification.
Sat, 15 Nov 2008 17:30:45 +0000 zas_ Use functions to return directories instead of constants.
Tue, 07 Oct 2008 18:20:22 +0000 nadvornik Adding a vim modeline to all files - patch by Klaus Ethgen
Mon, 01 Sep 2008 17:29:07 +0000 zas_ Use a constant for minimal window size. Set it to 32 for all dialogs.
Mon, 01 Sep 2008 17:22:19 +0000 zas_ Remove redundant debug.h inclusion.
Sun, 31 Aug 2008 10:51:41 +0000 zas_ Move miscellaneous functions to their own files (new misc.[ch]).
Tue, 15 Jul 2008 12:52:02 +0000 zas_ Use a specific enum for image.zoom_mode values (ZoomMode) and
Thu, 05 Jun 2008 09:24:42 +0000 zas_ Compare paths using utf8_collate_key() since paths are utf8-encoded.
Tue, 03 Jun 2008 13:54:22 +0000 zas_ Replace hardcoded collection filename extension by a macro (GQ_COLLECTION_EXT).
Fri, 30 May 2008 08:36:23 +0000 zas_ Make utf8_validate_or_convert() to always allocate a new string.
Fri, 23 May 2008 00:20:56 +0000 zas_ Try to load a system-wide rc file if any, before per-user rc file.
Thu, 22 May 2008 20:22:13 +0000 zas_ Make shell command and its option rc file options instead of hardcoded strings.
Wed, 21 May 2008 11:46:19 +0000 zas_ Replace hardcoded "/" by G_DIR_SEPARATOR_S where applicable.
Mon, 19 May 2008 01:15:17 +0000 bruclik configure.in was rewritten:
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 16:09:43 +0000 zas_ Expand tilde with file: and view: remote parameters.
Tue, 13 May 2008 08:02:46 +0000 zas_ Move some functions from main.[ch] to new window.[ch].
Mon, 12 May 2008 23:21:35 +0000 zas_ Rename bar_exif_validate_text() to utf8_validate_or_convert() and move it to main.[ch].
Sat, 10 May 2008 21:29:53 +0000 zas_ Fix display of collection in overlay info.
Sat, 03 May 2008 20:40:50 +0000 zas_ Change the prefix of formatted exif tags to a more explicit "formatted." prefix
Thu, 24 Apr 2008 09:43:23 +0000 zas_ Move get_exec_time() to debug.{c,h}.
Thu, 24 Apr 2008 09:09:48 +0000 zas_ Move options stuff to options.{c,h} and remove globals.c
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 23:35:13 +0000 zas_ Display file and line along debug messages for any debug level but level 1.
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.
Mon, 21 Apr 2008 21:46:38 +0000 nadvornik updated copyright in source files
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 23:09:03 +0000 zas_ Add zoom ratio display to OSD in fullscreen mode.
Fri, 18 Apr 2008 22:15:01 +0000 zas_ Add two new options to control image read buffer at runtime.
Wed, 16 Apr 2008 20:15:42 +0000 nadvornik in debug mode print time information on selected events
Sat, 12 Apr 2008 08:35:58 +0000 zas_ Rename file sorting options.
Fri, 11 Apr 2008 22:52:22 +0000 zas_ Move more options to ConfOptions.
Fri, 11 Apr 2008 22:27:54 +0000 zas_ Move file_sort_case_sensitive 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:16:12 +0000 zas_ GQVIEW_* -> GQ_*
Tue, 08 Apr 2008 23:07:09 +0000 zas_ GQVIEW_H -> MAIN_H
Tue, 08 Apr 2008 23:02:33 +0000 zas_ gqview.h -> main.h base src/gqview.h@ff7c8f4f8e8f