1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-30 02:50:05 +00:00
Commit graph

202 commits

Author SHA1 Message Date
jules
6db05a6100 Tweaked some syntax to help with Clang/Windows compatibility 2015-08-08 12:54:59 +01:00
jules
a0e7e12a02 Introjucer: added new command-line utilities: "--trim-whitespace" and "--remove-tabs" 2015-08-04 13:04:59 +01:00
hogliux
49446da555 Some minor tweeks to the auto-updater to more gracefully handle error situations 2015-07-22 19:11:15 +01:00
hogliux
c7b8e77031 Update copyright notice 2015-07-22 15:59:34 +01:00
hogliux
0e7729590f Add release notes text field to Introjucer's auto-updater dialog. Minor auto-updater infrastructure updates and code refactoring. 2015-07-22 12:53:22 +01:00
jules
61eb7f8e6c Introjucer: Minor project and L+F updates 2015-07-07 12:13:28 +01:00
jules
dab1a549b9 Introjucer: some internal refactoring. 2015-07-02 14:47:22 +01:00
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