summaryrefslogtreecommitdiff
path: root/frontends/gtk/preferences.c
Commit message (Collapse)AuthorAgeFilesLines
* GTK: Remove unused minimum GIF delay option.Michael Drake2020-02-211-3/+0
|
* remove unused render_resample option from beos, gtk and monkey frontendsVincent Sanders2019-12-211-3/+0
|
* remove long unused plugin option from gtk and monkeyVincent Sanders2019-12-171-3/+0
|
* fix toolbar property updateVincent Sanders2019-09-211-23/+6
|
* allow menu activation to use the toolbar button implementationsVincent Sanders2019-09-211-0/+1
|
* moved most of init to toolbar.cVincent Sanders2019-09-211-1/+1
|
* Browser: Rename function to access bw URL.Michael Drake2018-07-231-1/+1
|
* Use coccinelle to change logging macro calls in c filesVincent Sanders2017-09-061-5/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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);
* move desktop window header into public APIVincent Sanders2016-05-301-1/+1
|
* move frontends into sub directoryVincent Sanders2016-05-151-0/+1030