File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -6,9 +6,7 @@ status.error.fgcolor = #ffffff
66status.error.bgcolor = #662000
77status.edit.fgcolor = #000000
88status.edit.bgcolor = #cc9900
9- #status.font = SansSerif,plain,12
10- #status.font.macosx = Helvetica,plain,12
11- status.font = processing.sans,plain,13
9+ status.font = processing.sans,plain,14
1210
1311# TABS
1412# Settings for the tab area at the top.
@@ -34,11 +32,11 @@ buttons.hide.color = #0E1B25
3432buttons.bgimage = true
3533
3634# TOOLBAR BUTTON TEXT
37- buttons.status.font = processing.sans,plain ,13
35+ buttons.status.font = processing.sans,bold ,13
3836buttons.status.color = #ffffff
3937
4038# MODE SELECTOR
41- mode.button.font = processing.sans,plain ,13
39+ mode.button.font = processing.sans,bold ,13
4240# outline color of the mode button
4341mode.button.color = #ffffff
4442
Original file line number Diff line number Diff line change @@ -8,6 +8,10 @@ X https://github.com/processing/processing/issues/2160
88X Add option to not embed the Java runtime (saves space, but breakage)
99X return code needs to be 1 instead of 0 w/ Commander
1010X https://github.com/processing/processing/issues/1798#issuecomment-26711847
11+ X additional font tweaks due to decreased legibility with Oracle Java
12+ X type looks a little feeble on OS X with non-retina machines
13+ X https://github.com/processing/processing/issues/2135
14+ X should we increase the size of the mode dropdown?
1115_ processing-java broken in 2.1 beta 1 on OS X
1216_ https://github.com/processing/processing/issues/2159
1317_ need to use the embedded Java, different classpath, etc
@@ -17,9 +21,6 @@ _ also might be time to put something in to check the version
1721medium
1822_ try installing 10.7.3 on Mac Mini and check whether things run
1923_ make sure it's only running on 64-bit machines?
20- _ type looks a little feeble on OS X with non-retina machines
21- _ https://github.com/processing/processing/issues/2135
22- _ should we increase the size of the mode dropdown?
2324_ use platformDelete() to remove untitled sketches?
2425_ change to using platformDelete() instead of Base.removeDir() where possible
2526_ verify that the OS X version uses the real call
You can’t perform that action at this time.
0 commit comments