This website works better with JavaScript.
Home
Help
Sign In
DISTRHO
/
JUCE
mirror of
https://github.com/DISTRHO/JUCE
Watch
1
Star
0
Fork
0
Code
Releases
1
Activity
Browse Source
tags/2021-05-28
jules
18 years ago
parent
7036d123e9
commit
fc1ec8b496
5 changed files
with
2666 additions
and
2698 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-1
docs/JUCE changelist.txt
+1235
-1269
extras/juce demo/src/BinaryData.cpp
+1
-1
extras/juce demo/src/BinaryData.h
+1427
-1427
extras/juce demo/src/binarydata/WidgetsDemo.cpp
+1
-0
extras/the jucer/src/BinaryData.cpp
+ 2
- 1
docs/JUCE changelist.txt
View File
@@ -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
+ 1235
- 1269
extras/juce demo/src/BinaryData.cpp
File diff suppressed because it is too large
View File
+ 1
- 1
extras/juce demo/src/BinaryData.h
View File
@@ -54,7 +54,7 @@ namespace BinaryData
const int treeviewdemo_cppSize = 7534;
extern const char* widgetsdemo_cpp;
const int widgetsdemo_cppSize = 53
000
;
const int widgetsdemo_cppSize = 5
157
3;
};
+ 1427
- 1427
extras/juce demo/src/binarydata/WidgetsDemo.cpp
File diff suppressed because it is too large
View File
+ 1
- 0
extras/the jucer/src/BinaryData.cpp
View File
@@ -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;
Write
Preview
Loading…
Cancel
Save