Ben Fry
|
260d131c00
|
moving things around to merge PDE X
|
2015-01-20 14:56:21 -05:00 |
|
Ben Fry
|
026efda8b8
|
Merge branch 'master' of github.com:processing/processing
|
2015-01-20 07:10:33 -05:00 |
|
codeanticode
|
402810e2e1
|
handle lack of predefined cursors in LWJGL
|
2015-01-20 00:54:18 -05:00 |
|
Ben Fry
|
289e2b57f6
|
update to launch4j 3.6
|
2015-01-19 18:59:49 -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 |
|
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
|
066f2302a0
|
more frame handling
|
2015-01-19 15:57:06 -05:00 |
|
codeanticode
|
5a46c4b990
|
close and resize working
|
2015-01-19 14:53:29 -05: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
|
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 |
|
Ben Fry
|
84e96a0958
|
add reference.zip download to the assemble process
|
2014-11-26 12:44:57 -05:00 |
|
Kyle Feuz
|
c7759f2a78
|
Bring in upstream changes from 'master'
|
2014-11-21 10:31:28 -07:00 |
|
Kyle Feuz
|
4772c5095c
|
Unset executable bit on a few more files
|
2014-11-20 22:55:55 -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
|
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
|
7d796b31ff
|
Merge remote-tracking branch 'upstream/master'
|
2014-11-16 10:25:26 -07:00 |
|
Jakub Valtar
|
ffdfb2a400
|
Highlighting of keywords with parens, fixes #2099
|
2014-11-16 14:15:13 +01:00 |
|
Ben Fry
|
682c686391
|
holy smokes what a mess
|
2014-11-14 16:48:07 -07:00 |
|
Ben Fry
|
96b9f8dc21
|
remove unnecessary parens
|
2014-11-14 15:08:52 -07:00 |
|
Ben Fry
|
ee9584bf53
|
Merge pull request #2588 from kfeuz/Issue2364
Implements the active() method for Serial and Server (Issue #2364).
|
2014-11-14 15:01:17 -07:00 |
|
Ben Fry
|
c832bde934
|
Merge pull request #2922 from kfeuz/Issue2576
Fixes NPE when calling ip() on disconnected clients.
|
2014-11-14 14:43:04 -07:00 |
|
Ben Fry
|
badd307ec9
|
Merge pull request #2578 from kfeuz/Issue2577
Fixes NPE when writing to disconnected client, Issue #2577
|
2014-11-14 14:31:14 -07:00 |
|
Ben Fry
|
19c9994907
|
Merge remote-tracking branch 'upstream/master'
|
2014-11-11 09:45:21 -05:00 |
|
wirsing
|
ebe8d3664d
|
Moved sound library to processing-sound
|
2014-11-06 14:01:41 -08:00 |
|
Ben Fry
|
930ac4065a
|
Merge remote-tracking branch 'upstream/master'
|
2014-11-03 15:15:26 -05:00 |
|
codeanticode
|
180a100f64
|
Merge pull request #2898 from federicobond/lwjgl-fix
Pass correct offset to glCopyTexSubImage2D
|
2014-11-03 11:39:11 -05:00 |
|
Kyle Feuz
|
3f01414d01
|
Changed ip() to return null when client has disconnected
|
2014-11-01 23:08:58 -06:00 |
|
Ben Fry
|
deec670eee
|
merge additions
|
2014-10-22 19:04:25 -04:00 |
|
Federico Bond
|
ce5daefffd
|
Use 1.7 as source and target Java version
|
2014-10-20 23:52:26 -03:00 |
|
Wilm Thoben
|
b271f85ff4
|
Merge pull request #2897 from federicobond/sound-fix
Fix infinite recursion in sound library
|
2014-10-16 18:22:11 -07:00 |
|
wirsing
|
bb96d9388b
|
fixed mp3 loading problem for osx and added failsafe if file is not existing.
|
2014-10-16 18:00:18 -07:00 |
|
Federico Bond
|
7c99811e55
|
Pass correct offset to glCopyTexSubImage2D
|
2014-10-13 02:48:33 -03:00 |
|
Federico Bond
|
37f5151d4e
|
Fix infinite recursion in sound library
|
2014-10-13 02:36:01 -03:00 |
|
Ben Fry
|
fa1d80052f
|
ongoing work for core reworking
|
2014-10-09 14:42:53 +02:00 |
|
wirsing
|
6cc68ad1da
|
attempt to fix 32bit load library problem with little success.
|
2014-09-24 18:46:45 -07:00 |
|
Federico Bond
|
768c72e4e8
|
Replace instances of StringBuffer with StringBuilder
|
2014-09-13 20:12:23 -03:00 |
|
wirsing
|
8ea07aa413
|
added 32bit win dll's, updated todo
|
2014-09-06 14:28:17 -07:00 |
|
wirsing
|
6a07e47a86
|
added windows 64 bit support and made platform specific library loader.
|
2014-08-25 18:19:17 -07:00 |
|
REAS
|
91679d072f
|
Change to Sound library to re-enable building the project
|
2014-08-18 15:49:53 -07:00 |
|
Wilm Thoben
|
9fabe7cfaf
|
Update Engine.java
missing mix method fix
|
2014-08-18 09:37:27 -07:00 |
|
Daniel Shiffman
|
36898624d0
|
adding missing method re #2797
|
2014-08-17 22:19:36 -04:00 |
|
wirsing
|
46e47ed994
|
added library folder + changed win build file for jnilib
|
2014-08-14 17:00:46 -07:00 |
|
wirsing
|
279cc0fb44
|
fixed FFT Crash with FFT Sizes smaller than Audio Buffer Size
|
2014-08-11 15:43:53 -07:00 |
|
Ben Fry
|
ada4423aa9
|
deal with some warnings and other notes
|
2014-07-31 21:18:46 -04:00 |
|
Ben Fry
|
bff235dcb9
|
throw exception if Server constructor fails
|
2014-07-30 21:37:12 -04:00 |
|