jules
|
eda613c6db
|
Moved all "namespace juce" declarations from module headers to the individual .h and .cpp source files. This makes life a lot easier for Intellisense and other IDE autocompletion tools
|
2017-09-08 08:59:55 +01:00 |
|
hogliux
|
b5afccc37c
|
Updated file headers and the README with the JUCE 5 license
|
2017-04-27 14:43:04 +01:00 |
|
hogliux
|
9f3fb1c0a6
|
Added a compiler error if your compiler is too old and removed numerous code checks for old compilers which are now deprecated
|
2017-02-01 17:18:06 +00:00 |
|
hogliux
|
c7b8e77031
|
Update copyright notice
|
2015-07-22 15:59:34 +01:00 |
|
jules
|
06c1a15496
|
Added some missing 'override' decorators
|
2015-05-15 12:54:44 +01:00 |
|
jules
|
edfb1e9830
|
Added a private constructor to Value that should prevent accidentally creating one from an int=0
|
2014-11-25 16:29:27 +00:00 |
|
jules
|
b052208cf4
|
Fix for Value move operators.
|
2014-08-05 13:46:15 +01:00 |
|
jules
|
824faca68b
|
Fix for subtle race condition in Value.
|
2014-05-21 16:44:07 +01:00 |
|
jules
|
1c6515ea66
|
Reworked Value to handle changes on a background thread.
|
2014-05-05 10:20:38 +01:00 |
|
jules
|
c75a7300f5
|
Added some 'override' modifiers to overridden methods.
|
2013-06-23 23:09:52 +01:00 |
|
jules
|
03c2801f3f
|
Copyright header update in all module files. juce_core modules are now ISC licensed. All other modules are GPLv2/3/AGPLv3
|
2013-06-13 13:17:12 +01:00 |
|
jules
|
522fd40e46
|
Minor clean-ups.
|
2013-03-09 18:05:51 +00:00 |
|
jules
|
0ceeb573d8
|
Minor changes to avoid pedantic compiler warnings.
|
2012-12-04 21:39:15 +00:00 |
|
jules
|
9aab5c7f82
|
Removed leak in ValueSource async updater.
|
2012-11-10 14:52:04 +00:00 |
|
jules
|
dea1aa475b
|
OSX GL views: accepting first mouse click event.
|
2012-11-09 11:45:14 +00:00 |
|
jules
|
66ecd6bc7c
|
Performance improvement for Value change notifications.
|
2012-11-08 11:27:02 +00:00 |
|
jules
|
56bbab1537
|
(automated whitespace clean-up)
|
2012-03-20 16:00:06 +00:00 |
|
jules
|
cba76bef60
|
Introjucer: fix for RTAS in VS2010
|
2012-03-12 21:43:43 +00:00 |
|
jules
|
295d125142
|
Stopped using the old BEGIN_JUCE_NAMESPACE macros, and just used hard-coded namespaces where necessary instead. The macro definitions are still there, so this shouldn't affect anyone's code.
|
2012-02-11 14:09:23 +00:00 |
|
Julian Storer
|
d86d68446c
|
RTAS mac window position fix. Introjucer fixes for Windows.
|
2011-08-23 15:02:11 +01:00 |
|
Julian Storer
|
ffc2f5d40e
|
Created c++11 move constructors and operator= methods for a bunch of classes (only enabled for c++11 compilers, of course)
|
2011-08-21 21:20:28 +01:00 |
|
Julian Storer
|
b70e0a28d2
|
First check-in of the "jucequake": a major re-organisation of the library to break it up into modules. For more details about this, see the website forum..
|
2011-08-12 10:04:52 +01:00 |
|