Articles
Downloads
Manual
News
Projects
Search
Advanced search
Users
Login
Password reset
Wiki
Username:
Password:
Desktop
Homepage
Members
Timeline
Gallery
Download
Bug reports
Revisions
Revision
Date
Author
Message
1.135
2012/08/28 17:34:19
khorben
Code cleanup
1.134
2012/08/27 22:10:39
khorben
Using the internal browser_get_location() helper for more robustness
1.133
2012/08/06 23:35:16
khorben
Added missing include <sys/stat.h>
1.132
2012/07/07 14:55:05
khorben
Re-implemented renaming
1.131
2012/06/23 23:09:47
khorben
Fixed popup menu in detailed view
1.130
2012/05/29 23:40:44
khorben
Fixed online help
1.129
2012/05/29 23:20:58
khorben
Browser can now access its online help (doesn't work yet though)
1.128
2012/04/20 15:52:18
khorben
Added an accessor method to obtain the current view
1.127
2012/03/21 03:28:18
khorben
Code cleanup
1.126
2012/03/21 03:26:49
khorben
Code cleanup
1.125
2012/03/21 03:25:41
khorben
Code cleanup
1.124
2012/01/03 07:40:54
khorben
Compilation fix for Gtk+ 3.0
1.123
2011/11/06 06:40:46
khorben
The "properties" binary is now loading plug-ins instead
1.122
2011/07/29 00:45:59
khorben
Stricter error handling
1.121
2011/07/20 10:07:15
khorben
Some interface adjustments
1.120
2011/07/18 14:28:52
khorben
Code cleanup
1.119
2011/06/01 14:57:58
khorben
Compilation fix for Cygwin
1.118
2011/02/06 20:14:54
khorben
Added an important comment
1.117
2011/02/06 19:04:44
khorben
Got rid of another call to execl() and fixed the extension of new text files
1.116
2011/02/06 18:45:00
khorben
Fixed pasting to the current directory from the contextual menu
1.115
2011/01/31 03:38:16
khorben
Avoiding a couple additional warnings
1.114
2011/01/31 01:20:13
khorben
Avoiding another warning
1.113
2011/01/31 01:17:36
khorben
Fixed copy & paste within the location bar
1.112
2011/01/02 20:46:14
khorben
Stricter checks
1.111
2010/12/26 13:12:11
khorben
Code cleanup
1.110
2010/12/26 13:07:08
khorben
Moved the code handling the preferences into browser.c
1.109
2010/12/21 13:17:02
khorben
Code cleanup
1.108
2010/10/27 01:03:16
khorben
Code cleanup
1.107
2010/10/25 23:02:31
khorben
Code cleanup
1.106
2010/10/25 22:38:30
khorben
The preferences window is now based on a GtkDialog
1.105
2010/10/18 16:25:43
khorben
Code cleanup
1.104
2010/10/08 12:02:09
khorben
Got rid of the separator in the preferences window (should use GtkDialog instead)
1.103
2010/10/08 11:58:57
khorben
Added a translation
1.102
2010/10/08 10:42:28
khorben
Added a configuration settings to alternate rows in detailed view
1.101
2010/10/05 22:41:46
khorben
Probably really ported Browser to the HURD
1.100
2010/10/03 00:24:04
khorben
The last portability fix probably disturbed the explicit Linux support
1.99
2010/10/03 00:22:49
khorben
Portability fix for GNU/Hurd
1.98
2010/08/11 22:41:21
khorben
Fixed a potential crash when closing the preferences window
1.97
2010/05/18 20:15:31
khorben
Compile with less warnings
1.96
2010/04/07 21:11:44
khorben
Corrected an english sentence in the preferences (reported by CalimeroTeknik)
1.95
2010/03/29 22:56:22
khorben
Translated more strings
1.94
2010/03/29 22:48:05
khorben
Added translations for French and German
1.93
2010/03/25 18:25:39
khorben
Moved the symbolic link creation code to common.c
1.92
2010/03/22 23:20:06
khorben
Changed the order of the file creation entries in the contextual popup
1.91
2010/03/22 23:07:43
khorben
The browser can now create and rename symbolic links
1.90
2009/11/30 23:49:30
khorben
Fixed copy/paste and lots of warnings
1.89
2009/11/22 00:11:29
khorben
Changed the layout to be packed regularly (doesn't wrap text anymore though)
1.88
2009/11/16 17:31:10
khorben
Fixed crash when calling properties (g_signal_connect_swapped is dangerous...)
1.87
2009/11/15 19:00:09
khorben
Quite a lot at once (using libDesktop, improvements when embedded...)
1.86
2009/09/24 10:28:42
khorben
The preferences dialog behaves better when maximized
1.85
2009/09/24 00:19:09
khorben
Added a preference for the default view
1.84
2009/09/20 11:24:31
khorben
Added an icon in the about dialog
1.83
2009/08/17 22:37:34
khorben
Nicer error handling
1.82
2009/08/12 07:25:27
khorben
Using gtk_message_dialog_format_secondary_text()
1.81
2009/07/25 13:10:51
khorben
Code cleanup
1.80
2009/06/21 23:09:39
khorben
Added a submenu entry to allow the creation of a text file
1.79
2009/05/25 22:00:34
khorben
Using gtk_window_present() instead of gtk_widget_show() where appropriate
1.78
2009/04/12 23:12:50
khorben
Added a separator in the preferences dialog
1.77
2009/03/15 16:37:02
khorben
Added an "Open file..." entry to the file menu
1.76
2009/03/02 00:26:51
khorben
Code cleanup...
1.75
2008/10/15 11:11:13
khorben
GPLv3'ing
1.74
2008/10/13 10:14:37
khorben
Prompts to run executables
1.73
2008/09/06 16:38:07
khorben
Allow directories to be opened in new windows
1.72
2008/04/21 23:11:28
khorben
Sharing more code
1.71
2008/04/21 22:08:48
khorben
Loading and saving configuration values
1.70
2008/02/01 01:30:18
khorben
Fixed encoding issues in title bar and renaming
1.69
2008/01/22 18:16:47
khorben
Allow drag and drop to the tree view inside the current directory
1.68
2008/01/22 14:06:38
khorben
More code re-use
1.67
2008/01/22 14:00:16
khorben
More code re-use
1.66
2008/01/22 13:49:32
khorben
Using common code
1.65
2008/01/22 12:46:56
khorben
Avoid a warning during compilation
1.64
2008/01/22 11:54:21
khorben
More accurate debugging information upon drag and drop
1.63
2008/01/22 11:06:02
khorben
Added drag and drop support in icon view
1.62
2008/01/02 15:52:51
khorben
Added an icon to the "new folder" popup menu
1.61
2007/08/17 16:28:11
khorben
Updated license terms
1.60
2007/08/17 16:18:24
khorben
Had to re-license under the DeforaOS Project License to avoid conflict
1.59
2007/08/04 16:16:06
khorben
Code cleanup
1.58
2007/08/03 03:56:09
khorben
Improved more context menus
1.57
2007/08/03 03:38:10
khorben
Improved the contextual menu
1.56
2007/08/03 03:23:50
khorben
Implemented copy/paste
1.55
2007/07/31 02:06:46
khorben
Fixed compilation on NetBSD
1.54
2007/07/31 01:54:58
khorben
Fixed compilation on Linux
1.53
2007/07/31 01:46:28
khorben
Allow unmounting of directories
1.52
2007/07/29 17:43:34
khorben
Fixed properties window for the current folder
1.51
2007/06/29 15:32:13
khorben
Added browser_open_with() in the API
1.50
2007/06/29 15:15:37
khorben
Fallback on the "open with" dialog when no "open" action is available
1.49
2007/06/25 08:20:33
khorben
Recursively delete directories
1.48
2007/06/25 08:18:44
khorben
Added deletion popup menu entry for directories
1.47
2007/06/18 03:04:50
khorben
Confirmation dialog before deletion is now optional
1.46
2007/06/13 17:55:50
khorben
Properly licensed Browser under the GPL version 2
1.45
2007/06/01 17:07:21
khorben
Implemented properties popup
1.44
2007/05/27 21:00:50
khorben
Implemented the properties toolbar button
1.43
2007/05/26 01:15:27
khorben
Code cleanup
1.42
2007/05/01 18:35:55
khorben
Fixed about window handling with multiple browser windows
1.41
2007/05/01 15:40:32
khorben
Fixed file deletion
1.40
2007/04/29 23:39:19
khorben
Updated copyrights
1.39
2007/04/29 23:08:16
khorben
Execute delete with "--" as first argument
1.38
2007/04/29 22:23:02
khorben
Fixed more crashes when MIME database is not initialized
1.37
2007/04/29 20:27:41
khorben
No longer forks when creating a window
1.36
2007/04/09 07:17:07
khorben
Added thumbnails view
1.35
2007/04/09 06:07:25
khorben
Fixed popup menu from keyboard
1.34
2007/03/17 16:01:03
khorben
Fix popup menu
1.33
2007/03/17 14:52:55
khorben
Code cleanup
1.32
2007/03/15 12:37:05
khorben
Trying to allow popup menu access via the keyboard
1.31
2007/02/24 17:52:30
khorben
Code cleanup
1.30
2007/02/17 17:42:29
khorben
Fixed renaming directories
1.29
2007/02/17 17:27:49
khorben
Added rudimentary "New folder" contextual action
1.28
2006/12/10 17:52:51
khorben
Applied GPLv2 license
1.27
2006/11/29 21:23:42
khorben
Fixed selection ambiguity when right-clicking an yet unselected item
1.26
2006/11/29 21:07:15
khorben
Fixed select all and deselect all in detailed view
1.25
2006/11/27 15:52:27
khorben
Code cleanup
1.24
2006/11/27 14:42:31
khorben
Code cleanup
1.23
2006/11/24 11:27:00
khorben
Removing deleted files in in-place refresh
1.22
2006/11/23 00:07:05
khorben
Forgot to remove debugging information, compilation warning fix
1.21
2006/11/15 23:17:42
khorben
Code cleanup, Nicer actions popup menu, Implemented "Open with..." action
1.20
2006/11/14 17:07:50
khorben
More consistent about dialog for old Gtk+ versions
1.19
2006/11/14 16:53:27
khorben
Fix for Gtk+ 2.4
1.18
2006/11/14 13:39:56
khorben
Fixed deleting and renaming
1.17
2006/11/05 19:14:04
khorben
About box can be closed on Gtk+ >= 2.10
1.16
2006/11/02 06:57:50
khorben
Code cleanup
1.15
2006/10/11 07:09:09
khorben
Adding copyright notices
1.14
2006/10/05 05:10:03
khorben
The "changed" signal created a bug
1.13
2006/10/02 10:43:32
khorben
Address bar drop-down menu has parent folders (better than nothing)
1.12
2006/09/21 22:50:17
khorben
Added an immediate delete action in the popup menu
1.11
2006/09/19 01:53:55
khorben
Location widget is now an editable combo box
1.10
2006/09/17 20:13:38
khorben
Added a callback for "edited" filenames
1.9
2006/09/14 21:49:19
khorben
Added "view" menu
1.8
2006/09/10 23:34:53
khorben
Updated MIME API
1.7
2006/09/10 22:29:55
khorben
Implemented "sort folders before files" option
1.6
2006/09/03 21:04:02
khorben
Was using a call for Gtk+ >= 2.8 even on 2.6
1.5
2006/09/03 12:59:29
khorben
Code cleanup
1.4
2006/09/03 09:37:10
khorben
Fixed for Gtk+ <= 2.4
1.3
2006/09/03 08:47:04
khorben
Fixed about dialog re-opening in Gtk+ >= 2.6
1.2
2006/09/03 08:40:37
khorben
Fixed browser with Gtk+ >= 2.6
1.1
2006/09/02 18:45:59
khorben
Initial release