summaryrefslogtreecommitdiff
path: root/frontends/riscos/gui
Commit message (Collapse)AuthorAgeFilesLines
* add page info display to RiscOS frontendVincent Sanders2019-12-072-9/+125
|
* 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-065-53/+116
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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);
* update RISC OS plotters to new APIVincent Sanders2017-02-112-12/+28
|
* rationalise use of utils/utils.h headerVincent Sanders2017-01-191-1/+0
|
* Update RISC OS global history to use core window interfaceVincent Sanders2016-12-281-9/+0
|
* Update RISC OS hotlist to use core window interfaceVincent Sanders2016-12-281-8/+0
|
* Update RISC OS cookie window to use core window interfaceVincent Sanders2016-12-282-7/+1
|
* 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-303-3/+3
|
* move desktop window header into public APIVincent Sanders2016-05-301-1/+1
|
* move frontends into sub directoryVincent Sanders2016-05-1510-0/+5025