jules
|
e40903a9b6
|
(Removed some temporary code that was checked-in accidentally).
|
13 years ago |
jules
|
d0ac43035c
|
Fixed build for older OSX SDKs.
|
13 years ago |
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.
|
13 years ago |
jules
|
2cf53557f6
|
Helper class for dynamically building Obj-C classes, and conversion of internal app delegate class to use this.
|
13 years ago |
jules
|
decd6dc9fe
|
Documentation fix.
|
13 years ago |
jules
|
b36708e3f3
|
Fix for building in older OSX versions.
|
13 years ago |
jules
|
4cc9d03cd8
|
SVG parser fix.
|
13 years ago |
jules
|
87175c91f5
|
Changed the signature of MouseListener::mouseWheelMove() to take a struct MouseWheelDetails rather than raw floats. This will require updates in source code that uses mouse-wheel callbacks, but provides some new abilities, including a flag to indicate inverted wheel direction.
|
13 years ago |
jules
|
d04645639e
|
TextEditor now always uses an I-beam cursor.
|
13 years ago |
jules
|
75f8a6a440
|
Removed compatibility for iOS versions before 3.2.
|
13 years ago |
jules
|
4e754a838b
|
Changed the constness of the return type of MenuBarModel::getMenuBarNames() and MenuBarModel::getMenuForIndex(). Easy to update your code to handle this, just remove the 'const'.
|
13 years ago |
jules
|
5151e2e06d
|
Minor tidying-up.
|
13 years ago |
jules
|
5caaa4009a
|
Added class: TextDragAndDropTarget.
|
13 years ago |
jules
|
f401d72b4b
|
Tidied up some minor font issues.
|
13 years ago |
jules
|
06a4980792
|
Minor docs fix.
|
13 years ago |
jules
|
bc3b861954
|
Documentation fixes.
|
13 years ago |
jules
|
6c847f36ba
|
Documentation correction.
|
13 years ago |
jules
|
7a36867150
|
Workaround for VS2005 compiler bugs.
|
13 years ago |
jules
|
72db44a138
|
Removed an old VC6 workaround from Component::findParentComponentOfClass. If you were using its old dummy parameter, just tweak your code to call it using a templated type instead.
|
13 years ago |
jules
|
d4deecb2f2
|
Cleaned up a few warnings generated by clang -Wall.
|
13 years ago |
jules
|
81fa57663b
|
Tidied up a warning and some docs.
|
13 years ago |
jules
|
964b84ce49
|
Refactored Slider to use a pimpl, and added a new constructor which takes some extra parameters.
|
13 years ago |
jules
|
ef9acb91ca
|
Added some value retrieval methods for DrawableText.
|
13 years ago |
jules
|
791e15b790
|
Fix to documentation.
|
13 years ago |
jules
|
089a2e31ba
|
Improved some docs.
|
13 years ago |
jules
|
9c21813960
|
Fix for a mistake in the last check-in!
|
13 years ago |
jules
|
5e378c5c90
|
Fix for linux keyboard function.
|
13 years ago |
jules
|
3ef8be7a42
|
Updated use of deprecated linux keyboard function. Removed some unnecessary GL headers.
|
13 years ago |
jules
|
711d58e066
|
AlertWindow text box fix.
|
13 years ago |
jules
|
321931c21c
|
Added a DrawableText::getText() method.
|
13 years ago |
jules
|
ee4618d863
|
Added some explicit namespacing for exceptions, and fixed a mouseExit problem with modal components.
|
13 years ago |
jules
|
1125229308
|
Fixed a typo that prevented OSX 10.6 builds.
|
13 years ago |
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().
|
13 years ago |
jules
|
df5d50bcd8
|
Version number bump.
|
13 years ago |
jules
|
ab33b1a05d
|
Fix for component notifications when peer is changing. Some fixes for GCC4.7 on linux.
|
13 years ago |
jules
|
a4b83d313c
|
Prevented some mouse-events bypassing modal components.
|
13 years ago |
jules
|
3a91979ea8
|
Version bump.
|
13 years ago |
jules
|
286f0dbdef
|
Changed URL::addEscapeChars to avoid use of the '+' character. Minor clean-ups.
|
13 years ago |
jules
|
1f95f54089
|
Purged some warnings.
|
13 years ago |
jules
|
ecb7abb435
|
Made sure that Drawable::createCopy copies their names and IDs.
|
13 years ago |
jules
|
11659678d6
|
WindowsMediaFormat fix. ReferenceCountedArray::indexOfSorted() method.
|
13 years ago |
jules
|
63bc3f29de
|
Introjucer fixes for key shortcut and Android c++ flags. Enabled c++0x mode for Android.
|
13 years ago |
jules
|
0e1b6061d5
|
Minor clean-ups for GL, removed some old VC6 hacks.
|
13 years ago |
jules
|
074a8c05dd
|
Fixes to allow OpenGL contexts to be attached to a top-level component.
|
13 years ago |
jules
|
351416c09a
|
Tidied up some docs and comments.
|
13 years ago |
jules
|
2093471b23
|
TabbedComponent fix.
|
13 years ago |
jules
|
93a86b2600
|
TabbedButtonBar fix. Small clean-ups.
|
13 years ago |
jules
|
8de9d9c6da
|
Version number bump. Clean-ups.
|
13 years ago |
jules
|
87d3acf19f
|
Message leak fix. Android repaint fix. Minor clean-ups.
|
13 years ago |
jules
|
53c0436d71
|
Android fixes. OSX fix for old SDKs.
|
13 years ago |