1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-22 01:34:21 +00:00
Commit graph

231 commits

Author SHA1 Message Date
jules
5a1112ab94 Updated the format of the header include guard macros. 2013-07-17 16:26:35 +01:00
jules
802969a42e Fix for OSX native recent files menu. 2013-07-10 14:11:06 +01:00
jules
4fc8fbaef1 Added some more override decorators. 2013-07-10 10:22:33 +01:00
jules
f86739b221 Fixed a couple of iOS build issues. 2013-07-09 17:42:59 +01:00
jules
00e77a7ac2 OSX main menu recent files list fixes. 2013-07-09 11:43:12 +01:00
jules
5918d039ce Added some "override" annotations. 2013-07-08 19:05:14 +01:00
jules
96c234f8c5 Groundwork for desktop scaling. Added win32 calls to allow drag+drop in apps with lower permissions. 2013-07-04 20:52:54 +01:00
jules
155859f86b Internal refactoring. 2013-07-03 18:39:18 +01:00
jules
089332d78c MSVC compile bug fix 2013-06-25 11:44:40 +01:00
jules
9c82572dca Refactored a few internals of ComponentPeer. 2013-06-24 22:20:46 +01:00
jules
98ae8a49d2 Added DPI field to Desktop::Display information. Couple of Android fixes. 2013-06-24 15:53:32 +01:00
jules
c75a7300f5 Added some 'override' modifiers to overridden methods. 2013-06-23 23:09:52 +01:00
jules
2db3582466 win32: avoid beep on alt-key press. 2013-06-13 16:36:27 +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
c7506df13f Changed some pass-by-references to pass-by-value to improve compiler optimisation. 2013-05-22 23:05:53 -06:00
jules
51df5143bf SystemTrayIconComponent support for OSX 2013-05-20 22:17:33 -06:00
jules
178dc9012b Plugin hosting cleanups + workarounds for some Mackie plugins. 2013-05-03 15:39:34 +01:00
jules
ce3ecc752b Window positioning fix. 2013-04-25 11:33:37 +01:00
jules
9387c7fdaf Simplified some ComponentPeer methods. 2013-04-21 19:01:02 +01:00
jules
b4382bad62 Added String methods to create/return a std::string, and also String::toRawUTF8 method. 2013-04-17 15:17:36 +01:00
jules
b26cc92546 Fixes for Windows 8 DPI awareness, Windows GL window touch events, and some GL compatibility tweaks. 2013-04-07 19:28:52 +01:00
jules
c322d6243e 10.5 SDK fix. 2013-04-03 17:22:36 +01:00
jules
8f26cc79c9 Minor clean-ups. 2013-04-03 14:44:19 +01:00
jules
7bc0cf13b1 Added method Component::mouseMagnify(), to respond to pinch-to-zoom gestures. Supported in OSX and (untested) Windows. 2013-04-01 20:12:51 +01:00
jules
e10dfff1af Cleaned up some FileChooser code, and added a new method showDialog() 2013-03-30 11:22:47 +00:00
jules
4779259cb7 Handling of default file type in win32 file chooser. 2013-03-29 11:51:33 +00:00
jules
01d123d1e8 Workarounds for a few mingw warnings and errors. 2013-03-28 21:40:41 +00:00
jules
d9c89a2a5f Doh! Fixed a typo. 2013-03-26 15:42:48 +00:00
jules
cb5ea1573b Linux window SHM repainting fix. 2013-03-26 14:59:14 +00:00
jules
ed978fc8dc win32 windowing robustness fix. 2013-03-26 14:58:44 +00:00
jules
36ade1a49b linux implementation of juce_areThereAnyAlwaysOnTopWindows() 2013-03-26 13:30:26 +00:00
jules
85ce81e15a Linux windowing fix 2013-03-26 11:03:31 +00:00
jules
ba2dc52b34 Made use of @autoreleasepool for clang builds. 2013-03-21 18:33:01 +00:00
jules
823d0da856 Minor clean-ups 2013-03-21 10:37:19 +00:00
jules
1f90f380b3 Made native OSX windows call ComponentBoundsConstrainer::resizeStart() and resizeEnd() 2013-03-19 13:39:41 +00:00
jules
4c44d852b3 Fix for a problem with accelerator keys running modal comps while an OSX menu is open. 2013-03-19 13:30:33 +00:00
jules
aec62f376e Fix for OSX10.4 fonts. 2013-03-19 11:38:31 +00:00
jules
fd90a9d449 Fix for linux updating of child window bounds. 2013-03-17 19:21:58 +00:00
jules
dc8f268143 OSX 10.6 compatibility fix. 2013-03-09 18:18:56 +00:00
jules
96ca3fbaf4 Windows: better screensaver defeating. 2013-03-08 19:16:57 +00:00
jules
d0135d9efc Worked around a GCC compiler bug. Also tidied up a bunch of GCC warnings. 2013-03-08 14:07:51 +00:00
jules
13c03e6228 Replaced some OSX 10.8 deprecated functions. Also a fix for the OSX recently-used menu. 2013-03-08 12:01:46 +00:00
jules
7969ec3611 NativeAlertWindow callback implementations. 2013-03-06 20:56:33 +00:00
jules
fa941156c2 Fix for win32 drag-and-drop on GL components. 2013-03-05 15:43:01 +00:00
jules
a50977e2f9 Added method ComponentPeer::setRepresentedFile() (and used this in the introjucer app) 2013-03-02 19:55:57 +00:00
jules
eee4176331 VC2008 build fix. Rebuild of projects. 2013-02-25 14:40:08 +00:00
jules
bfd9350bed Changed some types from int to size_t where appropriate. Fixed a CoreMidi build problem in 64-bit mode. 2013-02-24 15:49:06 +00:00
jules
d273693ce2 OSX file chooser fix. 2013-02-14 17:53:29 +00:00
jules
a97fb3024d Linux mouse-drag fix. 2013-02-12 12:13:29 +00:00
jules
f0618a1095 OSX file chooser fix. 2013-02-09 15:21:19 +00:00