|  jules | 03c2801f3f | Copyright header update in all module files. juce_core modules are now ISC licensed. All other modules are GPLv2/3/AGPLv3 | 12 years ago | 
				
					
						|  jules | c7506df13f | Changed some pass-by-references to pass-by-value to improve compiler optimisation. | 12 years ago | 
				
					
						|  jules | 9387c7fdaf | Simplified some ComponentPeer methods. | 12 years ago | 
				
					
						|  jules | b4382bad62 | Added String methods to create/return a std::string, and also String::toRawUTF8 method. | 12 years ago | 
				
					
						|  jules | 8f26cc79c9 | Minor clean-ups. | 12 years ago | 
				
					
						|  jules | cb5ea1573b | Linux window SHM repainting fix. | 12 years ago | 
				
					
						|  jules | 36ade1a49b | linux implementation of juce_areThereAnyAlwaysOnTopWindows() | 12 years ago | 
				
					
						|  jules | 85ce81e15a | Linux windowing fix | 12 years ago | 
				
					
						|  jules | 823d0da856 | Minor clean-ups | 12 years ago | 
				
					
						|  jules | fd90a9d449 | Fix for linux updating of child window bounds. | 12 years ago | 
				
					
						|  jules | 7969ec3611 | NativeAlertWindow callback implementations. | 12 years ago | 
				
					
						|  jules | a97fb3024d | Linux mouse-drag fix. | 12 years ago | 
				
					
						|  jules | 960e604baa | Removed restriction on number of touches in iOS/Android. | 12 years ago | 
				
					
						|  jules | 9ca3ab9454 | AlertWindows should now be always-on-top if the process is using any other windows are in that mode. | 13 years ago | 
				
					
						|  jules | 0ceeb573d8 | Minor changes to avoid pedantic compiler warnings. | 13 years ago | 
				
					
						|  jules | 667a18712f | Added begin()/end() iterators to RectangleList. You should use these in preference to RectangleList::Iterator, as they're faster. | 13 years ago | 
				
					
						|  jules | c16c3a7c28 | Fixed some documentation and minor GCC warnings. Fixed a JACK bug that would have mixed up the input/output channels. | 13 years ago | 
				
					
						|  jules | 4ef89c890f | Avoided a few gcc compiler warnings. | 13 years ago | 
				
					
						|  jules | 9f52845c38 | Minor update to linux drag+drop | 13 years ago | 
				
					
						|  jules | 565cb189ea | Introjucer: ability to drag files from the project tree into external apps. Added more drag-and-drop functionality for linux. | 13 years ago | 
				
					
						|  jules | d94a1afcdc | Linux drag-and-drop fix. | 13 years ago | 
				
					
						|  jules | a25acde808 | Image subsection fix. Linux text drag-and-drop. | 13 years ago | 
				
					
						|  jules | e4a153de57 | Linux drag-and-drop improvements. | 13 years ago | 
				
					
						|  jules | a7a16116d0 | Linux: fixed dependency between juce_gui_basics and juce_events. | 13 years ago | 
				
					
						|  jules | 46f1c15f92 | Introjucer: fix for binary data with duplicate filenames. | 13 years ago | 
				
					
						|  jules | d5dc5b2ba9 | MouseCursor refactoring. | 13 years ago | 
				
					
						|  jules | 9a24aa8a20 | Minor clean-ups. | 13 years ago | 
				
					
						|  jules | fa8cbe334d | Linux XRender fix. | 13 years ago | 
				
					
						|  jules | b65255375a | Linux windowing: supported the _NET_WM_USER_TIME value, and did some general tidying up. | 13 years ago | 
				
					
						|  jules | b7089dfa45 | New type of mouse cursor: ParentCursor, which means "show the same cursor as the parent component". | 13 years ago | 
				
					
						|  jules | 67ee4a6201 | New method Process::makeForegroundProcess() (only implemented in OSX) | 13 years ago | 
				
					
						|  jules | 5a69cc6ce2 | Internal tidying-up. | 13 years ago | 
				
					
						|  jules | 9af7f2f480 | Fixed a dependency issue in the graphics module. | 13 years ago | 
				
					
						|  jules | 5913db4697 | Linux compile error fix. | 13 years ago | 
				
					
						|  jules | 87175c91f5 | Changed the signature of MouseListener::mouseWheelMove() to take a struct MouseWheelDetails rather than raw floats. This will require updates in source code that uses mouse-wheel callbacks, but provides some new abilities, including a flag to indicate inverted wheel direction. | 13 years ago | 
				
					
						|  jules | 5caaa4009a | Added class: TextDragAndDropTarget. | 13 years ago | 
				
					
						|  jules | 9c21813960 | Fix for a mistake in the last check-in! | 13 years ago | 
				
					
						|  jules | 5e378c5c90 | Fix for linux keyboard function. | 13 years ago | 
				
					
						|  jules | 3ef8be7a42 | Updated use of deprecated linux keyboard function. Removed some unnecessary GL headers. | 13 years ago | 
				
					
						|  jules | 7d4bbd114a | New class Desktop::Displays, which now handles all display size information and replaces some methods that were in Desktop. Also now supports display scaling values. See Desktop::getDisplays(). | 13 years ago | 
				
					
						|  jules | 49870de020 | Added a bit of extra functionality to WindowsRegistry. Linux: couple of fixes for fullscreen, file chooser, and a bit of tidying up. Internal refactoring in NSViewComponent. | 13 years ago | 
				
					
						|  jules | e1fea143b6 | Linux 64-bit icon fix. | 13 years ago | 
				
					
						|  jules | cd0683ef4d | Tidied up a few return types. | 14 years ago | 
				
					
						|  jules | 96c0a756e0 | Linux windowing tweak for menus + tooltips. | 14 years ago | 
				
					
						|  jules | 2b34a17716 | ASIO name fix. Minor TextEditor fix. Linux auto-repeat key workaround. | 14 years ago | 
				
					
						|  jules | 0b1cdf6ab1 | Refactoring of image storage: new classes ImageType, ImagePixelData, SoftwareImageType, NativeImageType, OpenGLImageType. | 14 years ago | 
				
					
						|  jules | 7404020717 | New method LookAndFeel::createGraphicsContext(). More OpenGL refactoring. | 14 years ago | 
				
					
						|  Julian Storer | b114339c3f | New macro JUCE_DEFAULT_SOFTWARE_RENDERER to help replace the software renderer with a custom class. Removed some defunct Xcode settings. Small SVG workaround. | 14 years ago | 
				
					
						|  Julian Storer | b70e0a28d2 | First check-in of the "jucequake": a major re-organisation of the library to break it up into modules. For more details about this, see the website forum.. | 14 years ago | 
				
					
						|  Julian Storer | b317b47533 | Multi-touch handling changes for Component class. 64-bit VST keypress fix. | 14 years ago |