Sat, 24 Nov 2007 20:45:22 +0100 |
jcid |
Fixed bindings for Space key in UI.
|
Wed, 21 Nov 2007 02:31:24 +0100 |
jcid |
- Switched dillo to push a URL with fragment (anchor) into the stack.
|
Tue, 20 Nov 2007 20:18:20 +0100 |
jcid |
Added line numbers and enabled wrapping in the "View Source" window.
|
Tue, 20 Nov 2007 01:02:44 +0100 |
jcid |
.
|
Mon, 19 Nov 2007 18:49:54 +0100 |
jcid |
- Bound Ctrl+Space to fullscreen toggle.
|
Sun, 18 Nov 2007 21:17:27 +0100 |
jcid |
copy image/link location
|
Sun, 18 Nov 2007 17:23:16 +0100 |
jcid |
Bound Ctrl-R to reload.
|
Sat, 17 Nov 2007 21:14:55 +0100 |
jcid |
Added shortcuts: PgDn=Spc PgUp=b Back=BackSpace|, Forw=Shift+Backspace|.
|
Sat, 17 Nov 2007 18:27:45 +0100 |
jcid |
Switched UI shortcuts from a global event handler to UI::handle.
|
Sat, 17 Nov 2007 15:18:35 +0100 |
jcid |
Added the "static" qualifier where missing.
|
Sat, 17 Nov 2007 14:47:41 +0100 |
jcid |
- s/camp/field/ s/CAMP/FIELD/
|
Wed, 14 Nov 2007 22:31:41 +0100 |
jcid |
Fixed signedness problems in decode.c
|
Wed, 14 Nov 2007 22:27:26 +0100 |
jcid |
Implemented "Load Images" in the page menu and cleaned up html.hh.
|
Wed, 14 Nov 2007 15:32:16 +0100 |
jcid |
Polishing the gzip patch.
|
Wed, 14 Nov 2007 12:40:05 +0100 |
jcid |
Added the missing decode.[ch]
|
Tue, 13 Nov 2007 19:29:53 +0100 |
jcid |
minor change
|
Tue, 13 Nov 2007 19:18:26 +0100 |
jcid |
Fixed page-popup-menu to use the stack's top URL instead of base_url.
|
Tue, 13 Nov 2007 14:56:42 +0100 |
jcid |
Added an experimental gzip decoder!
|
Sun, 11 Nov 2007 22:52:28 +0100 |
jcid |
Fixed a bug in the save_dir patch
|
Sun, 11 Nov 2007 20:22:50 +0100 |
jcid |
.
|
Sun, 11 Nov 2007 14:04:20 +0100 |
jcid |
Added a save-directory preference (save_dir in dillorc2).
|
Sat, 10 Nov 2007 23:21:06 +0100 |
jcid |
Reimplemented html.cc using a class, removed the linkblock,
|
Wed, 07 Nov 2007 22:37:26 +0100 |
jcid |
.
|
Wed, 07 Nov 2007 19:15:21 +0100 |
jcid |
- Updated the README file.
|
Mon, 05 Nov 2007 21:48:59 +0100 |
jcid |
Added the DW2TB macro to plain.cc (same as in html.cc)
|
Mon, 05 Nov 2007 21:25:14 +0100 |
jcid |
Updated copyright lines
|
Mon, 05 Nov 2007 19:28:35 +0100 |
jcid |
+ removed libc5 support in dns.c
|
Mon, 05 Nov 2007 16:42:55 +0100 |
jcid |
Switched dns.c from gethostbyname* to getaddrinfo.
|
Mon, 05 Nov 2007 13:49:20 +0100 |
jcid |
- Enabled hiding widgets of the control panel from dillorc2.
|
Mon, 05 Nov 2007 13:32:58 +0100 |
jcid |
Minor changes in dillorc2
|
Sat, 03 Nov 2007 21:31:59 +0100 |
jcid |
Fixed following image links after loading the image.
|
Sat, 03 Nov 2007 21:05:15 +0100 |
jcid |
- Reimplemented plain.cc using a class, and hooked memory-release.
|
Fri, 02 Nov 2007 23:27:33 +0100 |
jcid |
Fixed the NAV_TOP_UIDX macro.
|
Fri, 02 Nov 2007 22:47:36 +0100 |
jcid |
Hooked vertical scrolling to the mouse wheel.
|
Thu, 01 Nov 2007 15:59:21 +0100 |
jcid |
- Added code for the image menu and hooked it to dw2 signals.
|
Mon, 29 Oct 2007 23:21:05 +0100 |
jcid |
Fixed a typo in dns.c (blocking server part)
|
Mon, 29 Oct 2007 23:18:25 +0100 |
jcid |
Fixed a subtle bug in klist that was affecting IO.
|
Mon, 29 Oct 2007 21:06:02 +0100 |
jcid |
Restricted quit to LeftAltKey+q.
|
Mon, 29 Oct 2007 15:51:30 +0100 |
jcid |
- Hooked "Activate" to the form_receiver.
|
Sun, 28 Oct 2007 01:15:19 +0200 |
jcid |
Added missing size-parsing for the <hr> element.
|
Thu, 25 Oct 2007 22:27:18 +0200 |
jcid |
Fixed a bug in the scrolling patch
|
Wed, 24 Oct 2007 22:24:01 +0200 |
jcid |
Implemented a new scheme of scroll-position remembering. This is one per
|
Sun, 21 Oct 2007 21:47:45 +0200 |
jcid |
Disabled double buffering (good for debugging redraws).
|
Sun, 21 Oct 2007 16:42:18 +0200 |
jcid |
.
|
Sat, 20 Oct 2007 00:36:36 +0200 |
jcid |
Updated the README file
|
Sat, 20 Oct 2007 00:09:51 +0200 |
jcid |
Fixed the problem of scrolling position (remember position in a page)
|
Fri, 19 Oct 2007 17:39:27 +0200 |
jcid |
Updated configure.in to check only for fltk2-config.
|
Thu, 18 Oct 2007 17:37:33 +0200 |
jcid |
Added const declarations in html parser.
|
Thu, 18 Oct 2007 14:54:10 +0200 |
jcid |
Fix a typing bug in patch...
|
Sun, 14 Oct 2007 04:21:53 +0200 |
jcid |
Added some "const" qualifiers.
|
Sun, 14 Oct 2007 02:09:40 +0200 |
jcid |
Fixed a problem with locally-installed dpis.
|
Sat, 13 Oct 2007 20:22:23 +0200 |
jcid |
.
|
Sat, 13 Oct 2007 19:18:12 +0200 |
jcid |
enabled geometry in preferences
|
Fri, 12 Oct 2007 17:46:29 +0000 |
convert-repo |
update tags
|
Fri, 12 Oct 2007 00:19:47 +0200 |
jcid |
Improved FLTK library detection at configure time.
|
Thu, 11 Oct 2007 22:15:17 +0200 |
jcid |
Improved notification upon leaving links.
|
Thu, 11 Oct 2007 20:55:12 +0200 |
jcid |
+- Connected signals to <li> elements (fixes links within lists).
|
Mon, 08 Oct 2007 16:07:55 +0200 |
jcid |
Connected signals for <li> elements
|
Sun, 07 Oct 2007 00:43:20 +0200 |
jcid |
Added autogen.sh
|
Sun, 07 Oct 2007 00:36:34 +0200 |
jcid |
Imported tree
dillo2 start
|
Sun, 07 Oct 2007 00:36:34 +0200 |
jcid |
Initial revision
|