Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-03-09 | Use Doxygen comments for C files | Rodrigo Arias Mallo | |
2014-12-21 | trim some spaces | corvid | |
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-10-14 | Reset background image of the layout. | Sebastian Geerken | |
2013-09-20 | Added BrowserWindow and DilloURL (base URL) to StyleEngine::apply and related. | Sebastian Geerken | |
2013-01-03 | web dispatch, don't prepare for display if the content type isn't viewable | corvid | |
Alexander had found a problem with background color: http://lists.auriga.wearlab.de/pipermail/dillo-dev/2012-December/009710.html | |||
2011-11-11 | locale-independent ASCII character case handling | corvid | |
Basically, I and i are different letters in Turkic languages, and this causes problems for str(n)casecmp and toupper/tolower in these locales when dillo is dealing with ASCII. | |||
2011-09-09 | tiny a_Web_new() cleanup | corvid | |
2011-06-14 | Made tab and window titles more informative (WRT length) | Jorge Arellano Cid | |
2010-10-17 | merge | Johannes Hofmann | |
2010-10-15 | clearer msg when can't display something as image | corvid | |
2010-09-24 | call layout->setBgColor() from web.cc | Johannes Hofmann | |
2010-04-06 | filter automatic requests | corvid | |
same_domain option in preference so that spying on users isn't so easy. | |||
2009-08-05 | Changed the CCCs to build in one step (for both HTTP and DPI) | Jorge Arellano Cid | |
2009-06-22 | remove system includes | corvid | |
2009-05-03 | Removed redundant caller NULL checks already in the API | Jeremy Henty | |
2009-04-19 | wrap long lines in src/ css code | corvid | |
2009-03-09 | needn't include prefs.h | corvid | |
2009-03-06 | remove bg_color dillorc option | Johannes Hofmann | |
To set a custom background color add a line like: body {background-color: white} to your ~/.dillo/style.css file. This also works for plain text display and image viewing. | |||
2009-02-09 | whitespace cleanup: 's/ +$//g' | Jorge Arellano Cid | |
2009-01-26 | adapt font-family preferences to match CSS | Johannes Hofmann | |
CSS 2.1 uses the following predefined font names: 'serif', 'sans-serif', 'cursive', 'fantasy', 'monospace'. Add preferences so that the user can set real font names for these. Basically the new "font_sans_serif" option is what "vw_fontame" used to be and "font_monospace" is equivalent to "fw_fontname". The other two options are new. | |||
2008-12-11 | always use shaded colors | Johannes Hofmann | |
This makes things much simpler and improves sharing of colors. If computing two more shades really proves to be a performance issue, we can shade on demand without exposing this optimization to the interface. | |||
2008-09-29 | - Removed the remaining DEBUG_MSG in src/ | jcid | |
2008-09-08 | - Adjusted internal font sizes so the default font_factor is 1.0 | jcid | |
2008-06-27 | - enabled prefs.vw_fontname + minor cleanup. | jcid | |
2007-11-05 | Updated copyright lines | jcid | |
2007-10-24 | Implemented a new scheme of scroll-position remembering. This is one per | jcid | |
visited page intead of one per url (this is more standard). | |||
2007-10-20 | Fixed the problem of scrolling position (remember position in a page) | jcid | |
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-07 | Initial revision | jcid | |