jules
|
4233f603db
|
More MouseInputSource tweaks.
|
13 years ago |
jules
|
6758ce0bc9
|
CodeEditorComponent improvements and TextEditor menu 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 |
jules
|
705de64237
|
Fix for MouseInputSource.
|
13 years ago |
jules
|
7d8d4b9627
|
Fixed a juce_core dependency problem.
|
13 years ago |
jules
|
0c68958a2f
|
Tweaks to MouseInputSource.
|
13 years ago |
jules
|
50313a1b86
|
Fixed a positioning problem when dragging-and-dropping.
|
13 years ago |
jules
|
ead42bd39a
|
Introjucer: Added an Xcode post-build script setting. Enlarged some of the settings page boxes, allowing multi-line text entry for some paths and preprocessor settings. Moved the modules list to its own tree-item.
|
13 years ago |
jules
|
f5d72f1406
|
Removed the style parameter from Graphics::setFont(), because if the current font doesn't support that style, it'll give the wrong results. If this breaks your code, just wrap your arguments in a Font constructor, e.g. g.setFont (Font (mySize, myStyle));
|
13 years ago |
jules
|
7dc6a4687e
|
(fixed typo in last check-in)
|
13 years ago |
jules
|
eeeaf832d5
|
Added a Typeface::clearTypefaceCache() method.
|
13 years ago |
jules
|
6eaba30646
|
Fixed some DocumentWindow behaviour in the library and introjucer.
|
13 years ago |
jules
|
557b4f99ac
|
Fix for START_JUCE_APPLICATION when windows.h has been included.
|
13 years ago |
jules
|
b39851e892
|
Fix for TreeView::findItemFromIdentifierString()
|
13 years ago |
jules
|
ce513dc37d
|
ToolbarButton fix.
|
13 years ago |
jules
|
18cfadf898
|
Refactored the handling of command-line args: added new static methods JUCEApplication::getCommandLineParameters() and getCommandLineParameterArray().
|
13 years ago |
jules
|
04401e7f3e
|
Tidied up an assertion when using empty treeviews.
|
13 years ago |
jules
|
69179fcd82
|
Removed hard-coded colour in TextPropLabel class.
|
13 years ago |
jules
|
5913db4697
|
Linux compile error fix.
|
13 years ago |
jules
|
7875420076
|
Couple of 10.4 OSX fixes.
|
13 years ago |
jules
|
ec67783251
|
Fix for disappearing Apple extras menu items when showing native file choosers.
|
13 years ago |
jules
|
817837ad48
|
Compatibility fix for older OSX SDKs.
|
13 years ago |
jules
|
5aa9d93c9a
|
Fix for OSX NSView positioning.
|
13 years ago |
jules
|
0e898a5d7c
|
iOS rotation and desktop positioning fixes.
|
13 years ago |
jules
|
d2aa3a666b
|
Introjucer: tidied up some document saving behaviour.
|
13 years ago |
jules
|
5e39e9944a
|
Workaround for PPC builds.
|
13 years ago |
jules
|
51e99b31f9
|
Added call to Component::colourChanged when the l+f changes.
|
13 years ago |
jules
|
26d27f5f6e
|
Added an option for centring a ThreadWithProgressWindow around a component.
|
13 years ago |
jules
|
07a774adcc
|
Fix for GCC syntax problem.
|
13 years ago |
jules
|
1089e3df86
|
Introjucer: Added "LinuxLibs" field to modules, for specifying module-specific libs.
|
13 years ago |
jules
|
dab9295611
|
Minor refactoring of obj-C internals.
|
13 years ago |
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 |