jules
|
cd5893d6e8
|
Removed the Scrollbar's setButtonVisibility method, and instead added LookAndFeel::areScrollbarButtonsVisible()
|
13 years ago |
jules
|
65f147b241
|
Introjucer: Visual studio WPO and debug option fixes.
|
13 years ago |
jules
|
225040e62b
|
Improved drop-shadow code.
|
13 years ago |
jules
|
8d283685fc
|
Fixed a mouse-position bug in win32 when dragging windows.
|
13 years ago |
jules
|
26c002498d
|
Fix for MixerAudioSource.
|
13 years ago |
jules
|
515bfe90b2
|
Introjucer: new tab panel look and feel.
|
13 years ago |
jules
|
9fc29dad53
|
More tabbed component work.
|
13 years ago |
jules
|
edb1114c5e
|
Introjucer: more colour scheme stuff.
|
13 years ago |
jules
|
b6965d2fe5
|
New method: ValueTree::copyPropertiesFrom()
|
13 years ago |
jules
|
df729be74a
|
Cleaned-up class inheritance visibilities and encapsulation for some internal classes.
|
13 years ago |
jules
|
246cb94bb0
|
AudioPluginFormatManager is no longer a singleton. Singletons are bad: don't do it, kids.
|
13 years ago |
jules
|
9af7f2f480
|
Fixed a dependency issue in the graphics module.
|
13 years ago |
jules
|
b8f557b201
|
Tab button fix and minor clean-ups.
|
13 years ago |
jules
|
af9e993e12
|
Fixed a typo.
|
13 years ago |
jules
|
3ddc6dd43d
|
New class: DropShadow, and a complete refactoring of the way shadows are rendered. The DropShadowEffect and DropShadower classes now take a DropShadow object to describe their shadow parameters, instead of the raw numbers.
|
13 years ago |
jules
|
591ce2a396
|
Added TabBarButton::setExtraComponent() method to allow custom components to be inserted into tabs. This involved a big refactoring and clean-up of all the tab drawing methods in the LookAndFeel class. Also (slightly) cleaned up some of the crappy old code in the WidgetsDemo while I was adding a demo for this.
|
13 years ago |
jules
|
1e9e6cbf79
|
New methods for Graphics, CallOutBox.
|
13 years ago |
jules
|
7afbc077e7
|
Version update.
|
13 years ago |
jules
|
eb47f3c656
|
Fix for MidiFile::readNextTrack()
|
13 years ago |
jules
|
502af083aa
|
Fixed a bug in Font::setUnderline().
|
13 years ago |
jules
|
8a586adc8b
|
On OSX, made sure popup menus are dismissed when the main menu is opened.
|
13 years ago |
jules
|
7ce0bf15d3
|
Added callbacks JUCEApplication::suspended() and resumed() for iOS and Android.
|
13 years ago |
jules
|
9b323d9115
|
Jucer: fix for some generated Drawable code.
|
13 years ago |
jules
|
6919e4ec91
|
AudioUnit: moved an include to help with 64-bit compiling.
|
13 years ago |
jules
|
770b8a4ae1
|
Introjucer: more colour scheme stuff.
|
13 years ago |
jules
|
deeab7f818
|
Minor tidying-up.
|
13 years ago |
jules
|
44e454f0b7
|
Introjucer: colours and refactoring.
|
13 years ago |
jules
|
6fe9e2db73
|
Minor clean-ups.
|
13 years ago |
jules
|
b95258cb20
|
C++ syntax tokeniser fix.
|
13 years ago |
jules
|
3fdc8a22db
|
New colour contrast method.
|
13 years ago |
jules
|
ecd91dc559
|
Introjucer: updated Android builds to work with the latest SDK.
|
13 years ago |
jules
|
5edf41737e
|
Minor fix in ValueTree.
|
13 years ago |
jules
|
f50b05b251
|
Introjucer threading fix.
|
13 years ago |
jules
|
70024eae19
|
Fix for RTAS compile error.
|
13 years ago |
jules
|
6f28207e87
|
AAX: plugin is now recognised and loaded by PT (but doesn't yet play correctly)
|
13 years ago |
jules
|
b20b5f9276
|
Introjucer: fix for Xcode post-build script in audio plugin projects.
|
13 years ago |
jules
|
4253bacb6a
|
Removed some compiler warnings, fix for OSX file chooser modality.
|
13 years ago |
jules
|
c65c7dd4a4
|
Introjucer: misc internal refactoring.
|
13 years ago |
jules
|
1f2b26a30b
|
Introjucer: refactored icons.
|
13 years ago |
jules
|
ceb556876a
|
Fixes to deal with effect rendering in retina displays, e.g. drop-shadows, etc.
|
13 years ago |
jules
|
2fe73f6ebe
|
Introjucer: added a flag to help with OSX retina displays.
|
13 years ago |
jules
|
8d92a49312
|
RTAS/OpenGL fix (?)
|
13 years ago |
jules
|
25e7361f2c
|
Refactored some TreeView key handling. Introjucer: now restores the last set of open documents for a project.
|
13 years ago |
jules
|
3d72789127
|
A couple more Array::removeValue calls that I'd missed..
|
13 years ago |
jules
|
a866a9c2cf
|
Fixed a few Array::removeValue calls that I'd missed..
|
13 years ago |
jules
|
0475cedff5
|
Introjucer: commands to move back/forwards through open docs.
|
13 years ago |
jules
|
39c974194e
|
Added a CodeEditorComponent::State class.
|
13 years ago |
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.
|
13 years ago |
jules
|
27f1901fe6
|
Refactored Path::addBubble, BubbleMessageComponent and BubbleComponent classes to work better and avoid duplicated code.
|
13 years ago |
jules
|
fb29acf1fa
|
Introjucer: minor internal stuff.
|
13 years ago |