summaryrefslogtreecommitdiff
path: root/src/plain.cc
AgeCommit message (Collapse)Author
2008-09-27- Added a workaround for segfaulting popup menus.jcid
2008-09-17 - Fixed a memory leak in plain.cc.jcid
2008-09-14- Extended Page size meter to include images.jcid
2008-09-10- removed the unused "asap" parameter.jcid
2008-09-08- Adjusted internal font sizes so the default font_factor is 1.0jcid
2008-06-02- Moved charset decoding into cache.jcid
2008-05-29- Hooked a decoder for text/plain with charset.jcid
2008-02-08- added flush for bare images and plain text pages.jcid
2008-02-04!- testing: dramatic reduction of FltkViewBase::queueDrawTotal calls.jcid
2008-01-02Enabled limit_text_width in preferences.jcid
2007-12-31Implemented the SELECT element in FORMS!jcid
2007-11-14Implemented "Load Images" in the page menu and cleaned up html.hh.jcid
2007-11-10Reimplemented html.cc using a class, removed the linkblock,jcid
and hooked memory-release to dw destruction.
2007-11-05Added the DW2TB macro to plain.cc (same as in html.cc)jcid
2007-11-05Updated copyright linesjcid
2007-11-05Minor changes in dillorc2jcid
2007-11-03 - Reimplemented plain.cc using a class, and hooked memory-release.jcid
2007-10-29 - Hooked "Activate" to the form_receiver.jcid
- Connected the plain page context menu. - Added code for the image menu (not hooked yet though). - Added a image-loading toggle button to the UI (not functional yet).
2007-10-24Implemented a new scheme of scroll-position remembering. This is one perjcid
visited page intead of one per url (this is more standard).
2007-10-11+- Connected signals to <li> elements (fixes links within lists).jcid
- Enabled text and background color-choice in preferences. - Enabled clicking over image links. Patches: place +- Fixed a va_list-related SEGFAULT on 64bit-arch in dStr_vsprintfa(). Patch: Vincent Thomasset +- Fixed void to int conversions for 64bit-arch. Patch: Jorge Arellano, higuita +- Added a strndup() replacement in dw2 Patch: Alexander Becher, Johannes Hofmann, Jorge Arellano +- Fixed calcHashValue() to only return non-negative numbers (was SEGFAULT). - Improved scrolling performance on large pages by copying screen data instead of rendering. Patches: Johannes Hofmann
2007-10-07Initial revisionjcid