reuk
|
83e5264c86
|
Formatting: Remove double-dots from comments and other strings
|
2025-11-18 15:47:42 +00:00 |
|
reuk
|
80ac9a78a0
|
Singleton: Add new macros to simplify singleton creation
The INLINE macros allow singletons to be declared and defined in one
line, without requiring a separate JUCE_IMPLEMENT_SINGLETON statement.
|
2024-10-16 10:36:52 +01:00 |
|
reuk
|
4533077b75
|
LookAndFeel: Allow specifying a default typeface metrics kind to use
|
2024-04-18 14:16:00 +01:00 |
|
reuk
|
4f2c287f9b
|
Font: Deprecate old Font constructors
|
2024-04-18 14:16:00 +01:00 |
|
Tom Poole
|
94d98a2b10
|
Update licensing information
|
2024-04-16 11:39:35 +01:00 |
|
Tom Poole
|
6bf9bb9a2e
|
Add final specifiers in implementation files
|
2023-10-10 16:12:38 +01:00 |
|
Anthony Nicholls
|
158220ddfa
|
Formatting: Use nested namespace definitions
|
2023-10-09 14:49:18 +01:00 |
|
Tom Poole
|
4153d59e39
|
Formatting
|
2023-10-02 15:42:20 +01:00 |
|
Tom Poole
|
2ec861d99e
|
Update licensing banners to JUCE 7
|
2022-05-16 17:55:48 +01:00 |
|
Tom Poole
|
dea3fe60e4
|
Update copyright banners
|
2022-04-04 12:36:32 +01:00 |
|
reuk
|
64b9366e8f
|
CharacterFunctions: Add new function to move pointer past whitespace
|
2021-02-18 10:54:29 +00:00 |
|
ed
|
268ac3d5c8
|
Modernised some code in CallOutBox and added some logic to scale the window with its content component's transform
|
2020-08-27 14:14:14 +01:00 |
|
ed
|
009d685179
|
Updated all license headers
|
2020-06-29 08:30:22 +01:00 |
|
Tom Poole
|
894e7d2bd2
|
Updated all license headers
|
2020-04-23 17:30:39 +01:00 |
|
reuk
|
327f817b9b
|
Copyrights: Update commercial/gpl headers to be gpl-only
|
2020-04-09 15:22:56 +01:00 |
|
jules
|
cadac817c6
|
Enabled some more warning flags in Xcode, and fixed the problems they caused
|
2019-01-11 09:52:10 +00:00 |
|
jules
|
7ab4d1708b
|
Some misc cleanups, mainly around WeakReference usage and rectangles
|
2018-07-09 16:00:45 +01:00 |
|
Noah Dayan
|
e690350df3
|
Use lambda callbacks instead of listeners with Slider, Button, Label, ComboBox and TextEditor classes
|
2018-01-18 15:23:57 +00:00 |
|
jules
|
58a99ff139
|
Dragged the singleton macros into the 21st century.. Cleaned up their implementation and gave them new upper-case names to match juce official style. The old names are still defined to avoid breaking old code, but please update before they get deprecated!
|
2017-12-12 16:24:40 +00:00 |
|
jules
|
d9585241ad
|
Changed the parameters to Graphics::fillCheckerBoard() to be floats rather than ints, and improved its performance
|
2017-12-06 17:33:26 +00:00 |
|
jules
|
6d56bfa2e5
|
Fixed an assertion in the live constant editor
|
2017-10-31 16:19:41 +00: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
|
4e5f005421
|
Added a method Component::getChildren() to allow them to be iterated with a range-based for loop, and used this in appropriate places around the codebase
|
2017-07-19 12:08:47 +01:00 |
|
hogliux
|
b5afccc37c
|
Updated file headers and the README with the JUCE 5 license
|
2017-04-27 14:43:04 +01:00 |
|
hogliux
|
701fd8a216
|
Added a workaround for a strange bug with monospace fonts in OS X sierra
|
2016-10-31 10:22:19 +00:00 |
|
jules
|
a744cd3acc
|
Added a bool handler for JUCE_LIVE_CONSTANT
|
2016-08-03 16:18:54 +01:00 |
|
jules
|
4e8921aa48
|
Fix for JUCE_LIVE_CONSTANT not working with negative integers
|
2015-08-17 19:56:42 +01:00 |
|
hogliux
|
c7b8e77031
|
Update copyright notice
|
2015-07-22 15:59:34 +01:00 |
|
jules
|
fd74f1a39d
|
Changed the way the JUCE_LIVE_CONSTANT singletons are generated, to make it more robust when used in a plugin environment
|
2015-06-22 16:22:50 +01:00 |
|
jules
|
3236bdca6a
|
Fix for JUCE_LIVE_CONSTANT in plugins.
|
2015-06-15 10:10:39 -05:00 |
|
jules
|
65b97cd334
|
Fix for non-string textboxes in live constant editor.
|
2014-07-26 10:10:15 +01:00 |
|
jules
|
2f1ef234ce
|
Tightened up a few places where numeric conversion warnings could happen.
|
2014-07-10 18:57:24 +01:00 |
|
jules
|
4a3c45e7bd
|
Updated the live constant editor to add C++ escape-sequences for non-ascii strings, and to allow multi-line strings.
|
2014-07-04 17:54:21 +01:00 |
|
jules
|
4d79bed3d1
|
Added versions of Component::addAndMakeVisible and addChildComponent which take a reference instead of a pointer.
|
2013-12-23 15:16:38 +00:00 |
|
jules
|
d63668a5c1
|
Added XML and Lua tokenisers for the CodeEditorComponent
|
2013-12-08 12:27:36 +00:00 |
|
jules
|
08c2fce9b5
|
Some improvements to JUCE_LIVE_CONSTANT: Matching original hex/decimal format, and added a reset button.
|
2013-12-06 18:27:41 +00:00 |
|
jules
|
48cdb90341
|
Made the live constant editor call resize on all visible components.
|
2013-12-06 14:49:17 +00:00 |
|
jules
|
2f72bba274
|
Improved the LIVE_CONSTANT classes to allow it to work on non-GUI threads.
|
2013-12-05 15:46:08 +00:00 |
|
jules
|
8ba781aa81
|
Added a demo page for the live constant editor stuff.
|
2013-12-03 19:13:14 +00:00 |
|
jules
|
be461fa03c
|
Very cool new feature: JUCE_LIVE_CONSTANT. See the macro's description for more details.
|
2013-12-03 13:44:15 +00:00 |
|