Commit Graph

8609 Commits

Author SHA1 Message Date
Ben Fry d9a9fa44c8 cleanups for file watching service 2014-07-31 12:29:32 -04:00
Ben Fry 98a48ecc2e Merge pull request #2628 from pvrs12/master
File changed detection, Issue #1939
2014-07-31 12:16:56 -04:00
Ben Fry 5c6d799574 starting the next revision 2014-07-31 12:11:18 -04:00
patrick edf62f3e99 Added a poll of filesystem event on the loss of focus which will catch
if the file has been saved
2014-07-31 11:52:59 -04:00
patrick 0f370e40d1 Stopped pop-up when the file is saved from within processing 2014-07-31 11:15:59 -04:00
patrick 77dc98da54 Now using the correct listener and added reloadEnabled again 2014-07-31 11:10:21 -04:00
patrick cb6d37b675 Switched from using a thread-based poll system to one that polls when
the window gains focus.
Also un-auto-formatted the code
2014-07-31 10:58:18 -04:00
codeanticode 0d66be123d Merge branch 'master' of https://github.com/processing/processing.git processing-0229-3.0a2 2014-07-31 10:47:19 -04:00
codeanticode 2acea6287c set alpha channel to opaque after blitting the multisampled FBO, which
fixes #2679
2014-07-31 10:46:57 -04:00
Ben Fry f2388472a4 don't require processing-docs repo to do a build 2014-07-31 10:22:53 -04:00
Ben Fry 2ada3d6d94 write revisions file for 3.0a2 2014-07-31 10:13:19 -04:00
patrick 77d6d683ae Increased poll time on reload to 1s
Added boolean reloadEnabled which can be set to false to disable
reloading (currently always true)
Editted checkModified (called if and only if a close is requested) to
check if the close will be successful (i.e. if it will return true)
Added code in checkModified to trigger the stopping of the reload thread
when this editor is closed
2014-07-31 09:54:59 -04:00
Ben Fry 37ff06741e add notes re: Manindra fixes 2014-07-31 07:35:25 -04:00
Manindra Moharana 4fa5fc4ab3 Fixes #2676 2014-07-31 13:31:09 +05:30
Manindra Moharana c4988c6c66 Error checking delay increased. 2014-07-31 12:44:31 +05:30
Manindra Moharana a79bf0301e auto ant build for pdex 2014-07-31 12:33:53 +05:30
Manindra Moharana 9088214f92 fix CC again 2014-07-31 12:29:12 +05:30
Manindra Moharana 950d85f358 Merge branch 'master' of https://github.com/processing/processing 2014-07-31 10:48:20 +05:30
Manindra Moharana 37d21068e4 Fixes #2675 2014-07-31 10:47:43 +05:30
Manindra Moharana 75223917f4 forgot to toggle.. 2014-07-31 10:06:27 +05:30
Manindra Moharana 2d22abfe17 fixes #2664 2014-07-31 10:05:56 +05:30
Ben Fry 5d0e2e0f32 culling the list 2014-07-30 23:32:04 -04:00
Ben Fry e13510e7a9 cleaning up a bit while culling old bugs 2014-07-30 23:14:28 -04:00
Ben Fry cbca68e57f fix loophole with untitled sketches and mode changes 2014-07-30 22:31:06 -04:00
Ben Fry 0a1f67a6b2 include old name of tab when renaming 2014-07-30 22:25:39 -04:00
Ben Fry 35942d8f90 remove menubar hack to work around Oracle wankery 2014-07-30 22:19:12 -04:00
Ben Fry d2c28b78b0 get 'modified' indicator working on document windows again (fixes #2194) 2014-07-30 22:13:40 -04:00
Ben Fry aec46f25cf better fix for 2208 2014-07-30 22:07:44 -04:00
Ben Fry 828cef7fd1 add special case for image() with degenerate PGraphics (fixes #2208) 2014-07-30 22:03:51 -04:00
Ben Fry b7756bcb1f bounds check with setVertex(PVector) (fixes #2556) 2014-07-30 21:43:55 -04:00
Ben Fry bff235dcb9 throw exception if Server constructor fails 2014-07-30 21:37:12 -04:00
Ben Fry 2943469482 add print method to the Dict and List classes 2014-07-30 21:22:10 -04:00
Ben Fry 76dedb1d5b move NaN values to the end of the list when sorting 2014-07-30 20:42:40 -04:00
Ben Fry 26b60b4a69 disable ant build, problematic with Eclipse 2014-07-30 20:42:27 -04:00
Ben Fry 20e3f0d3c3 clarifications 2014-07-30 18:45:42 -04:00
Ben Fry 2002a05029 updates and remove joke that used to be just lame but now it's ghoulish given Israel's current activity in Palestine 2014-07-30 18:44:45 -04:00
Ben Fry d0f9c90c12 add separate preference for 3.0 sketchbook location, other prefs cleanups 2014-07-30 18:40:36 -04:00
Ben Fry 62d76f588d remove welcome chatter; not recommded for libraries, never part of core libs 2014-07-30 17:25:58 -04:00
Ben Fry e6bfc23741 add examples to the build, remove pdex platform chatter 2014-07-30 17:23:18 -04:00
Ben Fry e279fa2e47 build cleanups to die when files not present, remove duplicate fonts 2014-07-30 16:20:52 -04:00
Ben Fry ad6430b988 clean up prefs, remove old 32/64-bit stuff from OS X 2014-07-30 15:52:53 -04:00
Ben Fry 8d532f8569 switch to OS X native full screen (fixes #2641) and remove native code for hiding menubar 2014-07-30 15:29:08 -04:00
Manindra Moharana a79f6c9b41 fixed highlighting issues with last line number 2014-07-30 23:15:22 +05:30
Ben Fry b92dec0148 todo notes and minor tweak 2014-07-30 12:46:41 -04:00
Ben Fry 0f60cb926c Merge pull request #2324 from AmnonOwed/Fix2228-PImageResizeTransparantBug
Fix #2228 - PImageResizeTransparantBug (Alternative Solution)
2014-07-30 12:44:45 -04:00
Ben Fry c5b2bda620 Merge pull request #2672 from aengelke/string-list-insert-fix
Fix insert bug in StringList
2014-07-30 12:39:34 -04:00
Ben Fry cb2629c37b Merge pull request #2343 from jordanorelli/master
fixes #2341 - inconsistent bounds checks
2014-07-30 12:36:00 -04:00
Ben Fry 1daab49ce7 Merge pull request #2370 from joelmoniz/SaveAs2
Progress Bar when Saving As ( Issue #70)
2014-07-30 12:17:42 -04:00
Ben Fry e585959e29 Merge branch 'master' of github.com:processing/processing 2014-07-30 11:58:49 -04:00
Ben Fry 47125c9797 disable the OS X export button on Windows and Linux (fixes 2642) 2014-07-30 11:58:45 -04:00