| .. |
|
juce_iphone_Audio.cpp
|
Small fix for demo plugin code. Minor code clean-ups.
|
2010-03-25 14:21:34 +00:00 |
|
juce_iphone_MessageManager.mm
|
Minor fix for iPhone.
|
2010-01-18 22:49:47 +00:00 |
|
juce_iphone_MiscUtilities.mm
|
Refactored some String operators to bring them into line with c++ best practices. Removed the JUCE_STRINGS_ARE_UNICODE flag - all strings are now unicode by default. Removed the String class's implicit cast to const char* and copyToBuffer() method, replacing them with toCString(), toUTF8(), copyToCString(), copyToUnicode(), etc., so that it'll force users to think about the encoding they want to use in a particular context. Added the ability to pass a String directly to a std::ostream. Extended the juce version number to include a build number.
|
2010-02-21 19:04:41 +00:00 |
|
juce_iphone_UIViewComponentPeer.mm
|
Added a few methods to Range, and used Ranges internally in Slider. Cleaned up a few files.
|
2010-03-30 15:23:53 +01:00 |
|
juce_mac_AppleRemote.mm
|
Changed some 'int's to 'size_t's, to improve 64-bit compatibility. Also changed jmin and jmax to use templates, so they can take any type. These changes might mean that you'll need to add some more explicit casts to get your existing code to compile, but this is actually a good thing - it brought to light a few dodgy implicit casts in my code, and may do the same in yours. Also added a function roundToInt(), which replaces roundDoubleToInt() and roundFloatToInt(), but takes any size of floating point number (I've left the old roundDoubleToInt() and roundFloatToInt() functions there for convenience, but will probably remove them in the future).
|
2010-01-14 14:49:25 +00:00 |
|
juce_mac_AudioCDBurner.mm
|
Refactored some String operators to bring them into line with c++ best practices. Removed the JUCE_STRINGS_ARE_UNICODE flag - all strings are now unicode by default. Removed the String class's implicit cast to const char* and copyToBuffer() method, replacing them with toCString(), toUTF8(), copyToCString(), copyToUnicode(), etc., so that it'll force users to think about the encoding they want to use in a particular context. Added the ability to pass a String directly to a std::ostream. Extended the juce version number to include a build number.
|
2010-02-21 19:04:41 +00:00 |
|
juce_mac_CameraDevice.mm
|
Added openGL support for the iPhone.
|
2010-03-20 14:07:33 +00:00 |
|
juce_mac_CarbonViewWrapperComponent.h
|
Changed some 'int's to 'size_t's, to improve 64-bit compatibility. Also changed jmin and jmax to use templates, so they can take any type. These changes might mean that you'll need to add some more explicit casts to get your existing code to compile, but this is actually a good thing - it brought to light a few dodgy implicit casts in my code, and may do the same in yours. Also added a function roundToInt(), which replaces roundDoubleToInt() and roundFloatToInt(), but takes any size of floating point number (I've left the old roundDoubleToInt() and roundFloatToInt() functions there for convenience, but will probably remove them in the future).
|
2010-01-14 14:49:25 +00:00 |
|
juce_mac_CoreAudio.cpp
|
Minor clean-ups.
|
2010-04-16 09:44:21 +01:00 |
|
juce_mac_CoreGraphicsContext.mm
|
Minor clean-ups.
|
2010-04-16 09:44:21 +01:00 |
|
juce_mac_CoreMidi.cpp
|
Minor clean-ups. Jucer development.
|
2010-04-14 20:08:21 +01:00 |
|
juce_mac_Debugging.mm
|
Couple of optimisations to text rendering. Removed various printfs from the codebase.
|
2010-03-11 10:16:02 +00:00 |
|
juce_mac_FileChooser.mm
|
Minor string changes.
|
2010-03-26 18:23:54 +00:00 |
|
juce_mac_Files.mm
|
Minor string changes.
|
2010-03-26 18:23:54 +00:00 |
|
juce_mac_Fonts.mm
|
Minor clean-ups.
|
2010-04-16 09:44:21 +01:00 |
|
juce_mac_MainMenu.mm
|
Minor string changes.
|
2010-03-26 18:23:54 +00:00 |
|
juce_mac_MessageManager.mm
|
Minor clean-ups.
|
2010-04-15 11:09:20 +01:00 |
|
juce_mac_MiscUtilities.mm
|
More mouse input refactoring.
|
2010-02-26 16:10:48 +00:00 |
|
juce_mac_MouseCursor.mm
|
Fixed a few minor warnings found by valgrind.
|
2010-04-15 20:51:51 +01:00 |
|
juce_mac_NativeIncludes.h
|
Fixed a few minor warnings found by valgrind.
|
2010-04-15 20:51:51 +01:00 |
|
juce_mac_Network.mm
|
Minor fixes for menus, linux fonts, mac http streams.
|
2010-04-15 13:25:02 +01:00 |
|
juce_mac_NSViewComponent.mm
|
Minor code clean-ups.
|
2010-02-22 15:28:18 +00:00 |
|
juce_mac_NSViewComponentPeer.mm
|
Minor clean-ups.
|
2010-04-15 11:09:20 +01:00 |
|
juce_mac_ObjCSuffix.h
|
Refactored some String operators to bring them into line with c++ best practices. Removed the JUCE_STRINGS_ARE_UNICODE flag - all strings are now unicode by default. Removed the String class's implicit cast to const char* and copyToBuffer() method, replacing them with toCString(), toUTF8(), copyToCString(), copyToUnicode(), etc., so that it'll force users to think about the encoding they want to use in a particular context. Added the ability to pass a String directly to a std::ostream. Extended the juce version number to include a build number.
|
2010-02-21 19:04:41 +00:00 |
|
juce_mac_OpenGLComponent.mm
|
Minor clean-ups. Jucer development.
|
2010-04-14 20:08:21 +01:00 |
|
juce_mac_QuickTimeMovieComponent.mm
|
Fixed a minor AU build error and removed some old macros.
|
2010-03-10 13:04:24 +00:00 |
|
juce_mac_Strings.mm
|
Minor clean-ups.
|
2010-04-15 11:09:20 +01:00 |
|
juce_mac_SystemStats.mm
|
Minor string literal tidy-ups.
|
2010-03-23 17:36:12 +00:00 |
|
juce_mac_Threads.mm
|
Couple of minor mouse-pointer fixes.
|
2010-03-15 14:08:40 +00:00 |
|
juce_mac_WebBrowserComponent.mm
|
Minor string changes.
|
2010-03-26 18:23:54 +00:00 |