1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-13 00:04:19 +00:00
Commit graph

31 commits

Author SHA1 Message Date
jules
fc772941d6 Fixed some pedantic warnings. 2013-09-16 18:47:28 +01:00
jules
0a0e0bc60d Workarounds for png code in some older versions of VC. 2013-07-11 16:58:10 +01:00
jules
0b5fd389c0 Moved png lib C symbols into juce namespace. 2013-07-02 17:29:30 +01:00
jules
78aac0995a Fixes for some clang static analysis warnings. 2013-06-25 10:18:35 +01:00
jules
03c2801f3f Copyright header update in all module files. juce_core modules are now ISC licensed. All other modules are GPLv2/3/AGPLv3 2013-06-13 13:17:12 +01:00
jules
bf3cb2e29b Avoided some strict compiler warnings. 2013-04-04 16:47:33 +01:00
jules
536bfddef4 Made PNG loader ignore warnings. 2013-04-03 20:41:09 +01:00
jules
9ba2079603 update of libpng to 1.6.1 2013-04-03 16:31:22 +01:00
jules
6b6c4a3eab Minor clean-ups. 2013-04-02 11:52:52 +01:00
jules
e69339aeba Relaxed JPEG header byte matching. 2013-04-01 12:16:19 +01:00
jules
a54d8f8098 Minor clean-ups. 2013-03-29 09:27:50 +00:00
jules
ffd894089d Cleaned up a few static analyser warnings. 2013-03-15 19:36:28 +00:00
jules
bfd9350bed Changed some types from int to size_t where appropriate. Fixed a CoreMidi build problem in 64-bit mode. 2013-02-24 15:49:06 +00:00
jules
0ceeb573d8 Minor changes to avoid pedantic compiler warnings. 2012-12-04 21:39:15 +00:00
jules
c16c3a7c28 Fixed some documentation and minor GCC warnings. Fixed a JACK bug that would have mixed up the input/output channels. 2012-11-14 11:42:17 +00:00
jules
dbaa9b9cc1 Prevented zlib headers messing-up use of the fdopen() function. 2012-10-31 10:03:20 +00:00
jules
6b1654e1d2 Fixed some more warnings. 2012-09-24 15:45:25 +01:00
jules
0033491cc8 Cleaned up some compiler warnings. 2012-09-24 14:03:54 +01:00
jules
2918e8d886 Minor fixes for compiler warnings. 2012-08-27 12:33:35 +01:00
jules
6b679bb46b New methods in ImageFileFormat for checking file extensions. 2012-08-06 10:48:30 +01:00
jules
d4deecb2f2 Cleaned up a few warnings generated by clang -Wall. 2012-05-09 10:01:56 +01:00
jules
1f95f54089 Purged some warnings. 2012-04-10 10:29:14 +01:00
jules
87d3acf19f Message leak fix. Android repaint fix. Minor clean-ups. 2012-03-30 09:31:35 +01:00
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. 2012-02-11 14:09:23 +00:00
jules
38703ee4c3 Cleaned up a few 64-bit VC++ warnings. 2011-12-24 10:06:45 +00:00
jules
0b1cdf6ab1 Refactoring of image storage: new classes ImageType, ImagePixelData, SoftwareImageType, NativeImageType, OpenGLImageType. 2011-10-28 14:21:29 +01:00
jules
d4b041ad91 Workaround for android internal compiler error. 2011-10-24 18:36:46 +01:00
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. 2011-09-28 17:10:38 +01:00
Julian Storer
24d40bdbb0 A few minor tweaks to ZipFile. Handling for aliased folders in OSX file chooser. 2011-09-16 15:00:46 +01:00
Julian Storer
9a9f570781 Tweaks to streams and gzip compressor. 2011-09-14 15:34:05 +01:00
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.. 2011-08-12 10:04:52 +01:00