1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-02-01 03:10:06 +00:00
JUCE/extras/the jucer/src
2010-03-20 13:58:20 +00:00
..
binarydata 2007-06-13 08:28:44 +00:00
model Minor Jucer compilation fixes. 2010-03-20 13:58:20 +00:00
properties Changed Font::findFonts() to use an Array instead of an OwnedArray. 2010-02-12 18:07:28 +00:00
templates Rearranged the default font mechanism so that the LookAndFeel class has a chance to create custom typefaces for global use. 2009-01-09 21:29:16 +00:00
ui Created a new class Component::SafePointer that keeps a pointer to a component and automatically nulls it if the component is deleted - this makes it a much more elegant replacement for the old ComponentDeletionWatcher class. Removed Component::getComponentUnderMouse(), which doesn't fit with multi-touch interfaces - for similar functionality, use the Desktop::getMouseInputSource() methods to find out what MouseInputSources are available, and ask them about the component they are over or dragging. 2010-02-25 22:33:44 +00:00
utility Eradicated the last vestiges of printf from the library. String::formatted and String::printf are now gone - please use the << operators instead! 2010-03-11 14:33:40 +00:00
BinaryData.cpp minor whitespace clean-up 2009-08-20 10:33:05 +00:00
BinaryData.h 2007-06-13 08:28:44 +00:00
juce_AppConfig.h Updated the text of the copyright/license blurb at the top of each source file. 2009-08-18 22:10:34 +00:00
juce_LibrarySource.cpp Created an option to use the amalgamated template files as a set of 4 separate files instead of one big one, to help when compiling in low-memory environments. Moved all the amalgamated templates out of the src folder and into their own subfolder, so if you have files that include them, you might need to tweak the path that you're using. Also tweaked the amalgamator to deal with this new setup. 2010-02-07 15:18:10 +00:00
juce_LibrarySource.mm Created an option to use the amalgamated template files as a set of 4 separate files instead of one big one, to help when compiling in low-memory environments. Moved all the amalgamated templates out of the src folder and into their own subfolder, so if you have files that include them, you might need to tweak the path that you're using. Also tweaked the amalgamator to deal with this new setup. 2010-02-07 15:18:10 +00:00
jucer_Headers.h Updated the text of the copyright/license blurb at the top of each source file. 2009-08-18 22:10:34 +00:00
jucer_Main.cpp Updated the text of the copyright/license blurb at the top of each source file. 2009-08-18 22:10:34 +00:00