jules
|
fc772941d6
|
Fixed some pedantic warnings.
|
11 years ago |
jules
|
0a0e0bc60d
|
Workarounds for png code in some older versions of VC.
|
12 years ago |
jules
|
0b5fd389c0
|
Moved png lib C symbols into juce namespace.
|
12 years ago |
jules
|
78aac0995a
|
Fixes for some clang static analysis warnings.
|
12 years ago |
jules
|
03c2801f3f
|
Copyright header update in all module files. juce_core modules are now ISC licensed. All other modules are GPLv2/3/AGPLv3
|
12 years ago |
jules
|
bf3cb2e29b
|
Avoided some strict compiler warnings.
|
12 years ago |
jules
|
536bfddef4
|
Made PNG loader ignore warnings.
|
12 years ago |
jules
|
9ba2079603
|
update of libpng to 1.6.1
|
12 years ago |
jules
|
6b6c4a3eab
|
Minor clean-ups.
|
12 years ago |
jules
|
e69339aeba
|
Relaxed JPEG header byte matching.
|
12 years ago |
jules
|
a54d8f8098
|
Minor clean-ups.
|
12 years ago |
jules
|
ffd894089d
|
Cleaned up a few static analyser warnings.
|
12 years ago |
jules
|
bfd9350bed
|
Changed some types from int to size_t where appropriate. Fixed a CoreMidi build problem in 64-bit mode.
|
12 years ago |
jules
|
0ceeb573d8
|
Minor changes to avoid pedantic compiler warnings.
|
12 years ago |
jules
|
c16c3a7c28
|
Fixed some documentation and minor GCC warnings. Fixed a JACK bug that would have mixed up the input/output channels.
|
12 years ago |
jules
|
dbaa9b9cc1
|
Prevented zlib headers messing-up use of the fdopen() function.
|
12 years ago |
jules
|
6b1654e1d2
|
Fixed some more warnings.
|
12 years ago |
jules
|
0033491cc8
|
Cleaned up some compiler warnings.
|
12 years ago |
jules
|
2918e8d886
|
Minor fixes for compiler warnings.
|
12 years ago |
jules
|
6b679bb46b
|
New methods in ImageFileFormat for checking file extensions.
|
12 years ago |
jules
|
d4deecb2f2
|
Cleaned up a few warnings generated by clang -Wall.
|
13 years ago |
jules
|
1f95f54089
|
Purged some warnings.
|
13 years ago |
jules
|
87d3acf19f
|
Message leak fix. Android repaint fix. Minor clean-ups.
|
13 years ago |
jules
|
295d125142
|
Stopped using the old BEGIN_JUCE_NAMESPACE macros, and just used hard-coded namespaces where necessary instead. The macro definitions are still there, so this shouldn't affect anyone's code.
|
13 years ago |
jules
|
38703ee4c3
|
Cleaned up a few 64-bit VC++ warnings.
|
13 years ago |
jules
|
0b1cdf6ab1
|
Refactoring of image storage: new classes ImageType, ImagePixelData, SoftwareImageType, NativeImageType, OpenGLImageType.
|
13 years ago |
jules
|
d4b041ad91
|
Workaround for android internal compiler error.
|
13 years ago |
jules
|
ce0b4bdb9c
|
Support for writing JPG even if the image has an alpha channel. Added assertion to warn if you try to use a fallback font on OSX. Minor fixes and features for PopupMenu, ComboBox.
|
13 years ago |
Julian Storer
|
24d40bdbb0
|
A few minor tweaks to ZipFile. Handling for aliased folders in OSX file chooser.
|
13 years ago |
Julian Storer
|
9a9f570781
|
Tweaks to streams and gzip compressor.
|
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 |