jules
|
7dc6a4687e
|
(fixed typo in last check-in)
|
2012-06-26 10:40:52 +01:00 |
|
jules
|
eeeaf832d5
|
Added a Typeface::clearTypefaceCache() method.
|
2012-06-26 10:39:16 +01:00 |
|
jules
|
6eaba30646
|
Fixed some DocumentWindow behaviour in the library and introjucer.
|
2012-06-25 18:35:29 +01:00 |
|
jules
|
557b4f99ac
|
Fix for START_JUCE_APPLICATION when windows.h has been included.
|
2012-06-25 18:26:38 +01:00 |
|
jules
|
b39851e892
|
Fix for TreeView::findItemFromIdentifierString()
|
2012-06-25 11:24:21 +01:00 |
|
jules
|
ce513dc37d
|
ToolbarButton fix.
|
2012-06-25 11:11:52 +01:00 |
|
jules
|
18cfadf898
|
Refactored the handling of command-line args: added new static methods JUCEApplication::getCommandLineParameters() and getCommandLineParameterArray().
|
2012-06-25 11:05:39 +01:00 |
|
jules
|
04401e7f3e
|
Tidied up an assertion when using empty treeviews.
|
2012-06-24 10:12:59 +01:00 |
|
jules
|
69179fcd82
|
Removed hard-coded colour in TextPropLabel class.
|
2012-06-21 12:15:13 +01:00 |
|
jules
|
5913db4697
|
Linux compile error fix.
|
2012-06-18 12:10:21 +01:00 |
|
jules
|
7875420076
|
Couple of 10.4 OSX fixes.
|
2012-06-17 18:51:52 +01:00 |
|
jules
|
ec67783251
|
Fix for disappearing Apple extras menu items when showing native file choosers.
|
2012-06-14 13:57:38 +01:00 |
|
jules
|
817837ad48
|
Compatibility fix for older OSX SDKs.
|
2012-06-14 13:41:50 +01:00 |
|
jules
|
5aa9d93c9a
|
Fix for OSX NSView positioning.
|
2012-06-13 17:26:24 +01:00 |
|
jules
|
0e898a5d7c
|
iOS rotation and desktop positioning fixes.
|
2012-06-13 15:12:13 +01:00 |
|
jules
|
d2aa3a666b
|
Introjucer: tidied up some document saving behaviour.
|
2012-06-12 19:06:30 +01:00 |
|
jules
|
5e39e9944a
|
Workaround for PPC builds.
|
2012-06-07 13:53:00 +01:00 |
|
jules
|
51e99b31f9
|
Added call to Component::colourChanged when the l+f changes.
|
2012-05-31 10:20:21 +01:00 |
|
jules
|
26d27f5f6e
|
Added an option for centring a ThreadWithProgressWindow around a component.
|
2012-05-31 09:28:38 +01:00 |
|
jules
|
07a774adcc
|
Fix for GCC syntax problem.
|
2012-05-31 09:01:39 +01:00 |
|
jules
|
1089e3df86
|
Introjucer: Added "LinuxLibs" field to modules, for specifying module-specific libs.
|
2012-05-31 08:21:34 +01:00 |
|
jules
|
dab9295611
|
Minor refactoring of obj-C internals.
|
2012-05-30 14:35:40 +01:00 |
|
jules
|
e40903a9b6
|
(Removed some temporary code that was checked-in accidentally).
|
2012-05-30 12:36:13 +01:00 |
|
jules
|
d0ac43035c
|
Fixed build for older OSX SDKs.
|
2012-05-29 11:26:24 +01:00 |
|
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.
|
2012-05-29 10:30:41 +01:00 |
|
jules
|
2cf53557f6
|
Helper class for dynamically building Obj-C classes, and conversion of internal app delegate class to use this.
|
2012-05-27 22:05:21 +01:00 |
|
jules
|
decd6dc9fe
|
Documentation fix.
|
2012-05-27 11:11:37 +01:00 |
|
jules
|
b36708e3f3
|
Fix for building in older OSX versions.
|
2012-05-26 10:48:44 +01:00 |
|
jules
|
4cc9d03cd8
|
SVG parser fix.
|
2012-05-25 21:34:12 +01:00 |
|
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.
|
2012-05-25 16:42:36 +01:00 |
|
jules
|
d04645639e
|
TextEditor now always uses an I-beam cursor.
|
2012-05-24 14:25:40 +01:00 |
|
jules
|
75f8a6a440
|
Removed compatibility for iOS versions before 3.2.
|
2012-05-24 13:10:20 +01:00 |
|
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'.
|
2012-05-23 21:31:44 +01:00 |
|
jules
|
5151e2e06d
|
Minor tidying-up.
|
2012-05-23 21:01:18 +01:00 |
|
jules
|
5caaa4009a
|
Added class: TextDragAndDropTarget.
|
2012-05-23 13:07:27 +01:00 |
|
jules
|
f401d72b4b
|
Tidied up some minor font issues.
|
2012-05-21 19:02:37 +01:00 |
|
jules
|
06a4980792
|
Minor docs fix.
|
2012-05-18 20:08:39 +01:00 |
|
jules
|
bc3b861954
|
Documentation fixes.
|
2012-05-11 11:09:40 +01:00 |
|
jules
|
6c847f36ba
|
Documentation correction.
|
2012-05-10 14:26:32 +01:00 |
|
jules
|
7a36867150
|
Workaround for VS2005 compiler bugs.
|
2012-05-09 16:53:42 +01:00 |
|
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.
|
2012-05-09 13:58:53 +01:00 |
|
jules
|
d4deecb2f2
|
Cleaned up a few warnings generated by clang -Wall.
|
2012-05-09 10:01:56 +01:00 |
|
jules
|
81fa57663b
|
Tidied up a warning and some docs.
|
2012-05-07 13:15:16 +01:00 |
|
jules
|
964b84ce49
|
Refactored Slider to use a pimpl, and added a new constructor which takes some extra parameters.
|
2012-05-04 22:36:27 +01:00 |
|
jules
|
ef9acb91ca
|
Added some value retrieval methods for DrawableText.
|
2012-05-02 09:24:50 +01:00 |
|
jules
|
791e15b790
|
Fix to documentation.
|
2012-05-01 21:44:40 +01:00 |
|
jules
|
089a2e31ba
|
Improved some docs.
|
2012-05-01 15:47:48 +01:00 |
|
jules
|
9c21813960
|
Fix for a mistake in the last check-in!
|
2012-04-30 13:48:49 +01:00 |
|
jules
|
5e378c5c90
|
Fix for linux keyboard function.
|
2012-04-30 12:08:00 +01:00 |
|
jules
|
3ef8be7a42
|
Updated use of deprecated linux keyboard function. Removed some unnecessary GL headers.
|
2012-04-30 10:16:33 +01:00 |
|