Timur Doumler
|
c922162b03
|
Introjucer: added global preferences window and global SDK path settings.
|
9 years ago |
hogliux
|
c7b8e77031
|
Update copyright notice
|
10 years ago |
jules
|
43ce64a099
|
Introjucer: refactored some functions and made it add "--no-undefined" to linux VST makefile linker settings.
|
10 years ago |
jules
|
06c1a15496
|
Added some missing 'override' decorators
|
10 years ago |
Timur Doumler
|
bb8b36aa72
|
Fixed bug where Introjucer would produce invalid code in case two images added via the GUI editor use the same image resource
|
10 years ago |
hogliux
|
0e97c57322
|
More clean-up on convertToPath in Introjucer
|
10 years ago |
hogliux
|
9748d92798
|
Clean-up convertToPath in Introjucer
|
10 years ago |
hogliux
|
d8b50dd009
|
Fixes bug in the introjucer where converting a text to a path adds a small offset
|
10 years ago |
jules
|
c17a72e5b1
|
Minor clean-ups.
|
10 years ago |
jules
|
5d6c37ed69
|
Cranked-up the warning level in the introjucer Xcode build, and fixed a few minor warnings.
|
10 years ago |
jules
|
dc79ef6094
|
Introjucer: added ability to use BinaryData resources as images in the old GUI editor.
|
10 years ago |
jules
|
97ecefaf1e
|
Introjucer: Added pre-resize user code block to generated resize() methods.
|
10 years ago |
jules
|
80214e458c
|
First version of new introjucer templates page
|
10 years ago |
jules
|
e60aa581d6
|
Added some missing semi-colons.
|
10 years ago |
jules
|
6ec478bb8d
|
Introjucer gui comp layout generation - added missing parentheses.
|
11 years ago |
jules
|
1e23cda2ff
|
Cleaned up a couple of minor analyser warnings.
|
11 years ago |
jules
|
8baa07ac89
|
Updated introjucer component editor to use callout boxes for colour editors
|
11 years ago |
jules
|
6c16af73f5
|
Introjucer: removed an unimportant assertion
|
11 years ago |
jules
|
91d9c96338
|
Minor clean-ups
|
11 years ago |
jules
|
343d68814b
|
Introjucer: setting default name for new GUI comps.
|
11 years ago |
jules
|
4c6e655f0f
|
Introjucer: made the tooltip entry box multi-line.
|
11 years ago |
jules
|
8469269b10
|
Introjucer font selector typo fix.
|
11 years ago |
jules
|
4d79bed3d1
|
Added versions of Component::addAndMakeVisible and addChildComponent which take a reference instead of a pointer.
|
11 years ago |
jules
|
64a38ea6ee
|
Sanity-checked places where introjucer GUI editor added TRANS macros.
|
11 years ago |
jules
|
a2ffe5e6eb
|
Introjucer: added TRANS macro to GUI designed generated code.
|
11 years ago |
jules
|
2edec00b55
|
Removed a few more uses of String::empty.
|
11 years ago |
jules
|
2623f4d1e1
|
Added method String::clear(), and used it to replace a few uses of String::empty.
|
11 years ago |
jules
|
12a8dd3092
|
Avoided some pedantic GCC warnings.
|
11 years ago |
jules
|
664a585d19
|
Introjucer: fix for GUI editor graphic element coords not updating.
|
11 years ago |
jules
|
f485fdcf63
|
Introjucer: Fixed a typo in the generated code.
|
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
|
365e4611fa
|
Introjucer: misc minor fixes + tweaks.
|
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
|
cff361828a
|
Introjucer: in GUI editor, made sure image resources are loaded correctly.
|
11 years ago |
jules
|
877823b649
|
Introjucer: added test UI command to the menu.
|
11 years ago |
jules
|
8a66ec83f0
|
Minor clean-ups.
|
11 years ago |
jules
|
57db92b276
|
Cleaned up some ints that should have been CommandIDs.
|
11 years ago |
jules
|
fc772941d6
|
Fixed some pedantic warnings.
|
11 years ago |
jules
|
ec524a437d
|
Fixed VC warning. Tweak to mouse cursor snap-back in sliders. Added an introjucer option to avoid adding the BinaryData.h header to AppConfig.h
|
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
|
a2c95ce4fd
|
Cleaned out and optimised some graphics code.
|
11 years ago |
jules
|
dbf7053861
|
New method Graphics::fillRectList(), which performs better (and looks better when scaled) than multiple calls to fillRect or drawVerticalLine. Also fixed DPI detection in Windows.
|
11 years ago |
jules
|
641cb754f0
|
Minor clean-ups.
|
11 years ago |
jules
|
45b56e2e20
|
Minor clean-ups around the Justification class.
|
11 years ago |
jules
|
f2e9b0a434
|
Some modal loop code cleanups.
|
12 years ago |
jules
|
127342e147
|
Introjucer: minor refactoring.
|
12 years ago |
jules
|
1b9a60e52c
|
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.
|
12 years ago |
jules
|
3d74717349
|
Bit of tidying-up in the Point class, and some spelling fixes in comments.
|
12 years ago |
jules
|
3861a04197
|
Some more override decorations.
|
12 years ago |
jules
|
5918d039ce
|
Added some "override" annotations.
|
12 years ago |