Fri, 06 Mar 2009 22:34:38 +0000 |
zas_ |
Try to improve tab completion: when a key is pressed while tab completion menu is shown, the number of entries is reduced, dhowing all matching entries but the menu is no more closed after each key pressure. Number of possible entries in this menu was increased from 500 to 1000. Pressing TAB when path entry is empty now adds / (root directory).
|
Fri, 06 Mar 2009 14:53:32 +0000 |
zas_ |
Fix utf8/locale conversion warning: the path passed to isdir() is not in UTF8 (if local fs is not in UFT8) so do not use it (isdir() uses stat_utf8() which calls path_from_utf8()).
|
Fri, 06 Mar 2009 11:42:25 +0000 |
zas_ |
Fix tab completion when entering "/et[TAB]" it was changed to "et", this is fixed.
|
Mon, 02 Mar 2009 21:05:57 +0000 |
zas_ |
Fix memleak in previous patch.
|
Mon, 02 Mar 2009 21:04:38 +0000 |
zas_ |
Add a directory separator at the end of names in tab completion list to indicate directories.
|
Sun, 01 Mar 2009 21:06:55 +0000 |
zas_ |
When g_new0() is used, drop redundant initializations to NULL, FALSE or 0.
|
Wed, 04 Feb 2009 17:15:30 +0000 |
zas_ |
Add year 2009 to copyright info everywhere.
|
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, 22 Nov 2008 16:24:23 +0000 |
zas_ |
Add a back button in the toolbar: it allows to go back and forth between two directories. Experimental, please test and comment on ml.
|
Tue, 07 Oct 2008 18:20:22 +0000 |
nadvornik |
Adding a vim modeline to all files - patch by Klaus Ethgen
|
Sun, 07 Sep 2008 23:01:30 +0000 |
bruclik |
Replaced gtk depreceated code.
|
Sun, 31 Aug 2008 10:51:41 +0000 |
zas_ |
Move miscellaneous functions to their own files (new misc.[ch]).
|
Sun, 24 Aug 2008 14:33:03 +0000 |
zas_ |
Slight code redundancy reduction.
|
Sun, 20 Jul 2008 14:56:32 +0000 |
zas_ |
Move history_list_*() functions to separate files:
|
Thu, 22 May 2008 11:27:43 +0000 |
zas_ |
Fix up some types, make some signed vs unsigned warnings quiet.
|
Wed, 21 May 2008 11:07:23 +0000 |
zas_ |
Use G_DIR_SEPARATOR where applicable.
|
Wed, 21 May 2008 10:11:56 +0000 |
zas_ |
tab_completion_do(): use g_build_filename(), G_DIR_SEPARATOR, G_DIR_SEPARATOR_S.
|
Wed, 21 May 2008 09:58:29 +0000 |
zas_ |
tab_completion_popup_cb(): use g_build_filename() and simplify code.
|
Wed, 21 May 2008 09:50:32 +0000 |
zas_ |
Use expand_tilde() instead of simple concatenation, it allows correct expansion
|
Fri, 16 May 2008 12:16:49 +0000 |
zas_ |
Do not use printf() directly but use new wrapper function log_printf() instead.
|
Thu, 24 Apr 2008 15:49:57 +0000 |
zas_ |
Convert the minority of while() to while ().
|
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:
|
Tue, 08 Apr 2008 23:02:33 +0000 |
zas_ |
gqview.h -> main.h
|
Sat, 05 Apr 2008 15:23:39 +0000 |
zas_ |
Improve remove_trailing_slash() so it allocates no more than
|
Thu, 03 Apr 2008 23:29:14 +0000 |
zas_ |
Make the wmclass value unique among the code by defining
|
Tue, 11 Sep 2007 20:06:29 +0000 |
nadvornik |
replaced gchar* path with FileData *fd
|
Fri, 13 Oct 2006 14:36:26 +0000 |
gqview |
Fri Oct 13 10:27:22 2006 John Ellis <johne@verizon.net>
|
Tue, 01 Mar 2005 17:16:34 +0000 |
gqview |
##### Note: GQview CVS on sourceforge is not always up to date, please use #####
|
Sat, 26 Feb 2005 00:13:35 +0000 |
gqview |
Sync to GQview 1.5.9 release.
|