jules
fd74f1a39d
Changed the way the JUCE_LIVE_CONSTANT singletons are generated, to make it more robust when used in a plugin environment
2015-06-22 16:22:50 +01:00
jules
3236bdca6a
Fix for JUCE_LIVE_CONSTANT in plugins.
2015-06-15 10:10:39 -05:00
jules
0c99e8e068
Minor cleanups
2015-05-25 10:05:33 +01:00
jules
06c1a15496
Added some missing 'override' decorators
2015-05-15 12:54:44 +01:00
jules
0a377a95c5
Fix for code editor long lines not rendering
2015-05-15 11:39:02 +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
8cacb499f1
Documentation correction.
2015-03-24 14:30:34 +00: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
91b5d77477
Version number update
2014-12-16 17:21:34 +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
0d989638cc
Version 3.1.0
2014-11-18 10:56:13 +02:00
jules
0ed61cb1ad
Merge remote-tracking branch 'gh/master' into develop
2014-11-05 11:18:26 +00:00
jules
817c80ed19
Fixed a typo in a comment.
2014-11-05 09:34:03 +00:00
jules
2792bd2761
Added new callback method WebBrowserComponent:: newWindowAttemptingToLoad()
2014-11-04 17:55:58 +00:00
jules
0ec53673ce
Demo cleanups.
2014-11-04 11:41:36 +00:00
jules
653a68ddee
Added includes of new template classes.
2014-10-28 14:22:54 +00:00
jules
4f591df870
Initial check-in of new simple app helper classes
2014-10-26 17:43:20 +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
03b8320ae9
Fix for a lock-up in CodeEditorComponent when deleting certain sets of lines.
2014-09-01 14:45:47 +01:00
jules
6efc1b8afc
Removed an unnecessary inclusion of Carbon.h
2014-08-21 20:48:21 +01:00
jules
3e7d305094
A few minor whitespace cleanups.
2014-08-16 21:06:27 +01:00
jules
99e8445b96
Version number update
2014-08-12 13:43:39 +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
65b97cd334
Fix for non-string textboxes in live constant editor.
2014-07-26 10:10:15 +01:00
jules
d2e1c7f679
Version number update
2014-07-13 19:42:44 +01:00
jules
2f1ef234ce
Tightened up a few places where numeric conversion warnings could happen.
2014-07-10 18:57:24 +01:00
jules
8bbe42c4e2
UTF32 build fix.
2014-07-07 17:41:14 +01:00
jules
4a3c45e7bd
Updated the live constant editor to add C++ escape-sequences for non-ascii strings, and to allow multi-line strings.
2014-07-04 17:54:21 +01:00
jules
c8bf8cd41e
Moved some C++ escaping functions from the Introjucer into CppTokeniserFunctions.
2014-07-04 17:53:31 +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
f8e9a13f1d
Version number update
2014-06-01 19:26:09 +01:00
jules
4a451b1cb0
Added juce namespace to the JUCE_LIVE_CONSTANT macro
2014-05-15 09:02:11 +01:00
jules
91d9c96338
Minor clean-ups
2014-04-29 14:14:21 +01:00
jules
fd5df871ed
Fixed a couple of typos in file chooser messages.
2014-04-23 16:32:18 +01:00
jules
d7d662bb38
Documentation improvement.
2014-04-14 16:53:16 +01:00
jules
75770f293c
New class: SharedResourcePointer
2014-04-14 13:13:07 +01:00
jules
e3e80de0d8
Fix for CodeDocument iterator.
2014-04-10 20:59:59 +01:00
jules
40c06f9ca9
Added a TRANS macro in the key-map editor.
2014-04-09 13:50:49 +01:00
jules
bee0b791f7
Updated a comment.
2014-04-05 10:40:38 +01:00
jules
b3e7f2b772
Added support for uploading files in the OSX embedded web browser.
2014-04-02 19:40:38 +01:00
jules
3a81057828
Virtualised a few CodeEditorComponent methods to help customisation.
2014-03-26 18:10:12 +00:00
jules
4251a2437b
Version number update
2014-03-24 20:01:37 +00:00
jules
5ede2da44b
Improved some MemoryBlock comments and gave the class a reset() method.
2014-03-14 10:15:35 +00:00
jules
7f9425058a
Version number update
2014-02-28 20:55:06 +00:00