Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-07-10 | MSGs | corvid | |
2011-05-02 | findtext search msg | corvid | |
2010-09-24 | call layout->setBgColor() from web.cc | Johannes Hofmann | |
2010-04-23 | Add const qualifier to a_History_get_url() | Jorge Arellano Cid | |
2010-04-06 | filter automatic requests | corvid | |
same_domain option in preference so that spying on users isn't so easy. | |||
2010-03-04 | Fix "view source" for POST URLs | Jorge Arellano Cid | |
2010-02-27 | hide temporarily shown panel on a_UIcmd_open_url() | Johannes Hofmann | |
Also use a_UIcmd_open_url() in some edge cases to get the same bahaviour there. This is an alternative to fix 1d38bc37ae03. Submitted by: Jorge Arellano Cid <jcid@dillo.org> | |||
2010-02-27 | trim some spaces | corvid | |
2010-02-24 | Fix fullwindow start (from CLI and dillorc) | Jorge Arellano Cid | |
2010-02-23 | Handle vsource dpi inside a_Capi_open_url(); more orthogonality. | Jorge Arellano Cid | |
Also added better error handling. | |||
2010-02-17 | dialog recombine make/show_text_window | corvid | |
The function had been split up in June 08 so that I could put an unref_buf() between them. Now that view source is a dpi, it's no longer necessary. | |||
2010-02-17 | Fix segfault when closing window from WM. | corvid | |
I had thought it was a timing problem, but Johannes saw that there was a problem when the first tab in the window had already been closed earlier. | |||
2010-02-17 | Implement the view source functionality as a dpi | Jorge Arellano Cid | |
2010-02-17 | Add the a_Capi_dpi_send_data() function | Jorge Arellano Cid | |
2009-12-17 | focus main on enter | Johannes Hofmann | |
submitted by furaisanjin <furaisanjin@gmail.com> | |||
2009-11-27 | adjust focus handling with new tabs and windows (suggested by furaisanjin) | Johannes Hofmann | |
When opening a new BrowserWindow (tab or real window) we focus Location if we don't yet have an URL, main otherwise. | |||
2009-11-11 | use macro | corvid | |
2009-10-03 | only set tooltips for UI if prefs.show_tooltip set | corvid | |
2009-09-20 | trim some spaces | corvid | |
2009-08-11 | s/Bw_Force/BW_Force/g | Jorge Arellano Cid | |
2009-08-03 | leave the decision of raising a window to the WM (BUG 916) | corvid | |
2009-07-05 | keybindings for scrolling | corvid | |
2009-05-31 | line length | Jorge Arellano Cid | |
2009-05-27 | more xembed work | Johannes Hofmann | |
* Create Xembed windows directly as child windows instead of reparenting them to avoid races with reparenting WMs. * Set _XEMBED_INFO property as required by XEMBED. * Send XEMBED_REQUEST_FOCUS to get focus when user clicks on the dillo window. | |||
2009-05-24 | properly truncate utf8 window titles | corvid | |
2009-05-22 | consts | 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-05-16 | Fix: don't update window title for background tabs | Jorge Arellano Cid | |
2009-05-15 | Sync window title with current tab | Jorge Arellano Cid | |
2009-05-15 | add a couple of const | Jorge Arellano Cid | |
2009-05-10 | Replace %20 and ' ' with '_' in the suggested filename for saving | Jorge Arellano Cid | |
2009-05-09 | Fix minor memory leak in a_UIcmd_search_dialog | Jorge Arellano Cid | |
2009-04-28 | Refactor the preferences parser | Tim Nieradzik, Jorge Arellano Cid | |
2009-04-18 | Implemented Instant client-side redirects (META refresh with delay=0) | Jorge Arellano Cid | |
http://www.w3.org/TR/2008/NOTE-WCAG20-TECHS-20081211/H76.html | |||
2009-03-04 | Minor comment correction | Jorge Arellano Cid | |
2009-03-04 | add workaround for fltk bug 2062 | Johannes Hofmann | |
2009-03-02 | Fixed a minor memory leak with CustShrinkTabPager() | Hofmann Johannes | |
2009-02-17 | [mq]: view-stylesheets | Jorge Arellano Cid | |
2009-02-12 | Implemented a close-tab button for the GUI | João Ricardo | |
2009-02-11 | whitespace | 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 | Implemented "search previous" in string searches | João Ricardo Lourenço | |
2009-02-08 | Switched load images on/off feature to the Tools menu | corvid | |
2009-01-27 | Implemented the tools button with CSS options. Also removed nav.h from html.cc | Jorge Arellano Cid | |
2009-01-17 | some consts | Johannes Hofmann | |
2009-01-15 | Set tab focus (after tab close) to the most recently opened one. | Jorge Arellano Cid | |
2009-01-05 | Added a right-click menu to the form submit button (allows to show hiddens) | Jorge Arellano Cid | |
2008-12-21 | Added a popup menu to form's submit button | corvid | |
2008-11-21 | - dillorc comment change. | jcid | |