Commit Graph

12477 Commits

Author SHA1 Message Date
Jakub Valtar b93f7c2c09 pixelDensity (OpenGL): fix 1x mouse input on macOS 2017-02-19 06:00:41 +01:00
Jakub Valtar 4eb04c4b64 pixelDensity (OpenGL): fix 1x on macOS 2017-02-19 05:47:01 +01:00
Jakub Valtar 641c32c5f0 pixelDensity (FX): leave the density check up to PSurfaceFX 2017-02-19 03:01:16 +01:00
Jakub Valtar da291436bb pixelDensity (FX): run with highest density 2017-02-19 02:49:46 +01:00
Jakub Valtar 9d420740b5 pixelDensity (OpenGL): fix textures 2017-02-19 01:42:34 +01:00
Jakub Valtar f8bbc3b3fe pixelDensity (Java2D): fix pixel operations 2017-02-19 01:41:23 +01:00
Jakub Valtar c24164c320 pixelDensity (FX): draw 2x images properly 2017-02-19 00:18:01 +01:00
Jakub Valtar 8f7e3b1ff3 pixelDensity (OpenGL): scale window and mouse input 2017-02-18 21:28:09 +01:00
Jakub Valtar 8cf56e1fdf pixelDensity (OpenGL): size sketch and graphics when density changes 2017-02-18 20:29:59 +01:00
Jakub Valtar fc7fb7464f pixelDensity (OpenGL): make sure sketch pixel size is initialized 2017-02-18 20:28:38 +01:00
Jakub Valtar 68e8f848b9 pixelDensity (OpenGL): update sketch pixel size when display density changes 2017-02-18 20:28:06 +01:00
Jakub Valtar 9bbf7de853 pixelDensity (OpenGL): fix pixel operations 2017-02-18 20:24:50 +01:00
Jakub Valtar 3e5500c457 pixelDensity (Java2D): set modified to false after updatePixels() 2017-02-17 13:38:09 +01:00
Jakub Valtar a28a043c3e pixelDensity (Java2D): fix set() clamping on wrong boundary 2017-02-17 13:37:20 +01:00
Jakub Valtar 20ac27293c pixelDensity (FX): fix updatePixels being low res 2017-02-17 01:08:54 +01:00
Jakub Valtar cb1ff46530 pixelDensity (FX): fix window size 2017-02-17 01:07:32 +01:00
Jakub Valtar 0342545a4f pixelDensity (Java2D): scale mouse input 2017-02-16 16:15:36 +01:00
Jakub Valtar b5002d297a pixelDensity (Java2D): set default transform 2017-02-16 16:13:53 +01:00
Jakub Valtar f0c75dae16 pixelDensity (Java2D): scale window up 2017-02-16 16:13:23 +01:00
Jakub Valtar 6ac2529f80 Pass display density from PDE to sketches as a command line arg 2017-02-16 13:24:09 +01:00
Jakub Valtar d30f29f393 Return command line density arg value from displayDensity() 2017-02-16 13:13:09 +01:00
Jakub Valtar 9ff5c973b2 Add --density sketch arg 2017-02-16 13:07:30 +01:00
Ben Fry 8414512af9 stumbled across spacing issues 2017-02-15 17:55:57 -05:00
Ben Fry e38630aef4 variable only used for execute(), remove declaration 2017-02-15 17:52:09 -05:00
Ben Fry 5fbbd50689 clean up type warnings 2017-02-15 17:50:39 -05:00
Ben Fry fa949f24b9 these were the things just closed 2017-02-15 14:57:39 -05:00
Ben Fry a7b4e07f2f notes on fixes from Jakub 2017-02-15 14:56:09 -05:00
Jakub Valtar f0434cb503 Merge pull request #4907 from JakubValtar/fix-preproc
Fix preprocessing of code with double backslash in string or char literal
2017-02-15 15:05:08 +01:00
Jakub Valtar ed17f6d21f Fix preprocessing of code with double backslash in string or char literal
Fixes #4903
2017-02-15 15:03:03 +01:00
Jakub Valtar 85c6178228 Merge pull request #4906 from JakubValtar/interpolation
Enable bicubic interpolation for image-based editor components
2017-02-15 14:14:57 +01:00
Jakub Valtar e25100360b Enable bicubic interpolation for possibly scaled components 2017-02-15 14:01:16 +01:00
Jakub Valtar 2430b84c99 Make editor buttons nice when scaling UI 2017-02-15 13:56:28 +01:00
Ben Fry 15d4da6e97 notes about confirmed fixes 2017-02-13 14:24:17 -05:00
Ben Fry df15bcefe5 Merge pull request #4707 from rzats/feature-4668
PDEX: Add 'Jump to Declaration' to right-click menu (#4668)
2017-02-13 14:16:23 -05:00
Ben Fry 90f64770fe add separate issue for cross-platform scaling 2017-02-12 14:44:12 -05:00
Ben Fry 06bd5f8c2b starting the next release (3.3.1) 2017-02-12 13:02:19 -05:00
Ben Fry 1bcd576aee fix font typo and add scaling caveat processing-0257-3.3 2017-02-12 12:28:44 -05:00
Ben Fry f49ab8a628 write release notes for 3.3 2017-02-12 12:23:17 -05:00
Ben Fry 67c37e6c40 fix up the todo list based on hidpi changes 2017-02-12 12:10:39 -05:00
Ben Fry cafc1c49b7 remove the old Source Sans 2017-02-12 10:24:42 -05:00
Ben Fry ab5465d1ef add "auto" option for interface scaling 2017-02-12 10:21:55 -05:00
Ben Fry e5ed6ae7f1 possible fix for visual artifacts seen in #4700 2017-02-12 10:02:10 -05:00
Ben Fry bf15163698 digging into system dpi settings 2017-02-12 09:38:53 -05:00
Ben Fry 5315b631b3 switch to em spacing (for hidpi), use renamed font to fix #4747 2017-02-12 09:31:23 -05:00
Ben Fry c9d6f99cda fix filter width 2017-02-11 18:35:54 -05:00
Ben Fry 670f2dc06f fix the icon sizing 2017-02-11 18:33:34 -05:00
Ben Fry a43c150ac6 fix button sizing in contribs 2017-02-11 18:26:11 -05:00
Ben Fry 8480ddb82e fix the table view sizing 2017-02-11 18:22:44 -05:00
Ben Fry d6edf58a3d centralize font setup and fix the dpi setting 2017-02-11 18:19:43 -05:00
Ben Fry 8e2f699951 more cleanups 2017-02-11 17:54:05 -05:00