codeanticode
402810e2e1
handle lack of predefined cursors in LWJGL
2015-01-20 00:54:18 -05:00
Ben Fry
4738e6f778
Merge pull request #3051 from pvrs12/new-file-change-detection
...
Moved GUI operations to the EDT
2015-01-19 21:47:20 -05:00
Patrick Vares
8ee1f4551a
Ensured that all GUI operations happen on the EDT via invokeLater or
...
invokeAndWait
Ensured that the sketch directory still exists before checking for
changes
2015-01-19 20:00:10 -05:00
Ben Fry
fcb00b7019
Merge branch 'master' of github.com:processing/processing
2015-01-19 18:32:43 -05:00
Ben Fry
05f3b392ad
rolling over to new Eclipse packages to support Java 8
2015-01-19 18:32:24 -05:00
Ben Fry
0f79db489d
yikes, this is broken
2015-01-19 18:30:22 -05:00
codeanticode
906b0e5d8a
working on the cursors
2015-01-19 18:07:31 -05:00
codeanticode
385e46c0a0
fix buffer limits
2015-01-19 17:17:58 -05:00
codeanticode
cbbc3ad5b6
Merge branch 'master' of https://github.com/processing/processing.git
2015-01-19 17:16:35 -05:00
codeanticode
02330f0196
division by zero check
2015-01-19 17:15:54 -05:00
Ben Fry
bb1ac12e18
add note about file change detection
2015-01-19 17:08:23 -05:00
Ben Fry
2b7eedb8b8
Merge pull request #3048 from pvrs12/new-file-change-detection
...
File change detection rewrite
2015-01-19 17:04:58 -05:00
Ben Fry
7964036290
other todo notes
2015-01-19 16:56:13 -05:00
Ben Fry
5be24e55ea
bring back the jnilib for the menubar hiding
2015-01-19 16:55:48 -05:00
Patrick Vares
3e1aab2024
Modfied Change detector to use a Thread when checking for any changes made to files
2015-01-19 16:22:34 -05:00
codeanticode
67c2a0fe9a
Merge branch 'master' of https://github.com/processing/processing.git
2015-01-19 15:57:35 -05:00
codeanticode
066f2302a0
more frame handling
2015-01-19 15:57:06 -05:00
Ben Fry
48e0d5dd77
Merge pull request #3046 from pjryan93/bugfix-renameRecentFile
...
Open Recent files now dislays sketch after rename
2015-01-19 15:35:46 -05:00
Ben Fry
1c41e572bb
notes from other commits and merges
2015-01-19 15:28:38 -05:00
Ben Fry
58f3e632bc
Merge pull request #3002 from GKFX/autoform2
...
AutoFormat.java, Mk III
2015-01-19 15:27:13 -05:00
Ben Fry
c1c92043de
Merge pull request #3010 from joelmoniz/libProps
...
Added support for specifying packages to import in library.properties (updated version of PR #2178 )
2015-01-19 15:19:42 -05:00
codeanticode
5a46c4b990
close and resize working
2015-01-19 14:53:29 -05:00
Patrick Vares
ec77700948
Removed one remaining comment in the imports
2015-01-18 03:54:58 -05:00
Patrick Vares
a7e97d5ef9
Merge branch 'new-file-change-detection' of github.com:pvrs12/processing into new-file-change-detection
2015-01-18 01:52:15 -05:00
Patrick Vares
2d35e0b620
Moved all file change detection code out to ChangeDetector.java
...
No longer relies on Java's FileWatcher
Dialogs are more clear in emphasizing that changes will be lost on reload
More support for choosing not to reload by setting the changed files to be modified
2015-01-18 01:51:27 -05:00
Patrick Vares
f918329c39
i really don't understand git well enough
2015-01-18 01:30:42 -05:00
Patrick Vares
0d308c47b1
fixed merge confilict
2015-01-18 01:28:23 -05:00
Patrick Vares
504b18d490
reverting app/.classpath and PSurfaceAWT.java (not sure how they got changed)
2015-01-18 01:26:51 -05:00
Patrick Vares
3e72e5e676
reset PSurfaceAWT to what it was
2015-01-18 01:22:20 -05:00
Patrick Vares
122ad67158
reset .classpath to how it was
2015-01-18 01:19:10 -05:00
Patrick Vares
d66c3682be
Merge branch 'new-file-change-detection' of github.com:pvrs12/processing into new-file-change-detection
2015-01-18 01:11:15 -05:00
Patrick Vares
46a712f97b
Moved all file change detection code out to ChangeDetector.java
...
No longer relies on Java's FileWatcher
Dialogs are more clear in emphasizing that changes will be lost on reload
More support for choosing not to reload by setting the changed files to be modified
2015-01-18 01:08:43 -05:00
Patrick Vares
17ab30836b
Reworking file detection code to be independent of Java's detection code
...
Added error handling if Base.loadFile throws an IOException (disable
listener)
Fully removed the old file change detection code
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 01:07:39 -05:00
Patrick Vares
7450b4a887
More support for attempting to reload after deleting the entire sketch
...
Changed ChangeDetector's constructor's signature to only require an
Editor
2015-01-18 00:37:53 -05:00
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
Patrick Ryan
69234ee4bb
-add new line
2015-01-16 09:16:55 -06:00
Patrick Ryan
db23ad4f7f
Open Recent files not displays sketch after rename
2015-01-16 01:39:33 -06: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