aboutsummaryrefslogtreecommitdiff
path: root/src/ui.cc
AgeCommit message (Collapse)Author
2011-05-17Made KEYS_LEFT_TAB and KEYS_RIGHT_TAB no longer handled as a special caseJorge Arellano Cid
* Made TAB-key focus the main area from location input. * Made KEYS_LEFT_TAB and KEYS_RIGHT_TAB cycle..
2011-05-16rm spacescorvid
2011-05-13Avoid lots of flicker while resizing the windowJorge Arellano Cid
(when "buffered_drawing" is set to 0 or 1)
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
* Changed version to 3.0-pre * Made PgUp/PgDn Up/Dn keys shift focus from location to main area * Set http://dillo.org as the status bar first message (was "hola!). * Doubled the mousewheel scrollstep
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
The Bug Meter needs some work due to differences with FLTK2
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
2011-03-09Part of the UI wasn't visible. This minor changes fix it.Jorge Arellano Cid
2011-03-09Made Dillo code follow my fltk1.3 UI prototypeJorge Arellano Cid
2011-03-09Added CustGroup class (it repositions child widgets when others are hidden)Jorge Arellano Cid
2011-03-09Initial changes to make the tiny panel mode workJorge Arellano Cid
2011-01-17more UI button event handlingcorvid
2011-01-17deactivated toolbar buttonscorvid
2011-01-17toolbar button cbcorvid
2011-01-11more src/uicorvid
2011-01-09some more src/uicorvid
2011-01-07a bit of src/uicorvid
2011-01-06RAW_LABEL is SHORTCUT_LABELcorvid
2011-01-06some UI constantscorvid
2011-01-06whencorvid
2011-01-06eventscorvid
2011-01-06keys and mouse buttonscorvid
2010-02-27trim some spacescorvid
2010-02-25don't inherit UI_TEMPORARILY_SHOW_PANELS, use UI_HIDDEN insteadJohannes Hofmann
When creating a new ui, we take the current ui as a template. However it makes no sense to inherit the temporary panelmode UI_TEMPORARILY_SHOW_PANELS. In this case we use the UI_HIDDEN instead. This fixes location bar unhiding issues with multiple tabs when in fullscreen mode. Reported by Dennis Nezic. http://lists.auriga.wearlab.de/pipermail/dillo-dev/2010-February/007346.html
2010-02-24Fix fullwindow start (from CLI and dillorc)Jorge Arellano Cid
2010-02-11allow pasting into form widgets when middle_click_drags_page=NOcorvid
http://lists.auriga.wearlab.de/pipermail/dillo-dev/2010-February/007281.html
2010-01-18Added a help button. It tries a local help file then dillo.org's one.corvid, jcid
2009-10-03only set tooltips for UI if prefs.show_tooltip setcorvid