summaryrefslogtreecommitdiff
path: root/frontends/riscos/window.c
Commit message (Collapse)AuthorAgeFilesLines
* RISC OS: Make URL drag include the fragment.Michael Drake2018-07-231-2/+12
|
* Browser: Rename function to access bw URL.Michael Drake2018-07-231-7/+7
|
* Use coccinelle to change logging macro calls in c filesVincent Sanders2017-09-061-63/+130
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 the RISC OS browser window implementationVincent Sanders2017-06-111-2961/+2880
|
* cleanup use of internal frames scrollbar widget headerVincent Sanders2017-06-111-1/+6
|
* Update documentation removing junk and moving to markdown for most text filesVincent Sanders2017-06-091-2/+1
|
* update RISC OS frontend to use core window for local historyVincent Sanders2017-05-281-4/+14
|
* Update riscos frontend for set_scroll API changeVincent Sanders2017-04-261-93/+86
|
* update riscos frontend to remove reformat APIVincent Sanders2017-04-261-19/+10
|
* update riscos frontend to invalidate window APIVincent Sanders2017-04-191-47/+42
|
* create netsurf inttypes header to have portable integer formatting macrosVincent Sanders2017-01-211-1/+2
|
* RISC OS: Squash set but unused variable.Michael Drake2016-12-291-3/+1
|
* Update RISC OS global history to use core window interfaceVincent Sanders2016-12-281-3/+3
|
* Update RISC OS hotlist to use core window interfaceVincent Sanders2016-12-281-3/+3
|
* Update RISC OS cookie window to use core window interfaceVincent Sanders2016-12-281-1/+1
|
* move key press enums and operations to their own headerVincent Sanders2016-07-011-1/+1
|
* move the public form APIVincent Sanders2016-06-141-1/+1
|
* msplit public url database API out for frontendsVincent Sanders2016-06-131-1/+2
|
* remove unecessary risc os frontend usage of content headersVincent Sanders2016-06-101-13/+12
|
* Update content to split public and internal APIVincent Sanders2016-06-061-9/+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 mouse and pointer state header into public APIVincent Sanders2016-05-301-1/+1
|
* move window header into public APIVincent Sanders2016-05-301-1/+1
|
* move bitmap API header to core include directoryVincent Sanders2016-05-261-1/+1
|
* move image content handlers to accomodate core build changesVincent Sanders2016-05-231-1/+1
|
* move frontends into sub directoryVincent Sanders2016-05-151-0/+5025