1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-11 23:54:18 +00:00
Commit graph

91 commits

Author SHA1 Message Date
jules
2ce2d3fe37 Component opacity clipping fix. 2011-10-16 17:26:34 +01:00
jules
8ef30afad2 Added storage methods to AudioThumbnailCache. 2011-10-14 19:34:52 +01:00
jules
fd00effb69 Fixed a mistake in the last check-in. 2011-10-13 16:53:04 +01:00
jules
deec72851b Rendering code refactoring. 2011-10-13 16:44:37 +01:00
jules
164cd8909b Fixes for TextEditor, ASIO, Windows touch, AU. 2011-10-13 16:43:12 +01:00
jules
f9c7761e60 More graphics refactoring. 2011-10-12 10:10:30 +01:00
jules
7a91c10a81 Android openGL build fixes. 2011-10-11 12:44:57 +01:00
jules
be3565ac98 Refactored some rendering code. 2011-10-11 10:43:58 +01:00
jules
f31dca5f2f More OpenGL work. 2011-10-10 18:30:51 +01:00
jules
61f5ca11ab More OpenGL fixes and work. 2011-10-09 18:27:30 +01:00
jules
4afcdaaaba Added some OpenGL framebuffer functionality. 2011-10-08 22:30:13 +01:00
jules
d3935a9b91 Small Win7 multi-touch tweak. 2011-10-08 21:15:44 +01:00
jules
00b6a73860 Regenerated project files. 2011-10-08 20:53:10 +01:00
jules
e647ea8a90 Experimental support for Win7 multi-touch. 2011-10-08 20:36:19 +01:00
jules
c3492b99e3 Minor bits of refactoring. 2011-10-08 19:04:43 +01:00
jules
58580fc792 OpenGL gradient rendering. Viewport fix. 2011-10-08 14:09:00 +01:00
jules
b684a99d3a Added a new plugin host type. 2011-10-07 16:30:41 +01:00
jules
1f4b35c3fb OpenGL path rendering. 2011-10-06 21:51:54 +01:00
jules
8dd0a7e7f2 Fix for misaligned AIFF files. Introjucer fix for locally-copied files and MSVC optimisation. 2011-10-04 17:05:19 +01:00
jules
bd7c046f76 Fixed some old OSX message handling code. Made the return type of Slider::getTextFromValue non-const. 2011-10-04 12:13:30 +01:00
jules
40e8a8916b Bumped version and updated project files. 2011-10-03 17:47:23 +01:00
jules
52fc8e14bb Added iOS web-browser support. Removed some temporary code that had been left in the Introjucer. 2011-10-03 17:40:50 +01:00
jules
a0a7fd994a Change to the way options are passed to the UnitTestRunner. 2011-10-02 21:13:47 +01:00
jules
4b21bc53d8 ASIO fix for devices whose driver file is inaccessible, plus some code clean-ups in there. Win32 icon fix for Vista. 2011-10-02 14:00:21 +01:00
jules
79bf147d89 Couple of minor additions to file browser comps. 2011-10-01 18:26:53 +01:00
jules
fee33f45fd Added Component::findChildWithID 2011-09-30 17:06:50 +01:00
jules
4b59682077 Wildcard matching fix for strings containing "*". 2011-09-30 09:44:18 +01:00
jules
9b38f91226 Fixed a compile problem in VSTs. Minor clean-ups. 2011-09-29 21:25:00 +01:00
jules
07b73e4071 StringArray fix + additional unit tests. AudioFormatManager tweak for iOS. Minor clean-ups. 2011-09-29 14:51:42 +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
jules
6b07bfb51b Finally turned off the T wide-char string macro by default. If you've used it in your code, I'd recommend just skimming through and simply removing it. Any ascii strings will work fine without it; any strings containing extended chars are NOT PORTABLE and shouldn't be embedded anyway, but will work just as well if you replace the T with an 'L' prefix (much better to re-encode them as escaped UTF-8 though). If you really must keep using the macro, you can set the JUCE_DEFINE_T_MACRO flag to 1, and it will still be available as before. 2011-09-28 11:40:00 +01:00
jules
f35738afe0 Midi file fix to avoid multiple end-of-track events. Some openGL tweaks. 2011-09-27 11:33:42 +01:00
jules
dcc767868f Misc minor clean-ups. 2011-09-26 23:21:15 +01:00
jules
39c9a4b725 Version number bump. 2011-09-26 16:36:27 +01:00
jules
5a45b4f4c6 New class: OpenGLFrameBufferImage, which wraps a framebuffer inside a juce Image. 2011-09-26 14:45:04 +01:00
jules
c9cdf073dd Couple of small win32 fixes. Cleaned up win32 registry code. 2011-09-26 10:40:44 +01:00
jules
fce514266e Refactored the linux Freetype font code and native file chooser (via zenity). 2011-09-25 21:33:38 +01:00
Julian Storer
f18cb9f382 Some internal refactoring in PopupMenu. 2011-09-25 15:33:12 +01:00
Julian Storer
638a93d639 Fixes for AU hosting and Button Value reference handling. Minor clean-ups. 2011-09-23 18:29:51 +01:00
Julian Storer
52a90374df AU path fix. Minor tweaks. Version number bump. 2011-09-23 15:36:04 +01:00
Julian Storer
b114339c3f New macro JUCE_DEFAULT_SOFTWARE_RENDERER to help replace the software renderer with a custom class. Removed some defunct Xcode settings. Small SVG workaround. 2011-09-22 15:44:42 +01:00
Julian Storer
5224a3d9b8 Got rid of the nasty general-purpose ints and void*s that were in the Message class. Instead of using a plain old Message class, just create a subclass which contains whatever data you need in a more meaningful format. 2011-09-22 15:34:10 +01:00
Julian Storer
7c77e101fc Minor clean-ups. 2011-09-21 20:31:42 +01:00
Julian Storer
098400ef31 Removed the Image::setPixelData method - this can be done with Image::BitmapData instead. OSX file chooser options change for aliased files. 2011-09-19 12:30:43 +01:00
Julian Storer
149f94f9fc Got rid of the MD5 (const String&) constructor that was confusing people - if you were using that constructuor, you can now call fromUTF32() instead for the same result. Also added a constructor that takes UTF-8 instead, and this is recommended. 2011-09-19 12:29:25 +01:00
Julian Storer
2d56bedab5 Introjucer update to provide downloading of new modules directly from the website. 2011-09-17 16:15:38 +01:00
Julian Storer
65902c0b99 Module version update. 2011-09-17 16:14:27 +01:00
Julian Storer
f93ee54bff Tidied up some drag-and-drop code. 2011-09-17 12:07:46 +01:00
Julian Storer
7f4e56191a Mouse click and colour tweaks. Changed OSX URL reading to avoid local caching. 2011-09-16 22:07:47 +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