aboutsummaryrefslogtreecommitdiff
path: root/src/dillo.cc
AgeCommit message (Collapse)Author
2012-06-15add comment about NULL URL vs. about:blankJohannes Hofmann
2012-06-14Backed out changeset b79a992b5bcbJohannes Hofmann
about:blank no longer gives focus to Location Noticed by: corvid <corvid@lavabit.com>
2012-06-12simplify startup without URLs on the command lineJohannes Hofmann
Submitted by: 123 <p37sitdu@lavabit.com>
2011-11-17never treat URI schemes case-sensitivelycorvid
2011-10-23back out c6cbf3ae7ffd (LC_CTYPE)corvid
I'd asked furaisanjin about input methods, and it sounded like it would be okay, but it turns out that something goes wrong on his system after all (LANG and the various LC_* set to ja_JP.eucJP normally, "while converting to Kanji, font width is half and it's not easy to recognize.") So I can't get away with the lazy fix after all.
2011-10-22reset LC_CTYPE to C (for the benefit of Turkic locales)corvid
The standard solution to I and i being different letters in Turkic locales is to make your own ASCIIfied strcasecmp/toupper/tolower, but I'm not aware of us currently having any need/use for non-C LC_CTYPE.
2011-09-13UI theme preferencecorvid
2011-09-13allow fltk scheme experimentationcorvid
2011-09-03use Fl::option() when disabling UI tooltipscorvid
2011-06-09switch fltk font handling to Fl::get_font_name() entirelyJohannes Hofmann
This seems to give more consitent results when xft is disabled.
2011-06-06port preferred font code to fltk-1.3Johannes Hofmann
2011-04-20symbol/shortcut interpretation, commentscorvid
2011-04-19Set FL_FREE_LABELTYPE to interpret symbols and draw shortcut (for "File" menu)Jorge Arellano Cid
2011-04-01Fixed button sensitivity when starting with an empty pageJorge Arellano Cid
2011-03-02disable shortcut drawing in labelscorvid
2011-02-15make_current()corvid
Here are the gory fl_text_extents()-related details: http://www.fltk.org/str.php?L2550
2011-02-09disable symbol-interpretation in labelscorvid
There was some discussion of how to do this last month in fltk-dev http://fltk.org/newsgroups.php?s10630+gfltk.development+v10640+T0
2011-01-16some general commenting-out for src/corvid
I also get a conflict with Status in dns.h. (Also seen in ui.cc, which I changed like a week ago.) Seemingly defined in X somewhere already. I remember the same thing happening on my port experiment a couple of years, so...I'll just change it.
2011-01-06some dillo.cccorvid
2010-10-09Use utf8encode/utf8decode (instead of mbrtowc/wcrtomb) for smallcaps.Jorge Arellano Cid
With these functions there's no need to alter the locale.
2010-10-07Add utf8 uppercasing to small-capsJorge Arellano Cid
For some reason utf8decode() didn't work for me, so I used mbrtowc() funcs.
2009-11-27use a_UIcmd_open_url() instead of a_Nav_push() in dillo.ccJohannes Hofmann
2009-11-20warn when preferred font(s) not foundcorvid
2009-11-01Switch the DPI framework from Unix sockets to Internet socketsJorge 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-12return 2 for bad cmdline argcorvid
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-16Minor cleanupsJorge Arellano Cid
2009-06-24Check chdir() return code in Paths::initMichal Nowak newman x
2009-06-01free Pathscorvid
2009-06-01free Keyscorvid
2009-05-31Bound at-exit memory deallocationcorvid
2009-05-27allow hexadecimal --xid argumentJohannes Hofmann
2009-05-19update documentation on xidcorvid
2009-05-18add support for --xid command line optionJohannes 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-17Added DLIB_MSG() macro for dlib's messagescorvid
2009-05-03Added configurable keybindings! (in ~/.dillo/keysrc) # part1Jorge Arellano Cid
2009-04-28Refactor the preferences parserTim Nieradzik, Jorge Arellano Cid
2009-04-19Camel case in src/dillo.ccTim Nieradzik
2009-03-02Updated the GPL copyright note in the source filesDetlef Riekenberg
2009-02-08's/if(/if (/g' 's/for(/for (/g' 's/while(/while (/g', and indentation.Jorge Arellano Cid
2009-01-29Made Shift+{Left,Right} work after openning multiple URLs from CLIJorge Arellano Cid
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.
2008-12-21Added const to CLI_options variable.corvid
2008-12-21Added const to CLI_options variable.corvid
2008-12-20Ported the command line interface from dillo1 (XID not working yet)Jorge Arellano Cid
2008-12-20Added 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 X11jcid
- 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().