jules
a3426aae10
Added support for iOS force-touch
9 years ago
jules
12447ba38f
Version 4.0.1
9 years ago
Timur Doumler
3313657b3f
Fixed bug with displaying plug-in windows in 32-bit hosts on OSX 10.11 El Capitan.
9 years ago
jules
ba64b2be8a
Added a couple of keywords to the C++ tokeniser
9 years ago
jules
5fcf662375
Fixes for Introjucer in Xcode 7
9 years ago
jules
7b42c1846a
Added a couple of missing override keywords.
9 years ago
jules
527da19076
Added method Component::alphaChanged(), and fixed NSViewComponent to handle alpha values.
9 years ago
jules
d46ea331da
Fix to FileBasedDocument to avoid spurious re-save requests.
9 years ago
jules
4c26b1bcb9
Added a method CodeEditorComponent::editorViewportPositionChanged
9 years ago
jules
4e8921aa48
Fix for JUCE_LIVE_CONSTANT not working with negative integers
9 years ago
jules
83fcea3dbe
Made FileBasedDocument send change messages when its filename changes when saved.
9 years ago
jules
969f1a25fc
Added an OSX-only method SystemTrayIconComponent::showDropdownMenu() and tweaked the highlighting of OSX tray icons.
9 years ago
Timur Doumler
dca4d77f9d
Fixed compiler warnings on Visual Studio 2015 RTM.
10 years ago
jules
861d3d9710
Version 3.2.0
10 years ago
hogliux
c7b8e77031
Update copyright notice
10 years ago
jules
fd74f1a39d
Changed the way the JUCE_LIVE_CONSTANT singletons are generated, to make it more robust when used in a plugin environment
10 years ago
jules
3236bdca6a
Fix for JUCE_LIVE_CONSTANT in plugins.
10 years ago
jules
0c99e8e068
Minor cleanups
10 years ago
jules
06c1a15496
Added some missing 'override' decorators
10 years ago
jules
0a377a95c5
Fix for code editor long lines not rendering
10 years ago
hogliux
8c242b7547
Fix warnings on linux
Linux now compiles (clang++-3.5) without warnings when the following is enabled (these flags are identical to equator mac warnings):
-Wreorder -Wconstant-conversion -Wint-conversion -Woverloaded-virtual -Wuninitialized -Wunused-parameter -Wshorten-64-to-32 -Wstrict-aliasing -Wshadow -Wconversion -Wsign-compare -Werror -Wsign-conversion
10 years ago
jules
c1355fa11a
Minor SystemTrayIconComponent tweak to keep OSX10.3 builds happy.
10 years ago
jules
8cacb499f1
Documentation correction.
10 years ago
jules
33e9e38345
Minor tidying-up.
10 years ago
jules
d710fe0309
Workaround for mingw.
10 years ago
jules
91b5d77477
Version number update
10 years ago
jules
d89300b7c9
Added support for the pageFinishedLoading on iOS web browser.
10 years ago
jules
50a55b2e9c
Avoided a few compiler warnings.
10 years ago
jules
7f901e452f
Focus fix for win32 web browser component. Ability to use javascript in goToURL on OSX.
10 years ago
jules
0d989638cc
Version 3.1.0
10 years ago
jules
817c80ed19
Fixed a typo in a comment.
10 years ago
jules
2792bd2761
Added new callback method WebBrowserComponent:: newWindowAttemptingToLoad()
10 years ago
jules
0ec53673ce
Demo cleanups.
10 years ago
jules
653a68ddee
Added includes of new template classes.
10 years ago
jules
4f591df870
Initial check-in of new simple app helper classes
10 years ago
jules
bbd2262945
Avoided NSViewComponent calling removeFromSuperview when re-parenting a child NSView.
10 years ago
jules
a99bbc9ba5
win32 web browser component - better updating when components are made visible.
10 years ago
jules
03b8320ae9
Fix for a lock-up in CodeEditorComponent when deleting certain sets of lines.
10 years ago
jules
6efc1b8afc
Removed an unnecessary inclusion of Carbon.h
10 years ago
jules
3e7d305094
A few minor whitespace cleanups.
10 years ago
jules
99e8445b96
Version number update
10 years ago
jules
4a96fc6ed2
Made the OSX web browser component compile if JUCE_MODAL_LOOPS_PERMITTED is disabled
10 years ago
jules
65b97cd334
Fix for non-string textboxes in live constant editor.
11 years ago
jules
d2e1c7f679
Version number update
11 years ago
jules
2f1ef234ce
Tightened up a few places where numeric conversion warnings could happen.
11 years ago
jules
8bbe42c4e2
UTF32 build fix.
11 years ago
jules
4a3c45e7bd
Updated the live constant editor to add C++ escape-sequences for non-ascii strings, and to allow multi-line strings.
11 years ago
jules
c8bf8cd41e
Moved some C++ escaping functions from the Introjucer into CppTokeniserFunctions.
11 years ago
jules
0b20c60e95
Fixed some object releasing for OSX system tray icons.
11 years ago
jules
6c61dbb68e
Refactored the internal mouse-handling code to use floating point coords. This shouldn't affect much user code, but a few methods in MouseInputSource have now changed to use Point<float> rather than Point<int>.
11 years ago