hogliux
|
7673e4e0ad
|
Ensured that consistent caps is used for preprocessor macro JucePlugin_Build_Standalone
|
2017-05-31 14:42:43 +01:00 |
|
jules
|
313571118e
|
Added some braces to work around a compiler bug in VS2015
|
2017-05-31 12:38:07 +01:00 |
|
hogliux
|
9d921a3b21
|
Standalone Plugin: Fixed an issue where resizing a plugin's editor in standalone mode would not resize the parent window
|
2017-05-31 12:02:12 +01:00 |
|
hogliux
|
dc1309567e
|
Projucer: Added standalone plugin target to plugin project template
|
2017-05-31 12:02:11 +01:00 |
|
hogliux
|
c55c127f84
|
Standalong plug-in target: Fixed a compile error for older macOS deployment targets
|
2017-05-31 12:02:11 +01:00 |
|
jules
|
e281bc3fed
|
SVG parser: changed font heights to work in points rather than pixels, to match behaviour of other parsers
|
2017-05-31 11:55:13 +01:00 |
|
jules
|
f212ff5923
|
Removed some sscanfs from COM GUID parsing
|
2017-05-31 11:37:16 +01:00 |
|
ed
|
ee0b59fe7d
|
Projucer: Fixed a bug where the background colour of GUI editor components was always being reset to the default when opening the .cpp file
|
2017-05-31 11:09:11 +01:00 |
|
ed
|
d7026529ac
|
Projucer: Display build date in about window
|
2017-05-31 10:45:52 +01:00 |
|
jules
|
5e3a5d5e1b
|
Fix for the non-curl linux http request header format
|
2017-05-31 10:45:00 +01:00 |
|
ed
|
0b2bed7072
|
Projucer: Better highlight colours
|
2017-05-31 10:32:29 +01:00 |
|
jules
|
c5a0d5d1bc
|
Whitespace
|
2017-05-30 20:16:25 +01:00 |
|
ed
|
35d849a88b
|
Projucer: Better outline colour when using the light colour scheme
|
2017-05-30 17:33:15 +01:00 |
|
jules
|
161e5be54f
|
Build fixes for win32 web browser component
|
2017-05-30 17:15:39 +01:00 |
|
jules
|
5bdd485a31
|
DRYed some win32 COM helper macros. Stripped out some junk from juce_win32_Windowing
|
2017-05-30 16:43:07 +01:00 |
|
hogliux
|
c2991f77c2
|
Re-saved all projects
|
2017-05-30 16:32:47 +01:00 |
|
hogliux
|
bc3ef88603
|
Bump version number to 5.0.2
|
2017-05-30 16:32:47 +01:00 |
|
hogliux
|
66a9ec0adf
|
BLOCKS: fixed a potential crash in BLOCKS sample code
|
2017-05-30 16:32:47 +01:00 |
|
hogliux
|
9a5764a324
|
Changed the linux build folder name to "Build/LinuxMakefile" so it is consistent with the rest of JUCE
|
2017-05-30 16:07:45 +01:00 |
|
jules
|
f5b92421f9
|
Fixed an SVG parser problem with elements marked display:none
|
2017-05-30 12:09:25 +01:00 |
|
jules
|
7ef3c009f6
|
Optimised String::unquoted()
|
2017-05-30 11:53:18 +01:00 |
|
jules
|
4397cc3701
|
Made SVG parser cope with quoted font names
|
2017-05-30 11:46:06 +01:00 |
|
jules
|
84a4dc0faa
|
Fixed a scaling problem with file drag+drop on Windows
|
2017-05-30 11:25:31 +01:00 |
|
jules
|
ad5d7a4254
|
Tweaked the format of a ComponentBoundsConstrainer method
|
2017-05-30 10:34:11 +01:00 |
|
jules
|
29a357fa6f
|
Fixed a scaling bug in ComponentBoundsConstrainer when using windows with an AffineTransform
|
2017-05-30 10:25:24 +01:00 |
|
hogliux
|
307d515f4b
|
Plug-ins: Added an assertion to check that no two parameters have the same id
|
2017-05-26 09:53:36 +01:00 |
|
tpoole
|
b77793785d
|
iOSAudioDevice: Removed MaximumFramesPerSlice property listener
|
2017-05-25 14:53:22 +01:00 |
|
ed
|
db614c82ad
|
Projucer: Fixed a bug where the SVG Path Converter tool was drawing an invisible path preview
|
2017-05-25 12:41:37 +01:00 |
|
ed
|
ba36008560
|
Projucer: Cleaned up the structure of the Projucer folder in userApplicationDataDirectory and renamed old "Introjucer" global/project settings files to "Projucer"
|
2017-05-25 11:30:09 +01:00 |
|
tpoole
|
8482a9de64
|
iOSAudioDevice: Refactored and added better support for buffer size changes
|
2017-05-24 14:39:04 +01:00 |
|
jules
|
01e18b1c23
|
Fixed a problem with the Mac main menu bar showing menus in the wrong position
|
2017-05-24 14:37:30 +01:00 |
|
hogliux
|
80aea89ae7
|
Linux: Some minor code clean-up in linux XEmbed code
|
2017-05-23 10:41:56 +01:00 |
|
jules
|
2c3c9e5d18
|
A bit more minor cleaning up
|
2017-05-23 10:03:59 +01:00 |
|
hogliux
|
d4885014dc
|
Fixed a typo in linux X embed code
|
2017-05-23 09:47:31 +01:00 |
|
hogliux
|
ed05677090
|
VST2 Hosting: Fixed a memory overrun bug which could occur for plug-ins with more than eight input or output channels
|
2017-05-22 19:35:45 +01:00 |
|
jules
|
f766718b16
|
Fixed a typo
|
2017-05-22 16:47:15 +01:00 |
|
jules
|
b6e7ba75df
|
More X window class cleanups
|
2017-05-22 16:26:57 +01:00 |
|
jules
|
de855f0b35
|
Cleanups to some X windowing classes
|
2017-05-22 15:52:26 +01:00 |
|
jules
|
44d92805f6
|
Some cleanups in the VST wrapper and channel-set code
|
2017-05-22 15:52:16 +01:00 |
|
hogliux
|
e50cca1c1a
|
Standalone Plug-in Target: Ensure that standalone plug-in target works with default Projucer's plug-in project template and improve code and UX to avoid nasty feedback loops
|
2017-05-22 13:02:08 +01:00 |
|
hogliux
|
7172e71b4a
|
Projucer: Fixed duplicate backslash in Visual Studio output directory setting
|
2017-05-22 12:29:30 +01:00 |
|
ed
|
7e8c4b0af8
|
Projucer: Fixed a bug in the GUI editor where the background colour was always being reset to the default when switching tabs
|
2017-05-22 10:54:53 +01:00 |
|
ed
|
dab7f9e020
|
Projucer: Fixed a bug where the file name label would still be visible after closing a project
|
2017-05-19 16:32:06 +01:00 |
|
ed
|
51b15b1e9d
|
Projucer: Added a call to isiOS() in ProjectExporter::mayCompileOnCurrentOS() when on mac
|
2017-05-19 16:12:33 +01:00 |
|
ed
|
9de309be76
|
Projucer: Added the option to change the colour scheme and font of the Projucer's code editor and the ability to save/load custom schemes
|
2017-05-19 11:20:12 +01:00 |
|
hogliux
|
d704ac9818
|
Linux: Fixed dlopens to use versioned library names
|
2017-05-19 10:32:36 +01:00 |
|
jules
|
a6ef6f393b
|
Clarified a comment in OpenGLRenderer
|
2017-05-19 10:08:46 +01:00 |
|
hogliux
|
98253adf23
|
Projucer: Don't add unnecessary dependency to the WebBrowserComponent when compiling in GPL mode
|
2017-05-18 18:00:14 +01:00 |
|
hogliux
|
1e9be800c5
|
Projucer: Only add webkit2gtk-4 linux dependency if JUCE_WEB_BROWSER is actually enabled
|
2017-05-18 17:43:13 +01:00 |
|
hogliux
|
473147350d
|
Re-saved all projects
|
2017-05-18 12:56:54 +01:00 |
|