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

420 commits

Author SHA1 Message Date
jules
31c99d3680 Cleaned up some missing std:: namespaces for maths functions, and updated some old documentation for AudioProcessor 2017-10-10 09:01:35 +01:00
ed
bd68a6e947 Re-added "override" to the C++ tokeniser keywords 2017-10-09 08:56:33 +01:00
ed
1406de4de3 Add some missing semicolons 2017-10-06 15:51:03 +01:00
ed
1722471d2c Added some more keywords to the C++ tokeniser 2017-10-06 15:48:24 +01:00
ed
aaeff48f2f Added "override" to the C++ tokeniser keywords 2017-10-06 12:54:47 +01:00
jules
59fa229538 Whitespace 2017-10-04 12:55:58 +01:00
jules
3d7c777238 Some light modernisation of a bunch of old code 2017-10-04 12:47:43 +01:00
jules
980361e54b Tidied up some old compiler workarounds 2017-09-29 09:26:15 +01:00
tpoole
47698a86b1 MinGW: Fixed some 32 bit build errors 2017-09-20 12:53:27 +01:00
tpoole
0ae8aa812c Bump version number to 5.1.2 2017-09-18 14:59:57 +01:00
jules
eda613c6db Moved all "namespace juce" declarations from module headers to the individual .h and .cpp source files. This makes life a lot easier for Intellisense and other IDE autocompletion tools 2017-09-08 08:59:55 +01:00
jules
357dd2c9c9 Removed some old compiler bug workarounds 2017-08-14 12:59:18 +01:00
jules
405152fc24 Fixed a deprecation warning in OSX 10.12 2017-08-03 17:49:44 +01:00
hogliux
c02ef79fd6 Bump version number to 5.1.1 2017-08-02 18:35:29 +01:00
hogliux
c1ad53c14e Bump version number to 5.1.0 2017-07-27 12:39:23 +01:00
jules
4e5f005421 Added a method Component::getChildren() to allow them to be iterated with a range-based for loop, and used this in appropriate places around the codebase 2017-07-19 12:08:47 +01:00
jules
74c96208fe Removed Quicktime from the OSX build, and replaced the video player and camera implementations with AVFoundation 2017-06-30 16:08:51 +01:00
jules
f866b4ff5e Fixed a problem where popup menus triggered from the taskbar could get stuck, and tidied up some internal PopupMenu code 2017-06-19 16:27:47 +01:00
jules
c5a0d5d1bc Whitespace 2017-05-30 20:16:25 +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
bc3ef88603 Bump version number to 5.0.2 2017-05-30 16:32:47 +01:00
hogliux
80aea89ae7 Linux: Some minor code clean-up in linux XEmbed code 2017-05-23 10:41:56 +01:00
hogliux
d4885014dc Fixed a typo in linux X embed code 2017-05-23 09:47:31 +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
hogliux
1e9be800c5 Projucer: Only add webkit2gtk-4 linux dependency if JUCE_WEB_BROWSER is actually enabled 2017-05-18 17:43:13 +01:00
jules
e6590cf095 Fixed a repaint glitch in the CodeEditorComponent, and updated some of its internal code 2017-05-10 11:34:40 +01:00
hogliux
d6d699214a Fixed an issue where the Projucer's login window would remain blank on Ubuntu linux (Fixes #201) 2017-05-05 11:19:26 +01:00
hogliux
8413614744 Bump version number to 5.0.1 2017-05-04 15:26:54 +01:00
hogliux
a1794b1143 Fixed a linker issue on some versions of linux where a newer webkit symbol might not be available 2017-05-04 11:29:05 +01:00
hogliux
b14d0cb33a Fixed broken copy&paste in WebBrowserComponent on macOS 2017-05-03 10:43:40 +01:00
hogliux
8cec15fd2a Fixed an issue where WebBrowserComponent on macOS would report a load error if the load was canceled by a goToURL request 2017-05-03 10:22:14 +01:00
hogliux
a05abbf6d0 Fixed an issue where the character encoding of WebBrowserComponent error messages on macOS was incorrectly displayed 2017-05-03 10:14:00 +01:00
tpoole
c94550e4cd Made WebBrowserComponent compilable on older versions of OS X 2017-05-02 18:33:28 +01:00
tpoole
c8740688ba Added assertions to flag when __FILE__ returns a relative path and fixed the LiveConstants demo 2017-05-02 18:31:29 +01:00
jules
baddc6389e Workarounds for some new "recommended" Xcode warning flags 2017-05-02 17:12:20 +01:00
jules
99748f0ba8 (Fix for last commit) 2017-05-02 12:25:39 +01:00
jules
57a3cb58ec Removed incorrect constness from ColourSelector::setSwatchColour 2017-05-02 12:23:35 +01:00
hogliux
6475111aa5 Fixed an incorrect UTF8 string character conversion in WebBrowserComponent 2017-04-27 18:22:17 +01:00
hogliux
9d81c5066a Bump version number to 5.0.0 2017-04-27 14:43:05 +01:00
hogliux
b5afccc37c Updated file headers and the README with the JUCE 5 license 2017-04-27 14:43:04 +01:00
hogliux
1169800b8a Fixed an issue where active x component would not receive all key events 2017-04-26 21:01:26 +01:00
hogliux
7a7619d64e Fixed resizing issues and memory leaks in linux web browser component 2017-04-26 19:18:39 +01:00
jules
1234775fc7 Minor tidying-up in some OSX UI code 2017-04-26 18:27:47 +01:00
hogliux
bb32034ad8 Added pageLoadHadNetworkError callback to WebBrowserComponent 2017-04-26 17:12:59 +01:00
hogliux
ee3457abb1 Fixed an issue where WebBrowserComponent::clearCookies would not exit in certain conditions 2017-04-24 16:28:55 +01:00
jules
bf94ab0e4c Made a few minor tweaks to reduce the number of pedantic -Wfloat-equals warnings 2017-04-21 15:09:35 +01:00
tpoole
84beded220 Fixed compiler warning in Win32 WebBrowserComponent 2017-04-20 12:28:42 +01:00
hogliux
6292ccf5c3 Added a clearCookies method to WebBrowserComponent to clear any stored cookies 2017-04-18 18:03:53 +01:00