ed
|
b78e63aa02
|
Moved Displays class out of Desktop and into its own .h/.cpp and deprecated Displays::getDisplayContaining()
|
2018-08-10 16:37:52 +01:00 |
|
jules
|
1a60fa9765
|
More ScopedPointer/unique_ptr compatibility work
|
2018-01-10 17:35:08 +00:00 |
|
jules
|
48a5fbd333
|
Another batch of ScopedPointer cleanups
|
2018-01-10 14:49:57 +00:00 |
|
jules
|
2dc9316420
|
Misc ScopedPointer changes to start using reset() and get() rather than assignments and casts (part of an ongoing drift towards more std::unique_ptr compatibility)
|
2017-11-01 17:41:06 +00:00 |
|
tpoole
|
71bd8f6bed
|
Whitespace tidy up
|
2017-10-30 12:02:43 +00:00 |
|
jules
|
c42719c2eb
|
Some internal modernisation in windowing classes
|
2017-09-28 16:57:01 +01:00 |
|
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 |
|
jules
|
ebe5916c49
|
Misc code cleanups
|
2017-06-07 10:13:38 +01:00 |
|
hogliux
|
b5afccc37c
|
Updated file headers and the README with the JUCE 5 license
|
2017-04-27 14:43:04 +01:00 |
|
hogliux
|
7ed37f8600
|
Added the standard JUCE splash screen and app usage reporting
|
2017-04-27 14:43:03 +01:00 |
|
jules
|
00d98c991d
|
Fix for ResizableWindow handling size constraints that are set before it gets made visible
|
2016-02-12 13:09:04 +00:00 |
|
hogliux
|
c7b8e77031
|
Update copyright notice
|
2015-07-22 15:59:34 +01:00 |
|
jules
|
a73e8d6b80
|
Added a method ResizableWindow::setDraggable()
|
2015-05-05 14:35:08 +01:00 |
|
jules
|
72b49689bf
|
Fix to make sure that ResizableWindow can't accidentally be dragged without first getting a mouseDown event.
|
2015-03-25 15:14:46 +00:00 |
|
jules
|
43fa10b12f
|
More template cleanups
|
2014-11-04 17:36:59 +00:00 |
|
jules
|
042d9f22fc
|
Various changes to improve the behaviour of kiosk mode for DocumentWindows on win32.
|
2014-01-27 17:39:21 +00:00 |
|
jules
|
a79292179d
|
Better handling of ResizableWindow screen bounds handling when in kiosk mode.
|
2014-01-09 17:44:46 +00:00 |
|
jules
|
329127ad87
|
Changes to ResizableWindow to avoid flicker when first adding to desktop.
|
2013-09-27 12:47:31 +01:00 |
|
jules
|
1b9a60e52c
|
Added a templated type to the RectangleList class. If you've used this class and these changes cause syntax errors, all you need to do to your code is to replace "RectangleList" with "RectangleList<int>" and everything will work as it did before.
|
2013-07-28 18:08:28 +01:00 |
|
jules
|
2329e63f20
|
Converted a few Colour references to pass-by-values.
|
2013-07-01 17:38:47 +01:00 |
|
jules
|
7bd867794c
|
Misc minor clean-ups.
|
2013-06-23 20:31:02 +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
|
89d5e19fca
|
misc cleanups.
|
2012-10-18 09:50:10 +01:00 |
|
jules
|
e3537ba57a
|
Cleaned out some defunct ComponentBuilder code.
|
2012-07-26 15:32:34 +01:00 |
|
jules
|
7d4bbd114a
|
New class Desktop::Displays, which now handles all display size information and replaces some methods that were in Desktop. Also now supports display scaling values. See Desktop::getDisplays().
|
2012-04-24 13:24:07 +01:00 |
|
jules
|
56bbab1537
|
(automated whitespace clean-up)
|
2012-03-20 16:00:06 +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
|
36bd285c4b
|
Viewport component listener fix. Minor clean-ups.
|
2012-01-30 12:59:36 +00:00 |
|
jules
|
f4cbb721a5
|
Minor update to ResizableWindow positioning, and slider tooltips.
|
2012-01-02 10:57:11 +00:00 |
|
jules
|
2c0902833d
|
Lock for multithreaded font rendering. Tweaks for some openGL settings. Updated the demo to have an openGL rendering engine option.
|
2011-12-20 13:32:11 +00:00 |
|
jules
|
cd0683ef4d
|
Tidied up a few return types.
|
2011-12-11 21:25:53 +00:00 |
|
Julian Storer
|
5b92d8cc8f
|
Fixed a spelling mistake and in the VST hosting code. Fixed a mistake in the design of the StandaloneFilterwindow class.
|
2011-08-31 15:47:54 +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 |
|