jules
|
fb864a5cb1
|
Corrected some spelling mistakes in comments
|
2016-04-11 11:13:44 +01:00 |
|
jules
|
189853720a
|
Cleaned up a few uses of Image::null
|
2016-03-10 17:20:15 +00:00 |
|
jules
|
00d98c991d
|
Fix for ResizableWindow handling size constraints that are set before it gets made visible
|
2016-02-12 13:09:04 +00:00 |
|
jules
|
76177fc431
|
Added a callback method DialogWindow::escapeKeyPressed() and used it to fix a minor introjucer bug with tool windows
|
2016-01-28 11:45:19 +00:00 |
|
jules
|
4583fa3fbf
|
Used the ignoreUnused() function to tidy up some old code
|
2015-12-23 16:27:50 +00:00 |
|
jules
|
ae712c72d8
|
Cleaned up a few String::empty uses
|
2015-12-21 12:01:28 +00:00 |
|
jules
|
3a061ad319
|
Removed an old piece of code that hard-coded a dark border around non-resizable non-native DocumentWindows
|
2015-12-14 10:21:21 +00:00 |
|
jules
|
02492b36b9
|
Lots of small whitespace tweaks.
|
2015-12-13 19:32:05 +00:00 |
|
hogliux
|
9510c16665
|
Handle paste, copy, cut events which come from plug-in hosts
|
2015-12-11 10:49:22 +00:00 |
|
jules
|
a3426aae10
|
Added support for iOS force-touch
|
2015-11-02 11:51:16 +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 |
|
Timur Doumler
|
0bc3388d2b
|
Fixed typo in Doxygen documentation of ThreadWithProgressWindow.
|
2015-08-10 15:23:27 +01:00 |
|
Timur Doumler
|
dca4d77f9d
|
Fixed compiler warnings on Visual Studio 2015 RTM.
|
2015-07-23 15:57:18 +01:00 |
|
jules
|
6bb8bf3761
|
Fixed a minor warning.
|
2015-07-22 20:18:54 +01:00 |
|
hogliux
|
c7b8e77031
|
Update copyright notice
|
2015-07-22 15:59:34 +01:00 |
|
hogliux
|
a595f19d0f
|
Add a comment to tooltip window to clarify it's use in plug-ins
|
2015-07-20 09:57:02 +01:00 |
|
Timur Doumler
|
d46ea64aa5
|
LookAndFeel: added method to specify a custom font for Alert Window title.
|
2015-07-17 09:52:50 +01:00 |
|
jules
|
06c1a15496
|
Added some missing 'override' decorators
|
2015-05-15 12:54:44 +01:00 |
|
jules
|
a73e8d6b80
|
Added a method ResizableWindow::setDraggable()
|
2015-05-05 14:35:08 +01:00 |
|
jules
|
c17a72e5b1
|
Minor clean-ups.
|
2015-04-27 12:18:22 +01:00 |
|
jules
|
739e8ffba0
|
Fix to make sure IME methods are possible with text components that are directly added to the desktop.
|
2015-04-27 12:07:15 +01: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
|
f6139cee55
|
Minor documentation cleanups.
|
2015-03-07 17:45:45 +00:00 |
|
jules
|
b998308ccd
|
Whitespace.
|
2015-02-18 11:01:05 +00:00 |
|
jules
|
23cf12f449
|
Corrected a typo in some comments.
|
2015-02-02 09:58:53 +00:00 |
|
jules
|
50a55b2e9c
|
Avoided a few compiler warnings.
|
2014-12-03 11:45:15 +00:00 |
|
jules
|
885a665b27
|
Avoided recursion in TooltipWindow on win32
|
2014-11-19 17:53:33 +02:00 |
|
jules
|
43fa10b12f
|
More template cleanups
|
2014-11-04 17:36:59 +00:00 |
|
jules
|
d5c262642c
|
Added a flag to CallOutBox to provide control over the consumption of mouse-events that dismiss the box.
|
2014-10-12 16:38:18 +01:00 |
|
jules
|
086dd2dad4
|
Removed a couple of redundant 'virtual's
|
2014-09-26 13:05:55 +01:00 |
|
jules
|
741816a020
|
Added a missing JUCE_API flag.
|
2014-09-17 08:47:51 +01:00 |
|
jules
|
3e7d305094
|
A few minor whitespace cleanups.
|
2014-08-16 21:06:27 +01:00 |
|
jules
|
7f4270ef59
|
Added method getCallOutBoxBorderSize() to look+feel.
|
2014-07-20 16:24:48 +01:00 |
|
jules
|
6c61dbb68e
|
Refactored the internal mouse-handling code to use floating point coords. This shouldn't affect much user code, but a few methods in MouseInputSource have now changed to use Point<float> rather than Point<int>.
|
2014-06-14 13:06:53 +01:00 |
|
jules
|
867585701b
|
Tweak to the way TopLevelWindow detects focus
|
2014-05-23 21:52:29 +01:00 |
|
jules
|
c46927d580
|
Minor clean-ups
|
2014-05-23 21:50:43 +01:00 |
|
jules
|
f96ee7c860
|
Extended TextInputTarget to include a preference for the type of virtual keyboard (implemented on iOS + android)
|
2014-04-23 20:35:45 +01:00 |
|
jules
|
fbaa559a19
|
Added a method CallOutBox::getBorderSize
|
2014-03-15 12:30:32 +00:00 |
|
jules
|
5956d5bce0
|
Added a method CallOutBox::dismiss()
|
2014-03-08 14:18:51 +00:00 |
|
jules
|
7786943593
|
Added MidiMessage::textMetaEvent method.
|
2014-02-19 20:37:15 +00:00 |
|
jules
|
8c40999c51
|
Added a callback so that ThreadWithProgressWindow can be used without blocking.
|
2014-02-19 12:14:56 +00:00 |
|
jules
|
a6aca791af
|
Spelling fixes.
|
2014-02-19 12:13:32 +00:00 |
|
jules
|
042d9f22fc
|
Various changes to improve the behaviour of kiosk mode for DocumentWindows on win32.
|
2014-01-27 17:39:21 +00:00 |
|
jules
|
a79292179d
|
Better handling of ResizableWindow screen bounds handling when in kiosk mode.
|
2014-01-09 17:44:46 +00:00 |
|
jules
|
4d79bed3d1
|
Added versions of Component::addAndMakeVisible and addChildComponent which take a reference instead of a pointer.
|
2013-12-23 15:16:38 +00:00 |
|
jules
|
3f9a4834a6
|
Added a few TRANS wrappers around error messages.
|
2013-12-05 11:32:38 +00:00 |
|
jules
|
2623f4d1e1
|
Added method String::clear(), and used it to replace a few uses of String::empty.
|
2013-12-01 11:32:39 +00:00 |
|
jules
|
aa9241a14a
|
Better CalloutBox positioning.
|
2013-11-13 10:26:52 +00:00 |
|