|  hogliux | 2da1bc5f41 | Replace include guards with "#pragma once" | 8 years ago | 
				
					
						|  hogliux | ee373af944 | Added AlertWindow LookAndFeel methods to offer more control on button widths | 9 years ago | 
				
					
						|  hogliux | 1c2d1479b4 | Added LookAndFeel getAlertWindowButtonWidth method to override the width of alert buttons | 9 years ago | 
				
					
						|  hogliux | 75ea6db250 | Renamed bounds member variable in Component to "boundsRelativeToParent" to avoid shadowing warnings when using a local variable nambed "bounds" | 9 years ago | 
				
					
						|  ed | cbdf707116 | Windows touch with CallOutBox bug fix | 9 years ago | 
				
					
						|  ed | 675f5943a1 | fixed silly typo | 9 years ago | 
				
					
						|  ed | f0a00bfe4d | AlertWindow::show() only sets window to always on top if there are other always on top windows | 9 years ago | 
				
					
						|  ed | 7a9c22eafe | AlertWindow::show() method sets AlertWindow to be always on top so it isn't hidden by other components | 9 years ago | 
				
					
						|  hogliux | 26b6f01ce3 | Replace all "zeros" with "nullptr" in code documentation when referring to a pointer value | 9 years ago | 
				
					
						|  hogliux | 25f8faf8d3 | Add windowIgnoresMouseClicks flag to tooltip windows | 9 years ago | 
				
					
						|  jules | fb864a5cb1 | Corrected some spelling mistakes in comments | 9 years ago | 
				
					
						|  jules | 189853720a | Cleaned up a few uses of Image::null | 9 years ago | 
				
					
						|  jules | 00d98c991d | Fix for ResizableWindow handling size constraints that are set before it gets made visible | 9 years ago | 
				
					
						|  jules | 76177fc431 | Added a callback method DialogWindow::escapeKeyPressed() and used it to fix a minor introjucer bug with tool windows | 9 years ago | 
				
					
						|  jules | 4583fa3fbf | Used the ignoreUnused() function to tidy up some old code | 9 years ago | 
				
					
						|  jules | ae712c72d8 | Cleaned up a few String::empty uses | 10 years ago | 
				
					
						|  jules | 3a061ad319 | Removed an old piece of code that hard-coded a dark border around non-resizable non-native DocumentWindows | 10 years ago | 
				
					
						|  jules | 02492b36b9 | Lots of small whitespace tweaks. | 10 years ago | 
				
					
						|  hogliux | 9510c16665 | Handle paste, copy, cut events which come from plug-in hosts | 10 years ago | 
				
					
						|  jules | a3426aae10 | Added support for iOS force-touch | 10 years ago | 
				
					
						|  jules | e6ee514873 | Fix to allow setting colour of text inside AlertWindow by using setColour directly on the window | 10 years ago | 
				
					
						|  jules | 63f49e4c6b | Fix for AlertWindow::addTextEditor with custom look+feels | 10 years ago | 
				
					
						|  Timur Doumler | 0bc3388d2b | Fixed typo in Doxygen documentation of ThreadWithProgressWindow. | 10 years ago | 
				
					
						|  Timur Doumler | dca4d77f9d | Fixed compiler warnings on Visual Studio 2015 RTM. | 10 years ago | 
				
					
						|  jules | 6bb8bf3761 | Fixed a minor warning. | 10 years ago | 
				
					
						|  hogliux | c7b8e77031 | Update copyright notice | 10 years ago | 
				
					
						|  hogliux | a595f19d0f | Add a comment to tooltip window to clarify it's use in plug-ins | 10 years ago | 
				
					
						|  Timur Doumler | d46ea64aa5 | LookAndFeel: added method to specify a custom font for Alert Window title. | 10 years ago | 
				
					
						|  jules | 06c1a15496 | Added some missing 'override' decorators | 10 years ago | 
				
					
						|  jules | a73e8d6b80 | Added a method ResizableWindow::setDraggable() | 10 years ago | 
				
					
						|  jules | c17a72e5b1 | Minor clean-ups. | 10 years ago | 
				
					
						|  jules | 739e8ffba0 | Fix to make sure IME methods are possible with text components that are directly added to the desktop. | 10 years ago | 
				
					
						|  jules | 72b49689bf | Fix to make sure that ResizableWindow can't accidentally be dragged without first getting a mouseDown event. | 10 years ago | 
				
					
						|  jules | e3dfaff0db | Replaced the old LookAndFeel method getTooltipSize() with getTooltipBounds(), which can return a position as well as a size. | 10 years ago | 
				
					
						|  jules | f6139cee55 | Minor documentation cleanups. | 10 years ago | 
				
					
						|  jules | b998308ccd | Whitespace. | 10 years ago | 
				
					
						|  jules | 23cf12f449 | Corrected a typo in some comments. | 10 years ago | 
				
					
						|  jules | 50a55b2e9c | Avoided a few compiler warnings. | 11 years ago | 
				
					
						|  jules | 885a665b27 | Avoided recursion in TooltipWindow on win32 | 11 years ago | 
				
					
						|  jules | 43fa10b12f | More template cleanups | 11 years ago | 
				
					
						|  jules | d5c262642c | Added a flag to CallOutBox to provide control over the consumption of mouse-events that dismiss the box. | 11 years ago | 
				
					
						|  jules | 086dd2dad4 | Removed a couple of redundant 'virtual's | 11 years ago | 
				
					
						|  jules | 741816a020 | Added a missing JUCE_API flag. | 11 years ago | 
				
					
						|  jules | 3e7d305094 | A few minor whitespace cleanups. | 11 years ago | 
				
					
						|  jules | 7f4270ef59 | Added method getCallOutBoxBorderSize() to look+feel. | 11 years ago | 
				
					
						|  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>. | 11 years ago | 
				
					
						|  jules | 867585701b | Tweak to the way TopLevelWindow detects focus | 11 years ago | 
				
					
						|  jules | c46927d580 | Minor clean-ups | 11 years ago | 
				
					
						|  jules | f96ee7c860 | Extended TextInputTarget to include a preference for the type of virtual keyboard (implemented on iOS + android) | 11 years ago | 
				
					
						|  jules | fbaa559a19 | Added a method CallOutBox::getBorderSize | 11 years ago |