summaryrefslogtreecommitdiff
path: root/src/ui.cc
AgeCommit message (Collapse)Author
2007-11-24Re-bound Left and Right keys to scrollingjcid
2007-11-24Fixed bindings for Space key in UI.jcid
2007-11-21- Switched dillo to push a URL with fragment (anchor) into the stack.jcid
- Re-enabled scrolling with Up/Down arrows.
2007-11-19- Bound Ctrl+Space to fullscreen toggle.jcid
- Bound preliminar find text support. - Added better pixmaps for Img On/Off icon.
2007-11-18Bound Ctrl-R to reload.jcid
2007-11-17Added shortcuts: PgDn=Spc PgUp=b Back=BackSpace|, Forw=Shift+Backspace|.jcid
2007-11-17Switched UI shortcuts from a global event handler to UI::handle.jcid
2007-11-17Added the "static" qualifier where missing.jcid
2007-11-17- s/camp/field/ s/CAMP/FIELD/jcid
2007-11-11.jcid
2007-11-05Updated copyright linesjcid
2007-11-05- Enabled hiding widgets of the control panel from dillorc2.jcid
2007-11-03Fixed following image links after loading the image.jcid
2007-10-29Restricted quit to LeftAltKey+q.jcid
2007-10-29 - Hooked "Activate" to the form_receiver.jcid
- Connected the plain page context menu. - Added code for the image menu (not hooked yet though). - Added a image-loading toggle button to the UI (not functional yet).
2007-10-21Disabled double buffering (good for debugging redraws).jcid
2007-10-11+- Connected signals to <li> elements (fixes links within lists).jcid
- Enabled text and background color-choice in preferences. - Enabled clicking over image links. Patches: place +- Fixed a va_list-related SEGFAULT on 64bit-arch in dStr_vsprintfa(). Patch: Vincent Thomasset +- Fixed void to int conversions for 64bit-arch. Patch: Jorge Arellano, higuita +- Added a strndup() replacement in dw2 Patch: Alexander Becher, Johannes Hofmann, Jorge Arellano +- Fixed calcHashValue() to only return non-negative numbers (was SEGFAULT). - Improved scrolling performance on large pages by copying screen data instead of rendering. Patches: Johannes Hofmann
2007-10-07Initial revisionjcid