Age | Commit message (Expand) | Author |
2013-02-22 | fix warning in UIcmd_save() | Johannes Hofmann |
2013-01-28 | Fix: dialog menu is keyboard-activable again (119c5d6ba0df regression) | Jorge Arellano Cid |
2013-01-27 | simplify ui color handling by using fltk free color indices | corvid |
2013-01-26 | domain.c: quiet some MSGs | corvid |
2013-01-14 | Remove ancient commented-out GTK code. | Jeremy Henty |
2013-01-12 | clean up struct typedefs | p37sitdu, corvid |
2013-01-11 | Changed color average from 0.1f to 0.14f | Jorge Arellano Cid |
2013-01-11 | Modified a_Dialog_choice5() to accept any number of alternatives [p37sitdu] | Jorge Arellano Cid |
2013-01-10 | uicmd.cc: *UIcmd_make_save_filename(): clarify the loop logic | Jeremy Henty |
2013-01-10 | fix tab foreground color defaults | corvid |
2013-01-10 | uicmd.cc: consistent suggestions for save files | Jeremy Henty |
2013-01-09 | Refactored FD close calls into a single new dClose() dlib function [p37sitdu] | Jorge Arellano Cid |
2013-01-08 | fix an at-least-conceivable fd leak with cookiesrc on error | corvid |
2013-01-08 | uicmd.cc: when saving, test whether the file exists and prompt before overwri... | Jeremy Henty |
2013-01-07 | remove weird comment lines | Johannes Hofmann |
2013-01-05 | Remove redundant check in cache.c [by p37sitdu] | Jorge Arellano Cid |
2013-01-03 | web dispatch, don't prepare for display if the content type isn't viewable | corvid |
2013-01-02 | throw in some more UI colors to play with | corvid |
2013-01-02 | ctrl-tab navigation fix; show new tab before hiding old one | corvid |
2013-01-02 | uicmd.cc: refactor a_UIcmd_{save,save_link}(). | Jeremy Henty |
2013-01-01 | Don't leak a FD if write() fails on a just-connected local dpi socket. | Jorge Arellano Cid |
2012-12-31 | we still aren't using UI::customize() flags arg, so rm it | corvid |
2012-12-31 | rm show_url preference | corvid |
2012-12-31 | don't say 'FL_GRAY' because it's a misleading term | corvid |
2012-12-31 | ui colors: inactive icons, let's give the .1 color averaging a try | corvid |
2012-12-31 | apply recent form Input changes to findbar input as well | corvid |
2012-12-30 | rm prehistoric 'subtag' wording | corvid |
2012-12-30 | a_Color_parse: err val 2 requires successful parsing of 0[xX]... | corvid |
2012-12-30 | document current behaviour of a_Color_parse | corvid |
2012-12-30 | fix prefs color msg | corvid |
2012-12-30 | a_Capi_open_url(): warn when ignoring an uncached/undownloadable download req... | Jeremy Henty |
2012-12-30 | uicmd.cc: fix the handling of prefs.save_dir | Jeremy Henty |
2012-12-30 | uicmd.cc: add "#include <string.h>". | Jeremy Henty |
2012-12-30 | uicmd.{hh,cc}: simplify by replacing a_UIcmd_{get,set}_save_dir() with a_UIcm... | Jeremy Henty |
2012-12-30 | main background color for status output | corvid |
2012-12-30 | ui color fg/bg preferences | corvid |
2012-12-28 | don't let form Input widgets or Location eat Page_Up/Down | corvid |
2012-12-28 | Corrected default value for "penalty_hyphen_2". | Sebastian Geerken |
2012-12-26 | Use prefs variables penalty_em_dash_left, penalty_em_dash_right, and penalty_... | Sebastian Geerken |
2012-12-26 | Made dillorc's "show_tooltip" work again for the UI | Jorge Arellano Cid |
2012-12-26 | Fixed a bug in dpip when dillo aborts a running dpi connection | Jorge Arellano Cid |
2012-12-26 | splash: change other instance of ChangeLog link as well | corvid |
2012-12-26 | don't let prefs.show_url be disabled | corvid |
2012-12-25 | splash: link to raw version of ChangeLog | corvid |
2012-12-25 | use MB for progress of large pages | corvid |
2012-12-24 | never leave Location blank when requesting url | corvid |
2012-12-21 | FL_CURSOR_DEFAULT when popping up menus | corvid |
2012-12-20 | add missing breaks in dns.c | Johannes Hofmann |
2012-12-20 | don't let unhandled Escape close a browser window | corvid |
2012-12-17 | tipwin.cc missing copyright | Jorge Arellano Cid |