jules
2343dc153d
Added hidden internal helper function to access plugin carbon window wrappers
2016-02-17 17:05:17 +00:00
hogliux
05a3ebc4eb
Scale webpages to fit display by default on iOS
2016-02-15 09:19:17 +00:00
jules
4583fa3fbf
Used the ignoreUnused() function to tidy up some old code
2015-12-23 16:27:50 +00:00
jules
02492b36b9
Lots of small whitespace tweaks.
2015-12-13 19:32:05 +00:00
jules
a3426aae10
Added support for iOS force-touch
2015-11-02 11:51:16 +00:00
Timur Doumler
3313657b3f
Fixed bug with displaying plug-in windows in 32-bit hosts on OSX 10.11 El Capitan.
2015-10-19 17:56:29 +01:00
jules
5fcf662375
Fixes for Introjucer in Xcode 7
2015-09-17 16:31:26 +01:00
jules
527da19076
Added method Component::alphaChanged(), and fixed NSViewComponent to handle alpha values.
2015-09-08 20:38:47 +01:00
jules
969f1a25fc
Added an OSX-only method SystemTrayIconComponent::showDropdownMenu() and tweaked the highlighting of OSX tray icons.
2015-07-28 15:44:38 +01:00
Timur Doumler
dca4d77f9d
Fixed compiler warnings on Visual Studio 2015 RTM.
2015-07-23 15:57:18 +01:00
hogliux
c7b8e77031
Update copyright notice
2015-07-22 15:59:34 +01:00
jules
0c99e8e068
Minor cleanups
2015-05-25 10:05:33 +01:00
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
2015-05-05 10:57:50 +01:00
jules
c1355fa11a
Minor SystemTrayIconComponent tweak to keep OSX10.3 builds happy.
2015-04-13 16:07:44 +01:00
jules
33e9e38345
Minor tidying-up.
2014-12-18 14:36:41 +00:00
jules
d710fe0309
Workaround for mingw.
2014-12-18 12:51:28 +00:00
jules
d89300b7c9
Added support for the pageFinishedLoading on iOS web browser.
2014-12-03 12:58:45 +00:00
jules
50a55b2e9c
Avoided a few compiler warnings.
2014-12-03 11:45:15 +00:00
jules
7f901e452f
Focus fix for win32 web browser component. Ability to use javascript in goToURL on OSX.
2014-11-20 11:10:16 +02:00
jules
2792bd2761
Added new callback method WebBrowserComponent:: newWindowAttemptingToLoad()
2014-11-04 17:55:58 +00:00
jules
bbd2262945
Avoided NSViewComponent calling removeFromSuperview when re-parenting a child NSView.
2014-10-08 20:02:51 +01:00
jules
a99bbc9ba5
win32 web browser component - better updating when components are made visible.
2014-09-21 13:05:43 +01:00
jules
4a96fc6ed2
Made the OSX web browser component compile if JUCE_MODAL_LOOPS_PERMITTED is disabled
2014-08-10 20:19:45 +01:00
jules
0b20c60e95
Fixed some object releasing for OSX system tray icons.
2014-06-30 09:30:42 +01:00
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>.
2014-06-14 13:06:53 +01:00
jules
75770f293c
New class: SharedResourcePointer
2014-04-14 13:13:07 +01:00
jules
b3e7f2b772
Added support for uploading files in the OSX embedded web browser.
2014-04-02 19:40:38 +01:00
jules
5ede2da44b
Improved some MemoryBlock comments and gave the class a reset() method.
2014-03-14 10:15:35 +00:00
jules
f3cca83dc8
Refactored some NSView wrapper classes. Should fix some plugin host window resizing issues.
2014-02-13 21:53:11 +00:00
jules
e11ca3533e
Added notifications in NSViewComponent so that its childBoundsChanged method will be called if the embedded NSView changes bounds.
2014-01-24 20:35:16 +00:00
jules
d8178b4e15
Mingw workaround.
2014-01-03 14:55:14 +00:00
jules
d226fea10e
Added a callback WebBrowserComponent::windowCloseRequest()
2013-12-03 11:02:22 +00:00
jules
2623f4d1e1
Added method String::clear(), and used it to replace a few uses of String::empty.
2013-12-01 11:32:39 +00:00
jules
c62da6c983
Cleaned up some pedantic warnings in the iOS build.
2013-10-01 12:55:44 +01:00
jules
09d20dcae8
Added some new methods to SystemTrayIconComponent for highlighting and message bubbles.
2013-09-16 11:21:49 +01:00
jules
40c896ac64
Cleaned up some critical section code.
2013-09-08 17:25:27 +01:00
jules
be1d5253ee
Moved some mouse code out of Desktop class. Made the MouseInputSource class pass-by-value.
2013-09-03 10:44:55 +01:00
jules
39c44c12ed
Added a Component::getDesktopScaleFactor() method which can be overridden to force a scale for a particular window.
2013-08-21 19:02:50 +01:00
jules
e4d000dcd3
Fixes for ActiveX window embedding.
2013-08-07 11:12:34 +01:00
jules
43fb1f11d9
win32 double-right-click on taskbar icon fix.
2013-07-30 19:30:42 +01:00
jules
1b9a60e52c
Added a templated type to the RectangleList class. If you've used this class and these changes cause syntax errors, all you need to do to your code is to replace "RectangleList" with "RectangleList<int>" and everything will work as it did before.
2013-07-28 18:08:28 +01:00
jules
7fbb6803dc
Fix for positioning of some Carbon VST windows.
2013-07-23 14:14:02 +01:00
jules
3d74717349
Bit of tidying-up in the Point class, and some spelling fixes in comments.
2013-07-22 13:18:29 +01:00
jules
5a1112ab94
Updated the format of the header include guard macros.
2013-07-17 16:26:35 +01:00
jules
4fc8fbaef1
Added some more override decorators.
2013-07-10 10:22:33 +01:00
jules
f51aab284b
VST hosting: workarounds for izotope GUIs.
2013-07-09 14:10:44 +01:00
jules
c75a7300f5
Added some 'override' modifiers to overridden methods.
2013-06-23 23:09:52 +01:00
jules
03c2801f3f
Copyright header update in all module files. juce_core modules are now ISC licensed. All other modules are GPLv2/3/AGPLv3
2013-06-13 13:17:12 +01:00
jules
0e55e30a67
OSX SystemTrayIcon fix.
2013-06-02 11:11:32 +01:00
jules
1787ad4b68
Update to OSX system tray icon.
2013-05-26 12:02:42 -07:00