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
|
0e55e30a67
|
OSX SystemTrayIcon fix.
|
2013-06-02 11:11:32 +01:00 |
|
jules
|
1787ad4b68
|
Update to OSX system tray icon.
|
2013-05-26 12:02:42 -07:00 |
|
jules
|
51df5143bf
|
SystemTrayIconComponent support for OSX
|
2013-05-20 22:17:33 -06:00 |
|
jules
|
20e5a703b4
|
More workarounds for hosting Mackie plugins.
|
2013-05-03 17:12:02 +01:00 |
|
jules
|
178dc9012b
|
Plugin hosting cleanups + workarounds for some Mackie plugins.
|
2013-05-03 15:39:34 +01:00 |
|
jules
|
9c2ae04225
|
win32 web browser component fix
|
2013-04-30 20:53:13 +01:00 |
|
jules
|
4c44d852b3
|
Fix for a problem with accelerator keys running modal comps while an OSX menu is open.
|
2013-03-19 13:30:33 +00:00 |
|
jules
|
e543949bda
|
Minor clean-ups.
|
2013-01-05 20:07:22 +00:00 |
|
jules
|
7a3453f48b
|
Minor clean-ups.
|
2012-12-31 19:10:54 +00:00 |
|
jules
|
e58b915300
|
Fixed some COM object ref-counting.
|
2012-12-18 18:05:36 +00:00 |
|
jules
|
0ceeb573d8
|
Minor changes to avoid pedantic compiler warnings.
|
2012-12-04 21:39:15 +00:00 |
|
jules
|
0f9b76240c
|
Avoided a few more compiler warnings.
|
2012-12-03 17:58:33 +00:00 |
|
jules
|
02c0cd009c
|
Cleaned up some compiler warnings.
|
2012-12-03 15:04:08 +00:00 |
|
jules
|
c16c3a7c28
|
Fixed some documentation and minor GCC warnings. Fixed a JACK bug that would have mixed up the input/output channels.
|
2012-11-14 11:42:17 +00:00 |
|
jules
|
be73832aa9
|
OSX web browser fix.
|
2012-10-30 12:26:34 +00:00 |
|
jules
|
89d5e19fca
|
misc cleanups.
|
2012-10-18 09:50:10 +01:00 |
|
jules
|
ede73fcfd7
|
Fix for some Apple AU guis.
|
2012-10-11 17:15:07 +01:00 |
|
jules
|
2e777f8943
|
Fix for iOS windowing, and some CGRect clean-ups.
|
2012-09-13 20:02:09 +01:00 |
|
jules
|
5a69cc6ce2
|
Internal tidying-up.
|
2012-07-13 19:31:00 +01:00 |
|
jules
|
df729be74a
|
Cleaned-up class inheritance visibilities and encapsulation for some internal classes.
|
2012-07-12 14:10:46 +01:00 |
|
jules
|
591e89cd87
|
Replaced the badly-named method Array::removeValue() with two new methods: removeFirstMatchingValue() and removeAllInstancesOf(). If you call the old method anywhere, you can just replace any calls with removeFirstMatchingValue(), which does the same job, but whose name makes it clear that not all instances of the value will be removed.
|
2012-07-07 21:09:10 +01:00 |
|
jules
|
943a8ef757
|
Added a get() method to ReferenceCountedObjectPtr.
|
2012-06-02 08:30:08 +01:00 |
|
jules
|
07a774adcc
|
Fix for GCC syntax problem.
|
2012-05-31 09:01:39 +01:00 |
|
jules
|
dab9295611
|
Minor refactoring of obj-C internals.
|
2012-05-30 14:35:40 +01:00 |
|
jules
|
ac1d6955e7
|
Rewrote all internal OSX obj-C classes as dynamically-created classes. A side-effect of this is that plugins will no longer suffer from obj-C name-collision problems, and the old JUCE_ObjCExtraSuffix value is no longer needed.
|
2012-05-29 10:30:41 +01:00 |
|
jules
|
d7df53bf2e
|
Oops! Fixed a typo in the last check-in.
|
2012-04-16 15:42:14 +01:00 |
|
jules
|
abf8f59df4
|
Fix for OSX VST host windowing order problem.
|
2012-04-16 13:58:29 +01:00 |
|
jules
|
59669e8bec
|
Thread-local value fix for plugins on XP. Android startup tweaks. Minor component changes.
|
2012-03-27 11:04:27 +01:00 |
|
jules
|
49870de020
|
Added a bit of extra functionality to WindowsRegistry. Linux: couple of fixes for fullscreen, file chooser, and a bit of tidying up. Internal refactoring in NSViewComponent.
|
2012-03-18 16:41:03 +00:00 |
|
jules
|
83b35eba25
|
Minor tweaks to help support mingw, and to avoid namespace issues with assertions.
|
2012-03-06 20:31:39 +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 |
|
jules
|
aabc0dbe6e
|
Couple of minor linux + android fixes.
|
2011-11-29 15:11:14 +00:00 |
|
jules
|
f3be0d0392
|
Added WebBrowserComponent::pageFinishedLoading()
|
2011-11-23 12:33:34 +00:00 |
|
jules
|
27d7185f34
|
OSX10.4 menu fix. Graphics::drawSingleLineText justification.
|
2011-10-20 22:22:40 +01:00 |
|
jules
|
52fc8e14bb
|
Added iOS web-browser support. Removed some temporary code that had been left in the Introjucer.
|
2011-10-03 17:40:50 +01:00 |
|
jules
|
4b21bc53d8
|
ASIO fix for devices whose driver file is inaccessible, plus some code clean-ups in there. Win32 icon fix for Vista.
|
2011-10-02 14:00:21 +01:00 |
|
Julian Storer
|
f18cb9f382
|
Some internal refactoring in PopupMenu.
|
2011-09-25 15:33:12 +01:00 |
|
Julian Storer
|
638a93d639
|
Fixes for AU hosting and Button Value reference handling. Minor clean-ups.
|
2011-09-23 18:29:51 +01:00 |
|
Julian Storer
|
da7e8603f7
|
Fix for plugin host build on mac, and minor tidy-up of some plugin hosting classes.
|
2011-09-06 11:55:24 +01:00 |
|
Julian Storer
|
693132a6e5
|
Changed the way module code is wrapped by the Introjucer.
|
2011-08-15 19:40:50 +01:00 |
|
Julian Storer
|
4808d9c318
|
Hard-coded some juce namespace declarations.
|
2011-08-13 21:13:50 +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 |
|