Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-02-15 | share user agent style between CssContext's | Johannes Hofmann | |
2013-12-20 | RTFL messages. | Sebastian Geerken | |
2013-12-09 | Activated RTFL again, see <http://www.dillo.org/~sgeerken/rtfl/>. | Sebastian Geerken | |
2013-10-16 | Strechability of non-justified lines: refinements. | Sebastian Geerken | |
2013-09-14 | BUG#1140: add show_ui_tooltip preference | corvid | |
2013-09-02 | Avoid Dpid children to become zombies | Jorge Arellano Cid | |
This handler was long overdue... Patch: Jorge Arellano, J. Gaffney | |||
2013-06-17 | Cleanup. | Sebastian Geerken | |
2013-04-19 | trim some spaces | corvid | |
2013-01-27 | simplify ui color handling by using fltk free color indices | corvid | |
2013-01-10 | fix tab foreground color defaults | corvid | |
I'll have to think of a way to make the mechanisms more consistent... | |||
2013-01-02 | throw in some more UI colors to play with | corvid | |
2012-12-30 | uicmd.{hh,cc}: simplify by replacing a_UIcmd_{get,set}_save_dir() with ↵ | Jeremy Henty | |
a_UIcmd_init(). | |||
2012-12-30 | ui color fg/bg preferences | corvid | |
Recent mailing list: http://lists.auriga.wearlab.de/pipermail/dillo-dev/2012-December/009661.html The earlier thread begins with: http://lists.auriga.wearlab.de/pipermail/dillo-dev/2011-September/008890.html | |||
2012-12-26 | Use prefs variables penalty_em_dash_left, penalty_em_dash_right, and ↵ | Sebastian Geerken | |
penalty_em_dash_right_2. | |||
2012-12-24 | never leave Location blank when requesting url | corvid | |
2012-12-10 | Dillo: improved window titles. | Jeremy Henty | |
2012-11-18 | Cleaned up and completed configuration for penalties. | Sebastian Geerken | |
2012-11-14 | Cleaned up preferences. | Sebastian Geerken | |
2012-11-07 | Add '#' to the CLI escaped character set | Jorge Arellano Cid | |
2012-10-30 | trim some spaces | corvid | |
2012-10-03 | introduce domainrc mechanism | p37sitdu, corvid | |
2012-09-24 | mention that --local doesn't load stylesheets | corvid | |
2012-06-15 | add comment about NULL URL vs. about:blank | Johannes Hofmann | |
2012-06-14 | Backed out changeset b79a992b5bcb | Johannes Hofmann | |
about:blank no longer gives focus to Location Noticed by: corvid <corvid@lavabit.com> | |||
2012-06-12 | simplify startup without URLs on the command line | Johannes Hofmann | |
Submitted by: 123 <p37sitdu@lavabit.com> | |||
2011-11-17 | never treat URI schemes case-sensitively | corvid | |
2011-10-23 | back 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-22 | reset 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-13 | UI theme preference | corvid | |
2011-09-13 | allow fltk scheme experimentation | corvid | |
2011-09-03 | use Fl::option() when disabling UI tooltips | corvid | |
2011-06-09 | switch fltk font handling to Fl::get_font_name() entirely | Johannes Hofmann | |
This seems to give more consitent results when xft is disabled. | |||
2011-06-06 | port preferred font code to fltk-1.3 | Johannes Hofmann | |
2011-04-20 | symbol/shortcut interpretation, comments | corvid | |
2011-04-19 | Set FL_FREE_LABELTYPE to interpret symbols and draw shortcut (for "File" menu) | Jorge Arellano Cid | |
2011-04-01 | Fixed button sensitivity when starting with an empty page | Jorge Arellano Cid | |
2011-03-02 | disable shortcut drawing in labels | corvid | |
2011-02-15 | make_current() | corvid | |
Here are the gory fl_text_extents()-related details: http://www.fltk.org/str.php?L2550 | |||
2011-02-09 | disable symbol-interpretation in labels | corvid | |
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-16 | some 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-06 | some dillo.cc | corvid | |
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 | |