Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-10-09 | Use utf8encode/utf8decode (instead of mbrtowc/wcrtomb) for smallcaps. | Jorge Arellano Cid | |
With these functions there's no need to alter the locale. | |||
2010-10-07 | Add utf8 uppercasing to small-caps | Jorge Arellano Cid | |
For some reason utf8decode() didn't work for me, so I used mbrtowc() funcs. | |||
2009-11-27 | use a_UIcmd_open_url() instead of a_Nav_push() in dillo.cc | Johannes Hofmann | |
2009-11-20 | warn when preferred font(s) not found | corvid | |
2009-11-01 | Switch the DPI framework from Unix sockets to Internet sockets | Jorge Arellano Cid | |
Initially meant for MINIX, but in the process several bugs were fixed, the code restructured, added more error handling and improved in general. In the future we may go back to UDS, but the cleanup gains will remain. | |||
2009-08-12 | return 2 for bad cmdline arg | corvid | |
bash regarded -1 as out of range. When a command's exit status is out of range, bash uses 255. This could be a confusing surprise if someone needs to care about dillo's exit status in a script someday. | |||
2009-07-16 | Minor cleanups | Jorge Arellano Cid | |
2009-06-24 | Check chdir() return code in Paths::init | Michal Nowak newman x | |
2009-06-01 | free Paths | corvid | |
2009-06-01 | free Keys | corvid | |
2009-05-31 | Bound at-exit memory deallocation | corvid | |
2009-05-27 | allow hexadecimal --xid argument | Johannes Hofmann | |
2009-05-19 | update documentation on xid | corvid | |
2009-05-18 | add support for --xid command line option | Johannes Hofmann | |
The --xid option is used by a plugin for the claws mail client (http://www.claws-mail.org/) to embed the dillo window into the mailer application to display HTML mails. | |||
2009-05-17 | Added DLIB_MSG() macro for dlib's messages | corvid | |
2009-05-03 | Added configurable keybindings! (in ~/.dillo/keysrc) # part1 | Jorge Arellano Cid | |
2009-04-28 | Refactor the preferences parser | Tim Nieradzik, Jorge Arellano Cid | |
2009-04-19 | Camel case in src/dillo.cc | Tim Nieradzik | |
2009-03-02 | Updated the GPL copyright note in the source files | Detlef Riekenberg | |
2009-02-08 | 's/if(/if (/g' 's/for(/for (/g' 's/while(/while (/g', and indentation. | Jorge Arellano Cid | |
2009-01-29 | Made Shift+{Left,Right} work after openning multiple URLs from CLI | 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-21 | Added const to CLI_options variable. | corvid | |
2008-12-21 | Added const to CLI_options variable. | corvid | |
2008-12-20 | Ported the command line interface from dillo1 (XID not working yet) | Jorge Arellano Cid | |
2008-12-20 | Added basic authentication! | Jorge Arellano Cid | |
2008-11-10 | - Set prefs.vw_fontname as deafult font for the UI. | jcid | |
2008-10-10 | - WORKAROUND to display HTML for sylpheed. | jcid | |
2008-10-03 | - Switched to TabGroup to PAGER_SHRINK to avois redraw storms. | jcid | |
2008-09-27 | - Set WM_CLASS="dillo" for X11 | jcid | |
- Security fix in a_UIcmd_set_msg. | |||
2008-09-14 | - Forbid dpi GET and POST from non dpi-generated urls. | jcid | |
- Cleaned up a_Url_new(). | |||
2008-05-26 | - Enabled proxy_user in preferences. | jcid | |
2008-05-02 | - Fixed a bug in the creation of the ~/.dillo directory. | jcid | |
2008-05-02 | + Added a message when creating ~/.dillo. | jcid | |
2008-04-30 | - Added creation of ~/.dillo directory in main(). | jcid | |
2008-04-30 | - Restored the ignore SIGPIPE directive. | jcid | |
2008-03-03 | - Some fixes to multipart/form-data encoding | jcid | |
2008-01-02 | + - Enabled fullscreen and start_page in preferences (dillorc2). | jcid | |
2007-12-31 | Implemented the SELECT element in FORMS! | jcid | |
2007-12-16 | - Made "New browser window" inherit the panel style of its parent. | jcid | |
2007-11-05 | Updated copyright lines | jcid | |
2007-10-07 | Initial revision | jcid | |