Commit Graph

899 Commits

Author SHA1 Message Date
codeanticode
e0ac6e87f2 remove opengl-lwjgl jar from rev control 2015-01-24 08:39:48 -05:00
codeanticode
eac5235416 missing assignements in initCanvas 2015-01-23 17:57:55 -05:00
codeanticode
5737d1b50b updated build script to work with java 8 2015-01-23 17:57:10 -05:00
codeanticode
20569d3502 implementation of placeWindow(location, editorLocation) 2015-01-23 17:22:12 -05:00
codeanticode
4922e90dd0 trying to get smooth change to work 2015-01-23 17:08:00 -05:00
codeanticode
29caac10fa commented some methods that appear unsupported in lwjgl 2015-01-23 15:43:16 -05:00
codeanticode
82d6c44d3a emulate external message 2015-01-23 15:35:36 -05:00
codeanticode
b0e524daa6 disable VSync when target fps is over 60 2015-01-23 11:58:12 -05:00
codeanticode
6e2df6cdbb better lwjgl -> awt key code conversion taken from GTGE library 2015-01-23 11:38:01 -05:00
codeanticode
18b7c2c4b8 use lwjgl method to keep constant framerate 2015-01-23 11:15:47 -05:00
codeanticode
59339fb929 use pixel scale factor 2015-01-23 07:13:42 -05:00
codeanticode
640026b067 enable retina in lwjgl 2015-01-22 08:07:46 -05:00
codeanticode
dcfc2cc4db canvas embedding 2015-01-22 08:04:04 -05:00
codeanticode
06ce0eb772 add retina classes 2015-01-22 07:57:52 -05:00
Ben Fry
a32a634b72 deal with .class signing conflicts and use JDT .jar files for compilation 2015-01-21 19:43:02 -05:00
codeanticode
9f95140897 add hideMenuBar() call 2015-01-20 22:05:21 -05:00
codeanticode
402810e2e1 handle lack of predefined cursors in LWJGL 2015-01-20 00:54:18 -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
Kyle Feuz
c7759f2a78 Bring in upstream changes from 'master' 2014-11-21 10:31:28 -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
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
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