summaryrefslogtreecommitdiff
path: root/frontends/amiga/font_bullet.c
Commit message (Collapse)AuthorAgeFilesLines
* Plotters: Add plot_style_fixed type, and use for font size.Michael Drake2018-05-231-2/+2
|
* Use coccinelle to change logging macro calls in c filesVincent Sanders2017-09-061-7/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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);
* More allocvec/malloc replacementsChris Young2016-11-191-3/+3
|
* Move memory functions from misc.c to memory.cChris Young2016-11-191-0/+1
|
* tidy-upChris Young2016-07-091-1/+1
|
* restrict some more varsChris Young2016-07-081-8/+8
|
* Attempt to help gcc out a littleChris Young2016-07-031-4/+5
|
* Ensure variables are declared correctlyChris Young2016-06-021-1/+1
|
* fix missing header for amiga warn user callVincent Sanders2016-05-311-4/+11
|
* move frontends into sub directoryVincent Sanders2016-05-151-0/+895