Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-05-27 | rm fltk2 workaround | corvid | |
Haven't found any need for it with 1.3. | |||
2011-05-26 | remove use of Fl_Pack to avoid resizing issues | Johannes Hofmann | |
CustGroup is split into CustGroupHorizontal and CustGroupVertical. CustGroupVertical is then used to replace Fl_Pack for TopGroup. | |||
2011-05-21 | fix excessive redraws on pages with bugs | Johannes Hofmann | |
2011-05-18 | Bound CTRL+{a,e,d,k} in the location bar (for start,end,del,cut) | Jorge Arellano Cid | |
2011-05-17 | Made KEYS_LEFT_TAB and KEYS_RIGHT_TAB no longer handled as a special case | Jorge Arellano Cid | |
* Made TAB-key focus the main area from location input. * Made KEYS_LEFT_TAB and KEYS_RIGHT_TAB cycle.. | |||
2011-05-16 | rm spaces | corvid | |
2011-05-13 | Avoid lots of flicker while resizing the window | Jorge Arellano Cid | |
(when "buffered_drawing" is set to 0 or 1) | |||
2011-05-08 | fl_measure expects w to be set | corvid | |
2011-05-08 | FindBar leak | corvid | |
2011-05-01 | Re-enabled "show_progress_box" dillorc preference | Jorge Arellano Cid | |
2011-04-30 | Re-enabled "Find text" to select text when already shown | Jorge Arellano Cid | |
2011-04-28 | fltk1's copy_label() calls redraw_label() | corvid | |
2011-04-21 | Fixed a glitch with panel size change and redraw | Jorge Arellano Cid | |
2011-04-21 | Made button visibility prefs work again for: search, help and file menu | Jorge Arellano Cid | |
2011-04-21 | Disabled the right-click-over-search-button hook that changed panel size | Jorge Arellano Cid | |
2011-04-21 | Added a submenu to control the panel size (Tools) | Jorge Arellano Cid | |
2011-04-21 | Made on-the-fly control panel work again | Jorge Arellano Cid | |
2011-04-21 | Switched make_panel() to use insert() instead of begin()/end() pairs | Jorge Arellano Cid | |
2011-04-20 | rm obsolete comment | corvid | |
2011-04-19 | Set FL_FREE_LABELTYPE to interpret symbols and draw shortcut (for "File" menu) | Jorge Arellano Cid | |
2011-04-16 | Fixed offset bugs with panel tiny and large (also fullscreen mode for large) | Jorge Arellano Cid | |
2011-04-15 | Introduced class CustLightButton for visual feedback on panel buttons | Jorge Arellano Cid | |
2011-03-24 | Bound KEYS_HIDE_PANELS key to hide panels (escape) | Jorge Arellano Cid | |
2011-03-23 | Made fullscreen work again (Ctrl+Space) | Jorge Arellano Cid | |
2011-03-18 | www.dillo.org status value | corvid | |
2011-03-17 | Assorted 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-15 | Made the bug meter number&icon display correctly | Jorge Arellano Cid | |
2011-03-15 | Made the findbar operative again (it has tricks and workarounds) | Jorge Arellano Cid | |
2011-03-15 | Keybindings and some variable name normalizations | Jorge Arellano Cid | |
2011-03-13 | Made the status bar visible and operative. | Jorge Arellano Cid | |
The Bug Meter needs some work due to differences with FLTK2 | |||
2011-03-10 | Minor fixes for panel_size=large | Jorge Arellano Cid | |
2011-03-09 | Moved some keyboard events from class UI to class CustTabs (where they belong) | Jorge Arellano Cid | |
2011-03-09 | Added code and made the necesary bindings so tabs start to be functional | Jorge Arellano Cid | |
2011-03-09 | Part of the UI wasn't visible. This minor changes fix it. | Jorge Arellano Cid | |
2011-03-09 | Made Dillo code follow my fltk1.3 UI prototype | Jorge Arellano Cid | |
2011-03-09 | Added CustGroup class (it repositions child widgets when others are hidden) | Jorge Arellano Cid | |
2011-03-09 | Initial changes to make the tiny panel mode work | Jorge Arellano Cid | |
2011-01-17 | more UI button event handling | corvid | |
2011-01-17 | deactivated toolbar buttons | corvid | |
2011-01-17 | toolbar button cb | corvid | |
2011-01-11 | more src/ui | corvid | |
2011-01-09 | some more src/ui | corvid | |
2011-01-07 | a bit of src/ui | corvid | |
2011-01-06 | RAW_LABEL is SHORTCUT_LABEL | corvid | |
2011-01-06 | some UI constants | corvid | |
2011-01-06 | when | corvid | |
2011-01-06 | events | corvid | |
2011-01-06 | keys and mouse buttons | corvid | |
2010-02-27 | trim some spaces | corvid | |
2010-02-25 | don't inherit UI_TEMPORARILY_SHOW_PANELS, use UI_HIDDEN instead | Johannes 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 |