Commit Graph

137 Commits

Author SHA1 Message Date
986e92d2ea Callbacks for keyboard shortcuts do not need returning anything 2013-03-09 23:15:39 +01:00
b0be3a7a87 Moved relevant code into the Browser class 2012-11-28 23:05:37 +01:00
c56c428e49 Code cleanup 2012-08-28 17:34:19 +00:00
347c188768 Using the internal browser_get_location() helper for more robustness 2012-08-27 22:10:40 +00:00
27844682fc Added missing include <sys/stat.h> 2012-08-06 23:35:16 +00:00
7f1c0a7cba Re-implemented renaming 2012-07-07 14:55:05 +00:00
acf582db7c Fixed popup menu in detailed view 2012-06-23 23:09:47 +00:00
4de09fcf52 Fixed online help 2012-05-29 23:40:44 +00:00
1a7180e508 Browser can now access its online help (doesn't work yet though) 2012-05-29 23:20:59 +00:00
d99cb31362 Added an accessor method to obtain the current view 2012-04-20 15:52:18 +00:00
40cd91d2cb Code cleanup 2012-03-21 03:28:18 +00:00
abbbaa375e Code cleanup 2012-03-21 03:26:49 +00:00
f931da8295 Code cleanup 2012-03-21 03:25:41 +00:00
9378dede80 Compilation fix for Gtk+ 3.0 2012-01-03 07:40:54 +00:00
72d443c328 The "properties" binary is now loading plug-ins instead 2011-11-06 06:40:46 +00:00
04dda49f3a Stricter error handling 2011-07-29 00:47:39 +00:00
7a25258220 Some interface adjustments 2011-07-20 10:07:16 +00:00
0ef0876203 Code cleanup 2011-07-18 14:28:52 +00:00
7be078b37d Compilation fix for Cygwin 2011-06-01 14:57:58 +00:00
7a0764762e Added an important comment 2011-02-06 20:14:54 +00:00
d4d644dc1c Got rid of another call to execl() and fixed the extension of new text files 2011-02-06 19:04:44 +00:00
6399decb67 Fixed pasting to the current directory from the contextual menu 2011-02-06 18:45:00 +00:00
a508d0a126 Avoiding a couple additional warnings 2011-01-31 03:38:16 +00:00
fb85fc1149 Avoiding another warning 2011-01-31 01:20:13 +00:00
9e2be9211a Fixed copy & paste within the location bar 2011-01-31 01:17:36 +00:00
f030dd81a1 Stricter checks 2011-01-02 20:46:14 +00:00
3b4f716bd9 Code cleanup 2010-12-26 13:12:11 +00:00
73000a46ff Moved the code handling the preferences into browser.c 2010-12-26 13:07:08 +00:00
d686202cd2 Code cleanup 2010-12-21 13:17:02 +00:00
c85350edfe Code cleanup 2010-10-27 01:03:16 +00:00
1cf0e7b68e Code cleanup 2010-10-25 23:02:31 +00:00
64d07461e4 The preferences window is now based on a GtkDialog 2010-10-25 22:38:30 +00:00
b1466b56d7 Code cleanup 2010-10-18 16:25:43 +00:00
d66b4d3133 Got rid of the separator in the preferences window (should use GtkDialog instead) 2010-10-08 12:02:09 +00:00
a90d334704 Added a translation 2010-10-08 11:58:57 +00:00
62332f9744 Added a configuration settings to alternate rows in detailed view 2010-10-08 10:42:28 +00:00
ced3f511ff Probably really ported Browser to the HURD 2010-10-05 22:41:46 +00:00
6af67a2195 The last portability fix probably disturbed the explicit Linux support 2010-10-03 00:24:04 +00:00
4e329ac1b7 Portability fix for GNU/Hurd 2010-10-03 00:22:49 +00:00
a1c7f88a60 Fixed a potential crash when closing the preferences window 2010-08-11 22:41:21 +00:00
3deb996930 Compile with less warnings 2010-05-18 20:15:32 +00:00
3633264890 Corrected an english sentence in the preferences (reported by CalimeroTeknik) 2010-04-07 21:11:45 +00:00
3f64ace04d Translated more strings 2010-03-29 22:56:22 +00:00
3ab6694238 Added translations for French and German 2010-03-29 22:48:06 +00:00
a1af8a062b Moved the symbolic link creation code to common.c 2010-03-25 18:25:39 +00:00
00c58ba487 Changed the order of the file creation entries in the contextual popup 2010-03-22 23:20:06 +00:00
943eece263 The browser can now create and rename symbolic links 2010-03-22 23:07:44 +00:00
440662728b Fixed copy/paste and lots of warnings 2009-11-30 23:49:30 +00:00
e5a1a200ed Changed the layout to be packed regularly (doesn't wrap text anymore though) 2009-11-22 00:11:29 +00:00
b496f916f8 Fixed crash when calling properties (g_signal_connect_swapped is dangerous...) 2009-11-16 17:31:10 +00:00