|
b3e6ebaf8d
|
Imported latest version from Browser
|
2010-04-05 01:22:17 +00:00 |
|
|
c64011f65e
|
Translating some more
|
2010-04-01 23:21:08 +00:00 |
|
|
aed0974738
|
The F11 key is now (un)setting fullscreen mode (fixed some warnings too)
|
2010-04-01 22:26:28 +00:00 |
|
|
1990c058b4
|
Translating the Surfer
|
2010-04-01 18:05:24 +00:00 |
|
|
7861cab135
|
Also include common.h in the archive tarball
|
2010-03-28 15:22:43 +00:00 |
|
|
1ce9b4b2e3
|
About to release 0.1.0
|
2010-03-28 15:18:56 +00:00 |
|
|
1095f983bf
|
Added the CTRL+W shortcut in embedded mode (and fixed a number of warnings)
|
2010-03-28 15:15:10 +00:00 |
|
|
def0b21c58
|
Also allow the search to wrap around
|
2010-03-28 15:04:38 +00:00 |
|
|
386d976b37
|
Detect when a string cannot be found
|
2010-03-28 14:59:46 +00:00 |
|
|
a8defcdbe2
|
Searching text can now be case-sensitive
|
2010-03-28 11:58:44 +00:00 |
|
|
8349bfee10
|
Avoid a warning
|
2010-03-28 11:49:53 +00:00 |
|
|
34448a7d2f
|
Now able to search from the last position found and increment
|
2010-03-28 11:47:30 +00:00 |
|
|
2c8ad83aac
|
Implemented basic functionality for searching text
|
2010-03-27 11:28:31 +00:00 |
|
|
d07851e867
|
Added a dialog to search for text
|
2010-03-27 10:01:15 +00:00 |
|
|
25474118f0
|
Hopefully improved popup management in the GtkMozEmbed-based GHtml widget
|
2010-03-21 00:04:53 +00:00 |
|
|
e5a79067a1
|
Probably avoid a few warnings
|
2010-03-21 00:03:23 +00:00 |
|
|
eea917ee5c
|
Avoid a few warnings
|
2010-03-20 23:45:59 +00:00 |
|
|
46ac384bde
|
Now able to save the current page (source only)
|
2010-03-20 23:30:01 +00:00 |
|
|
e0857f5675
|
The WebKit-based implementation of GHtml is now able to print pages
|
2010-03-20 23:05:09 +00:00 |
|
|
2026447003
|
Try to suggest a filename when a content cannot be displayed
|
2010-03-20 22:45:51 +00:00 |
|
|
e7e8bdcd69
|
Download the current file when it cannot be displayed (with WebKit's widget)
|
2010-03-17 23:09:11 +00:00 |
|
|
1e2ae3c167
|
Ignore network errors when the user actually cancelled the request
|
2010-03-17 22:57:56 +00:00 |
|
|
9a5250fb45
|
Bluntly implemented "View source" with the GtkTextView-based GHtml widget
|
2010-03-17 22:23:33 +00:00 |
|
|
6177251387
|
Added a keyboard shortcut to close the "View source" window
|
2010-03-14 21:18:06 +00:00 |
|
|
4c975a81f7
|
Removed outdated comment
|
2010-03-09 23:09:50 +00:00 |
|
|
5cde2f8a67
|
Fixed "View source" with WebKit's HTML widget
|
2010-03-09 23:09:05 +00:00 |
|
|
3ac1a4b488
|
The refresh button is insensitive by default
|
2010-03-06 10:32:58 +00:00 |
|
|
edcccde42e
|
Notably implemented the "View source" feature (works only with GtkHtml so far)
|
2010-03-04 22:33:54 +00:00 |
|
|
bff74f19c4
|
Most implementations of GHtml depend on code from src/common/*.c
|
2010-03-04 22:33:25 +00:00 |
|
|
43e4a638b0
|
Accept the "about:" protocol as legitimate URLs
|
2010-03-04 22:32:32 +00:00 |
|
|
26a9398843
|
Also hide the location bar when the toolbar should be hidden
|
2010-03-01 23:00:00 +00:00 |
|
|
46dae81bfd
|
Added a preferences button to the toolbar in embedded mode
|
2010-02-28 14:28:09 +00:00 |
|
|
eefdbf16da
|
Fixed build when embedded
|
2010-02-28 14:17:44 +00:00 |
|
|
ecbc58302d
|
No longer expose Surfer internals to the GHtml widgets
|
2010-02-28 14:01:59 +00:00 |
|
|
eab13e7bbc
|
Show the total size of the file when known
|
2010-02-21 11:03:06 +00:00 |
|
|
978de0033c
|
Added a field to track the amount of data obtained
|
2010-02-20 10:51:04 +00:00 |
|
|
5072bba17a
|
Moved the file download dialog into the Surfer class
|
2010-02-20 10:43:58 +00:00 |
|
|
d058f476de
|
The webkit widget now completes URL automatically
|
2010-02-20 10:33:37 +00:00 |
|
|
b842bba937
|
Fixed "make dist"
|
2009-12-29 05:14:49 +00:00 |
|
|
917a8873b2
|
Began to implement the widget based on GtkTextView
|
2009-12-27 17:30:56 +00:00 |
|
|
771de6b87a
|
Always look for includes in $(PREFIX)/include
|
2009-12-21 15:11:26 +00:00 |
|
|
9c9e947d12
|
Can now download an arbitrary number of files at the same time
|
2009-12-04 02:08:05 +00:00 |
|
|
6fce126640
|
-lDesktop is always necessary for Surfer now
|
2009-12-03 14:48:12 +00:00 |
|
|
5578dd87a5
|
Began to implement accelerators in embedded mode (thanks to libDesktop)
|
2009-12-03 13:12:02 +00:00 |
|
|
0c3f02e3a0
|
Also use libDesktop to draw the toolbar
|
2009-12-03 13:05:19 +00:00 |
|
|
f50cb34b89
|
Beginning to use libDesktop (for the menu bar)
|
2009-12-03 12:51:52 +00:00 |
|
|
3457a7d2ee
|
Added a helper to use the download utility to download files
|
2009-12-03 12:38:53 +00:00 |
|
|
ee8c4100cf
|
The download class can now be instantiated
|
2009-12-03 11:51:48 +00:00 |
|
|
dd9f25d8ad
|
Added a checkbox to close the window when the download is complete
|
2009-12-03 11:25:49 +00:00 |
|
|
356d2c6aaa
|
Almost completed the WebKit version of the download utility
|
2009-12-03 00:21:40 +00:00 |
|