joelmoniz
0ee09ee2aa
Progress Bar now displays when Adding Files
2014-03-16 00:55:09 +05:30
joelmoniz
c1afe7fbc9
Save As Progress Bar complete, resolving issue #70
...
Now works for large files within folders as well.
Code is now commented as well.
2014-02-19 17:47:44 +05:30
joelmoniz
e6fb7e31b7
Improved significantly on ProgressBar
...
Improvements 1,2 and 4 as mentioned in the last commit have been
implemented, i.e., ProgressBar now takes into account files within
sub-folders, the Label now reads properly in the "Save As progress" dialog
box, and "Done Saving" message appears in the message area only after the
entire process is completed.
To do:
1. Ensure progress bar reflects large files accurately
2. Add comments, minor clean-up
2014-02-02 01:34:26 +05:30
joelmoniz
e90ebc461a
Added ProgressBarGUI class, and modified saveAs().
...
ProgressBar now shows properly for all files within the main sketch
folder, but not within sub-folders.
To Do:
1. Make ProgressBar take into account files that have already been copied
within sub-folders in the sketch, and not onlyafter the entire folder has
been copied.
2. Rename "Saving X As Y..." with "Saving <original_project> As
<new_project>"
3. The progress made for very large files is shown only after the ENTIRE
file has been copied. Modify processing.app.Base as well so that for large
files, the ProgressBar is updated in (almost) real time
4. Make "Done Saving" appear in Message Area only after the entire Save As
operation is complete
2014-01-18 01:40:23 +05:30
codeanticode
f3befb78fe
update to lwjgl 2.9.1
2014-01-07 16:26:45 -05:00
codeanticode
bd3619b828
update to jogl 2.1.3
2014-01-07 16:22:28 -05:00
codeanticode
1cd4c57ec8
don't set pgl to null for offscreen surfaces.
2014-01-06 13:43:12 -05:00
codeanticode
df0efa540f
fix #2193
2014-01-05 16:39:29 -05:00
codeanticode
2193ef87a4
some commented code to handle #2296
2014-01-05 16:01:31 -05:00
codeanticode
ce5ead73ee
fix #1900
2014-01-05 15:36:07 -05:00
codeanticode
ac3248ca33
fix #2171
2014-01-05 15:20:58 -05:00
codeanticode
4331296e1d
same changes related to #2259
2014-01-05 13:38:24 -05:00
codeanticode
8981790c21
set prevTexImage in setLastTexIndex, fix #2205
2014-01-04 16:09:05 -05:00
codeanticode
58c3aa8546
Merge pull request #2279 from jdf/master
...
Clear the global PGL on dispose().
2014-01-03 16:12:31 -08:00
Scott Murray
bee7509083
Added strokeWeight() as related to stroke() ref page, per request on processing/processing-web#293
2013-12-31 18:15:55 -08:00
Jonathan Feinberg
8de31e2b5d
Clear the global PGL on dispose().
2013-12-25 22:53:05 -05:00
Casey Reas
0f0f2b2e50
Merge pull request #2266 from gohai/serial-new
...
Serial: Handle the UnsatisfiedLinkError when loading the native library fails
2013-12-16 19:51:02 -08:00
gohai
2dad0c169d
Serial: Handle the UnsatisfiedLinkError when loading the native library fails
...
This currently happens with exported applications (see #2249 ).
2013-12-15 21:06:57 -08:00
Casey Reas
6d1df944f7
Merge pull request #2265 from gohai/serial-new
...
Some cleanups for Serial
2013-12-15 19:40:53 -08:00
gohai
c5f5e7e30e
Serial: Revert jSSC to the version that was shipped with 2.1
...
This removes some debug code that was temporarily added and turns yield() back into a 100ns delay, which probably won't make a difference for throughput but will be a bit lighter on the CPU.
2013-12-15 16:13:42 -08:00
gohai
5235b190c2
Serial: Remove debug code again
2013-12-15 16:02:23 -08:00
gohai
1c95fd341e
Serial: Only use workaround if we're using serialEvent
2013-12-15 15:55:31 -08:00
codeanticode
a9f27d13de
trying to fix regression introduced in camera setup in P2D (issue #2259 )
2013-12-11 23:00:04 -05:00
Casey Reas
b3cb3ce8ce
Merge pull request #2250 from ddf/master
...
Minim 2.2.0 for Processing
2013-12-08 07:27:07 -08:00
Damien Di Fede
a9113b9492
update to Minim binaries to fix a NullPointerException caused by exiting a sketch while an AudioPlayer is playing
2013-12-02 21:53:13 -06:00
Damien Di Fede
bdee21eca6
updated minim binaries and examples for Minim release 2.2.0
2013-11-30 20:29:07 -06:00
Scott Murray
bef4f1c0aa
For fill/stroke reference pages, added a couple more related methods
2013-11-27 09:32:12 -08:00
Casey Reas
61c2bde92e
Merge pull request #2240 from gohai/serial-new
...
Serial: Only read a single character at a time to emulate RXTX behavior
2013-11-25 08:50:03 -08:00
gohai
59761b42d2
Serial: Only read a single character at a time to emulate RXTX behavior
2013-11-25 08:23:40 -08:00
Casey Reas
b70b922bc6
Merge pull request #2237 from gohai/serial-new
...
Add a debug() method to Serial
2013-11-25 06:49:18 -08:00
gohai
541cab2bd9
Add a debug() method to Serial
...
This commit also turns a 100ns wait inside JSSC in a yield() and removes the invocation of serialEvent outside the synchronized block.
2013-11-24 20:52:38 -08:00
codeanticode
f76f0758e4
implementing depth sorting
2013-11-24 01:39:37 -05:00
codeanticode
27e05e8025
added getCanvas to PLWJGL
2013-11-23 20:26:26 -05:00
codeanticode
18b0563cfe
fix #2233
2013-11-22 15:18:18 -05:00
codeanticode
24d915f43b
Merge branch 'master' of https://github.com/processing/processing.git
2013-11-22 11:54:58 -05:00
codeanticode
22eacf15c7
fix #2232
2013-11-22 11:54:37 -05:00
codeanticode
c18ddffdc0
getCanvas() in PGL so libraries can access the native surface
2013-11-20 18:57:18 -05:00
codeanticode
c6ca72efbb
removed ALREADY_DRAWING_ERROR and NO_BEGIN_DRAW_ERROR
2013-11-20 14:16:00 -05:00
Casey Reas
76adf92339
Merge pull request #2226 from gohai/serial-new
...
Serial: Switch the examples over to printArray()
2013-11-19 19:41:08 -08:00
gohai
0ef72e25c9
Serial: Switch the examples over to printArray()
2013-11-19 17:22:13 -08:00
Casey Reas
cb293e1c7d
Merge pull request #2225 from gohai/serial-new
...
Serial: Add basic tests for throughput and latency
2013-11-19 16:46:33 -08:00
gohai
95bac1d04c
Serial: Add basic tests for throughput and latency
2013-11-19 16:37:14 -08:00
codeanticode
70a59ffd73
some ongoing work on GLW
2013-11-18 12:26:19 -05:00
codeanticode
f0cec66aee
removed some superfluous references to PGL
2013-11-08 15:23:44 -05:00
codeanticode
09de1306e5
filter shaders don't need to use the texture uniform, fixes #2204
2013-11-06 09:00:20 -05:00
REAS
7c5e3044ae
Various example updates
2013-11-05 15:59:58 -08:00
REAS
69df31738d
Javadoc update
2013-11-05 12:46:20 -08:00
REAS
6f7e94a971
Modification to web examples
2013-11-04 19:38:07 -08:00
codeanticode
169ee26611
updated jogl to stable release 2.1.2
2013-11-04 17:00:19 -05:00
Scott Murray
f775018a30
Fixed processing/processing-web#275 by relocating saveTable() from input:files section of Reference index page to output:files section
2013-11-02 15:24:06 -07:00