aboutsummaryrefslogtreecommitdiff
path: root/src/ui.cc
AgeCommit message (Collapse)Author
2008-09-12- Fixed a crash bug with repush and non-viewable content.jcid
2008-09-04- Fixed keyboard focus issues.jcid
2008-08-31- Removed an obsolete procedure in ui.ccjcid
2008-08-23- Reimplemented the menubar in a more ortodox way.jcid
2008-08-19- Minor tooltip change.jcid
2008-08-13- reversed a testing patch that slip in by mistake.jcid
2008-08-13- Minor memory leak fix.jcid
2008-07-04- implemented UI's destructor (i.e. UI::~UI())jcid
2008-05-22- Replaced the findtext dialog with an in-window widget!jcid
2008-05-21- Minor change to CTRL-l text selection.jcid
2008-05-21- Set key bindings to its modifiers when alone only.jcid
2008-05-19- Made CTRL-l focus the location bar instead of popping up a dialog.jcid
2008-05-16- More switches from destroy() to delete() call for close window.jcid
2008-04-27- Made dillo windows not to close upon Escape keypress.jcid
2008-02-29+ bound ctrl-f to findtext and ctrl-b to bookmarks.jcid
2008-01-03includes cleanup in ui.ccjcid
2008-01-02+ - Enabled fullscreen and start_page in preferences (dillorc2).jcid
2008-01-02"Image load" pixmap upgrade.jcid
2008-01-02- Added a redraw(DAMAGE_HIGHLIGHT) call to Back, Forw and Stop buttons.jcid
2008-01-02- Made TopGroup a PackedGroup, simplifying UI code and removing workarounds.jcid
2007-12-28- Enabled panel_size in preferences.jcid
2007-12-19Made progress bars resize automatically.jcid
2007-12-16- Made "New browser window" inherit the panel style of its parent.jcid
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