aboutsummaryrefslogtreecommitdiff
path: root/src/menu.cc
AgeCommit message (Collapse)Author
2009-06-15Removed the experimental font size adjuster patch (it slipped in by mistake)Jorge Arellano Cid
2009-06-15Splash screenJorge Arellano Cid
2009-06-05Get key bindings for File menucorvid
2009-05-18add support for --xid command line optionJohannes Hofmann
The --xid option is used by a plugin for the claws mail client (http://www.claws-mail.org/) to embed the dillo window into the mailer application to display HTML mails.
2009-04-30_MSG out some MSGscorvid
2009-02-17[mq]: view-stylesheetsJorge Arellano Cid
2009-02-09whitespace cleanup: 's/ +$//g'Jorge Arellano Cid
2009-02-08Fixed the load image popup option. Also cleaned up the API a bit.corvid
Introduced a_Bw_get_url_doc(). Mainly for popup menus.
2009-02-08Switched load images on/off feature to the Tools menucorvid
2009-02-01Fixed tools menu to take CSS state from prefscorvid
2009-01-29Refactor cleanup in menu.cc (load images)corvid
2009-01-27Implemented the tools button with CSS options. Also removed nav.h from html.ccJorge Arellano Cid
2009-01-17Remove unused functions.Jorge Arellano Cid
2009-01-05Added a right-click menu to the form submit button (allows to show hiddens)Jorge Arellano Cid
2009-01-02Fixed a VOIDP2INT bug in the authentication dialog callback.Jorge Arellano Cid
2008-12-22Added some const quialifiers.corvid
2008-12-21Added a popup menu to form's submit buttoncorvid
2008-12-19Cleanup in Menu_load_images_cb()Jorge Arellano Cid
2008-10-22- Set the File menu label to hide when the File menu button is shown.jcid
2008-10-09- File menu as popup implementation.jcid
- Working show_filemenu dillorc option.
2008-09-27- Added a workaround for segfaulting popup menus.jcid
2008-09-26- Made the history popups use "focus_new_tab" & "middle_click_opens_new_tab"jcid
2008-09-26- Added the "middle_click_opens_new_tab" option to dillo2rc.jcid
- Added the "focus_new_tab" option to dillo2rc. - Added "New Tab", "Open Link in new Tab" and "Open Image in new Tab". - Fixed the resizable when removed by tabs
2008-09-18- Implemented tabbed browsing.jcid
2008-09-12- Reverted an accidental testing code commit.jcid
2008-09-12- Fixed a crash bug with repush and non-viewable content.jcid
2008-09-08- Fixed the "Load Images" menu item in the page popup.jcid
2008-07-12- Made navigation history popup menus react to middle click into a new window.jcid
2008-06-08- Fixed a bug in stop parser. Reordered Html_process_tag.jcid
2008-05-22- Replaced the findtext dialog with an in-window widget!jcid
2008-04-02- Removed some no longer necessary add() calls from popup menus.jcid
2008-03-12- removed a superfluous shortcut (handled elsewhere).jcid
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-18copy image/link locationjcid
2007-11-14Implemented "Load Images" in the page menu and cleaned up html.hh.jcid
2007-11-05Updated copyright linesjcid
2007-11-01 - Added code for the image menu and hooked it to dw2 signals.jcid
- Hooked the page and link menus. - Added code for optional image loading (nice interface) very advanced! - Fixed the position of the Bug Meter popup menu.
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-14Added some "const" qualifiers.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