Commit Graph

12488 Commits

Author SHA1 Message Date
Jakub Valtar 0f0731d1e2 pixelDensity (OpenGL): tidy up some some variables 2017-04-15 19:14:09 +02:00
Jakub Valtar e457bb3337 pixelDensity (OpenGL): fix stop button on Mac 2017-04-14 19:38:33 +02:00
Jakub Valtar 6d5cc7a326 pixelDensity (OpenGL): fix running 1x on 2x screen on Mac 2017-04-14 19:15:19 +02:00
Jakub Valtar 8fa6187d49 pixelDensity (all): allow 2x if windowed or SPAN, and any screen is 2x 2017-04-14 19:13:57 +02:00
Jakub Valtar cf5cfdb334 pixelDensity (OpenGL): fix stop button in 2x present mode 2017-04-13 20:56:12 +02:00
Jakub Valtar 0a6d38e22e pixelDensity (OpenGL): fix present mode placement 2017-04-13 20:42:35 +02:00
Jakub Valtar 7a5eac6fdd pixelDensity (OpenGL): fix fullscreen placement on secondary screens 2017-04-13 17:18:05 +02:00
Jakub Valtar 19e7bcf315 pixelDensity (FX): clean up placement code 2017-04-13 15:01:05 +02:00
Jakub Valtar b0c5575d2c pixelDensity (FX): fix fullscreen placement 2017-04-13 15:00:31 +02:00
Jakub Valtar a601323b50 pixelDensity (OpenGL): fix 2x present mode on Windows 2017-04-12 18:57:44 +02:00
Jakub Valtar d94987cbce pixelDensity (OpenGL): fix 2x on Windows 2017-04-12 18:57:35 +02:00
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