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

3925 commits

Author SHA1 Message Date
jules
0cea511c0c Fix for reading IEEE float wav files. 2013-08-19 19:53:53 +01:00
jules
bc81b170c7 Added LookAndFeel::drawTabbedButtonBarBackground 2013-08-19 19:37:05 +01:00
jules
833d15ef81 Added some override specifiers. 2013-08-19 19:18:36 +01:00
jules
ca3bc70acd Changes to improve scaling when using cached component images and component effects. 2013-08-19 19:17:59 +01:00
jules
11b982da41 Fix to FileTreeComponent not using the top-level file/dir selection flags for subtrees. 2013-08-19 11:52:25 +01:00
jules
1dbc29bbe0 DirectoryIterator fix when multiple wildcards are used. 2013-08-19 10:35:51 +01:00
jules
ea4c7b3351 Added some JUCE_CALLTYPE flags to Process methods. 2013-08-14 19:04:01 +01:00
jules
e0297c6317 Began adding mouse-wheel support to ComboBox, but then realised it would be incredibly irritating on scrollable pages like the introjucer's settings pages. (Left the code in there but disabled though) 2013-08-14 18:49:38 +01:00
jules
0906f661f6 Correction to AffineTransform::getScaleFactor() 2013-08-14 12:20:26 +01:00
jules
5564643f8a Plugin scanning: Added warnings to try to stop misguided users from scanning their entire disk or other system folders. 2013-08-14 11:42:43 +01:00
jules
104e5cdbc7 Replaced an OSX symbol that wasn't available in older SDKs. 2013-08-14 11:34:18 +01:00
jules
ea2c19b6a9 Linux del key fix 2013-08-14 11:13:11 +01:00
jules
320213a11c More tinkering with Process::terminate. 2013-08-13 21:43:09 +01:00
jules
87182ece27 OpenGL rendering fix. 2013-08-13 15:12:54 +01:00
jules
48ae5d16a7 Much faster software rendering of glyphs when display is scaled. 2013-08-13 14:56:46 +01:00
jules
c4c8666676 ALSA: fixed some problems with the minimum number of channels asked for. 2013-08-13 13:37:15 +01:00
jules
134e1cd1c2 Intrijucer: fixed an opacity assertion. 2013-08-13 13:35:56 +01:00
jules
71c3ecaf17 Merged non-Windows implementations of Process::terminate, and made it call std::terminate() 2013-08-13 12:42:40 +01:00
jules
c4affa2fb3 Changed a couple of unicode characters used for OSX keypress symbols. 2013-08-12 21:21:44 +01:00
jules
e8d0c6d024 Fixes for OSX Process::openDocument when launching bundles with parameters. 2013-08-12 17:13:37 +01:00
jules
98d85cd640 Added an option for restricting the WAV file format. 2013-08-12 16:44:05 +01:00
jules
823039215f Corrected the naming of the iOS component peer rendering engine. 2013-08-12 15:20:46 +01:00
jules
06bfda3317 Some linux keycode fixes for the numeric keypad. 2013-08-12 14:50:20 +01:00
jules
69dcde0f4d ALSA: added support for SND_PCM_FORMAT_S24_LE devices. 2013-08-12 12:56:17 +01:00
jules
0b32caaaf0 Fix for GL in OSX retina displays 2013-08-12 12:36:55 +01:00
jules
cfe45720cc Moved DrawableButton painting into a new method LookAndFeel::drawDrawableButton() 2013-08-12 12:13:15 +01:00
jules
74390295ad Fixed a few MSVC warnings. 2013-08-12 10:33:17 +01:00
jules
1986c40187 VST: removed problematic Windows keyboard hooks that were used in Live. 2013-08-12 10:21:39 +01:00
jules
1d806961e4 Avoided an assertion with very wide tooltip windows. 2013-08-11 20:34:28 +01:00
jules
15c6cbc026 Added some 64-bit byte order converter functions. 2013-08-11 11:06:17 +01:00
jules
2e3ae41e27 Fixed capitalisation of some include filenames. 2013-08-10 22:16:39 +01:00
jules
da70f6d374 Fix for string->double default precision. 2013-08-10 10:24:45 +01:00
jules
b172d3a070 Changed the double->String conversion to use std::ostream instead of sprintf, in order to avoid foreign locale formatting problems. 2013-08-09 20:14:12 +01:00
jules
31577c6837 Minor comment clarification. 2013-08-09 16:15:36 +01:00
jules
67b6cff503 Improved clipping when using mixed GL/non-GL windows in win32. 2013-08-09 15:37:41 +01:00
jules
7fb2533bb0 Some rendering fixes. 2013-08-08 18:01:47 +01:00
jules
a469fa6def Fix for win32 GL repaint clipping positions. 2013-08-08 14:50:37 +01:00
jules
1f506a2b79 win32 scaled window constraint fix. 2013-08-07 19:29:18 +01:00
jules
16b9bbe212 Fix for win32 scaled component mouse positioning. 2013-08-07 19:05:21 +01:00
jules
8fba517850 Fix for win32 scaled desktop maximised windows. 2013-08-07 16:45:01 +01:00
jules
e4d000dcd3 Fixes for ActiveX window embedding. 2013-08-07 11:12:34 +01:00
jules
f2e9b0a434 Some modal loop code cleanups. 2013-08-07 10:18:15 +01:00
jules
61ab5be83f Optimisation for software renderer performance in scaled components. 2013-08-06 21:53:52 +01:00
jules
641b4d1ec8 Fix for GL repaint flickering on win32. 2013-08-06 21:53:11 +01:00
jules
dc5385676d Made coefficients public in IIRFilterCoefficients 2013-08-06 18:54:38 +01:00
jules
0149aab09d CaretComponent optimisation. 2013-08-06 16:26:53 +01:00
jules
cbe2777656 Default desktop scaling for win32. 2013-08-06 15:25:59 +01:00
jules
bd3a75e726 Added some more translation methods to AffineTransform, and a couple of methods to Rectangle and RectangleList 2013-08-06 15:24:51 +01:00
jules
53ae95b730 Introjucer: fix for a situation where project groups could get duplicate IDs. 2013-08-05 17:11:26 +01:00
jules
24f5fdea22 Some minor clean-ups and comments in Thread class. 2013-08-05 11:27:09 +01:00