29def60175 
								
							
								 
							
						 
						
							
							
								
								Improvements to WindowsMediaAudioFormat. Added some functionality to LocalisedStrings, and added some translate() functions that can be used instead of the old TRANS macro.  
							
							
								
							
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								58db7eb880 
								
							
								 
							
						 
						
							
							
								
								Complete rewrite of the TextLayout class, to provide better support for native platform layout functions. It now works with the AttributedString class, to provide a pre-formatted AttributedString that can be drawn.  
							
							
								
							
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								873ea4a978 
								
							
								 
							
						 
						
							
							
								
								Introjucer MSVC prebuild setting.  
							
							
								
							
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								52fc8e14bb 
								
							
								 
							
						 
						
							
							
								
								Added iOS web-browser support. Removed some temporary code that had been left in the Introjucer.  
							
							
								
							
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								c7354b927e 
								
							
								 
							
						 
						
							
							
								
								Introjucer updates to the new project wizard and module update system.  
							
							
								
							
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								438cc245ad 
								
							
								 
							
						 
						
							
							
								
								Introjucer fix for malformed GUIDs (caused problems with .sln files)  
							
							
								
							
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								ce0b4bdb9c 
								
							
								 
							
						 
						
							
							
								
								Support for writing JPG even if the image has an alpha channel. Added assertion to warn if you try to use a fallback font on OSX. Minor fixes and features for PopupMenu, ComboBox.  
							
							
								
							
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								6e82a92d07 
								
							
								 
							
						 
						
							
							
								
								Changed the introjucer's hash-generation algorithm.  
							
							
								
							
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								2d56bedab5 
								
							
								 
							
						 
						
							
							
								
								Introjucer update to provide downloading of new modules directly from the website.  
							
							
								
							
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								79090d1017 
								
							
								 
							
						 
						
							
							
								
								Improved the string hashing algorithm in the introjucer.  
							
							
								
							
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								2c328dfedc 
								
							
								 
							
						 
						
							
							
								
								Changed some return types from being const objects to non-const objects (for better c++11 compliance in future). This may mean that you need to remove the 'const' from your own code if you override the virtual methods that have changed.  
							
							
								
							
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								81da96f1a2 
								
							
								 
							
						 
						
							
							
								
								Refactored the structure of the introjucer's generated code folder, and gave it the ability to embed local copies of modules.  
							
							
								
							
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								693132a6e5 
								
							
								 
							
						 
						
							
							
								
								Changed the way module code is wrapped by the Introjucer.  
							
							
								
							
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								d3bcbeef9c 
								
							
								 
							
						 
						
							
							
								
								Introjucer saving optimisations.  
							
							
								
							
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								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  
				
					
						
							
							
								 
						
							
							
							
								
							
								f89fa9456a 
								
							
								 
							
						 
						
							
							
								
								Sorted out some windows header files. Introjucer RTAS VC project fix.  
							
							
								
							
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								6392cdabcc 
								
							
								 
							
						 
						
							
							
								
								Even more introjucer refactoring.  
							
							
								
							
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								e627847d32 
								
							
								 
							
						 
						
							
							
								
								More introjucer refactoring.  
							
							
								
							
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								2dff4cd3fa 
								
							
								 
							
						 
						
							
							
								
								GIF decoding fix. Introjucer refactoring work.  
							
							
								
							
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								98ba259599 
								
							
								 
							
						 
						
							
							
								
								Minor introjucer clean-ups.  
							
							
								
							
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								0853a9b686 
								
							
								 
							
						 
						
							
							
								
								Removed const-ness from some return types to take advantage of future c++0x advantages.  
							
							
								
							
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								74469aaa83 
								
							
								 
							
						 
						
							
							
								
								Refactored the PropertiesFile construction, introducing a PropertiesFile::Options structure to hold all the settings that previously were just passed as parameters. Also added a mandatory option for setting the OSX preferences path to be used - see the PropertiesFile::Options::osxLibrarySubFolder value for details.  
							
							Also on OSX, changed the location used for interprocess lock files to /var/tmp - this may affect applications which try to share locks with older builds of the same app. 
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								b08d3c69fa 
								
							
								 
							
						 
						
							
							
								
								Fix for Win7 full-screen problem. Fix for introjucer absolute paths.  
							
							
								
							
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								8519598c93 
								
							
								 
							
						 
						
							
							
								
								Added cue point parsing to wav file format. Added SystemStats::getComputerName() method. More minor nullptr/noexcept tweaks.  
							
							
								
							
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								f04309f44a 
								
							
								 
							
						 
						
							
							
								
								Added fake placeholder versions of the new c++0x 'noexcept' and 'nullptr' keywords, and altered the library classes to use these instead of 'throw()' and '0'. This shouldn't make any difference at all to existing code, but will enable better static checking with future c++0x compilers.  
							
							
								
							
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								f73d602b45 
								
							
								 
							
						 
						
							
							
								
								64-bit VST tweaks. Removed leak warnings for messages.  
							
							
								
							
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								1fb8929c55 
								
							
								 
							
						 
						
							
							
								
								New class: ImageComponent, which just displays an image.  
							
							
								
							
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								0297ae5c69 
								
							
								 
							
						 
						
							
							
								
								Added mac architecture type to the introjucer. Optimised code editor syntax iteration.  
							
							
								
							
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								82e8d68a5d 
								
							
								 
							
						 
						
							
							
								
								Renamed the experimental jucer as the Introjucer.  
							
							
								
							
							
						 
						14 years ago