1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-14 00:14:18 +00:00
JUCE/extras/Introjucer/Source
2013-08-01 12:40:50 +01:00
..
Application Renamed the swapWithArray methods in the array classes to "swapWith" to be more consistent with other swap method naming, and templated the methods for more flexibility. 2013-07-28 11:31:25 +01:00
BinaryData Introjucer: code editor popup menu helper function to insert a new class declaration. 2013-04-22 16:18:35 +01:00
Code Editor Some more override decorations. 2013-07-10 14:55:26 +01:00
ComponentEditor Added a templated type to the RectangleList class. If you've used this class and these changes cause syntax errors, all you need to do to your code is to replace "RectangleList" with "RectangleList<int>" and everything will work as it did before. 2013-07-28 18:08:28 +01:00
Project Cleaned up some unused variables. 2013-08-01 12:40:50 +01:00
Project Saving Introjucer: Fixed an ordering problem in linux makefile generation. 2013-07-28 18:42:59 +01:00
Utility Replaced a few Justification references. 2013-07-01 22:07:39 +01:00
jucer_Headers.h Updated headers in demo project files. 2013-06-13 14:06:55 +01:00