2011.07.17: Time Keeps on Slipping
2011-07-17Well hello again! It's been a few months since the last time we talked. Since then, uzbl has gained:
- a
downloadcommand that triggers a download (this is useful because it can use the cookies and authorization details that are available to webkit) - a script for saving URLs to read later has been added to the example configuration.
<Ctrl>dadds a URL to the list, andDloads a URL from it. - some uses of X properties. Uzbl now sets an
UZBL_URIX property on its windows, and awindow_rolevariable is available to set theWM_WINDOW_ROLEproperty. Some window managers can use these properties to treat different Uzbl windows differently. - the
scrollbars_visibleoption has been removed when Uzbl is built with GTK3. Scrollbars can be hidden using GTK's styling capabilities. - we now automatically build a GTK3 version if possible.
And various bugfixes (window resizing on some window managers, opening paths on the local filesystem, etc.).
Brendan