summaryrefslogtreecommitdiff
path: root/riscos/gui/url_bar.c
Commit message (Collapse)AuthorAgeFilesLines
* Change LOG() macro to be varadicVincent Sanders2015-05-281-29/+16
| | | | | | | | | | | | This changes the LOG macro to be varadic removing the need for all callsites to have double bracketing and allows for future improvement on how we use the logging macros. The callsites were changed with coccinelle and the changes checked by hand. Compile tested for several frontends but not all. A formatting annotation has also been added which allows the compiler to check the parameters and types passed to the logging.
* Doxygen cleanupsVincent Sanders2014-11-121-1/+1
|
* change url setting api to take an nsurl instead of a text stringVincent Sanders2014-11-021-2/+2
|
* remove unecessary utils/types.hVincent Sanders2014-11-021-0/+1
| | | | | | This cleans up this header and moves the functionality into more useful places while reducing the include complexity but only pulling in whats required.
* Update the correct favicon setter to take gui_window.Michael Drake2014-10-161-7/+6
|
* Chage favicon set APIs to take gui_window rather than hlcache_handle.Michael Drake2014-10-161-2/+5
| | | | | | | | 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.
* cleanup RISC OS frontend header usageVincent Sanders2014-06-051-0/+1
|
* remove forward declarations from risc os gui.cVincent Sanders2014-06-041-0/+1
| | | | cleanup filetype magic numbers.
* Scope reduce a variable.Michael Drake2014-05-261-2/+2
|
* Make browser_window_navigate (un)verifiable flag match browser_window_create.Michael Drake2014-02-101-2/+1
|
* Allow tab creation without history clone. Changes browser_window_create and ↵Michael Drake2014-02-101-2/+2
| | | | browser_window_navigate flags.
* fixup missing includesVincent Sanders2014-02-031-4/+8
|
* move utf8 local conversion operations to tableVincent Sanders2014-02-011-0/+1
|
* move utf8 conversion routines to use nserror instead of their own error enumVincent Sanders2014-01-281-3/+3
|
* Update copyright dates in modified files.Steve Fryatt2014-01-261-1/+1
|
* Add belt and braces to ensure that URL Bar content is always cleanly terminated.Steve Fryatt2014-01-261-2/+5
|
* Make Open URL dialogue allocate memory for the URL field.Steve Fryatt2014-01-261-2/+2
| | | | Add global constant for URL length, to manage both URL Bar and Open URL.
* Increase maximum size of a URL in the URL Bar to 2047 characters plus ↵Steve Fryatt2014-01-261-2/+2
| | | | terminator.
* Improve URL handling in URL Bar.Steve Fryatt2014-01-261-9/+50
| | | | | | Rationalise handling of UTF8, so that URLs are always converted into local encoding even if there is no URL icon present. In addition, make preliminary hotlist test in set_url() use local encoding, in line with all subsequent checks. Make handling of over-length URLs more sensible: warn user and completely blank the URL bar.
* fix up riscos build errorsVincent Sanders2014-01-161-0/+1
|
* Update copyright header dates for recent commits.Steve Fryatt2014-01-021-5/+4
|
* Provide some interactive help for the URL Bar's favicon and hotlist indicator.Steve Fryatt2013-12-301-0/+10
|
* Tidy up hotlist icon interfaces and make consistant with rest of toolbar.Steve Fryatt2013-12-301-43/+38
|
* Fix indentation.Steve Fryatt2013-12-301-6/+6
|
* Bring hotlist icon event handling in line with other toolbar actions.Steve Fryatt2013-12-301-29/+11
| | | | | | - 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.
* Fix hotlist icon in browser URL bar.Steve Fryatt2013-12-291-5/+7
| | | | | - Change URL container to Double/Click/Drag so that mouse actions get passed on. - Correctly parse return code from hotlist_add_url() to identify successful adds.
* Update hotlist indicator when current page is added to hotlist.Michael Drake2013-11-231-0/+23
|
* Remove forward declarations.Michael Drake2013-11-221-195/+190
|
* Flag a TODO.Michael Drake2013-11-221-0/+3
|
* Always show hotlist indicator.Michael Drake2013-11-221-7/+2
|
* Update URL bar's hotlist indicator as you type.Michael Drake2013-11-221-3/+35
|
* Start URL bar hotlist indicator button implementation.Michael Drake2013-11-221-46/+273
| | | | | - Clicking to hotlist add/remove doesn't work. - Doesn't update while typing in URL bar.
* More fixup.Michael Drake2013-02-181-0/+1
|
* rename flags for browser_window routines to be shorterVincent Sanders2013-02-181-2/+2
|
* browser_window_navigate refactorVincent Sanders2013-02-181-6/+23
|
* Pass whether background images are wanted in redraw_context.Michael Drake2011-12-231-0/+1
| | | | svn path=/trunk/netsurf/; revision=13335
* Remove plotter table global. Pass a redraw context around redraw functions. ↵Michael Drake2011-06-301-1/+5
| | | | | | Knockout could be handled better. Note: untested on most front ends. svn path=/trunk/netsurf/; revision=12543
* Unify content_redraw params in content_redraw_data struct. Core and RISC OS ↵Michael Drake2011-06-281-7/+14
| | | | | | content handlers updated. svn path=/trunk/netsurf/; revision=12529
* Fix for new content redraw API.Michael Drake2011-05-091-1/+1
| | | | svn path=/trunk/netsurf/; revision=12330
* Merge branches/jmb/content-factory to trunkJohn Mark Bell2011-05-061-3/+3
| | | | svn path=/trunk/netsurf/; revision=12283
* Reduce redraw flicker when changing URL bar extent.Steve Fryatt2011-02-211-8/+11
| | | | svn path=/trunk/netsurf/; revision=11752
* Merge branches/stevef/toolbars to trunk.Steve Fryatt2011-02-201-0/+984
svn path=/trunk/netsurf/; revision=11741