mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-09 23:34:20 +00:00
This commit is contained in:
parent
7036d123e9
commit
fc1ec8b496
5 changed files with 2668 additions and 2700 deletions
|
|
@ -6,10 +6,11 @@
|
|||
==============================================================================
|
||||
Changelist for version 1.46
|
||||
|
||||
- Mac: the project now requires at least XCode V2.5
|
||||
- new class: ScopedTryLock
|
||||
- added AudioUnit support to the audio hosting code
|
||||
- any top-level components will now have their parentSizeChanged() method called when the screen res is changed (not on linux yet though..)
|
||||
-
|
||||
- jucer: added support for ImageButtons
|
||||
|
||||
==============================================================================
|
||||
Changelist for version 1.45
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load diff
|
|
@ -54,7 +54,7 @@ namespace BinaryData
|
|||
const int treeviewdemo_cppSize = 7534;
|
||||
|
||||
extern const char* widgetsdemo_cpp;
|
||||
const int widgetsdemo_cppSize = 53000;
|
||||
const int widgetsdemo_cppSize = 51573;
|
||||
|
||||
};
|
||||
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load diff
|
|
@ -911,3 +911,4 @@ static const unsigned char temp4[] = {137,80,78,71,13,10,26,10,0,0,0,13,73,72,68
|
|||
0,98,28,9,155,95,0,2,104,68,236,11,1,8,160,17,225,73,128,0,3,0,120,52,172,151,198,78,252,63,0,0,0,0,73,69,78,68,174,66,
|
||||
96,130,0,0};
|
||||
const char* BinaryData::prefs_misc_png = (const char*) temp4;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue