Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-11-20 | Added option "load_background_images" and entry in the tools menu. | Sebastian Geerken | |
2012-12-21 | FL_CURSOR_DEFAULT when popping up menus | corvid | |
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-30 | trim ';' | corvid | |
2012-11-30 | trim off the "View " in front of stylesheet menu entries | corvid | |
to conserve space... | |||
2012-10-18 | menu: titles and picked items | corvid | |
2012-10-13 | link menu as submenu of image menu | corvid | |
2012-10-13 | menu: url in user_data when possible | corvid | |
2011-11-17 | never treat URI schemes case-sensitively | corvid | |
2011-10-22 | middle click on stylesheet menu item opens in new tab/window | corvid | |
copied from history callback, of course | |||
2011-09-16 | use x,y for tools popup | corvid | |
2011-09-16 | position history menu below button | corvid | |
2011-07-29 | fix small_icons in menu | corvid | |
2011-07-29 | Removed the large panel option (P_large). | Jorge Arellano Cid | |
Nobody saw use for it... | |||
2011-06-27 | menu: tab before window | corvid | |
http://lists.auriga.wearlab.de/pipermail/dillo-dev/2011-June/008457.html | |||
2011-05-31 | Switched 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-26 | clickable menu items (even those introducing submenus) MUST have callbacks | corvid | |
I clicked on the "Panel size" item itself instead of any of the options in its submenu, and: Segfault! | |||
2011-05-16 | rm spaces | corvid | |
2011-04-30 | Re-enabled middle click on history popups (Back and Forward buttons) | Jorge Arellano Cid | |
2011-04-28 | fix panel size menu | corvid | |
2011-04-22 | Fix for e816e06ee901: part 2 (missing callback) | Jorge Arellano Cid | |
2011-04-22 | Fix for e816e06ee901: it disabled the preceeding menuitems | Jorge Arellano Cid | |
2011-04-21 | Added a submenu to control the panel size (Tools) | Jorge Arellano Cid | |
2011-04-20 | comment | corvid | |
2011-04-01 | Fixed button sensitivity when starting with an empty page | Jorge Arellano Cid | |
2011-03-15 | Made the findbar operative again (it has tricks and workarounds) | Jorge Arellano Cid | |
2011-01-24 | remove a FLTK2 workaround | corvid | |
2011-01-22 | better menu positioning | corvid | |
2011-01-22 | tools popup menu | corvid | |
2011-01-12 | comment out history menu button handling | corvid | |
2011-01-09 | fair amount of menu | corvid | |
2011-01-07 | trivial bits of menu | corvid | |
2011-01-06 | RAW_LABEL is SHORTCUT_LABEL | corvid | |
2011-01-06 | events | corvid | |
2011-01-06 | keys and mouse buttons | corvid | |
2010-04-23 | Add const qualifier to a_History_get_url() | Jorge Arellano Cid | |
2010-02-20 | Interim patch for view source | Jorge Arellano Cid | |
2010-02-17 | Add the a_Capi_dpi_send_data() function | Jorge Arellano Cid | |
2009-11-21 | trim the labels of the stylesheet menu | Jeremy Henty | |
2009-06-22 | remove system includes | corvid | |
2009-06-15 | Removed the experimental font size adjuster patch (it slipped in by mistake) | Jorge Arellano Cid | |
2009-06-15 | Splash screen | Jorge Arellano Cid | |
2009-06-05 | Get key bindings for File menu | corvid | |
2009-05-18 | add support for --xid command line option | Johannes 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 MSGs | corvid | |
2009-02-17 | [mq]: view-stylesheets | Jorge Arellano Cid | |
2009-02-09 | whitespace cleanup: 's/ +$//g' | Jorge Arellano Cid | |
2009-02-08 | Fixed 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-08 | Switched load images on/off feature to the Tools menu | corvid | |
2009-02-01 | Fixed tools menu to take CSS state from prefs | corvid | |
2009-01-29 | Refactor cleanup in menu.cc (load images) | corvid | |