1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-11 23:54:18 +00:00
Commit graph

29 commits

Author SHA1 Message Date
jules
861d3d9710 Version 3.2.0 2015-07-22 19:48:35 +01:00
hogliux
c7b8e77031 Update copyright notice 2015-07-22 15:59:34 +01:00
jules
e018192de2 Performance optimisations to the way that Identifier objects are passed into var, ValueTree and NamedValueSet. The Identifer class used to be light enough to pass by value but now contains a String so is better passed by reference. 2015-06-21 18:54:08 +01:00
jules
91b5d77477 Version number update 2014-12-16 17:21:34 +00:00
jules
0d989638cc Version 3.1.0 2014-11-18 10:56:13 +02:00
Felix Faire
fb319467bd OpenGL Example (unrefined) 2014-11-11 16:11:25 +00:00
jules
43fa10b12f More template cleanups 2014-11-04 17:36:59 +00:00
jules
a6c09d5de4 Updated some stale code in the ActiveX wrapper. 2014-09-15 18:13:36 +01:00
jules
3e7d305094 A few minor whitespace cleanups. 2014-08-16 21:06:27 +01:00
jules
99e8445b96 Version number update 2014-08-12 13:43:39 +01:00
jules
d2e1c7f679 Version number update 2014-07-13 19:42:44 +01:00
jules
f8e9a13f1d Version number update 2014-06-01 19:26:09 +01:00
jules
4251a2437b Version number update 2014-03-24 20:01:37 +00:00
jules
7f9425058a Version number update 2014-02-28 20:55:06 +00:00
jules
a3ea53c460 Version number update 2014-02-17 19:40:43 +00:00
jules
35a9327247 Clarified some docs for the ActiveX plugin build. 2014-02-02 18:30:34 +00:00
jules
d2532f4540 Version number update 2014-01-21 15:10:13 +00:00
jules
7dd5c09826 Version number update 2013-12-31 10:25:10 +00:00
jules
56de2c27b4 Fix for some NPAPI code. 2013-12-04 09:23:56 +00:00
jules
a316bd5f6f Removed a few more places where static objects could cause problems for people who do unwise amounts of work in their static constructors. 2013-12-02 09:44:17 +00:00
jules
2623f4d1e1 Added method String::clear(), and used it to replace a few uses of String::empty. 2013-12-01 11:32:39 +00:00
jules
cdacae9cbb Version 3.0.0 2013-11-19 10:13:14 +00:00
jules
1113e17186 Version number update 2013-11-10 18:00:38 +00:00
jules
0de50d99a5 Version number update 2013-10-27 22:06:04 +00:00
jules
a204ea7ae8 Version number update 2013-10-17 21:54:19 +01:00
jules
03ab2a2c3c Modifications to the var class to make it more javascript-compatible. Changed the handling of array types to be a shared, ref-counted array rather than being copy-by-value. Added an "undefined" type. Updated the native method invocation functions to be static (the old version used class methods) and to provide a 'this' object which may be different from the DynamicObject on which it's being invoked (this is to deal with derived classes) 2013-10-11 15:46:28 +01:00
jules
12bf054456 Version number update 2013-10-03 09:25:43 +01:00
jules
5f9552c4ec Version number update 2013-09-30 14:45:59 +01:00
jules
ddf5394108 Renamed the folder containing the browser plugin module, to make the folder name match the module ID. 2013-09-30 13:54:04 +01:00