ed
|
e8ac4a7c27
|
BooleanPropertyComponent uses its own outline colour id instead of ComboBox outline colour id
|
8 years ago |
jules
|
1234775fc7
|
Minor tidying-up in some OSX UI code
|
8 years ago |
ed
|
79885fc6ad
|
Force TreeView to recalculate its size after restoring item openness in TreeView::restoreOpennessState() so that its Viewport scroll position is restored correctly
|
8 years ago |
jules
|
a4c0968635
|
Fixed a problem with mouse interception in Drawable's base class copy constructor
|
8 years ago |
jules
|
bf94ab0e4c
|
Made a few minor tweaks to reduce the number of pedantic -Wfloat-equals warnings
|
8 years ago |
jules
|
6bb3d9b1db
|
Tweaks to ListBox so that if its viewport is in drag-to-scroll mode, the selection automatically happens on mouse-up so not to interfere with dragging. (Also a bit of modernisation of the class internals)
|
8 years ago |
jules
|
320c8002da
|
Added methods Viewport::canScrollVertically() and Viewport::canScrollHorizontally()
|
8 years ago |
jules
|
926652be8a
|
Added the -Wextra-semi warning to the projucer build
|
8 years ago |
jules
|
d36156c620
|
Removed some extraneous semicolons
|
8 years ago |
tpoole
|
37e21e9cb1
|
Fixed VS2013 compiler warning in SVGParser
|
8 years ago |
jules
|
024fe6c9ad
|
Avoided an assertion in win32 file chooser code
|
8 years ago |
jules
|
dace37288b
|
Tidied up a couple of minor analyser warnings and comments
|
8 years ago |
hogliux
|
411071f3b1
|
Fixed linux mouse jump issue by removing code that was made redundant after the latest linux improvements
|
8 years ago |
hogliux
|
87a895d5a4
|
Added a check to send fake mouse move events only if the current mouse cursor's position could have an effect on mouseEnter/mouseLeve events
|
8 years ago |
jules
|
7d6e5f8d73
|
Added a comment in the Desktop class
|
8 years ago |
jules
|
5b6c82b59c
|
Improved some SVG CSS parsing, and did some minor internal cleanup on the parser.
|
8 years ago |
jules
|
b0f06df714
|
In TextEditor, avoided an unwanted change callback in TextEditor::setText(), and did a bit of C++11 modernising
|
8 years ago |
hogliux
|
f8ae98894f
|
Added extra nullptr checks in Android windowing code which fixes rare crashes when callbacks occur before the Component peer has been fully constructed
|
8 years ago |
hogliux
|
87a467c61b
|
Reverted commit #ec0f3fc: Bug fix broke combo-box input
|
8 years ago |
jules
|
81bc630ba1
|
Avoided a spurious assertion when launching OSX file dialogs
|
8 years ago |
jules
|
2284b5f9ca
|
Added an internal option guarded by JUCE_REMOVE_COMPONENT_FROM_DESKTOP_ON_WM_DESTROY to help with obscure situations where an app needs to handle its windows being destroyed
|
8 years ago |
jules
|
38d49a5ee7
|
Modernised a few RectangleList iterators
|
8 years ago |
hogliux
|
b198fa4c2c
|
Fixed a bug on linux where the mouse pointer would jump around while dragging sliders
|
8 years ago |
ed
|
dc10e61366
|
Added ConcertinaPanel::setCustomPanelHeader() method to allow custom components to be used as ConcertinaPanel headers
|
8 years ago |
ed
|
50eeb1df7e
|
Fixed a bug where ConcertinaPanel::setPanelHeaderSize() wouldn't resize the panel header correctly.
|
8 years ago |
ed
|
f21f9c11ff
|
Fixed some typos in juce_win32_Windowing.cpp
|
8 years ago |
ed
|
d05b9496eb
|
Moved some constants at the top of juce_win32_Windowing.cpp into enums
|
8 years ago |
ed
|
1116a6a1f1
|
Added some defines to the top of juce_win32_Windowing.cpp to make the Windows pointer API changes compatible with the XP toolset
|
8 years ago |
jules
|
60e9231fb1
|
Removed need for std::function in order to use MessageManager::callAsync(). Used it to modernise a few bits of old code.
|
8 years ago |
ed
|
0747a7067b
|
Fixed bug with multi-touch in Viewport when drag is blocked and made some methods const
|
8 years ago |
ed
|
1e7a933543
|
Added viewportIgnoreDragFlag to Component to indicate that mouse drag events should not move the Component's parent Viewport with drag-to-scroll functionality enabled.
|
8 years ago |
hogliux
|
c69d24fa7a
|
Added support for embedding native X11 widgets (such as gtk_plug or QX11EmbedWidget) on linux
|
8 years ago |
ed
|
9c62eaf4f8
|
Removed JUCE_USE_WINDOWS_POINTER_API flag from juce_gui_basics.h and changed juce_win32_Windowing.cpp to dynamically load Windows pointer API methods.
|
8 years ago |
jules
|
44cd80969d
|
A few C++11 modernisations and comment corrections
|
8 years ago |
jules
|
e253b8bea1
|
Added some notes and an assertion to Component::grabKeyboardFocus(), to help people avoid a common mistake, which is trying to grab the focus of not-yet-visible components.
|
8 years ago |
jules
|
fc844d949c
|
Refactored the way OSX main menu updating happens, to avoid some issues when refreshing the whole menu bar
|
8 years ago |
jules
|
8ed41ed14b
|
Fixed some whitespace style and cleaned up some code using C++11
|
8 years ago |
tpoole
|
405a6aeaed
|
Fixed a MinGW tablet mode detection compiler error
|
8 years ago |
ed
|
91eb19e6f5
|
Added a call to sendLookAndFeelChange() before making new tab content component visible in TabbedComponent::changeCallback
|
8 years ago |
ed
|
ee6411ea13
|
Fixed a typo in MenuBarModel
|
8 years ago |
jules
|
c236e75cf5
|
Adde some missing JUCE_API annotations
|
8 years ago |
ed
|
479390c689
|
Try to use TreeView background colour when painting open/close button in TreeViewItem::paintRecursively() instead of always using white
|
8 years ago |
ed
|
f855806602
|
Added 'JUCE_USE_WINDOWS_POINTER_API' flag to juce_gui_basics.h to enable/disable the advanced Windows pointer API (only available on Windows 8 and above).
|
8 years ago |
ed
|
8ca0bc6791
|
Fixed call to ComponentPeer::handleMouseEvent() in FakeMouseMoveGenerator. Added isPen() and isMouse() methods to MouseInputSource.
|
8 years ago |
ed
|
b7b8d5be57
|
Multiple fixes for touch and pen input on Windows
|
8 years ago |
jules
|
d6bf2e8cf9
|
Added line spacing to TextEditor and methods to set/get the current line spacing
|
8 years ago |
ed
|
beab10fca7
|
Added a check in ImagePreviewComponent to avoid reading directories
|
8 years ago |
hogliux
|
85900377b9
|
Fixed a typo in the documentation of the NativeMessageBox::showYesNoBox method
|
8 years ago |
hogliux
|
51d5572220
|
Added showYesNoBox to NativeMessageBox class
|
8 years ago |
ed
|
0fa188ab5b
|
Reverted #6d356423 as it broke centring for child components
|
8 years ago |