jules
|
6ec478bb8d
|
Introjucer gui comp layout generation - added missing parentheses.
|
10 years ago |
jules
|
1e23cda2ff
|
Cleaned up a couple of minor analyser warnings.
|
10 years ago |
jules
|
8baa07ac89
|
Updated introjucer component editor to use callout boxes for colour editors
|
10 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.
|
11 years ago |
jules
|
127342e147
|
Introjucer: minor refactoring.
|
11 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.
|
11 years ago |
jules
|
3d74717349
|
Bit of tidying-up in the Point class, and some spelling fixes in comments.
|
11 years ago |
jules
|
3861a04197
|
Some more override decorations.
|
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
|
78aac0995a
|
Fixes for some clang static analysis warnings.
|
12 years ago |
jules
|
c5b4e48b80
|
Updated some headers and URLs.
|
12 years ago |
jules
|
c75a7300f5
|
Added some 'override' modifiers to overridden methods.
|
12 years ago |
jules
|
7bd867794c
|
Misc minor clean-ups.
|
12 years ago |
jules
|
4b128378cf
|
CodeEditorComponent rendering improvements. Faster OSX font lookup.
|
12 years ago |
jules
|
ddc1524742
|
Updated headers in demo project files.
|
12 years ago |
jules
|
c7506df13f
|
Changed some pass-by-references to pass-by-value to improve compiler optimisation.
|
12 years ago |
jules
|
3e628c816e
|
Minor fixes for clang.
|
12 years ago |
jules
|
4b6a094d13
|
Made DirectoryIterator capable of parsing multiple wildcard patterns.
|
12 years ago |
jules
|
89c5c5c8c5
|
Introjucer: saving Jucer cpp file also saves header.
|
12 years ago |
jules
|
2f46a58238
|
Spelling correction.
|
12 years ago |
jules
|
9792475bdc
|
Introjucer: zooming fix.
|
12 years ago |