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

74 commits

Author SHA1 Message Date
jules
4e085e7707 Introjucer: added a "save all" command. 2013-12-29 11:23:13 +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
022057460d Introjucer: avoided assertion when launching files in windows explorer. 2013-10-20 21:18:11 +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
221786dfcf New method Array::addNullTerminatedArray(), and misc minor tightening-up of code. 2013-09-18 19:10:01 +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
jules
42aa27900b Moved most of the functionality from JUCEApplication into JUCEApplicationBase, so that it can be used without needing juce_gui_basics to be present. 2013-09-07 09:43:45 +01:00
jules
127342e147 Introjucer: minor refactoring. 2013-08-04 17:53:56 +01:00
jules
802969a42e Fix for OSX native recent files menu. 2013-07-10 14:11:06 +01:00
jules
4ce1908f79 Misc tidying-up. 2013-07-09 20:25:46 +01:00
jules
ecc1a17bc6 Code clean-ups. 2013-07-09 14:51:11 +01:00
jules
00e77a7ac2 OSX main menu recent files list fixes. 2013-07-09 11:43:12 +01:00
jules
5918d039ce Added some "override" annotations. 2013-07-08 19:05:14 +01:00
jules
c75a7300f5 Added some 'override' modifiers to overridden methods. 2013-06-23 23:09:52 +01:00
jules
2ca1f2e704 Introjucer module updater fix. 2013-06-13 16:35:23 +01:00
jules
ddc1524742 Updated headers in demo project files. 2013-06-13 14:06:55 +01:00
jules
d47ac98318 Introjucer: checking for out-of-date introjucer binary. 2013-06-03 22:39:21 +01:00
jules
6c8fa3e6e7 Introjucer: added a translation tool utility 2013-05-09 10:51:14 +01:00
jules
ffc9200ea7 Changed the linux version of the introjucer to store its config and log files in ~/.config 2013-05-05 13:15:05 +01:00
jules
76c2ba89e3 Introjucer: fixes to module update box. 2013-04-20 15:54:33 +01:00
jules
b6e24c4b39 Introjucer: fixed jucer snapping grid. Added extra group sort option. 2013-04-17 10:06:42 +01:00
jules
9f37bf2e58 Minor introjucer fixes. 2013-04-15 20:47:18 +01:00
jules
52b638ff40 Misc cleanups. 2013-04-09 19:42:47 +01:00
jules
bb008cb1ba Merged the old Jucer into the introjucer. 2013-03-31 23:09:17 +01:00
jules
12c28fd882 Introjucer: added "save as" 2013-03-30 13:06:00 +00:00
jules
0ceeb573d8 Minor changes to avoid pedantic compiler warnings. 2012-12-04 21:39:15 +00:00
jules
f13621a78d Added support for native OSX recent files menu - to enable it, see the MenuBarModel::setMacMainMenu() method, and re-save your project using this version of the introjucer. 2012-10-28 18:38:10 +00:00
jules
53784490b2 Minor fixes and clean-ups. 2012-09-26 12:38:56 +01:00
jules
db5c92f760 Introjucer: module error handling. 2012-09-25 17:20:56 +01:00
jules
63085a7185 Introjucer: minor fixes. 2012-09-20 12:27:39 +01:00
jules
bb37710eca Introjucer: shutdown fix. 2012-09-20 11:29:55 +01:00
jules
06e2a667fb Introjucer: change to android manifest to improve graphics performance. Stopped alertwindows being always-on-top in plugins. 2012-09-19 18:39:57 +01:00
jules
e77d5b12ef Some clean-ups and additions to Logger and FileLogger classes. Added some logging to the Introjucer. 2012-09-19 15:22:39 +01:00
jules
73359d4af0 Introjucer: added text search for the code editor. 2012-09-18 20:04:26 +01:00
jules
3831af62ef Updated CodeEditorComponent to act as an ApplicationCommandTarget 2012-09-17 21:20:18 +01:00
jules
9a24aa8a20 Minor clean-ups. 2012-09-11 09:35:03 +01:00
jules
b0b6a7ca25 Introjucer: added command to open counterpart files. 2012-09-06 17:51:43 +01:00
jules
745e2ae8b9 Added new version of Path::addRoundedRectangle(). Introjucer: new button look and feel. 2012-09-05 11:54:44 +01:00
jules
ebb7b6db74 Introjucer: some refactoring, new icon. 2012-08-31 10:46:33 +01:00
jules
af3bab799f Introjucer: fine-tuned some command behaviours. 2012-07-26 18:47:24 +01:00
jules
4268ed7453 Introjucer: better tool windows. Font fixes. 2012-07-26 13:42:40 +01:00
jules
8a006e589c Cleaned up some application startup code. 2012-07-25 07:53:28 +01:00
jules
d019af5b82 Introjucer: minor internal stuff. 2012-07-17 15:51:24 +01:00
jules
baecac82d9 Introjucer: tweaked document focus behaviour. 2012-07-13 14:50:49 +01:00
jules
df729be74a Cleaned-up class inheritance visibilities and encapsulation for some internal classes. 2012-07-12 14:10:46 +01:00
jules
770b8a4ae1 Introjucer: more colour scheme stuff. 2012-07-10 15:28:53 +01:00
jules
44e454f0b7 Introjucer: colours and refactoring. 2012-07-10 12:08:35 +01:00
jules
c65c7dd4a4 Introjucer: misc internal refactoring. 2012-07-09 10:15:26 +01:00
jules
0475cedff5 Introjucer: commands to move back/forwards through open docs. 2012-07-07 21:11:06 +01:00