1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-25 02:04:23 +00:00
Commit graph

1027 commits

Author SHA1 Message Date
hogliux
36e5939820 Fix window ordering on mac 2015-04-07 14:13:13 +01:00
jules
f6395d4cda Raised the warnings level in the introjucer, and fixed a few warnings that were thrown up by this. 2015-03-31 11:44:10 +01:00
jules
dd249faae4 Fix for linux desktop scale on hi-res displays. 2015-03-27 12:18:58 +00:00
jules
af3dc800e4 Added a callback method LabelListener::editorHidden(). 2015-03-25 17:54:33 +00:00
jules
72b49689bf Fix to make sure that ResizableWindow can't accidentally be dragged without first getting a mouseDown event. 2015-03-25 15:14:46 +00:00
jules
e3dfaff0db Replaced the old LookAndFeel method getTooltipSize() with getTooltipBounds(), which can return a position as well as a size. 2015-03-25 14:51:11 +00:00
jules
21fa6e850e Fixed very minor code style imperfection! 2015-03-24 16:58:21 +00:00
jules
426c8fad0b Avoided out-of-range values in OSX magnify gesture callbacks. 2015-03-24 16:19:25 +00:00
jules
a4f5faec2d Fix for a crash when deleting FileBrowserComponent under certain circumstances. 2015-03-24 16:00:58 +00:00
jules
7086f673ac Fix for a problem in applying openness to FileBrowserComponent treeviews. 2015-03-24 15:53:04 +00:00
jules
8cacb499f1 Documentation correction. 2015-03-24 14:30:34 +00:00
jules
90c88ec416 Tweaked the Label class to take its border into account when positioning relative to a target component. 2015-03-23 18:13:07 +00:00
jules
8ce3099d93 Reverted a recent linux sub-window event change. 2015-03-23 12:18:22 +00:00
jules
f02562f2c4 Fixed some documentation. 2015-03-23 09:54:19 +00:00
jules
0049fdb39c Fix for linux window repaint problems on the Raspberry Pi. 2015-03-19 15:18:47 +00:00
jules
611abe7812 Tweaked the flags used when linux windows are created within a parent. 2015-03-17 13:06:19 +00:00
jules
11ca405d4f Added ability for PropertyPanel to insert/remove panels. (And tidied up the class internally a bit) 2015-03-17 13:04:02 +00:00
jules
844d9e8d86 Added method Font::getDefaultMinimumHorizontalScaleFactor() to make it possible to change the global minimum font squashing amount. 2015-03-17 11:41:14 +00:00
jules
b8696a0ecd Minor tidying-up. 2015-03-12 10:04:51 +00:00
jules
f6139cee55 Minor documentation cleanups. 2015-03-07 17:45:45 +00:00
jules
3e947f1612 Fixes for unused parameter warnings when modal loops are disabled. 2015-03-05 14:38:42 +00:00
jules
3cee0e2c19 Updates to Slider to keep the text box editability in sync when the parent is enabled. 2015-03-04 16:01:20 +00:00
jules
e1dcd96892 Workarounds to allow building with Xcode option "strict checking of objc_msgSend calls" enabled. 2015-03-03 09:47:03 +00:00
jules
6bc4d7627f Modified the ValueTree::Listener::valueTreeChildRemoved() and ValueTree::Listener::valueTreeChildOrderChanged() methods to include some extra parameters that give more detailed info about exactly what changed. 2015-02-25 17:38:22 +00:00
jules
2022663c6b Compiler warning fix. 2015-02-24 17:44:36 +00:00
jules
e17c26ed03 Minor fix for treeview dragging insert position. 2015-02-18 11:33:15 +00:00
jules
b998308ccd Whitespace. 2015-02-18 11:01:05 +00:00
jules
2a120a0f72 Fix for treeview indent X positions when dragged off the bottom. 2015-02-16 14:54:58 +00:00
jules
60ccdf8bf2 Made the TreeView handle dragging and dropping to the area below the tree. 2015-02-16 09:59:53 +00:00
jules
585b202945 Setting component ID for SVG text elements. 2015-02-11 10:29:19 +00:00
jules
036c6cb4a2 Rudimentary implementation of SVG text elements. 2015-02-10 17:42:23 +00:00
jules
827e02862c Tweaks to avoid an obscure compiler warning. 2015-02-05 15:10:27 +00:00
jules
c8affe81a6 Stopped the Label class editing when clicked if it's disabled. 2015-02-05 11:23:39 +00:00
jules
272c0a254d Backwards-compatibility fix for OSX 10.6 targets 2015-02-03 17:02:57 +00:00
jules
2ab1a42566 Updated the OSX alert window implementation to avoid deprecated functions. 2015-02-03 10:27:13 +00:00
jules
e1fed0c2dc Fixed a TextEditor border size issue. 2015-02-02 09:59:09 +00:00
jules
23cf12f449 Corrected a typo in some comments. 2015-02-02 09:58:53 +00:00
jules
8b3935f121 Added support for extra info panels in OSX native file choosers. 2015-01-29 14:18:55 +00:00
jules
ad8cc4b693 Changed the very old and strangely written Slider::getDoubleClickReturnValue method into two separate methods. 2015-01-27 17:05:31 +00:00
jules
af568cd263 Fixed typo in comment. 2015-01-14 15:06:41 +00:00
jules
ddb7e88cf9 Added Slider::isRotary() 2015-01-14 10:54:05 +00:00
jules
854a3e98d0 Added a new soft-keyboard type TextInputTarget::decimalKeyboard. 2015-01-12 12:33:54 +00:00
jules
ac8bc1a7b4 Added methods to Label and TextEditor to specify the type of virtual keyboard they require. 2015-01-07 12:03:02 +00:00
jules
41152916c0 Made the combo box repaint when its menu is hidden. 2014-12-31 15:26:18 +00:00
jules
5c802e340c Added method ComboBox::isPopupActive() 2014-12-31 09:55:48 +00:00
jules
92b01ad0b2 Added some extra safeguards against problems when running a headless linux app. 2014-12-29 15:23:57 +00:00
jules
04cb9bf3e8 Added an advisory note about deleteAllChildren() 2014-12-29 12:02:35 +00:00
jules
2ee8084658 Added a method ComboBox::hidePopup(). 2014-12-28 11:06:57 +00:00
jules
e02d7fc544 Added a missing implementation in ConcertinaPanel 2014-12-28 10:36:33 +00:00
jules
12ab881353 Minor clean-up. 2014-12-26 13:42:17 +00:00