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