jules
|
bf94ab0e4c
|
Made a few minor tweaks to reduce the number of pedantic -Wfloat-equals warnings
|
2017-04-21 15:09:35 +01:00 |
|
jules
|
8ed41ed14b
|
Fixed some whitespace style and cleaned up some code using C++11
|
2017-03-27 13:06:42 +01:00 |
|
hogliux
|
3bb8dbe3ac
|
Fixed a bug where ComboBoxes with no itmes wouldn't show the "no choices" entry
|
2017-02-23 10:01:21 +00:00 |
|
hogliux
|
00c0671c6b
|
Added sub-menu support to ComboBoxes
|
2016-11-21 16:36:32 +00:00 |
|
jules
|
9fa0d49be7
|
Added an option JUCE_ALLOW_STATIC_NULL_VARIABLES that can be used to turn off dangerous statics like String::empty, var::null, etc.
|
2016-09-16 12:03:02 +01:00 |
|
hogliux
|
a258295481
|
Don't repeatedly set the wantsFocus flag if it hasn't changed
|
2016-07-29 12:19:16 +01:00 |
|
jules
|
674c833c84
|
Added method MouseEvent::mouseWasDraggedSinceMouseDown()
|
2016-02-16 12:59:49 +00:00 |
|
hogliux
|
c7b8e77031
|
Update copyright notice
|
2015-07-22 15:59:34 +01:00 |
|
jules
|
41152916c0
|
Made the combo box repaint when its menu is hidden.
|
2014-12-31 15:26:18 +00:00 |
|
jules
|
2ee8084658
|
Added a method ComboBox::hidePopup().
|
2014-12-28 11:06:57 +00:00 |
|
jules
|
80f0219f71
|
Tweaked the way the ComboBox popup menu height is calculated, to work with a wider range of sizes.
|
2014-11-15 16:26:53 +00:00 |
|
jules
|
fb5f750523
|
Avoided a problem with calls to newly-created ComboBoxes.
|
2014-05-07 16:16:51 +01:00 |
|
jules
|
fb3a3a0fb4
|
Made ComboBox update its L+F when reparented.
|
2014-05-07 10:01:24 +01:00 |
|
jules
|
d440bc9d46
|
Better mouse-wheel handling for ComboBox.
|
2014-03-30 14:50:55 +01:00 |
|
jules
|
fb6b0290db
|
Minor fix to inactive code in ComboBox.
|
2013-08-23 16:58:54 +01:00 |
|
jules
|
e0297c6317
|
Began adding mouse-wheel support to ComboBox, but then realised it would be incredibly irritating on scrollable pages like the introjucer's settings pages. (Left the code in there but disabled though)
|
2013-08-14 18:49:38 +01:00 |
|
jules
|
eb646f8c42
|
Deprecated some old bool notification mode parameters, and replaced them with NotificationType values in the ComboBox and Button classes.
|
2013-07-08 13:05:51 +01:00 |
|
jules
|
2091e8dfc8
|
Replaced a few Justification references.
|
2013-07-01 22:07:39 +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
|
af18430f08
|
Changed Label::setText to use a NotificationType parameter rather than a bool.
|
2013-04-01 14:33:27 +01:00 |
|
jules
|
6d15cc2948
|
Minor cleanups.
|
2012-10-20 15:12:37 +01:00 |
|
jules
|
0033491cc8
|
Cleaned up some compiler warnings.
|
2012-09-24 14:03:54 +01:00 |
|
jules
|
e3537ba57a
|
Cleaned out some defunct ComponentBuilder code.
|
2012-07-26 15:32:34 +01:00 |
|
jules
|
dc9e0cb9bb
|
Added some new versions of Graphics::drawText and drawFittedText that take Rectangle parameters.
|
2012-07-14 11:54:29 +01:00 |
|
jules
|
2329cfa286
|
Made the KeyPress (int) constructor explicit, and tightened up the way keypresses are handled by various classes.
|
2012-07-13 14:50:10 +01:00 |
|
jules
|
56bbab1537
|
(automated whitespace clean-up)
|
2012-03-20 16:00:06 +00:00 |
|
jules
|
295d125142
|
Stopped using the old BEGIN_JUCE_NAMESPACE macros, and just used hard-coded namespaces where necessary instead. The macro definitions are still there, so this shouldn't affect anyone's code.
|
2012-02-11 14:09:23 +00:00 |
|
jules
|
15375dd223
|
Internal work on the ComponentBuilder system.
|
2012-01-17 18:33:35 +00:00 |
|
jules
|
ce0b4bdb9c
|
Support for writing JPG even if the image has an alpha channel. Added assertion to warn if you try to use a fallback font on OSX. Minor fixes and features for PopupMenu, ComboBox.
|
2011-09-28 17:10:38 +01:00 |
|
Julian Storer
|
b70e0a28d2
|
First check-in of the "jucequake": a major re-organisation of the library to break it up into modules. For more details about this, see the website forum..
|
2011-08-12 10:04:52 +01:00 |
|