jules
|
c397984fe9
|
Whitespace
|
10 years ago |
jules
|
80214e458c
|
First version of new introjucer templates page
|
10 years ago |
jules
|
970300867f
|
Introjucer: Added .S to the supported asm file extensions.
|
10 years ago |
jules
|
6a89a440b5
|
Introjucer: Reorganised some file extensions and added .asm and .s to the list of recognised types.
|
10 years ago |
jules
|
c46927d580
|
Minor clean-ups
|
11 years ago |
jules
|
95699451b5
|
Added method ModalComponentManager::cancelAllModalComponents()
|
11 years ago |
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.
|
11 years ago |
jules
|
4e085e7707
|
Introjucer: added a "save all" command.
|
11 years ago |
jules
|
4d79bed3d1
|
Added versions of Component::addAndMakeVisible and addChildComponent which take a reference instead of a pointer.
|
11 years ago |
jules
|
a2ffe5e6eb
|
Introjucer: added TRANS macro to GUI designed generated code.
|
11 years ago |
jules
|
c28c6c3e7c
|
Introjucer: added a utility tool that converts an SVG path string into code that creates a Path object.
|
11 years ago |
jules
|
7643162766
|
Introjucer: made it recognise .S files as needing to be compiled.
|
11 years ago |
jules
|
172f19f4a4
|
Introjucer: fix for module deletion bug, and some clean-ups.
|
11 years ago |
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).
|
11 years ago |
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.
|
11 years ago |
jules
|
022057460d
|
Introjucer: avoided assertion when launching files in windows explorer.
|
11 years ago |
jules
|
8e4825e7bd
|
Introjucer: avoided problems when closing a GUI comp which is a sub-component of another currently-loaded GUI component.
|
11 years ago |
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.
|
11 years ago |
jules
|
ec52acc609
|
Minor clean ups inside Random class and introjucer.
|
11 years ago |
jules
|
c7cab8e020
|
Cleaned up some table look+feel code.
|
11 years ago |
jules
|
8a66ec83f0
|
Minor clean-ups.
|
11 years ago |
jules
|
221786dfcf
|
New method Array::addNullTerminatedArray(), and misc minor tightening-up of code.
|
11 years ago |
jules
|
fc772941d6
|
Fixed some pedantic warnings.
|
11 years ago |
jules
|
64391b7552
|
Introjucer: began refactoring some module-management code.
|
11 years ago |
jules
|
f3333aa29d
|
Introjucer: added a couple of view menu options.
|
11 years ago |
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.
|
11 years ago |
jules
|
127342e147
|
Introjucer: minor refactoring.
|
11 years ago |
jules
|
711764103e
|
Introjucer: made it recognise the .hh file suffix.
|
11 years ago |
jules
|
5b25ac6609
|
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.
|
11 years ago |
jules
|
3861a04197
|
Some more override decorations.
|
12 years ago |
jules
|
802969a42e
|
Fix for OSX native recent files menu.
|
12 years ago |
jules
|
4ce1908f79
|
Misc tidying-up.
|
12 years ago |
jules
|
82d305a2a2
|
Introjucer: added exporter for VS2013
|
12 years ago |
jules
|
ecc1a17bc6
|
Code clean-ups.
|
12 years ago |
jules
|
00e77a7ac2
|
OSX main menu recent files list fixes.
|
12 years ago |
jules
|
5918d039ce
|
Added some "override" annotations.
|
12 years ago |
jules
|
eb646f8c42
|
Deprecated some old bool notification mode parameters, and replaced them with NotificationType values in the ComboBox and Button classes.
|
12 years ago |
jules
|
2329e63f20
|
Converted a few Colour references to pass-by-values.
|
12 years ago |
jules
|
a0792ec444
|
Fix for software-rendered code editor text.
|
12 years ago |
jules
|
c75a7300f5
|
Added some 'override' modifiers to overridden methods.
|
12 years ago |
jules
|
4b128378cf
|
CodeEditorComponent rendering improvements. Faster OSX font lookup.
|
12 years ago |
jules
|
fc79df875f
|
Refactoring of some glypharrangement code.
|
12 years ago |
jules
|
2e5604a664
|
Introjucer: fixed current project order for translation tool.
|
12 years ago |
jules
|
2ca1f2e704
|
Introjucer module updater fix.
|
12 years ago |
jules
|
ddc1524742
|
Updated headers in demo project files.
|
12 years ago |
jules
|
d47ac98318
|
Introjucer: checking for out-of-date introjucer binary.
|
12 years ago |
jules
|
3f7b7f055e
|
Introjucer: Treating ".inl" extension as a header file.
|
12 years ago |
jules
|
6c8fa3e6e7
|
Introjucer: added a translation tool utility
|
12 years ago |
jules
|
3e628c816e
|
Minor fixes for clang.
|
12 years ago |
jules
|
4d61bfd8a3
|
Refactored some TRANS strings to make them more amenable to translation. Added the NEEDS_TRANS macro.
|
12 years ago |