1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-13 00:04:19 +00:00
Commit graph

195 commits

Author SHA1 Message Date
jules
aa52fd2f61 Introjucer: added a new command-line option --git-tag-version, which will automatically invoke a git command to take a repository with a version number from a project. 2015-04-20 16:33:32 +01:00
jules
6bc4d7627f Modified the ValueTree::Listener::valueTreeChildRemoved() and ValueTree::Listener::valueTreeChildOrderChanged() methods to include some extra parameters that give more detailed info about exactly what changed. 2015-02-25 17:38:22 +00:00
jules
70d475d25f Introjucer: added command-line options for setting version number. 2014-12-16 15:14:25 +00:00
jules
454bddbb43 Tried to avoid problems with introjucer running as a command-line app on headless linux 2014-12-03 12:42:39 +00:00
jules
c79bab8208 Introjucer shutdown order fix 2014-11-19 14:31:20 +02:00
jules
fc77d9a001 Fixed capital letter. 2014-11-19 11:23:45 +02:00
jules
5bdfa1bf52 Whitespace cleanups. 2014-11-18 11:12:31 +02:00
jules
bcc6e63e0f Big changes to the introjucer's new project page, plus new classes to support simplified app creation. 2014-11-18 11:10:13 +02:00
jules
27e303e367 Include path typo fix. 2014-11-18 11:04:18 +02:00
jules
8cfda2f24f Include path typo fix. 2014-11-18 10:54:44 +02:00
jules
1c37a7781b Introjucer shutdown sequence fix. 2014-11-15 14:07:00 +00:00
jules
f23e6352fb Introjucer shutdown sequence fix. 2014-11-15 14:06:26 +00:00
jules
9be2c8d4d9 Autoupdater fix. 2014-11-15 14:04:26 +00:00
jules
edb1e5d69a Autoupdater can now ask for new folder rather than overwriting. 2014-11-13 14:59:26 +00:00
jules
ea50838057 Whitespace 2014-11-13 14:15:30 +00:00
Felix Faire
53d7060658 Centre new project wizard on screen 2014-11-13 12:13:09 +00:00
Felix Faire
afe5928467 Introjucer "new project" UX Update
Changed the default GUI App wizard to make a window component by
default.
Widened the project creator to stop the text squishing
2014-11-13 11:47:47 +00:00
jules
8980ed2b9c module selection fixes 2014-11-12 15:50:03 +00:00
jules
231e1b015e Setting installed app execute permissions. 2014-11-12 14:56:28 +00:00
jules
f59d2e74e1 Fixes for Visual Studio 2014-11-11 17:59:39 +00:00
jules
e76895e109 More auto-updating 2014-11-11 15:03:47 +00:00
jules
4b28a4bb23 more auto-update work 2014-11-11 12:26:42 +00:00
jules
41f21aed7e more auto-update work 2014-11-10 17:48:21 +00:00
jules
e74df08e82 autoupdater work 2014-11-08 12:06:14 +00:00
jules
e4d9c00264 Began auto-updater 2014-11-06 15:04:38 +00:00
jules
c397984fe9 Whitespace 2014-10-20 15:05:51 +01:00
jules
80214e458c First version of new introjucer templates page 2014-10-20 14:58:01 +01:00
jules
970300867f Introjucer: Added .S to the supported asm file extensions. 2014-08-22 13:34:23 +01:00
jules
6a89a440b5 Introjucer: Reorganised some file extensions and added .asm and .s to the list of recognised types. 2014-08-21 14:34:44 +01:00
jules
c46927d580 Minor clean-ups 2014-05-23 21:50:43 +01:00
jules
95699451b5 Added method ModalComponentManager::cancelAllModalComponents() 2014-04-24 14:20:17 +01:00
jules
8e7fbe9976 Fix for SVG view box parsing. Improved introjucer SVG viewer to show the image's content inside the view-box as defined in the file. 2014-03-11 22:56:42 +00:00
jules
4e085e7707 Introjucer: added a "save all" command. 2013-12-29 11:23:13 +00:00
jules
4d79bed3d1 Added versions of Component::addAndMakeVisible and addChildComponent which take a reference instead of a pointer. 2013-12-23 15:16:38 +00:00
jules
a2ffe5e6eb Introjucer: added TRANS macro to GUI designed generated code. 2013-12-17 21:25:24 +00:00
jules
c28c6c3e7c Introjucer: added a utility tool that converts an SVG path string into code that creates a Path object. 2013-11-23 16:08:05 +00:00
jules
7643162766 Introjucer: made it recognise .S files as needing to be compiled. 2013-11-21 14:29:48 +00:00
jules
172f19f4a4 Introjucer: fix for module deletion bug, and some clean-ups. 2013-11-03 12:56:50 +00:00
jules
bea7b83cb8 Renamed and refactored the LookAndFeel classes. The LookAndFeel class is now an abstract base-class, and there are 3 concrete subclasses you can use. These are LookAndFeel_V1 (replaces OldSchoolLookAndFeel), LookAndFeel_V2 (replaces what was the normal LookAndFeel class) and LookAndFeel_V3 (this is a new style, taken from the Introjucer's L+F). 2013-10-27 22:02:21 +00:00
jules
56ec1d1400 Added a colour ID TreeView::selectedItemBackgroundColourId, and changed the TreeView to fill selected items with this. (The colour is set to transparent by default so this won't affect existing code).
Updated the LookAndFeel::drawTreeviewPlusMinusBox and TreeViewItem::paintOpenCloseButton methods to provide more flexibility.
2013-10-27 12:49:17 +00:00
jules
022057460d Introjucer: avoided assertion when launching files in windows explorer. 2013-10-20 21:18:11 +01:00
jules
8e4825e7bd Introjucer: avoided problems when closing a GUI comp which is a sub-component of another currently-loaded GUI component. 2013-10-15 20:53:28 +01:00
jules
a9aae9651b Big refactoring of the introjucer's module handling - removed the global module path, and each module now stores its path for each exporter. Rewrote all the UI for downloading + updating modules. 2013-09-30 14:41:36 +01:00
jules
ec52acc609 Minor clean ups inside Random class and introjucer. 2013-09-29 16:03:01 +01:00
jules
c7cab8e020 Cleaned up some table look+feel code. 2013-09-28 11:50:49 +01:00
jules
8a66ec83f0 Minor clean-ups. 2013-09-26 18:15:45 +01:00
jules
221786dfcf New method Array::addNullTerminatedArray(), and misc minor tightening-up of code. 2013-09-18 19:10:01 +01:00
jules
fc772941d6 Fixed some pedantic warnings. 2013-09-16 18:47:28 +01:00
jules
64391b7552 Introjucer: began refactoring some module-management code. 2013-09-16 09:23:37 +01:00
jules
f3333aa29d Introjucer: added a couple of view menu options. 2013-09-10 11:18:40 +01:00