Tom Poole
|
2fb19ffd8f
|
Fix some LLVM 17 compiler warnings
|
1 year ago |
Tom Poole
|
2ec861d99e
|
Update licensing banners to JUCE 7
|
3 years ago |
Tom Poole
|
dea3fe60e4
|
Update copyright banners
|
3 years ago |
ed
|
009d685179
|
Updated all license headers
|
4 years ago |
Tom Poole
|
894e7d2bd2
|
Updated all license headers
|
5 years ago |
Tom Poole
|
2d16374b14
|
Updated all license headers
|
5 years ago |
reuk
|
327f817b9b
|
Copyrights: Update commercial/gpl headers to be gpl-only
|
5 years ago |
hogliux
|
54029e776d
|
Projucer: Re-factored source code groups and general code clean-up
|
7 years ago |
ed
|
26596fbfad
|
Projucer: Added default module search paths to the Projucer
|
8 years ago |
ed
|
9de309be76
|
Projucer: Added the option to change the colour scheme and font of the Projucer's code editor and the ability to save/load custom schemes
|
8 years ago |
hogliux
|
b5afccc37c
|
Updated file headers and the README with the JUCE 5 license
|
8 years ago |
hogliux
|
750ab85fe9
|
Projucer UI overhaul and UX/workflow improvements. Support for new accounts and licensing model.
|
8 years ago |
tpoole
|
e33abbc6fe
|
Replaced Projucer-generated header guards with #pragma once and updated the examples
|
8 years ago |
Timur Doumler
|
70949aa0c6
|
Added several new features: support for AudioUnit v3, new simplified JUCE module format, deleted the Introjucer and replaced it by the Projucer, various improvements for exporting of iOS and Android projects.
|
9 years ago |
jules
|
8e9ed0d0a9
|
Introjucer: more refactoring
|
9 years ago |
Timur Doumler
|
c922162b03
|
Introjucer: added global preferences window and global SDK path settings.
|
9 years ago |
jules
|
6db05a6100
|
Tweaked some syntax to help with Clang/Windows compatibility
|
9 years ago |
hogliux
|
c7b8e77031
|
Update copyright notice
|
9 years ago |
jules
|
61eb7f8e6c
|
Introjucer: Minor project and L+F updates
|
9 years ago |
jules
|
dab1a549b9
|
Introjucer: some internal refactoring.
|
10 years ago |
jules
|
6bc4d7627f
|
Modified the ValueTree::Listener::valueTreeChildRemoved() and ValueTree::Listener::valueTreeChildOrderChanged() methods to include some extra parameters that give more detailed info about exactly what changed.
|
10 years ago |
jules
|
bea7b83cb8
|
Renamed and refactored the LookAndFeel classes. The LookAndFeel class is now an abstract base-class, and there are 3 concrete subclasses you can use. These are LookAndFeel_V1 (replaces OldSchoolLookAndFeel), LookAndFeel_V2 (replaces what was the normal LookAndFeel class) and LookAndFeel_V3 (this is a new style, taken from the Introjucer's L+F).
|
11 years ago |
jules
|
56ec1d1400
|
Added a colour ID TreeView::selectedItemBackgroundColourId, and changed the TreeView to fill selected items with this. (The colour is set to transparent by default so this won't affect existing code).
Updated the LookAndFeel::drawTreeviewPlusMinusBox and TreeViewItem::paintOpenCloseButton methods to provide more flexibility.
|
11 years ago |
jules
|
c7cab8e020
|
Cleaned up some table look+feel code.
|
11 years ago |
jules
|
8a66ec83f0
|
Minor clean-ups.
|
11 years ago |
jules
|
3861a04197
|
Some more override decorations.
|
12 years ago |
jules
|
2329e63f20
|
Converted a few Colour references to pass-by-values.
|
12 years ago |
jules
|
4b128378cf
|
CodeEditorComponent rendering improvements. Faster OSX font lookup.
|
12 years ago |
jules
|
fc79df875f
|
Refactoring of some glypharrangement code.
|
12 years ago |
jules
|
ddc1524742
|
Updated headers in demo project files.
|
12 years ago |
jules
|
0ceeb573d8
|
Minor changes to avoid pedantic compiler warnings.
|
12 years ago |
jules
|
c75abb51c4
|
Introjucer: minor appearance tweaks.
|
12 years ago |
jules
|
745e2ae8b9
|
Added new version of Path::addRoundedRectangle(). Introjucer: new button look and feel.
|
12 years ago |
jules
|
e9ae25ed9c
|
Introjucer fixes + cosmetic changes.
|
12 years ago |
jules
|
b16995da41
|
Minor update to ConcertinaPanel
|
12 years ago |
jules
|
49d0182f61
|
Introjucer: graphical tweaks, binary data header change.
|
12 years ago |
jules
|
4268ed7453
|
Introjucer: better tool windows. Font fixes.
|
12 years ago |
jules
|
c2666bfe61
|
Introjucer: fix for broken colour scheme when run for the first time.
|
13 years ago |
jules
|
1b2b1a1aac
|
Introjucer: colour scheme presets and aesthetic stuff.
|
13 years ago |
jules
|
396a5d9178
|
Introjucer: nicer scrollbars.
|
13 years ago |
jules
|
baecac82d9
|
Introjucer: tweaked document focus behaviour.
|
13 years ago |
jules
|
515bfe90b2
|
Introjucer: new tab panel look and feel.
|
13 years ago |
jules
|
770b8a4ae1
|
Introjucer: more colour scheme stuff.
|
13 years ago |
jules
|
44e454f0b7
|
Introjucer: colours and refactoring.
|
13 years ago |
jules
|
d3bb7fb9cc
|
Added line-numbering to the CodeEditorComponent.
|
13 years ago |
jules
|
f824e99f2d
|
Introjucer: refactoring and addition of appearance settings window for editor colours + fonts.
|
13 years ago |
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..
|
13 years ago |
Julian Storer
|
82e8d68a5d
|
Renamed the experimental jucer as the Introjucer.
|
14 years ago |
Julian Storer
|
e05f6a2b95
|
Improvements to ComponentMovementWatcher to check visibility. TopLevelWindow activation fix. Changed MidiMessage default constructor to an empty sysex.
|
14 years ago |
Julian Storer
|
a5cf4030f5
|
New class LeakedObjectDetector, and JUCE_LEAK_DETECTOR macros for spotting leakages in a neat, cross-platform way. Used these to replace all the old juce_UseDebuggingNewOperator stuff in all the classes. Also some drawable and component transform fixes.
|
14 years ago |