index
:
dillo
master
Dillo, a multi-platform graphical web browser
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
plain.cc
Age
Commit message (
Expand
)
Author
2024-03-09
Use Doxygen comments for C files
Rodrigo Arias Mallo
2014-04-02
fix crash and use proper requester URL for CSS images
Johannes Hofmann
2014-04-01
resolve CSS background-image URLs relative to styleheet URL
Johannes Hofmann
2013-09-20
Added BrowserWindow and DilloURL (base URL) to StyleEngine::apply and related.
Sebastian Geerken
2012-12-10
fix warning
corvid
2012-12-10
fix valgrind errors with plain files
Johannes Hofmann
2012-11-14
Cleaned up preferences.
Sebastian Geerken
2012-11-08
Making hyphen penalties configurable.
Sebastian Geerken
2009-12-04
add dummy word for empty lines in plain.cc
Johannes Hofmann
2009-11-29
respect UTF-8 when splitting long lines in plain.cc (noticed by corvid)
Johannes Hofmann
2009-11-22
split up long lines in plain.cc to avoid X11 coordinate overflows
Johannes Hofmann
2009-10-29
use link receiver for text/plain as well
corvid
2009-06-22
remove system includes
corvid
2009-06-06
Removed unused DilloUrl from DilloPlain
corvid
2009-05-29
remove test code in plain.cc which slipped in accidentally
Johannes Hofmann
2009-05-29
style
Johannes Hofmann
2009-04-30
_MSG out some MSGs
corvid
2009-03-06
remove bg_color dillorc option
Johannes Hofmann
2009-02-17
[mq]: view-stylesheets
Jorge Arellano Cid
2009-02-09
whitespace cleanup: 's/ +$//g'
Jorge Arellano Cid
2009-02-08
Switched load images on/off feature to the Tools menu
corvid
2009-01-27
Implemented the tools button with CSS options. Also removed nav.h from html.cc
Jorge Arellano Cid
2009-01-26
adapt font-family preferences to match CSS
Johannes Hofmann
2008-12-11
always use shaded colors
Johannes Hofmann
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.0
jcid
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-02
Enabled limit_text_width in preferences.
jcid
2007-12-31
Implemented the SELECT element in FORMS!
jcid
2007-11-14
Implemented "Load Images" in the page menu and cleaned up html.hh.
jcid
2007-11-10
Reimplemented html.cc using a class, removed the linkblock,
jcid
2007-11-05
Added the DW2TB macro to plain.cc (same as in html.cc)
jcid
2007-11-05
Updated copyright lines
jcid
2007-11-05
Minor changes in dillorc2
jcid
2007-11-03
- Reimplemented plain.cc using a class, and hooked memory-release.
jcid
2007-10-29
- Hooked "Activate" to the form_receiver.
jcid
2007-10-24
Implemented a new scheme of scroll-position remembering. This is one per
jcid
2007-10-11
+- Connected signals to <li> elements (fixes links within lists).
jcid
2007-10-07
Initial revision
jcid