summaryrefslogtreecommitdiff
path: root/frontends/atari/rootwin.c
Commit message (Collapse)AuthorAgeFilesLines
* remove shadow scale variable from atariVincent Sanders2019-08-051-2/+0
|
* Revert "Hopefully quash INFO confusion on Atari MINT platform"Vincent Sanders2017-09-081-1/+1
| | | | This reverts commit 9c93ed1bca859e5b5cb3c018be327fb91213c558.
* Hopefully quash INFO confusion on Atari MINT platformDaniel Silverstone2017-09-081-1/+1
|
* Use coccinelle to change logging macro calls in c filesVincent Sanders2017-09-061-17/+28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 atari plotters to new APIVincent Sanders2017-02-121-6/+16
|
* fix warnings and errors in atari frontendVincent Sanders2017-01-211-2/+2
|
* move key press enums and operations to their own headerVincent Sanders2016-07-011-5/+6
|
* remove unecessary content API usage from atari frontendVincent Sanders2016-06-081-3/+1
|
* 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 frontends into sub directoryVincent Sanders2016-05-151-0/+1540