jules
51b2068576
Introjucer: added company name property to project, and better exe property info generation in MSVC resource files. Added method OpenGLComponent::rebuildContext().
13 years ago
jules
7241a03860
Introjucer: Added a library paths settings for all platforms.
13 years ago
jules
10a388a9e8
Introjucer: added option to provide some custom Plist XML which overrides the introjucer's settings. Cleaned up some internal introjucer property handling.
13 years ago
jules
a0a500ee4b
Minor introjucer work. Minor fix for binarybuilder.
13 years ago
jules
a6fe278654
Avoided spurious mouse-up when double-clicking win32 native titlebars. More OpenGL fixes.
13 years ago
jules
51a81f5f4d
Fix for Graphics::drawBevel. Minor introjucer changes.
13 years ago
jules
c539feabd5
Avoided win32 memory leak warning with file preview comps. Minor introjucer and colour parsing clean-ups.
13 years ago
jules
58db7eb880
Complete rewrite of the TextLayout class, to provide better support for native platform layout functions. It now works with the AttributedString class, to provide a pre-formatted AttributedString that can be drawn.
13 years ago
jules
c7354b927e
Introjucer updates to the new project wizard and module update system.
13 years ago
jules
438cc245ad
Introjucer fix for malformed GUIDs (caused problems with .sln files)
13 years ago
Julian Storer
693132a6e5
Changed the way module code is wrapped by the Introjucer.
13 years ago
Julian Storer
b70e0a28d2
First check-in of the "jucequake": a major re-organisation of the library to break it up into modules. For more details about this, see the website forum..
13 years ago
Julian Storer
2dff4cd3fa
GIF decoding fix. Introjucer refactoring work.
14 years ago
Julian Storer
98ba259599
Minor introjucer clean-ups.
14 years ago
Julian Storer
8519598c93
Added cue point parsing to wav file format. Added SystemStats::getComputerName() method. More minor nullptr/noexcept tweaks.
14 years ago
Julian Storer
82e8d68a5d
Renamed the experimental jucer as the Introjucer.
14 years ago
Julian Storer
c26ac47dff
Implemented thread naming for mac + linux. Minor string tweaks. Android changes. Couple of other minor changes.
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
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
34d8bfcf63
Small changes to Expression, TreeView, FileBasedDocument.
14 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.
14 years ago
Julian Storer
6e6ae97aae
More Jucer reorganisation
15 years ago