Sun, 06 Jul 2008 21:19:36 +0200 |
jcid |
- s/dillorc/dillorc2/ in src/Makefile.am
|
Sat, 05 Jul 2008 20:16:59 +0200 |
jcid |
- Fixed a small printf error.
|
Fri, 04 Jul 2008 15:45:13 +0200 |
jcid |
- implemented UI's destructor (i.e. UI::~UI())
|
Thu, 03 Jul 2008 15:11:55 +0200 |
jcid |
- reversed a mistaken patch.
|
Thu, 03 Jul 2008 01:09:05 +0200 |
jcid |
- removed the nanosleep() configure.in workaround for Solaris.
|
Thu, 03 Jul 2008 01:05:16 +0200 |
jcid |
- removed unused dw configure.in options
|
Mon, 30 Jun 2008 21:04:06 +0200 |
jcid |
- Minor cleanups
|
Mon, 30 Jun 2008 19:50:14 +0200 |
jcid |
- Added html_common.hh to Makefile.am
|
Fri, 27 Jun 2008 20:21:53 +0200 |
jcid |
- enabled prefs.vw_fontname + minor cleanup.
|
Mon, 23 Jun 2008 23:41:09 +0200 |
jcid |
- Fixed a segfault bug by providing standar colors for the SELECT element.
|
Sun, 22 Jun 2008 00:18:01 +0200 |
jcid |
- Added a minor debug feature.
|
Sat, 21 Jun 2008 21:00:18 +0200 |
jcid |
.
|
Sat, 21 Jun 2008 15:00:35 +0200 |
jcid |
- Updated AUTHORS
|
Sat, 21 Jun 2008 14:45:01 +0200 |
jcid |
- Header include cleanup
|
Sat, 21 Jun 2008 00:35:56 +0200 |
jcid |
- Added table.cc and table.hh
|
Sat, 21 Jun 2008 00:34:21 +0200 |
jcid |
- split table code from html.cc
|
Fri, 20 Jun 2008 20:49:29 +0200 |
jcid |
- minor cleanups.
|
Fri, 20 Jun 2008 19:10:04 +0200 |
jcid |
- Adapted the code to the new Textblock::addText() API.
|
Fri, 20 Jun 2008 16:11:47 +0200 |
jcid |
- Incremented the HUGE_FILESIZE threshold to 15 MB
|
Thu, 19 Jun 2008 21:20:16 +0200 |
jcid |
- cleanup: switched bool_t to bool in html.cc
|
Thu, 19 Jun 2008 16:13:57 +0200 |
jcid |
- minor cleanup.
|
Wed, 18 Jun 2008 21:59:47 +0200 |
jcid |
- Minor cleanups.
|
Wed, 18 Jun 2008 15:05:10 +0200 |
jcid |
- Enabled the file dpi to look inside gzipped files.
|
Wed, 18 Jun 2008 14:54:56 +0200 |
jcid |
- Made https dpi flush after sending data (faster for dialups).
|
Wed, 18 Jun 2008 14:51:12 +0200 |
jcid |
- html.cc cleanup (in progress)...
|
Sat, 14 Jun 2008 02:51:07 +0200 |
jcid |
- Added an error message to gzip decompression.
|
Wed, 11 Jun 2008 18:25:10 +0200 |
jcid |
- html.cc cleanup (in progress): move functions to methods.
|
Tue, 10 Jun 2008 17:04:43 +0200 |
jcid |
- turned DilloHtmlSelect and DilloHtmlOption into classes
|
Tue, 10 Jun 2008 17:02:55 +0200 |
jcid |
- Added support for the DIR element.
|
Tue, 10 Jun 2008 15:13:03 +0200 |
jcid |
- Implemented OBJECT as link (similar to FRAME).
|
Tue, 10 Jun 2008 01:02:25 +0200 |
jcid |
- Fixed a comment.
|
Tue, 10 Jun 2008 00:24:27 +0200 |
jcid |
- Made the download dpi's panels resize horizontally.
|
Mon, 09 Jun 2008 18:24:11 +0200 |
jcid |
- html.cc cleanup (in progress): switch form functions to methods.
|
Mon, 09 Jun 2008 00:21:56 +0200 |
jcid |
- Fixed a corner case memory leak.
|
Sun, 08 Jun 2008 20:50:01 +0200 |
jcid |
- made Html_get_input_values a method.
|
Sun, 08 Jun 2008 17:47:13 +0200 |
jcid |
- Minor Html cleanups.
|
Sun, 08 Jun 2008 03:35:20 +0200 |
jcid |
- Fix for image coordinate submition.
|
Sun, 08 Jun 2008 01:04:56 +0200 |
jcid |
- Removed a couple of unnecessary includes.
|
Sun, 08 Jun 2008 01:01:16 +0200 |
jcid |
- Fixed a bug in stop parser. Reordered Html_process_tag.
|
Sat, 07 Jun 2008 16:33:56 +0200 |
jcid |
.
|
Sat, 07 Jun 2008 15:29:01 +0200 |
jcid |
- html.cc cleanup (in progress): source split.
|
Thu, 05 Jun 2008 15:12:04 +0200 |
jcid |
- html.cc cleanup (in progress). Source split.
|
Wed, 04 Jun 2008 00:39:11 +0200 |
jcid |
- html cleanup (forms api)
|
Mon, 02 Jun 2008 04:27:43 +0200 |
jcid |
- Moved charset decoding into cache.
|
Mon, 02 Jun 2008 02:42:24 +0200 |
jcid |
- SELECT as inline element, part II.
|
Sun, 01 Jun 2008 19:59:36 +0200 |
jcid |
- Bug fix: flagged SELECT as an inline container.
|
Sun, 01 Jun 2008 19:53:43 +0200 |
jcid |
- More cleanups in html.cc (form receiver).
|
Fri, 30 May 2008 23:47:31 +0200 |
jcid |
- html.cc cleanups
|
Fri, 30 May 2008 23:42:11 +0200 |
jcid |
- more cleanups in html.cc.
|
Thu, 29 May 2008 22:11:51 +0200 |
jcid |
!- html.cc cleanup (in progress). form event handler.
|
Thu, 29 May 2008 21:14:14 +0200 |
jcid |
- Hooked a decoder for text/plain with charset.
|
Thu, 29 May 2008 19:18:02 +0200 |
jcid |
- Some comment fixes in dillorc2.
|
Thu, 29 May 2008 19:16:13 +0200 |
jcid |
- html cleanup: added buildQueryUrl method.
|
Thu, 29 May 2008 02:19:08 +0200 |
jcid |
- Switched from charset to content-type for handling data.
|
Wed, 28 May 2008 23:54:36 +0200 |
jcid |
- More form functions to method conversions.
|
Tue, 27 May 2008 21:06:38 +0200 |
jcid |
- Made an input preserving decoder implementation.
|
Tue, 27 May 2008 20:30:04 +0200 |
jcid |
- Switched form reset from function to method.
|
Tue, 27 May 2008 20:13:51 +0200 |
jcid |
- local var rename.
|
Tue, 27 May 2008 16:09:02 +0200 |
jcid |
- Fixed a corner case of IN_HEAD flag handling in the HTML parser.
|
Tue, 27 May 2008 15:32:42 +0200 |
jcid |
- html.cc cleanup (in progress).
|