aboutsummaryrefslogtreecommitdiff
path: root/src/prefs.c
AgeCommit message (Collapse)Author
2009-05-31Bound at-exit memory deallocationcorvid
2009-04-28Refactor the preferences parserTim Nieradzik, Jorge Arellano Cid
2009-03-10rm color-handling code in prefscorvid
2009-03-10replace visited_color dillorc optionJohannes Hofmann
to change the color of visited links add a line :visited {color: red} to your ~/.dillo/style.css file instead.
2009-03-06remove link_color dillorc optionJohannes Hofmann
To change the color of not visited links add a line like :link {color: orange} to your ~/.dillo/style.css file.
2009-03-06remove force_my_colors dillorc optionJohannes Hofmann
to get a similar behaviour add the !important directive to your color definitions in ~/.dillo/style.css, e.g: body {background-color: green !important}
2009-03-06remove text_color dillorc optionJohannes Hofmann
To change the default text color add a line like body {color: yellow} to your ~/.dillo/style.css file.
2009-03-06remove bg_color dillorc optionJohannes 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-03-06remove standard_widget_colors dillorc optioncorvid
Form widgets by default use the background color of their parent. To get more conservative widget colors, you can add a line button, select, input {background-color: #e0e0e0} to ~/.dillo/style.css.
2009-03-02Updated the GPL copyright note in the source filesDetlef Riekenberg
2009-02-17add font_max_size dillorc optionJohannes Hofmann
2009-02-11add "font_min_size" dillorc optionJohannes Hofmann
2009-02-01Added a warning message to the broken limit_text_width pref.corvid
2009-02-01s/atoi/strtol/gJorge Arellano Cid
2009-02-01Refactored prefs.c to a much smaller size!corvid
2009-01-31Fixed a bug parsing prefs.save_dir (missing break).corvid
2009-01-31Cosmetic reorder of a few enum items.corvid
2009-01-28Added the show_tools dillorc optioncorvid
2009-01-28Removed the "generate_submit" dillorc optioncorvid
2009-01-26adapt font-family preferences to match CSSJohannes 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.
2009-01-17add parse_embedded_css optionJohannes Hofmann
2009-01-16merge with mainJohannes Hofmann
2009-01-15Added the "http_language" dillorc option for setting HTTP's Accept-Language.2.1-noCsscorvid
2009-01-09add load_stylesheets optionJohannes Hofmann
Setting load_stylesheets=NO will disable loading of remote CSS stylesheets. CSS style information embedded in the page with <style></style> elements will still be used.
2008-12-20Ported the command line interface from dillo1 (XID not working yet)Jorge Arellano Cid
2008-12-08Set panel_size=medium as default.Jorge Arellano Cid
2008-10-26- Added the "middle_click_drags_page" dillorc option.jcid
2008-10-14- Changed the google search URL (UTF-8 request)release-2_0jcid
- Patch to recognize IPv6 numbers in the URL's authority part
2008-10-10- s/dillo-fltk/dillo/ and switched the version to 2.0jcid
2008-10-09- File menu as popup implementation.jcid
- Working show_filemenu dillorc option.
2008-10-09- Added the double-buffer as preference patch.jcid
2008-09-26- Added the "middle_click_opens_new_tab" option to dillo2rc.jcid
- Added the "focus_new_tab" option to dillo2rc. - Added "New Tab", "Open Link in new Tab" and "Open Image in new Tab". - Fixed the resizable when removed by tabs
2008-09-14- Forbid dpi GET and POST from non dpi-generated urls.jcid
- Cleaned up a_Url_new().
2008-09-08- Adjusted internal font sizes so the default font_factor is 1.0jcid
2008-08-23- Changed the rc filename from dillorc2 to dillo2rcjcid
- Set some new default values in prefs.
2008-06-18- Minor cleanups.jcid
2008-05-26- Removed obsolete use_oblique and transient_dialogs from preferences.jcid
2008-05-22- s/strdup/dStrdup/jcid
2008-02-02- Added "standard_widget_colors" preference. It allows a more stylish look.jcid
2008-01-31- Added a http_referer preference. See details in dillorc2.jcid
2008-01-02- Made cleanups in prefs (hiding local data/defs/symbols).jcid
2007-12-28- Enabled panel_size in preferences.jcid
2007-12-06 - * Improved the dpi framework. Now dpi-programs can be specified in dpidrc,jcid
and there's no need to touch dillo's sources to add new dpi services. Just make your dpi program, add a dpidrc line and play with it!
2007-11-11Added a save-directory preference (save_dir in dillorc2).jcid
2007-11-05Updated copyright linesjcid
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-07Initial revisionjcid