jules
2b869c48eb
Fix for caret updating in TextEditor when look+feel changes
2015-11-16 10:35:36 +00:00
jules
8aa1831d3c
Fix for exceptions in OSX pressure detection when WebKit views are used.
2015-11-09 16:01:32 +00:00
jules
89ba69ab29
Android Bluetooth MIDI, pro-audio i/o and improved openGL support
2015-11-03 10:37:52 +00:00
jules
02041328dc
Misc minor fix-ups
2015-11-02 18:07:36 +00:00
jules
a3426aae10
Added support for iOS force-touch
2015-11-02 11:51:16 +00:00
jules
ba672f03fb
Made LookAndFeel_V3 the default.
2015-11-02 11:06:15 +00:00
jules
12447ba38f
Version 4.0.1
2015-11-02 11:02:55 +00:00
jules
e6ee514873
Fix to allow setting colour of text inside AlertWindow by using setColour directly on the window
2015-10-14 16:03:52 +01:00
jules
63f49e4c6b
Fix for AlertWindow::addTextEditor with custom look+feels
2015-10-12 17:34:06 +01:00
jules
15cd46a1de
Tidied up some comments
2015-10-12 10:14:08 +01:00
jules
732de2784c
Fix for the Label::outlineWhenEditingColourId colour ID not working.
2015-10-06 12:28:56 +01:00
hogliux
b0ae8bd4b4
Always use WM_TOUCH events for JUCE mouse input (and ignore any subsequent WM mouse events)
2015-10-05 10:43:43 +01:00
jules
5fc2f24c97
Fix for linux windows that don't respond to mouse events
2015-10-01 11:36:19 +01:00
jules
f8b5da8b1e
Minor fixes + cleanups to TextEditor.
2015-09-30 14:31:31 +01:00
jules
7edb1b5614
Cleaned up some caret code in TextEditor.
2015-09-24 16:32:38 -07:00
jules
2682e917cf
Fix for caret visibility problem when TextEditor is disabled.
2015-09-22 07:38:46 -07:00
jules
041a68f5da
Documentation fix.
2015-09-22 07:21:00 -07:00
jules
6baf778e41
Updated FileBrowserComponent to refresh its list if the user switches to another app and then returns.
2015-09-18 10:49:33 +01:00
jules
7b42c1846a
Added a couple of missing override keywords.
2015-09-17 10:54:02 +01:00
jules
bbc129fb45
Fix for SVG parsing of paths containing non-space-separated decimal points
2015-09-17 10:49:43 +01:00
jules
78ee86e658
Couple of minor documentation corrections
2015-09-14 20:07:45 +01:00
jules
bbbe451b7d
Added a workaround to the SVG parser to let it display <a> tags
2015-09-11 09:49:38 +01:00
jules
527da19076
Added method Component::alphaChanged(), and fixed NSViewComponent to handle alpha values.
2015-09-08 20:38:47 +01:00
jules
d7812ff580
Fix for an edge case bug when repainting areas of a component which is buffered-to-image on a rescaled display.
2015-09-08 16:10:07 +01:00
Timur Doumler
0838edd138
Tidied up order of declarations in juce_PopupMenu.h.
2015-09-08 15:11:14 +01:00
jules
3ae9b20001
Removal of some exception code from the Expression class parsing methods.
2015-09-06 21:19:57 +01:00
hogliux
e881711f2a
Fix crash on linux when temporary window is ordered to the back
2015-09-04 12:25:20 +01:00
hogliux
27273730b4
Fix re-ordering of alwaysOnTop windows on Linux
2015-09-04 12:04:33 +01:00
jules
60f2b0a233
Minor clean-ups.
2015-08-31 19:24:14 +01:00
jules
f8047066d6
Made Slider::getPositionOfValue() const
2015-08-28 16:55:00 +01:00
hogliux
fb8a1dbf48
Fix some iOS build warnings
2015-08-24 11:44:23 +01:00
hogliux
4ef190cc5e
Fix global scale factor bug on iOS
2015-08-24 11:34:38 +01:00
jules
cf90b59e9f
Added ownerViewChanged callback to TreeView
2015-08-20 09:52:21 +01:00
jules
962e364010
Avoided some mingw errors and warnings.
2015-08-19 17:31:06 +01:00
jules
c90467d6e1
Added set/getOpenness() methods to TreeView
2015-08-19 11:43:58 +01:00
jules
2626bec010
Fixed a silly mistake in SelectedItemSet.
2015-08-18 11:38:35 +01:00
jules
07afa76759
Made the copy constuctor of SelectedItemSet call its virtual itemSelected/itemDeselected methods.
2015-08-17 11:50:46 +01:00
jules
0234a741e0
Added missing override specifier.
2015-08-12 10:27:20 +01:00
Timur Doumler
79e3a141d2
Fixed a bug in TextPropertyComponent that broke the Introjucer's GUI editor.
2015-08-12 10:13:44 +01:00
Timur Doumler
c922162b03
Introjucer: added global preferences window and global SDK path settings.
2015-08-11 18:17:23 +01:00
Timur Doumler
0bc3388d2b
Fixed typo in Doxygen documentation of ThreadWithProgressWindow.
2015-08-10 15:23:27 +01:00
Timur Doumler
db078f194d
PopupMenu: added option to include an iconToUse to addCommandItem.
2015-08-07 10:14:46 +01:00
jules
63551c84a1
Updated some comments about runModalLoop()
2015-08-06 09:32:11 +01:00
hogliux
71e7624235
Jump to slider default value if only the alt key is down (and no other modifiers)
2015-07-29 15:28:22 +01:00
jules
8d92a77452
Fix for TabbedButtonBar::removeTab() when removing a tab lower than the selected one
2015-07-28 17:34:21 +01:00
jules
016796bf45
Fix for detecting KeyPress::numberPadDecimalPoint on OSX with non-english keyboards
2015-07-28 14:03:51 +01:00
jules
9178fe9a1a
Some minor refactoring inside OSX MainMenu code.
2015-07-28 12:52:29 +01:00
hogliux
eb652751c2
Fix bug where the shift modifier would change the keycode on OS X
2015-07-28 12:03:32 +01:00
hogliux
e703654f75
Allow user to force-include Carbon even on 64-bit if JUCE_SUPPORT_CARBON is set
...
This is needed to include non-Carbon APIs such as TextInputServices for which there are no Cocoa replacements and are known to not be deprecated anytime soon.
2015-07-28 12:02:23 +01:00
Joshua Gerrard
d41d0dfc0d
Fixed issue in JuceMainMenuHandler where menuItemsChanged would do nothing if the menu was open at the time of the call.
2015-07-27 09:35:38 +01:00