jules
|
172f19f4a4
|
Introjucer: fix for module deletion bug, and some clean-ups.
|
12 years ago |
jules
|
3fe70cd8f0
|
Made some FileBasedDocument methods return Result objects instead of bools, and made it less modal.
|
12 years ago |
jules
|
484bcf4e3c
|
MidiMessage - fix for reported length of sysexes by message constructor.
|
12 years ago |
jules
|
14cb377f77
|
Introjucer: fix to paths when copying modules locally.
|
12 years ago |
jules
|
b364573890
|
Minor GL tweak.
|
12 years ago |
jules
|
d4a50a8de1
|
A couple of javascript fixes.
|
12 years ago |
jules
|
4f5fd4daa7
|
Fix for javascript invocation of object methods.
|
12 years ago |
jules
|
aa8fdc8cba
|
Made a couple of OwnedArray methods return the object that they are passed.
|
12 years ago |
jules
|
5df76c5dd8
|
Fix for iOS window position flicker.
|
12 years ago |
jules
|
fb3b5035aa
|
Made sure that File::createLink on win32 works even if CoInitialize hasn't been called.
|
12 years ago |
jules
|
f485fdcf63
|
Introjucer: Fixed a typo in the generated code.
|
12 years ago |
jules
|
751ad2ed6e
|
Added some GL shader helper functions.
|
12 years ago |
jules
|
4de9768ecb
|
Introjucer: better setup of module paths in new exporters.
|
12 years ago |
jules
|
2c9c35d3c3
|
Fixed a few compiler warnings.
|
12 years ago |
jules
|
aeb8826889
|
Allowed dynamic activation of repaint debug mode.
|
12 years ago |
jules
|
af55d142d3
|
Minor tweaks and comment corrections.
|
12 years ago |
jules
|
4d7323fe0d
|
Changed MidiMessage to avoid problems when moving them around in memory. Apart from being slightly cleaner code, this means that it can be used in Arrays.
|
12 years ago |
jules
|
5639d1befd
|
iOS tweak for view visibility when being initialised.
|
12 years ago |
jules
|
08384a5293
|
Added a new PropertyPanel constructor.
|
12 years ago |
jules
|
282078bf61
|
LookAndFeel_V3 tweaks.
|
12 years ago |
jules
|
cb29cbf4a5
|
Fix for vertical justification of CoreText layouts of attributed strings.
|
12 years ago |
jules
|
75ed6ffe2d
|
Minor look+feel tweaks.
|
12 years ago |
jules
|
3cb4b37e67
|
Added JUCE_DONT_ASSERT_ON_GLSL_COMPILE_ERROR flag.
|
12 years ago |
jules
|
59d719cc26
|
Increased the gamma of software-rendered fonts.
|
12 years ago |
jules
|
6dda450ad6
|
Added a version of Graphics::drawEllipse that takes a rectangle.
|
12 years ago |
jules
|
8d8848db64
|
Some tweaks to the new V3 look+feel.
|
12 years ago |
jules
|
d7fa79cca1
|
Rewrote some OSX code that had used an obj-C block, to keep the old 10.5 compilers happy.
|
12 years ago |
jules
|
530dca28a5
|
Made sure that CalloutBoxes disappear when clicking on another app.
|
12 years ago |
jules
|
d2d32e1abf
|
Fix for mouse cursor in OSX 10.9
|
12 years ago |
jules
|
f4a5a0ecb4
|
Introjucer: better exporting of absolute module paths in android makefiles.
|
12 years ago |
jules
|
d996ab0c25
|
Optimisation to posix WaitableEvent::signal()
|
12 years ago |
jules
|
0137a6f7fc
|
Introjucer: made the string literal tool break up multi-line strings in a more readable way.
|
12 years ago |
jules
|
62b6f4691d
|
Fix to javascript operator precedence.
|
12 years ago |
jules
|
9d84b7b69a
|
win32 multi-touch fixes
|
12 years ago |
jules
|
569fe21e7f
|
Minor tidying.
|
12 years ago |
jules
|
63587c007b
|
Introjucer: sorted out a win32 filename handling issue.
|
12 years ago |
jules
|
03e14b7851
|
Introjucer: fixed a bug when deleting modules; added a button to set copying mode for all modules.
|
12 years ago |
jules
|
a688675dd0
|
Tweaks to android mulit-touch handling.
|
12 years ago |
jules
|
2969a9bc5c
|
Made DirectoryContentsList send a change message when switching between empty folders.
|
12 years ago |
jules
|
ab6314f9e3
|
Introjucer: updated some Xcode architecture flags that seem to have changed. Added a VC2013 build.
|
12 years ago |
jules
|
0de50d99a5
|
Version number update
|
12 years ago |
jules
|
bea7b83cb8
|
Renamed and refactored the LookAndFeel classes. The LookAndFeel class is now an abstract base-class, and there are 3 concrete subclasses you can use. These are LookAndFeel_V1 (replaces OldSchoolLookAndFeel), LookAndFeel_V2 (replaces what was the normal LookAndFeel class) and LookAndFeel_V3 (this is a new style, taken from the Introjucer's L+F).
|
12 years ago |
jules
|
56ec1d1400
|
Added a colour ID TreeView::selectedItemBackgroundColourId, and changed the TreeView to fill selected items with this. (The colour is set to transparent by default so this won't affect existing code).
Updated the LookAndFeel::drawTreeviewPlusMinusBox and TreeViewItem::paintOpenCloseButton methods to provide more flexibility.
|
12 years ago |
jules
|
020f138d20
|
Added a method TreeViewItem::addSubItemSorted()
|
12 years ago |
jules
|
98ef0eb4a5
|
Fix for utf-32 builds.
|
12 years ago |
jules
|
eb7e42b0ad
|
Added method String::hash()
|
12 years ago |
jules
|
61ed92ee51
|
Added a method XmlElement::prependChildElement(), and used this for a few optimisations.
|
12 years ago |
jules
|
6ff9512059
|
Made sure that the PluginHostType class is included by the audio_plugin_client module
|
12 years ago |
jules
|
c7d8d45963
|
iOS: made sure windows aren't made visible until they've finished being set-up.
|
12 years ago |
jules
|
a8984031ba
|
Made sure that glyph caches are flushed along with the typeface cache.
|
12 years ago |