aboutsummaryrefslogtreecommitdiff
path: root/src/ui.cc
AgeCommit message (Expand)Author
2016-07-12cppcheck: ignored return value.Jorge Arellano Cid
2016-04-30Fixed a very minor glitch in clear_cb()Jorge Arellano Cid
2015-11-19readable location textcorvid
2014-09-16url positioning in location barcorvid
2013-09-16Made show_url dillorc option work again (BUG#1128)Jorge Arellano Cid
2013-01-11Changed color average from 0.1f to 0.14fJorge Arellano Cid
2012-12-31we still aren't using UI::customize() flags arg, so rm itcorvid
2012-12-31rm show_url preferencecorvid
2012-12-31don't say 'FL_GRAY' because it's a misleading termcorvid
2012-12-31ui colors: inactive icons, let's give the .1 color averaging a trycorvid
2012-12-30main background color for status outputcorvid
2012-12-30ui color fg/bg preferencescorvid
2012-12-28don't let form Input widgets or Location eat Page_Up/Downcorvid
2012-12-25use MB for progress of large pagescorvid
2012-11-30trim ';'corvid
2012-11-14Switched the Location to use TipWinInput (which uses custom tooltips)Jorge Arellano Cid
2012-11-14Avoid scroll flickering with a custom tooltip class (TipWin) & a custom buttonJorge Arellano Cid
2012-10-14preserve location text when changing panelcorvid
2012-09-28keybinding for view-sourceAlexander Voigt
2012-09-24trim a few spacescorvid
2012-07-28when location bar is given focus, temporarily show panels if hiddencorvid
2011-09-16use x,y for tools popupcorvid
2011-09-16position history menu below buttoncorvid
2011-09-14Allow key bindings for paging left/rightcorvid
2011-09-03use Fl::option() when disabling UI tooltipscorvid
2011-08-04Fix: include the close-tab tooltip in the workaround to avoid them lingerJorge Arellano Cid
2011-08-04FindBar cleanup: use the same size(0,0) trick we use for PanelsJorge Arellano Cid
2011-08-04minor cleanupsJorge Arellano Cid
2011-08-03Moved CustLightButton into ui.hhJorge Arellano Cid
2011-08-01Re-enabled the temoporary panels feature for Ctrl+lJorge Arellano Cid
2011-08-01Cleanup: removed some unused code from the UIJorge Arellano Cid
2011-07-29Removed the large panel option (P_large).Jorge Arellano Cid
2011-07-15Updated the local help file, and the remote help URLJorge Arellano Cid
2011-07-11Made "hide-panels" hide the findbar, then panels (and removed "fullscreen").Jorge Arellano Cid
2011-07-10avoid a lingering tooltip from the StatusBar (Bugmeter)Jorge Arellano Cid
2011-07-10Workaround: avoid a lingering tooltip from the PanelJorge Arellano Cid
2011-06-21Eliminated a pack of 22 compiler warnings (gcc-4.6.1 amd64)Jorge Arellano Cid
2011-06-18Made dillorc's middle_click_drags_page=NO operative againJorge Arellano Cid
2011-06-10Re-enable the "-f" fullscreen CLI switch (e.g. used by Claws email client).Jorge Arellano Cid
2011-05-31Corrected small icon reference for Forward buttonJorge Arellano Cid
2011-05-27Avoid unnecessary background redrawsJorge Arellano Cid
2011-05-27rm fltk2 workaroundcorvid
2011-05-26remove use of Fl_Pack to avoid resizing issuesJohannes Hofmann
2011-05-21fix excessive redraws on pages with bugsJohannes Hofmann
2011-05-18Bound CTRL+{a,e,d,k} in the location bar (for start,end,del,cut)Jorge Arellano Cid
2011-05-17Made KEYS_LEFT_TAB and KEYS_RIGHT_TAB no longer handled as a special caseJorge Arellano Cid
2011-05-16rm spacescorvid
2011-05-13Avoid lots of flicker while resizing the windowJorge Arellano Cid
2011-05-08fl_measure expects w to be setcorvid
2011-05-08FindBar leakcorvid