aboutsummaryrefslogtreecommitdiff
path: root/src/menu.cc
AgeCommit message (Collapse)Author
2013-11-20Added option "load_background_images" and entry in the tools menu.Sebastian Geerken
2012-12-21FL_CURSOR_DEFAULT when popping up menuscorvid
I'd noticed how, for instance, a right-click on a Fl_Input would leave an I-beam cursor, and it didn't seem like a big deal, but I discovered this scenario: - type in a Fl_Input. Mouse cursor disappears. - Alt-F to pop up file menu - Cursor not visible. Not very nice.
2012-11-30trim ';'corvid
2012-11-30trim off the "View " in front of stylesheet menu entriescorvid
to conserve space...
2012-10-18menu: titles and picked itemscorvid
2012-10-13link menu as submenu of image menucorvid
2012-10-13menu: url in user_data when possiblecorvid
2011-11-17never treat URI schemes case-sensitivelycorvid
2011-10-22middle click on stylesheet menu item opens in new tab/windowcorvid
copied from history callback, of course
2011-09-16use x,y for tools popupcorvid
2011-09-16position history menu below buttoncorvid
2011-07-29fix small_icons in menucorvid
2011-07-29Removed the large panel option (P_large).Jorge Arellano Cid
Nobody saw use for it...
2011-06-27menu: tab before windowcorvid
http://lists.auriga.wearlab.de/pipermail/dillo-dev/2011-June/008457.html
2011-05-31Switched menu item callbacks to Fl_Menu_Item (instead of Fl_Widget)Jorge Arellano Cid
(segfaulted in Win32 with mingw) * Also lots of cosmetic whitespace
2011-05-26clickable menu items (even those introducing submenus) MUST have callbackscorvid
I clicked on the "Panel size" item itself instead of any of the options in its submenu, and: Segfault!
2011-05-16rm spacescorvid
2011-04-30Re-enabled middle click on history popups (Back and Forward buttons)Jorge Arellano Cid
2011-04-28fix panel size menucorvid
2011-04-22Fix for e816e06ee901: part 2 (missing callback)Jorge Arellano Cid
2011-04-22Fix for e816e06ee901: it disabled the preceeding menuitemsJorge Arellano Cid
2011-04-21Added a submenu to control the panel size (Tools)Jorge Arellano Cid
2011-04-20commentcorvid
2011-04-01Fixed button sensitivity when starting with an empty pageJorge Arellano Cid
2011-03-15Made the findbar operative again (it has tricks and workarounds)Jorge Arellano Cid
2011-01-24remove a FLTK2 workaroundcorvid
2011-01-22better menu positioningcorvid
2011-01-22tools popup menucorvid
2011-01-12comment out history menu button handlingcorvid
2011-01-09fair amount of menucorvid
2011-01-07trivial bits of menucorvid
2011-01-06RAW_LABEL is SHORTCUT_LABELcorvid
2011-01-06eventscorvid
2011-01-06keys and mouse buttonscorvid
2010-04-23Add const qualifier to a_History_get_url()Jorge Arellano Cid
2010-02-20Interim patch for view sourceJorge Arellano Cid
2010-02-17Add the a_Capi_dpi_send_data() functionJorge Arellano Cid
2009-11-21trim the labels of the stylesheet menuJeremy Henty
2009-06-22remove system includescorvid
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