Julian Storer
c26ac47dff
Implemented thread naming for mac + linux. Minor string tweaks. Android changes. Couple of other minor changes.
14 years ago
Julian Storer
3bacbe2a8c
Refactored various string processing in the library. Removed a couple of String accessors that relied on assumptions about the format of the string's internal data (if your code has any problems with these changes, you should probably use the String::getCharPointer() method instead).
14 years ago
Julian Storer
f01340e4aa
Lots of refactoring of the Expression and relative coordinate classes. This has changed some of the semantics that were in place, so any early adopters who had been playing with RelativeRectangles may need to check their expressions.
14 years ago
Julian Storer
e17dfb559f
Fix for copying NamedValueSets, removed some win32 DC warnings. Removed the obj-C suffix setting from the jucer's global settings. Updated the Jucer to generate correct iPhone/iPad apps for iOS4. Renamed some of the demo build folders from "iPhone" to "iOS".
14 years ago
Julian Storer
e7f4dac9f9
Removed the PositionedRectangle class (this has been superseded by the RelativeRectangle class. If you still need PositionedRectangle in your code, just grab a copy of the class from the last revision and put it directly into your codebase). Changed the BorderSize class to be templated like Point, Line, Rectangle, etc - if you've used a BorderSize anywhere, just replace "BorderSize" with "BorderSize<int>" to get it compiling again. Updated Graphics::drawDashedLine to take a Line object.
14 years ago
Julian Storer
c1d8ac22df
New Component::setBounds() method using a RelativeRectangle.
Added Justification::appliedToRectangle() and RectanglePlacement::appliedTo(). Removed a behavioural oddity from TopLevelWindow which brought them to the front when made visible. More RelativeRectangle development. AU wrapper now detects app shutdown and closes its UI.
14 years ago
Julian Storer
2c669674ad
Fix for listbox and table multi-selection. Internal updates for relative positioning. Additions to Typeface class to allow hinted subclasses.
14 years ago
Julian Storer
7007b179b2
Added fruityloops plugin host type. Changed NamedValueSet to use a linked list internally. Fixes for 64-bit compilation targeting OSX10.6.
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
Julian Storer
640a335537
Big change for Drawables - they now inherit from Component, so can be added directly to other components and will draw themselves, rather than being painted into a graphics object (although you can still use them that way if you want to).
14 years ago
Julian Storer
ab368cd3ac
Improved icons in the new Jucer. Minor fixes to ComponentBoundsConstrainer.
14 years ago
Julian Storer
b238f2c3e1
Changed LookAndFeel::getDefaultFolderImage and getDefaultDocumentFileImage to return drawables instead of images.
14 years ago
Julian Storer
1577be257c
Fix for osx10.5 window resizing. Misc Jucer tweaks.
14 years ago
Julian Storer
cc5e15b37d
Minor Jucer tweaks.
14 years ago
Julian Storer
618d3fdf64
Tidied up some win32 linkage declarations. Fixed some component size constraining problems on mac and win32.
14 years ago
Julian Storer
ea16741b3d
Tweaks to the win32 camera capture code to reduce CPU load.
14 years ago
Julian Storer
44ece5a54a
Updated the new jucer to handle inherited preprocessor defs, and to use them when expanding some of its parameter strings.
14 years ago
Julian Storer
e414760a26
Cleaned up a few compiler warnings + build problems.
14 years ago
Julian Storer
1f88582434
Jucer updates for linux VST support. Small additions to Path, Expression, File.
14 years ago
Julian Storer
34d8bfcf63
Small changes to Expression, TreeView, FileBasedDocument.
14 years ago
Julian Storer
71ee73ead1
Merged some of the mac/linux pthread code. Fixes to the Expression class. Fix for CoreGraphics to get gradients working correctly for vertical/horizontal lines.
15 years ago
Julian Storer
3e30e09afa
Documentation fixes. Mac OpenGL fix. PositionableAudioSource tweak. Added new class: Expression, and changed RelativeCoordinate to use an Expression to store its position.
15 years ago
Julian Storer
244219bbe2
String documentation fix. PropertySet parameter fix. Jucer path fix.
15 years ago
Julian Storer
bd4df346bc
For for Component::beginDragAutoRepeat(). Fix for ppc atomics compilation. Fix for jucer image code generation.
15 years ago
Julian Storer
c20daf9740
Fixed a mac initialisation problem.
15 years ago
Julian Storer
a4aca30079
Refactored the MemoryOutputStream constructors and added some new features. Tidied up some stream methods to avoid relying on the stream length, which can be unreliable in http streams. Tweaked some mac atomic functions. Fixed some win32 dllexport declarations.
15 years ago
Julian Storer
d3cf0870d9
Made the new jucer support multiple windows.
15 years ago
Julian Storer
3cb4fb4034
Changes to relative coordinate classes. Fix for jucer include file.
15 years ago
Julian Storer
6e6ae97aae
More Jucer reorganisation
15 years ago