aboutsummaryrefslogtreecommitdiff
path: root/src/uicmd.cc
AgeCommit message (Collapse)Author
2008-11-09- Switched a_UIcmd_save() to take its URL from history (not location bar).jcid
2008-10-30- Reduced warnings with gcc-4.3.jcid
2008-10-26- Added the "middle_click_drags_page" dillorc option.jcid
2008-10-22.jcid
2008-10-10- WORKAROUND to display HTML for sylpheed.jcid
2008-10-09- File menu as popup implementation.jcid
- Working show_filemenu dillorc option.
2008-10-09- Added the double-buffer as preference patch.jcid
2008-10-07- Made ALT+q work.jcid
2008-10-05- Avoided focus change with {Left, Right} in CustTabGroupjcid
2008-10-04- Workaround for TabGroup max 128 limit.jcid
2008-10-02- Made SHIFT + {Left, Right} work even with findbar focused.jcid
2008-10-01- Disallowed loading images when expecting is set.jcid
- Added a cancel expect to the Stop button.
2008-10-01- Committed the no bw as window user_data() patch.jcid
2008-09-30- Removed the button sensitivity timeout.jcid
2008-09-30- Added a confirmation dialog for closing with Windows/Tabs > 1jcid
2008-09-29- Switched the image load button to be a per-window choice.jcid
2008-09-27- Added a workaround for segfaulting popup menus.jcid
2008-09-26- Set the ::fltk::RAW_LABEL flag for widgets getting labels from html.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-19- Implemented hide tab labels for tabs < 2jcid
2008-09-18- Implemented tabbed browsing.jcid
2008-09-14- Made several cleanups according to compiler warnings with "-W -Wall".jcid
2008-09-14- Forbid dpi GET and POST from non dpi-generated urls.jcid
- Cleaned up a_Url_new().
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-09-08- Adjusted internal font sizes so the default font_factor is 1.0jcid
2008-06-22- Added a minor debug feature.jcid
2008-06-21- Updated AUTHORSjcid
2008-06-02- Moved charset decoding into cache.jcid
2008-05-26- Enabled proxy_user in preferences.jcid
2008-05-22- Replaced the findtext dialog with an in-window widget!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-11- Implemented the file input control for forms (work in progress).jcid
2008-01-02 - Fixed a segfault bug when closing a bw under active networking.jcid
2008-01-02- Enabled the geometry offset part (dillorc2).jcid
2008-01-02- Made TopGroup a PackedGroup, simplifying UI code and removing workarounds.jcid
2007-12-16- Made "New browser window" inherit the panel style of its parent.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-17Added the "static" qualifier where missing.jcid
2007-11-17- s/camp/field/ s/CAMP/FIELD/jcid
2007-11-14Implemented "Load Images" in the page menu and cleaned up html.hh.jcid
2007-11-11Fixed a bug in the save_dir patchjcid
2007-11-11Added a save-directory preference (save_dir in dillorc2).jcid
2007-11-05Updated copyright linesjcid
2007-11-02Hooked vertical scrolling to the mouse wheel.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-24Implemented a new scheme of scroll-position remembering. This is one perjcid
visited page intead of one per url (this is more standard).