jules
|
31c99d3680
|
Cleaned up some missing std:: namespaces for maths functions, and updated some old documentation for AudioProcessor
|
8 years ago |
ed
|
bd68a6e947
|
Re-added "override" to the C++ tokeniser keywords
|
8 years ago |
ed
|
1406de4de3
|
Add some missing semicolons
|
8 years ago |
ed
|
1722471d2c
|
Added some more keywords to the C++ tokeniser
|
8 years ago |
ed
|
aaeff48f2f
|
Added "override" to the C++ tokeniser keywords
|
8 years ago |
jules
|
59fa229538
|
Whitespace
|
8 years ago |
jules
|
3d7c777238
|
Some light modernisation of a bunch of old code
|
8 years ago |
jules
|
980361e54b
|
Tidied up some old compiler workarounds
|
8 years ago |
tpoole
|
47698a86b1
|
MinGW: Fixed some 32 bit build errors
|
8 years ago |
tpoole
|
0ae8aa812c
|
Bump version number to 5.1.2
|
8 years ago |
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
|
8 years ago |
jules
|
357dd2c9c9
|
Removed some old compiler bug workarounds
|
8 years ago |
jules
|
405152fc24
|
Fixed a deprecation warning in OSX 10.12
|
8 years ago |
hogliux
|
c02ef79fd6
|
Bump version number to 5.1.1
|
8 years ago |
hogliux
|
eb33f537da
|
Bump version number to 5.1.1
|
8 years ago |
hogliux
|
c1ad53c14e
|
Bump version number to 5.1.0
|
8 years ago |
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
|
8 years ago |
jules
|
74c96208fe
|
Removed Quicktime from the OSX build, and replaced the video player and camera implementations with AVFoundation
|
8 years ago |
jules
|
f866b4ff5e
|
Fixed a problem where popup menus triggered from the taskbar could get stuck, and tidied up some internal PopupMenu code
|
8 years ago |
jules
|
c5a0d5d1bc
|
Whitespace
|
8 years ago |
jules
|
161e5be54f
|
Build fixes for win32 web browser component
|
8 years ago |
jules
|
5bdd485a31
|
DRYed some win32 COM helper macros. Stripped out some junk from juce_win32_Windowing
|
8 years ago |
hogliux
|
bc3ef88603
|
Bump version number to 5.0.2
|
8 years ago |
hogliux
|
80aea89ae7
|
Linux: Some minor code clean-up in linux XEmbed code
|
8 years ago |
hogliux
|
d4885014dc
|
Fixed a typo in linux X embed code
|
8 years ago |
jules
|
b6e7ba75df
|
More X window class cleanups
|
8 years ago |
jules
|
de855f0b35
|
Cleanups to some X windowing classes
|
8 years ago |
hogliux
|
1e9be800c5
|
Projucer: Only add webkit2gtk-4 linux dependency if JUCE_WEB_BROWSER is actually enabled
|
8 years ago |
jules
|
e6590cf095
|
Fixed a repaint glitch in the CodeEditorComponent, and updated some of its internal code
|
8 years ago |
hogliux
|
dbf89fce76
|
Fixed an issue where the Projucer's login window would remain blank on Ubuntu linux (Fixes #201)
|
8 years ago |
hogliux
|
d6d699214a
|
Fixed an issue where the Projucer's login window would remain blank on Ubuntu linux (Fixes #201)
|
8 years ago |
hogliux
|
8413614744
|
Bump version number to 5.0.1
|
8 years ago |
hogliux
|
a1794b1143
|
Fixed a linker issue on some versions of linux where a newer webkit symbol might not be available
|
8 years ago |
hogliux
|
b14d0cb33a
|
Fixed broken copy&paste in WebBrowserComponent on macOS
|
8 years ago |
hogliux
|
8cec15fd2a
|
Fixed an issue where WebBrowserComponent on macOS would report a load error if the load was canceled by a goToURL request
|
8 years ago |
hogliux
|
a05abbf6d0
|
Fixed an issue where the character encoding of WebBrowserComponent error messages on macOS was incorrectly displayed
|
8 years ago |
tpoole
|
c94550e4cd
|
Made WebBrowserComponent compilable on older versions of OS X
|
8 years ago |
tpoole
|
c8740688ba
|
Added assertions to flag when __FILE__ returns a relative path and fixed the LiveConstants demo
|
8 years ago |
jules
|
baddc6389e
|
Workarounds for some new "recommended" Xcode warning flags
|
8 years ago |
jules
|
99748f0ba8
|
(Fix for last commit)
|
8 years ago |
jules
|
57a3cb58ec
|
Removed incorrect constness from ColourSelector::setSwatchColour
|
8 years ago |
hogliux
|
6475111aa5
|
Fixed an incorrect UTF8 string character conversion in WebBrowserComponent
|
8 years ago |
hogliux
|
9d81c5066a
|
Bump version number to 5.0.0
|
8 years ago |
hogliux
|
b5afccc37c
|
Updated file headers and the README with the JUCE 5 license
|
8 years ago |
hogliux
|
1169800b8a
|
Fixed an issue where active x component would not receive all key events
|
8 years ago |
hogliux
|
7a7619d64e
|
Fixed resizing issues and memory leaks in linux web browser component
|
8 years ago |
jules
|
1234775fc7
|
Minor tidying-up in some OSX UI code
|
8 years ago |
hogliux
|
bb32034ad8
|
Added pageLoadHadNetworkError callback to WebBrowserComponent
|
8 years ago |
hogliux
|
ee3457abb1
|
Fixed an issue where WebBrowserComponent::clearCookies would not exit in certain conditions
|
8 years ago |
jules
|
bf94ab0e4c
|
Made a few minor tweaks to reduce the number of pedantic -Wfloat-equals warnings
|
8 years ago |