Age | Commit message (Collapse) | Author |
|
submitted by furaisanjin <furaisanjin@gmail.com>
|
|
When opening a new BrowserWindow (tab or real window) we focus
Location if we don't yet have an URL, main otherwise.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* 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.
|
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
http://www.w3.org/TR/2008/NOTE-WCAG20-TECHS-20081211/H76.html
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Introduced a_Bw_get_url_doc(). Mainly for popup menus.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- Working show_filemenu dillorc option.
|
|
|
|
|
|
|
|
|
|
|
|
- Added a cancel expect to the Stop button.
|
|
|
|
|