summaryrefslogtreecommitdiff
path: root/src/ui.cc
AgeCommit message (Expand)Author
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
2011-05-01Re-enabled "show_progress_box" dillorc preferenceJorge Arellano Cid
2011-04-30Re-enabled "Find text" to select text when already shownJorge Arellano Cid
2011-04-28fltk1's copy_label() calls redraw_label()corvid
2011-04-21Fixed a glitch with panel size change and redrawJorge Arellano Cid
2011-04-21Made button visibility prefs work again for: search, help and file menuJorge Arellano Cid
2011-04-21Disabled the right-click-over-search-button hook that changed panel sizeJorge Arellano Cid
2011-04-21Added a submenu to control the panel size (Tools)Jorge Arellano Cid
2011-04-21Made on-the-fly control panel work againJorge Arellano Cid
2011-04-21Switched make_panel() to use insert() instead of begin()/end() pairsJorge Arellano Cid
2011-04-20rm obsolete commentcorvid
2011-04-19Set FL_FREE_LABELTYPE to interpret symbols and draw shortcut (for "File" menu)Jorge Arellano Cid
2011-04-16Fixed offset bugs with panel tiny and large (also fullscreen mode for large)Jorge Arellano Cid
2011-04-15Introduced class CustLightButton for visual feedback on panel buttonsJorge Arellano Cid
2011-03-24Bound KEYS_HIDE_PANELS key to hide panels (escape)Jorge Arellano Cid
2011-03-23Made fullscreen work again (Ctrl+Space)Jorge Arellano Cid
2011-03-18www.dillo.org status valuecorvid
2011-03-17Assorted minor changes (see verbose log)Jorge Arellano Cid
2011-03-15Made the bug meter number&icon display correctlyJorge Arellano Cid
2011-03-15Made the findbar operative again (it has tricks and workarounds)Jorge Arellano Cid
2011-03-15Keybindings and some variable name normalizationsJorge Arellano Cid
2011-03-13Made the status bar visible and operative.Jorge Arellano Cid
2011-03-10Minor fixes for panel_size=largeJorge Arellano Cid
2011-03-09Moved some keyboard events from class UI to class CustTabs (where they belong)Jorge Arellano Cid
2011-03-09Added code and made the necesary bindings so tabs start to be functionalJorge Arellano Cid