summaryrefslogtreecommitdiff
path: root/frontends/riscos/gui/url_bar.c
Commit message (Collapse)AuthorAgeFilesLines
* RISC OS: Allow text selection in URL bar (RO5.28 onwards)John-Mark Bell2022-09-041-1/+4
|
* RISC OS: fix snprintf usageJohn-Mark Bell2022-06-031-1/+1
| | | | | | | | | When computing throbber sprite names, ensure the current frame is in range before using it. Similarly ensure the buffer size for the temporary URL bar sprite name is sized such that snprintf has space for the trailing NUL when formatting it to the output buffer.
* risc os: URL bar: Fall back to URL drag if OS doesn't have text selection.Michael Drake2020-11-031-1/+1
|
* risc os: Don't swallow URL bar drags if the OS supports text-selection.Michael Drake2020-11-031-4/+7
| | | | It should still be possible to drag save the URL from the favicon.
* RISC OS: Be less intrusive with URL bar max URL length handling.Michael Drake2020-05-231-12/+8
|
* make risc os url bar widget context consistentVincent Sanders2020-05-221-198/+211
|
* add url bar click actions for page info iconVincent Sanders2020-05-221-15/+33
|
* reformat riscos url bar gui module. no code changesVincent Sanders2020-05-221-486/+590
|
* add page info display to RiscOS frontendVincent Sanders2019-12-071-8/+115
|
* riscos: Try and fix up all the content changesDaniel Silverstone2019-08-051-10/+0
| | | | Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
* Add content handlers for queriesDaniel Silverstone2019-08-041-0/+10
| | | | Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
* Use coccinelle to change logging macro calls in c filesVincent Sanders2017-09-061-16/+32
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | for F in $(git ls-files '*.c');do spatch --sp-file foo.cocci --in-place ${F};done @@ expression E; @@ -LOG(E); +NSLOG(netsurf, INFO, E); @@ expression E, E1; @@ -LOG(E, E1); +NSLOG(netsurf, INFO, E, E1); @@ expression E, E1, E2; @@ -LOG(E, E1, E2); +NSLOG(netsurf, INFO, E, E1, E2); @@ expression E, E1, E2, E3; @@ -LOG(E, E1, E2, E3); +NSLOG(netsurf, INFO, E, E1, E2, E3); @@ expression E, E1, E2, E3, E4; @@ -LOG(E, E1, E2, E3, E4); +NSLOG(netsurf, INFO, E, E1, E2, E3, E4); @@ expression E, E1, E2, E3, E4, E5; @@ -LOG(E, E1, E2, E3, E4, E5); +NSLOG(netsurf, INFO, E, E1, E2, E3, E4, E5); @@ expression E, E1, E2, E3, E4, E5, E6; @@ -LOG(E, E1, E2, E3, E4, E5, E6); +NSLOG(netsurf, INFO, E, E1, E2, E3, E4, E5, E6); @@ expression E, E1, E2, E3, E4, E5, E6, E7; @@ -LOG(E, E1, E2, E3, E4, E5, E6, E7); +NSLOG(netsurf, INFO, E, E1, E2, E3, E4, E5, E6, E7);
* rationalise use of utils/utils.h headerVincent Sanders2017-01-191-1/+0
|
* fix spelling of retrivedVincent Sanders2016-11-211-2/+2
|
* remove unecessary risc os frontend usage of content headersVincent Sanders2016-06-101-5/+12
|
* Update content to split public and internal APIVincent Sanders2016-06-061-5/+5
|
* move plotters header into public APIVincent Sanders2016-05-301-1/+1
|
* move desktop window header into public APIVincent Sanders2016-05-301-1/+1
|
* move frontends into sub directoryVincent Sanders2016-05-151-0/+1344