Mon, 20 Apr 2009 21:34:16 +0000 |
nadvornik |
added remote interface for exporting additional info (sidecars,
|
Mon, 20 Apr 2009 19:44:50 +0000 |
nadvornik |
improved remote protocol to allow bidirectional communication
|
Mon, 06 Apr 2009 22:13:54 +0000 |
zas_ |
Fix up event source ids type: gint -> guint.
|
Sun, 29 Mar 2009 14:20:44 +0000 |
nadvornik |
improved sidebar configuration
|
Sat, 21 Mar 2009 23:16:38 +0000 |
nadvornik |
more consistent remote options naming
|
Fri, 20 Mar 2009 16:28:43 +0000 |
nadvornik |
added "load config" command to remote control
|
Sun, 15 Mar 2009 15:01:07 +0000 |
zas_ |
gint -> gboolean.
|
Sun, 15 Mar 2009 07:07:52 +0000 |
zas_ |
gint -> gboolean.
|
Wed, 11 Mar 2009 22:56:56 +0000 |
zas_ |
Use gboolean pseudo type where applicable.
|
Sun, 01 Mar 2009 23:14:19 +0000 |
zas_ |
When g_new0() is used, drop redundant initializations to NULL, FALSE or 0, second pass.
|
Sat, 21 Feb 2009 20:43:35 +0000 |
zas_ |
Glibification again.
|
Mon, 16 Feb 2009 22:48:30 +0000 |
nadvornik |
fixed compiler warning
|
Mon, 16 Feb 2009 21:01:27 +0000 |
nadvornik |
hopefully fixed a freeze on solaris
|
Sat, 14 Feb 2009 19:50:54 +0000 |
nadvornik |
replaced bar_info with an universal bar, restored the original
|
Wed, 04 Feb 2009 17:15:30 +0000 |
zas_ |
Add year 2009 to copyright info everywhere.
|
Sat, 15 Nov 2008 17:30:45 +0000 |
zas_ |
Use functions to return directories instead of constants.
|
Sat, 15 Nov 2008 10:35:43 +0000 |
zas_ |
Add a wrapper around system() call named runcmd() which allows easier debugging. Improve the code launching the help browser.
|
Tue, 07 Oct 2008 18:20:22 +0000 |
nadvornik |
Adding a vim modeline to all files - patch by Klaus Ethgen
|
Sun, 31 Aug 2008 10:51:41 +0000 |
zas_ |
Move miscellaneous functions to their own files (new misc.[ch]).
|
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.
|
Tue, 03 Jun 2008 19:44:19 +0000 |
nadvornik |
replaced directory path with FileData* dir_fd
|
Tue, 03 Jun 2008 13:54:22 +0000 |
zas_ |
Replace hardcoded collection filename extension by a macro (GQ_COLLECTION_EXT).
|
Wed, 21 May 2008 00:15:41 +0000 |
zas_ |
Use g_build_filename() instead of g_strconcat().
|
Mon, 19 May 2008 01:15:17 +0000 |
bruclik |
configure.in was rewritten:
|
Fri, 16 May 2008 12:16:49 +0000 |
zas_ |
Do not use printf() directly but use new wrapper function log_printf() instead.
|
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 14:49:38 +0000 |
zas_ |
Display a message when invalid remote options are used.
|
Tue, 13 May 2008 08:53:26 +0000 |
zas_ |
Move all remote stuff from main.c to remote.[ch].
|