-
-
Notifications
You must be signed in to change notification settings - Fork 55
Comparing changes
Open a pull request
base repository: processing/processing4
base: processing-1301-4.4.1
head repository: processing/processing4
compare: main
Commits on Mar 6, 2025
-
Configuration menu - View commit details
-
Copy full SHA for bebf792 - Browse repository at this point
Copy the full SHA bebf792View commit details
Commits on Mar 7, 2025
-
feat: Add handleMoveLines method with keystroke support and ActionLis…
…teners - Implement handleMoveLines to manage line movement functionality - Add keystroke bindings for triggering line movements - Integrate ActionListeners for responsive UI interactions - Ensure cross-platform compatibility for macOS and Linux
Configuration menu - View commit details
-
Copy full SHA for 34cc438 - Browse repository at this point
Copy the full SHA 34cc438View commit details -
Fix selection bug in handleMoveLines on macOS by using invokeLater()
Previously, moving lines down on macOS caused incorrect selection, moving the cursor to the end of the enclosing braces instead of properly selecting the moved line. This issue did not occur on Windows. The fix ensures that selection updates happen inside Swing's event dispatch thread by wrapping the selection logic in SwingUtilities.invokeLater(). This guarantees proper selection behavior across all platforms. Additionally, updated the JavaDoc for the method to reflect the fix and clarify the behavior of the selection update. Tested on Windows and macOS.
Configuration menu - View commit details
-
Copy full SHA for 938109d - Browse repository at this point
Copy the full SHA 938109dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 77b354d - Browse repository at this point
Copy the full SHA 77b354dView commit details
Commits on Mar 8, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 801b02b - Browse repository at this point
Copy the full SHA 801b02bView commit details -
Configuration menu - View commit details
-
Copy full SHA for be9e6b8 - Browse repository at this point
Copy the full SHA be9e6b8View commit details
Commits on Mar 10, 2025
-
Improved line moving functionality in Editor
- Updated line moving logic to select until the end of the line only, avoiding selection of the new line character. - Added functionality to move lines without selecting anything if no text is selected.
Configuration menu - View commit details
-
Copy full SHA for 07b5c8c - Browse repository at this point
Copy the full SHA 07b5c8cView commit details
Commits on Mar 11, 2025
-
Configuration menu - View commit details
-
Copy full SHA for bb80a78 - Browse repository at this point
Copy the full SHA bb80a78View commit details -
Fixed keyboard shortcut issue on all platforms, re-implemented manual…
… shortcut registration. Added alternative shortcut handling for Move Lines functionality.
Configuration menu - View commit details
-
Copy full SHA for ab31897 - Browse repository at this point
Copy the full SHA ab31897View commit details
Commits on Mar 13, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 7c42504 - Browse repository at this point
Copy the full SHA 7c42504View commit details -
Refactor code style to comply with style guidelines: removed unnecess…
…ary whitespace and added two blank lines between function blocks for improved readability.
Configuration menu - View commit details
-
Copy full SHA for 44788e3 - Browse repository at this point
Copy the full SHA 44788e3View commit details -
Update code style: added space after 'if' before the condition to com…
…ply with style guidelines.
Configuration menu - View commit details
-
Copy full SHA for 3482853 - Browse repository at this point
Copy the full SHA 3482853View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3e6d159 - Browse repository at this point
Copy the full SHA 3e6d159View commit details -
Configuration menu - View commit details
-
Copy full SHA for e6ac72b - Browse repository at this point
Copy the full SHA e6ac72bView commit details
Commits on Mar 14, 2025
-
Configuration menu - View commit details
-
Copy full SHA for bafcd54 - Browse repository at this point
Copy the full SHA bafcd54View commit details
Commits on Mar 16, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 155fa15 - Browse repository at this point
Copy the full SHA 155fa15View commit details
Commits on Mar 20, 2025
-
Configuration menu - View commit details
-
Copy full SHA for df8b732 - Browse repository at this point
Copy the full SHA df8b732View commit details -
Configuration menu - View commit details
-
Copy full SHA for 694eb0c - Browse repository at this point
Copy the full SHA 694eb0cView commit details
Commits on Mar 21, 2025
-
Merge pull request #972 from Rishab87/blur-filter-exception
Fixed blur filter throwing exception for too large values relative to image
Configuration menu - View commit details
-
Copy full SHA for ff78d90 - Browse repository at this point
Copy the full SHA ff78d90View commit details -
Merge pull request #966 from Rishab87/unit-tests-key-event
Added unit tests for handling key events in ```processing:core```
Configuration menu - View commit details
-
Copy full SHA for 0ace796 - Browse repository at this point
Copy the full SHA 0ace796View commit details -
Merge pull request #964 from yehiarasheed/yehiarasheed-add-movelines
[feat] Introduce Move Lines Feature, Fix Selection Bug on macOS, and Update JavaDoc
Configuration menu - View commit details
-
Copy full SHA for 2cb5571 - Browse repository at this point
Copy the full SHA 2cb5571View commit details -
Configuration menu - View commit details
-
Copy full SHA for 16c951d - Browse repository at this point
Copy the full SHA 16c951dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3f3890b - Browse repository at this point
Copy the full SHA 3f3890bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 95d022f - Browse repository at this point
Copy the full SHA 95d022fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 482e7bc - Browse repository at this point
Copy the full SHA 482e7bcView commit details -
Merge pull request #997 from processing/all-contributors/add-Rishab87
docs: add Rishab87 as a contributor for code
Configuration menu - View commit details
-
Copy full SHA for b450948 - Browse repository at this point
Copy the full SHA b450948View commit details
Commits on Mar 22, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 46fa74b - Browse repository at this point
Copy the full SHA 46fa74bView commit details -
Merge pull request #996 from processing/all-contributors/add-yehiaras…
…heed docs: add yehiarasheed as a contributor for code
Configuration menu - View commit details
-
Copy full SHA for 9760a63 - Browse repository at this point
Copy the full SHA 9760a63View commit details -
Configuration menu - View commit details
-
Copy full SHA for 94230b4 - Browse repository at this point
Copy the full SHA 94230b4View commit details
Commits on Mar 24, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 6be6787 - Browse repository at this point
Copy the full SHA 6be6787View commit details -
Configuration menu - View commit details
-
Copy full SHA for cd6cfd9 - Browse repository at this point
Copy the full SHA cd6cfd9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 54fb6a9 - Browse repository at this point
Copy the full SHA 54fb6a9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 165dab6 - Browse repository at this point
Copy the full SHA 165dab6View commit details -
Merge pull request #1000 from babaissarkar/theme-line-numbers-contras…
…t-fix increase contrast of line numbers
Configuration menu - View commit details
-
Copy full SHA for 6ccf5b9 - Browse repository at this point
Copy the full SHA 6ccf5b9View commit details -
Merge pull request #954 from Rishab87/unexpected-y-axis
Fixed unexpected Y-axis translation when using ```ortho()``` and ```resetMatrix()```
Configuration menu - View commit details
-
Copy full SHA for 9cd63b6 - Browse repository at this point
Copy the full SHA 9cd63b6View commit details -
Merge pull request #999 from processing/added-ways-to-contribute
Update CONTRIBUTING.md with more ways to contribute
Configuration menu - View commit details
-
Copy full SHA for 88f2a82 - Browse repository at this point
Copy the full SHA 88f2a82View commit details -
Configuration menu - View commit details
-
Copy full SHA for 05d89d7 - Browse repository at this point
Copy the full SHA 05d89d7View commit details -
Configuration menu - View commit details
-
Copy full SHA for ae1bbad - Browse repository at this point
Copy the full SHA ae1bbadView commit details -
Configuration menu - View commit details
-
Copy full SHA for 235de47 - Browse repository at this point
Copy the full SHA 235de47View commit details -
Configuration menu - View commit details
-
Copy full SHA for 29a019a - Browse repository at this point
Copy the full SHA 29a019aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8ee7127 - Browse repository at this point
Copy the full SHA 8ee7127View commit details -
Improve guidance for new contributors
Clearer, updated, and more structured guidance for new contributors. Changes are based—in part—on the [p5.js contributor guidelines](https://p5js.org/contribute/contributor_guidelines/).
Configuration menu - View commit details
-
Copy full SHA for 6475f18 - Browse repository at this point
Copy the full SHA 6475f18View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8fb9ef5 - Browse repository at this point
Copy the full SHA 8fb9ef5View commit details
Commits on Mar 25, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 4d229a8 - Browse repository at this point
Copy the full SHA 4d229a8View commit details -
Merge pull request #1009 from processing/update-contributor-guidelines
Improve guidance for new contributors
Configuration menu - View commit details
-
Copy full SHA for e12195e - Browse repository at this point
Copy the full SHA e12195eView commit details -
Configuration menu - View commit details
-
Copy full SHA for fa2338c - Browse repository at this point
Copy the full SHA fa2338cView commit details -
Merge pull request #1010 from processing/format-fix-build
Small formatting fix
Configuration menu - View commit details
-
Copy full SHA for 81d5127 - Browse repository at this point
Copy the full SHA 81d5127View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1a0e52a - Browse repository at this point
Copy the full SHA 1a0e52aView commit details
Commits on Mar 26, 2025
-
Configuration menu - View commit details
-
Copy full SHA for df99446 - Browse repository at this point
Copy the full SHA df99446View commit details -
Configuration menu - View commit details
-
Copy full SHA for 56fe1de - Browse repository at this point
Copy the full SHA 56fe1deView commit details
There are no files selected for viewing