jules
|
fb864a5cb1
|
Corrected some spelling mistakes in comments
|
2016-04-11 11:13:44 +01:00 |
|
Timur Doumler
|
70949aa0c6
|
Added several new features: support for AudioUnit v3, new simplified JUCE module format, deleted the Introjucer and replaced it by the Projucer, various improvements for exporting of iOS and Android projects.
|
2016-04-06 18:31:24 +01:00 |
|
jules
|
e04ebc8929
|
Added missing JUCE_API
|
2016-03-04 09:04:13 +00:00 |
|
jules
|
6f8b9205a5
|
Added a shortcut key description field to PopupMenu::Item
|
2016-03-02 20:36:50 +00:00 |
|
jules
|
e5fd6d6e01
|
Simplification/refactoring of the PopupMenu class by adding a subclass PopupMenu::Item which holds all the info about an item. You can now use this for more control over adding items and the PopupMenu::MenuItemIterator uses it to return info about existing items.
|
2016-03-02 18:04:48 +00:00 |
|
jules
|
6f19816cf4
|
Added another PopupMenu::addItem method for coloured items with drawables
|
2016-02-05 09:51:51 +00:00 |
|
jules
|
135a1b65de
|
Fixed a typo in the last commit
|
2016-01-07 11:00:44 +00:00 |
|
jules
|
622add3dc9
|
Made the PopupMenu keep a weak reference to its LookAndFeel, so that it'll avoid crashing in situations where the L+F is deleted while the menu is still on-screen.
|
2016-01-07 10:39:10 +00:00 |
|
jules
|
4583fa3fbf
|
Used the ignoreUnused() function to tidy up some old code
|
2015-12-23 16:27:50 +00:00 |
|
jules
|
02492b36b9
|
Lots of small whitespace tweaks.
|
2015-12-13 19:32:05 +00:00 |
|
jules
|
15cd46a1de
|
Tidied up some comments
|
2015-10-12 10:14:08 +01:00 |
|
Timur Doumler
|
0838edd138
|
Tidied up order of declarations in juce_PopupMenu.h.
|
2015-09-08 15:11:14 +01:00 |
|
Timur Doumler
|
db078f194d
|
PopupMenu: added option to include an iconToUse to addCommandItem.
|
2015-08-07 10:14:46 +01:00 |
|
hogliux
|
c7b8e77031
|
Update copyright notice
|
2015-07-22 15:59:34 +01:00 |
|
Joshua Gerrard
|
af643bb49d
|
Added default constructor to MenuBarComponent
|
2015-07-21 10:10:34 +01:00 |
|
jules
|
a4526eae3f
|
Avoided a couple of warnings about missing override specifiers.
|
2015-07-08 11:12:05 +01:00 |
|
jules
|
3e947f1612
|
Fixes for unused parameter warnings when modal loops are disabled.
|
2015-03-05 14:38:42 +00:00 |
|
jules
|
e60aa581d6
|
Added some missing semi-colons.
|
2014-10-14 11:48:16 +01:00 |
|
jules
|
43d4c1ea2f
|
Added LookAndFeel method drawPopupMenuSectionHeader()
|
2014-09-16 12:29:34 +01:00 |
|
jules
|
2fd89b0ac4
|
A few minor clean-ups.
|
2014-08-26 10:17:40 +01:00 |
|
jules
|
6c61dbb68e
|
Refactored the internal mouse-handling code to use floating point coords. This shouldn't affect much user code, but a few methods in MouseInputSource have now changed to use Point<float> rather than Point<int>.
|
2014-06-14 13:06:53 +01:00 |
|
jules
|
28dbc839b1
|
Refactored LookAndFeel::drawPopupMenuItem() and some PopupMenu methods to allow menus to use Drawables for their icons as well as just Images.
|
2013-11-24 19:30:04 +00:00 |
|
jules
|
12a8dd3092
|
Avoided some pedantic GCC warnings.
|
2013-11-03 19:16:52 +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
|
98f17ab4dc
|
A few tweaks to support the MSVC DLL build.
|
2013-09-30 09:24:31 +01:00 |
|
jules
|
57db92b276
|
Cleaned up some ints that should have been CommandIDs.
|
2013-09-17 18:45:48 +01:00 |
|
jules
|
be1d5253ee
|
Moved some mouse code out of Desktop class. Made the MouseInputSource class pass-by-value.
|
2013-09-03 10:44:55 +01:00 |
|
jules
|
525370ff8a
|
Refactored PopupMenu internally to avoid some problems with touch input.
|
2013-09-02 22:10:09 +01:00 |
|
jules
|
7f6394478a
|
Stripped out some unnecessary boilerplate includes from juce_gui_basics.
|
2013-08-24 11:45:55 +01:00 |
|
jules
|
65c155e372
|
Added a class ContainerDeletePolicy, to allow custom delete operations on objects held by ScopedPointers or OwnedArrays. Also cleaned away a lot of superfluous includes in juce_core files.
|
2013-08-23 12:08:31 +01:00 |
|
jules
|
45b56e2e20
|
Minor clean-ups around the Justification class.
|
2013-08-20 17:27:41 +01:00 |
|
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.
|
2013-07-28 11:31:25 +01:00 |
|
jules
|
3d74717349
|
Bit of tidying-up in the Point class, and some spelling fixes in comments.
|
2013-07-22 13:18:29 +01:00 |
|
jules
|
5a1112ab94
|
Updated the format of the header include guard macros.
|
2013-07-17 16:26:35 +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
|
03c2801f3f
|
Copyright header update in all module files. juce_core modules are now ISC licensed. All other modules are GPLv2/3/AGPLv3
|
2013-06-13 13:17:12 +01:00 |
|
jules
|
4bc38109df
|
Documentation and warning fix.
|
2013-06-05 12:47:25 +01:00 |
|
jules
|
7ba63768a7
|
Popupmenu key control wrapping.
|
2013-05-29 12:16:18 -07:00 |
|
jules
|
2dc2109876
|
Popupmenu keyboard control fix.
|
2013-05-25 11:06:08 -07:00 |
|
jules
|
c7506df13f
|
Changed some pass-by-references to pass-by-value to improve compiler optimisation.
|
2013-05-22 23:05:53 -06:00 |
|
jules
|
79d26045bb
|
PopupMenu header ID fix.
|
2013-05-15 11:15:17 -06:00 |
|
jules
|
deb02fdf70
|
Added calling convention to logAssertion.
|
2013-04-04 11:41:47 +01:00 |
|
jules
|
2c5bfb952f
|
Minor clean-ups.
|
2013-03-15 17:48:53 +00:00 |
|
jules
|
d0135d9efc
|
Worked around a GCC compiler bug. Also tidied up a bunch of GCC warnings.
|
2013-03-08 14:07:51 +00:00 |
|
jules
|
80289de56f
|
Added PopupMenu custom component submenu param.
|
2013-01-03 18:52:32 +00:00 |
|
jules
|
6f88b7ae60
|
Minor clean-ups.
|
2013-01-03 10:29:01 +00:00 |
|
jules
|
0ceeb573d8
|
Minor changes to avoid pedantic compiler warnings.
|
2012-12-04 21:39:15 +00:00 |
|
jules
|
c6944afd4c
|
PopupMenu: allowed custom components to have sub-menus.
|
2012-11-18 14:06:55 +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 |
|