summaryrefslogtreecommitdiff
path: root/riscos/gui/url_bar.h
Commit message (Collapse)AuthorAgeFilesLines
* cleanup Doxygen warningsVincent Sanders2014-11-121-6/+6
|
* Chage favicon set APIs to take gui_window rather than hlcache_handle.Michael Drake2014-10-161-3/+3
| | | | | | | | Let the front end pass its own types around, rather than core ones. This removes one "bw->current_content" from window.c. Now the current content is only accessed where its needed, in the favicon handler, and it is accessed via the appropriate API.
* additional header cleanupsVincent Sanders2014-06-051-0/+1
|
* Tidy up hotlist icon interfaces and make consistant with rest of toolbar.Steve Fryatt2013-12-301-3/+3
|
* Bring hotlist icon event handling in line with other toolbar actions.Steve Fryatt2013-12-301-0/+2
| | | | | | - Make hotlist icon return click events to clients. - Move URL add and remove code into browser window toolbar event handler. - Pass hotlist icon URL add/remove via RISC OS hotlist interface.
* Update hotlist indicator when current page is added to hotlist.Michael Drake2013-11-231-0/+10
|
* Start URL bar hotlist indicator button implementation.Michael Drake2013-11-221-1/+15
| | | | | - Clicking to hotlist add/remove doesn't work. - Doesn't update while typing in URL bar.
* Merge branches/stevef/toolbars to trunk.Steve Fryatt2011-02-201-0/+302
svn path=/trunk/netsurf/; revision=11741