jules
|
9d84b7b69a
|
win32 multi-touch fixes
|
11 years ago |
jules
|
a688675dd0
|
Tweaks to android mulit-touch handling.
|
11 years ago |
jules
|
c7d8d45963
|
iOS: made sure windows aren't made visible until they've finished being set-up.
|
11 years ago |
jules
|
40ca8a7787
|
Tweaked an OSX obj-C window event signature.
|
11 years ago |
jules
|
ef1f2e6094
|
Avoided some repainting when moving scaled windows (win32). Also removed the fake drop-shadowing in newer versions of
|
11 years ago |
jules
|
3f07f45702
|
Improved Android event callback mechanism.
|
11 years ago |
jules
|
3bfc0a81e7
|
Added flags to choose whether stderr and stdout are returned by ChildProcess. Used this to fix linux native file chooser.
|
11 years ago |
jules
|
0796c7afbc
|
Avoided an assertion in linux native file chooser
|
11 years ago |
jules
|
c62da6c983
|
Cleaned up some pedantic warnings in the iOS build.
|
11 years ago |
jules
|
e9d5dec7bd
|
Linux keyboard locale fix.
|
11 years ago |
jules
|
d0629ab14e
|
Improved always-on-top window detection. Cleaned up some old obj-C code.
|
11 years ago |
jules
|
ea6099d16b
|
Stopped win32 plugins using the global DPI setting.
|
11 years ago |
jules
|
221786dfcf
|
New method Array::addNullTerminatedArray(), and misc minor tightening-up of code.
|
11 years ago |
jules
|
09d20dcae8
|
Added some new methods to SystemTrayIconComponent for highlighting and message bubbles.
|
11 years ago |
jules
|
cd95d5c59f
|
On win32, force components to become visible if external code makes their HWND visible.
|
11 years ago |
jules
|
f1c01f1f3c
|
Deletion of ModalComponentManager::Callback objects passed to native dialog boxes.
|
11 years ago |
jules
|
40c896ac64
|
Cleaned up some critical section code.
|
11 years ago |
jules
|
b093f47a8c
|
Misc minor cleanups and comment fixes.
|
11 years ago |
jules
|
42aa27900b
|
Moved most of the functionality from JUCEApplication into JUCEApplicationBase, so that it can be used without needing juce_gui_basics to be present.
|
11 years ago |
jules
|
a2c95ce4fd
|
Cleaned out and optimised some graphics code.
|
11 years ago |
jules
|
9814792a5e
|
Linux file chooser fix.
|
11 years ago |
jules
|
be1d5253ee
|
Moved some mouse code out of Desktop class. Made the MouseInputSource class pass-by-value.
|
11 years ago |
jules
|
380a303adf
|
Fixes for win32 touch input.
|
11 years ago |
jules
|
6045915256
|
Fixed a namespace problem with the iOS build.
|
11 years ago |
jules
|
dbf7053861
|
New method Graphics::fillRectList(), which performs better (and looks better when scaled) than multiple calls to fillRect or drawVerticalLine. Also fixed DPI detection in Windows.
|
11 years ago |
jules
|
2786eadaf9
|
Removed a few pedantic warnings.
|
11 years ago |
jules
|
bb2bdb2c7c
|
Avoided function key presses sending a unicode character on OSX.
|
11 years ago |
jules
|
39c44c12ed
|
Added a Component::getDesktopScaleFactor() method which can be overridden to force a scale for a particular window.
|
11 years ago |
jules
|
ea4c7b3351
|
Added some JUCE_CALLTYPE flags to Process methods.
|
11 years ago |
jules
|
ea2c19b6a9
|
Linux del key fix
|
11 years ago |
jules
|
823039215f
|
Corrected the naming of the iOS component peer rendering engine.
|
11 years ago |
jules
|
06bfda3317
|
Some linux keycode fixes for the numeric keypad.
|
11 years ago |
jules
|
67b6cff503
|
Improved clipping when using mixed GL/non-GL windows in win32.
|
11 years ago |
jules
|
7fb2533bb0
|
Some rendering fixes.
|
11 years ago |
jules
|
a469fa6def
|
Fix for win32 GL repaint clipping positions.
|
11 years ago |
jules
|
1f506a2b79
|
win32 scaled window constraint fix.
|
11 years ago |
jules
|
16b9bbe212
|
Fix for win32 scaled component mouse positioning.
|
11 years ago |
jules
|
8fba517850
|
Fix for win32 scaled desktop maximised windows.
|
11 years ago |
jules
|
e4d000dcd3
|
Fixes for ActiveX window embedding.
|
11 years ago |
jules
|
f2e9b0a434
|
Some modal loop code cleanups.
|
11 years ago |
jules
|
641b4d1ec8
|
Fix for GL repaint flickering on win32.
|
11 years ago |
jules
|
cbe2777656
|
Default desktop scaling for win32.
|
12 years ago |
jules
|
44b4ccc693
|
Removed the constness from the return type of LookAndFeel::getTypefaceForFont(), to allow the move operator to be used.
|
12 years ago |
jules
|
41f257053a
|
Fix for openGL rendering engine in native-titlebar windows.
|
12 years ago |
jules
|
3cd00c8730
|
A few android warning fixes.
|
12 years ago |
jules
|
7a47c12a76
|
Cleaned away some old region-masking code from ComponentPeer, and improved some messy repaint inefficiencies involving win32 GL rendering.
|
12 years ago |
jules
|
0713d87a95
|
Added a Process::hide() method (implemented only on OSX)
|
12 years ago |
jules
|
fc21a145cf
|
Fix for broken screen coord conversion in plugin windows.
|
12 years ago |
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.
|
12 years ago |
jules
|
60a0087114
|
Some internal component peer work.
|
12 years ago |