Commit Graph

3741 Commits

Author SHA1 Message Date
Ben Fry cab7828902 update copyright years in processing.app.ui package 2019-01-22 19:06:09 -05:00
Ben Fry 1964bf65cb rewrite key stroke handling; now multi-platform, overridable by prefs 2019-01-22 18:28:43 -05:00
Ben Fry 9548caeaba starting 3.5.2 2019-01-22 10:49:35 -05:00
Ben Fry e3d70d2f5d starting 3.5.1 2019-01-21 08:37:40 -05:00
Ben Fry 33b5055bae fix warnings 2019-01-19 17:16:01 -08:00
Ben Fry e683db6738 Merge branch 'master' of github.com:processing/processing 2019-01-18 17:23:09 -08:00
Ben Fry 73cd701091 move problematic shortcuts out to the language files (fixes #2199) 2019-01-18 17:23:02 -08:00
Ben Fry da0bdc5af2 Merge pull request #5742 from Sardtok/5524
Fixes #5524
2019-01-18 16:13:18 -08:00
Ben Fry 60f324c434 simpler solution for disappearance warning (#4805) 2019-01-18 11:23:50 -08:00
Ben Fry fc6b8385bd prevent infinite "sketch disappeared" warnings (fixes #4805) 2019-01-18 11:19:28 -08:00
Ben Fry c795fd0750 more cleanup; use buttonSize constant instead of sizeH for clarity 2019-01-18 10:47:01 -08:00
Ben Fry 92975fbd27 incorporating console collapse button (#5115) 2019-01-18 10:35:39 -08:00
Ben Fry b520823618 Merge pull request #5115 from GKFX/feature-hideconsole
Add console hiding button
2019-01-18 09:52:41 -08:00
Ben Fry 3380239e68 Merge pull request #5486 from JakubValtar/fix-status-exception
Fix sketch exception getting hidden by warning
2019-01-18 08:28:52 -08:00
codeanticode 9605d80e64 do not show NSWindow warning in the console, cannot hide the native errors though 2019-01-10 07:04:04 -05:00
codeanticode 74d6becd05 skip Android's SDK folder when adding sketches 2019-01-03 23:47:57 +09:00
Sigmund Hansen 213a9e4bd6 Fixes update panel in #5524. 2018-12-30 14:47:10 +01:00
Sigmund Hansen 062774b119 Fixes other panels except the update panel of #5524. 2018-10-29 00:15:12 +01:00
Sigmund Hansen 3077418fa9 Some refactoring and linting. 2018-09-25 00:23:58 +02:00
Sigmund Hansen 7034461caa Fixes #5246 by overriding getPreferredSize and setting height to 0. 2018-09-14 23:27:42 +02:00
codeanticode ac68a4411f silence 'TIS/TSM in non-main thread' error 2018-09-10 18:40:50 -04:00
Александр 3c3ac4f184 Updated russian translation, now can choose russian in preferences 2018-08-14 13:19:49 +03:00
Ben Fry 956667e0b9 starting the next release 2018-07-26 18:36:41 -04:00
Ben Fry 74fea471ab make error message for failed startup more specific (#5537, #5442) 2018-07-26 16:42:35 -04:00
Ben Fry e860555fa3 fix contribs that were redirecting to https urls (fixes #5554) 2018-07-24 19:07:38 -04:00
Ben Fry 700dc1997e Merge pull request #5487 from JakubValtar/fix-change-detector
Make sure editor is updated after reloading changes
2018-07-24 18:39:58 -04:00
Ben Fry b40502ad48 add more elaborate error message about Windows Defender (#5537, #5442) 2018-07-19 19:02:30 -04:00
Ben Fry 4edd8f95f0 change up the error message for the settings folder 2018-07-19 18:27:19 -04:00
Jakub Valtar 37dd2f2ef3 Make sure editor is updated after reloading changes
Fixes #5466

Update was done by switching to the next tab and then back to the prev tab, however that is a no-op in a single tab sketch. Updated the code to reload the current code if it was modified.
2018-04-24 13:25:55 +02:00
Jakub Valtar 6240843e95 Print exception message to the console when stack trace is disabled
Make sure something is always printed to the console when sketch crashes with exception. Message in the status bar might disappear after moving the cursor.
2018-04-24 11:35:14 +02:00
Jakub Valtar d29366d34b Change Editor status message only from EDT
This adapter invokes all status changes on the EDT instead of worker thread of the Runner. Modifying AWT components from the worker threads may introduce strange bugs and in this case caused UI changes to run out of order, hiding runtime exceptions under problems displayed when cursor moves to the offending line.
2018-04-24 11:31:27 +02:00
Ben Fry 84d458f5b9 attempt to fix examples window spinning in Windows (#5246) 2018-04-07 10:47:25 -04:00
Ben Fry 3434bc6ca6 notes about #5246 2018-04-07 10:41:11 -04:00
George Bateman 6f0fa0cad4 Add console hiding button
Also made the existing copy-message button consistent.
2018-03-28 00:41:10 +01:00
Ben Fry d9216414fa note about the L&F change on Linux 2018-03-27 07:01:06 -04:00
Ben Fry 81ad804f68 notes about fixing up this class 2018-03-26 19:11:51 -04:00
Ben Fry 2af026dc71 check individual extensions on Windows startup 2018-03-26 18:53:14 -04:00
Ben Fry 038cbc988f try associating .pyde files with the PDE 2018-03-26 18:35:16 -04:00
Ben Fry d7086d4071 adjust clipboard emoji size to be theme-specific 2018-03-26 18:07:12 -04:00
Ben Fry 9ea52b4d55 add clipboard icon to the status bar (fixes #5345) 2018-03-26 15:19:17 -04:00
Ben Fry 8692c146a4 redo the dreadful layout for the Rename dialog 2018-03-26 14:02:56 -04:00
Ben Fry fd6678f9f7 learnt to spel judgment 2018-03-18 17:01:58 -04:00
Ben Fry 3f7160b3e5 add override for theme.txt from sketchbook folder (fixes #5445) 2018-03-18 16:50:41 -04:00
Ben Fry e294030e47 major work on the Welcome screen (fixes #3911, #3912) 2018-03-18 16:31:48 -04:00
Ben Fry eea7fafe4a notes about what this code is doing 2018-03-18 15:58:44 -04:00
Ben Fry b255d30200 remove unused import 2018-03-18 15:58:18 -04:00
Ben Fry 03c1261e51 trying to clean up the appearance 2018-03-18 12:48:35 -04:00
Ben Fry 43ca3d43b6 make a note of how the pref works 2018-03-18 11:38:47 -04:00
Ben Fry 0b4985a836 add Border constructor to Toolkit, cleaning up the Welcome code 2018-03-18 11:07:43 -04:00
Ben Fry 3f97f744d3 working on cleaning up the Swing version of the Welcome dialog 2018-03-18 10:49:06 -04:00