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.
|