Commit Graph

9405 Commits

Author SHA1 Message Date
Patrick Vares 117b5cc6b5 Added support for choosing not to reload the sketch by setting the
changed files to modifed, so that when saved they will be updated on
disk
Made the reload confirmation message more clear in specifying that
unsaved changes will be destroyed
2015-01-18 00:19:23 -05:00
Patrick Vares c9838c89dd Added error handling if Base.loadFile throws an IOException (disable
listener)
Fully removed the old file change detection code
2015-01-17 22:57:01 -05:00
Patrick Vares 50377c65c9 Commented out old change detection from Editor.java and
EditorHeader.java
Added a new ChangeDetector class which does not rely on Java 7's
FileWatcher
2015-01-17 22:42:00 -05:00
Patrick Vares b6f212b047 Merge remote-tracking branch 'upstream/master' 2015-01-17 21:15:39 -05:00
Patrick Vares 0ec235527a Merge branch 'master' of github.com:pvrs12/processing
Conflicts:
	core/src/processing/core/PSurfaceAWT.java
2015-01-17 21:15:18 -05:00
Patrick Vares 001959079a Revert "additional workaround for Canvas-only code"
This reverts commit 234f310dc1.
2015-01-17 20:56:26 -05:00
Ben Fry 4a204ad1aa Merge pull request #3047 from joelmoniz/fixExamplesNullIssue
Missing examples.properties file no longer causes crash
2015-01-16 15:42:05 -05:00
Joel Moniz 2b8487aabd Missing examples.properties no longer causes crash 2015-01-17 01:46:40 +00:00
Casey Reas 0014aa9ae2 Update README.md 2015-01-13 10:04:12 -08:00
codeanticode 914d792e7c added large stage example 2015-01-12 16:00:02 -05:00
codeanticode 4b51ca2d89 set sketch size 2015-01-12 15:59:44 -05:00
codeanticode 7df51d6744 add LWJGL renderers to list of known renderers 2015-01-12 15:59:21 -05:00
codeanticode 32240d2901 fixes to lwjgl renderer 2015-01-12 14:38:25 -05:00
codeanticode 4817c57655 lwjgl renderer uses new arch 2015-01-12 01:58:45 -05:00
codeanticode ec590fb054 catching coded keys 2014-12-16 20:03:06 -05:00
codeanticode d89c4fe85d resize renderer 2014-12-16 19:04:39 -05:00
codeanticode d26c3f8a03 handle smooth changes in surface 2014-12-16 18:51:43 -05:00
codeanticode 9781a18938 disable SAVE_SURFACE_TO_PIXELS_HACK, and a few other init tweaks 2014-12-15 15:04:45 -05:00
codeanticode eb9a390a20 set default background color 2014-12-15 00:42:28 -05:00
codeanticode 734889893a destroy NEWT window on exit 2014-12-14 23:36:52 -05:00
Ben Fry 2b0f211c46 splash screen notes 2014-12-11 18:53:27 -05:00
Ben Fry b7b15d1606 Merge pull request #3005 from kfeuz/splashscreen
Adds splash screen for linux
2014-12-11 18:49:40 -05:00
Kyle Feuz b0e3dffed3 Added splash screen for linux 2014-12-11 14:21:49 -07:00
Ben Fry 84e96a0958 add reference.zip download to the assemble process 2014-11-26 12:44:57 -05:00
Ben Fry e817186c4c add reference.zip download to the assemble process 2014-11-26 12:43:43 -05:00
Ben Fry a797fe0ee8 resize working, but flickering 2014-11-25 10:29:38 -05:00
Ben Fry 6c62a2bc2f notes about issue 2014-11-24 15:52:24 -05:00
Ben Fry ed357b31c9 fix regression using ctrl-alt-n for new tab (fixes #2979) 2014-11-24 15:49:30 -05:00
Ben Fry ebc4162709 better parameter name 2014-11-24 15:38:21 -05:00
Ben Fry 4c20b094f0 deal with a couple warnings 2014-11-24 15:38:04 -05:00
Scott Murray 0d12b54ba4 Removed reference ZIP file, preparing to relocate it, added to .gitignore, re: processing-docs#159 2014-11-22 13:22:56 -08:00
Ben Fry 7539d03eb9 more notes about encodings 2014-11-21 21:24:06 -05:00
Ben Fry 9cc9eef9ff Merge pull request #2977 from kfeuz/filePermissions
Unset executable bit on non-executable files
2014-11-21 20:24:54 -05:00
Kyle Feuz c7759f2a78 Bring in upstream changes from 'master' 2014-11-21 10:31:28 -07:00
Ben Fry aa65bdde3f Merge pull request #2978 from kfeuz/textAuto
Normalize line endings
2014-11-21 09:22:38 -05:00
Kyle Feuz 96e2e188ea .bat files always have windows line endings. build/macosx/jAppleMenuBar.url does as well 2014-11-21 00:59:22 -07:00
Kyle Feuz 4772c5095c Unset executable bit on a few more files 2014-11-20 22:55:55 -07:00
Ben Fry 234f310dc1 additional workaround for Canvas-only code 2014-11-20 18:01:48 -05:00
Kyle Feuz 516c9b93c2 unset executable bit in miscellaneous files 2014-11-20 13:25:01 -07:00
Kyle Feuz 85d511975b unset executable bit for .txt files 2014-11-20 13:20:33 -07:00
Kyle Feuz cc312f8b76 Unset the executable bit on xml files 2014-11-20 13:17:33 -07:00
Kyle Feuz 4cb111edd4 Removed executable bit from *.pde files 2014-11-20 13:06:10 -07:00
Kyle Feuz 49c3435b36 Normalize line endings. Auto-detect textfiles. Force .java and .pde files to be treated as text. 2014-11-20 12:57:04 -07:00
Ben Fry d24b858eff turn off some debug warnings 2014-11-20 11:10:58 -05:00
Ben Fry ca15d00893 turn off some debug warnings 2014-11-20 11:10:27 -05:00
Ben Fry 86ca9f4208 let's get away from that repaint() thing, shall we? 2014-11-20 01:19:02 -05:00
Ben Fry 5a452066f7 deal with offscreen graphics, finding flicker problems on retina 2014-11-20 01:07:56 -05:00
Ben Fry 7f4ebbcb8b note about new chooser 2014-11-19 23:55:21 -05:00
Ben Fry 15046aace2 Merge pull request #2975 from federicobond/native-colorchooser
Replace ColorChooser PApplets with custom Swing components
2014-11-19 23:35:36 -05:00
Federico Bond 36026e5a3b Replace ColorChooser PApplets with custom Swing components 2014-11-20 01:13:54 -03:00