jules
|
9c82572dca
|
Refactored a few internals of ComponentPeer.
|
12 years ago |
jules
|
98ae8a49d2
|
Added DPI field to Desktop::Display information. Couple of Android fixes.
|
12 years ago |
jules
|
c75a7300f5
|
Added some 'override' modifiers to overridden methods.
|
12 years ago |
jules
|
2db3582466
|
win32: avoid beep on alt-key press.
|
12 years ago |
jules
|
03c2801f3f
|
Copyright header update in all module files. juce_core modules are now ISC licensed. All other modules are GPLv2/3/AGPLv3
|
12 years ago |
jules
|
c7506df13f
|
Changed some pass-by-references to pass-by-value to improve compiler optimisation.
|
12 years ago |
jules
|
51df5143bf
|
SystemTrayIconComponent support for OSX
|
12 years ago |
jules
|
178dc9012b
|
Plugin hosting cleanups + workarounds for some Mackie plugins.
|
12 years ago |
jules
|
ce3ecc752b
|
Window positioning fix.
|
12 years ago |
jules
|
9387c7fdaf
|
Simplified some ComponentPeer methods.
|
12 years ago |
jules
|
b4382bad62
|
Added String methods to create/return a std::string, and also String::toRawUTF8 method.
|
12 years ago |
jules
|
b26cc92546
|
Fixes for Windows 8 DPI awareness, Windows GL window touch events, and some GL compatibility tweaks.
|
12 years ago |
jules
|
c322d6243e
|
10.5 SDK fix.
|
12 years ago |
jules
|
8f26cc79c9
|
Minor clean-ups.
|
12 years ago |
jules
|
7bc0cf13b1
|
Added method Component::mouseMagnify(), to respond to pinch-to-zoom gestures. Supported in OSX and (untested) Windows.
|
12 years ago |
jules
|
e10dfff1af
|
Cleaned up some FileChooser code, and added a new method showDialog()
|
12 years ago |
jules
|
4779259cb7
|
Handling of default file type in win32 file chooser.
|
12 years ago |
jules
|
01d123d1e8
|
Workarounds for a few mingw warnings and errors.
|
12 years ago |
jules
|
d9c89a2a5f
|
Doh! Fixed a typo.
|
12 years ago |
jules
|
cb5ea1573b
|
Linux window SHM repainting fix.
|
12 years ago |
jules
|
ed978fc8dc
|
win32 windowing robustness fix.
|
12 years ago |
jules
|
36ade1a49b
|
linux implementation of juce_areThereAnyAlwaysOnTopWindows()
|
12 years ago |
jules
|
85ce81e15a
|
Linux windowing fix
|
12 years ago |
jules
|
ba2dc52b34
|
Made use of @autoreleasepool for clang builds.
|
12 years ago |
jules
|
823d0da856
|
Minor clean-ups
|
12 years ago |
jules
|
1f90f380b3
|
Made native OSX windows call ComponentBoundsConstrainer::resizeStart() and resizeEnd()
|
12 years ago |
jules
|
4c44d852b3
|
Fix for a problem with accelerator keys running modal comps while an OSX menu is open.
|
12 years ago |
jules
|
aec62f376e
|
Fix for OSX10.4 fonts.
|
12 years ago |
jules
|
fd90a9d449
|
Fix for linux updating of child window bounds.
|
12 years ago |
jules
|
dc8f268143
|
OSX 10.6 compatibility fix.
|
12 years ago |
jules
|
96ca3fbaf4
|
Windows: better screensaver defeating.
|
12 years ago |
jules
|
d0135d9efc
|
Worked around a GCC compiler bug. Also tidied up a bunch of GCC warnings.
|
12 years ago |
jules
|
13c03e6228
|
Replaced some OSX 10.8 deprecated functions. Also a fix for the OSX recently-used menu.
|
12 years ago |
jules
|
7969ec3611
|
NativeAlertWindow callback implementations.
|
12 years ago |
jules
|
fa941156c2
|
Fix for win32 drag-and-drop on GL components.
|
12 years ago |
jules
|
a50977e2f9
|
Added method ComponentPeer::setRepresentedFile() (and used this in the introjucer app)
|
12 years ago |
jules
|
eee4176331
|
VC2008 build fix. Rebuild of projects.
|
12 years ago |
jules
|
bfd9350bed
|
Changed some types from int to size_t where appropriate. Fixed a CoreMidi build problem in 64-bit mode.
|
12 years ago |
jules
|
d273693ce2
|
OSX file chooser fix.
|
12 years ago |
jules
|
a97fb3024d
|
Linux mouse-drag fix.
|
12 years ago |
jules
|
f0618a1095
|
OSX file chooser fix.
|
12 years ago |
jules
|
7dafc1e836
|
Fix for sandboxed OSX filechoosers.
|
12 years ago |
jules
|
960e604baa
|
Removed restriction on number of touches in iOS/Android.
|
12 years ago |
jules
|
4e17b8d2a9
|
Minor tidying-up of docs + warnings.
|
12 years ago |
jules
|
7cb3beaf19
|
Added ComponentPeer::setDocumentEditedStatus().
|
12 years ago |
jules
|
e543949bda
|
Minor clean-ups.
|
12 years ago |
jules
|
6f88b7ae60
|
Minor clean-ups.
|
12 years ago |
jules
|
7a3453f48b
|
Minor clean-ups.
|
12 years ago |
jules
|
234525aef9
|
Increased the warning level in a couple of OSX builds, and removed some pedantic warnings in the introjucer.
|
12 years ago |
jules
|
784c1f5dae
|
Fix for mouse-over in overlapping windows with older SDKs.
|
12 years ago |