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
/
dillo.cc
Age
Commit message (
Expand
)
Author
2010-10-09
Use utf8encode/utf8decode (instead of mbrtowc/wcrtomb) for smallcaps.
Jorge Arellano Cid
2010-10-07
Add utf8 uppercasing to small-caps
Jorge Arellano Cid
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
2009-08-12
return 2 for bad cmdline arg
corvid
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
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
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
2008-09-14
- Forbid dpi GET and POST from non dpi-generated urls.
jcid
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