1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-21 01:24:21 +00:00
Commit graph

964 commits

Author SHA1 Message Date
jules
43c7f38acf Made Slider::getNumDecimalPlacesToDisplay() public. 2014-11-21 14:14:30 +01:00
jules
885a665b27 Avoided recursion in TooltipWindow on win32 2014-11-19 17:53:33 +02:00
jules
bcc6e63e0f Big changes to the introjucer's new project page, plus new classes to support simplified app creation. 2014-11-18 11:10:13 +02:00
jules
0d989638cc Version 3.1.0 2014-11-18 10:56:13 +02: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
03c2b95bc8 Merge remote-tracking branch 'gh/master' into develop 2014-11-11 15:08:49 +00:00
jules
455290ad91 Fixed a comment 2014-11-11 15:07:41 +00:00
jules
4011549c70 Merge remote-tracking branch 'gh/master' into develop 2014-11-06 15:09:12 +00:00
jules
bce3aefadd Tidied up some SVG transform parsing code. 2014-11-06 10:06:59 +00:00
jules
4f039721f3 Merge remote-tracking branch 'gh/master' into develop 2014-11-05 17:28:24 +00:00
jules
e58a0ace65 Avoided issues in win32 mouse-handling code when a window is deleted mid-way through a particular type of mouse operation. 2014-11-05 17:27:26 +00:00
jules
0ed61cb1ad Merge remote-tracking branch 'gh/master' into develop 2014-11-05 11:18:26 +00:00
jules
01e1421613 Made sure that the DrawableImage copy constructor also copies the component bounds. 2014-11-05 10:28:46 +00:00
jules
43fa10b12f More template cleanups 2014-11-04 17:36:59 +00:00
jules
19937e63e1 Updated a few trig functions to use the std:: implementations. 2014-11-04 15:59:38 +00:00
jules
5be91dd16b Updated a few trig functions to use the std:: implementations. 2014-11-04 15:58:35 +00:00
jules
0ec53673ce Demo cleanups. 2014-11-04 11:41:36 +00:00
jules
6925b9626c Updated OSX file dragging functions to avoid some thigns that were deprecated in 10.10 2014-11-03 14:25:17 +00:00
jules
7e8cc2734d Some workarounds for people still using the 10.5 SDK 2014-11-02 20:40:48 +00:00
jules
898080d187 Fix for ListBox::getRowNumberOfComponent 2014-10-31 16:16:44 +00:00
jules
506ed2663f Workaround for old versions of Xcode. 2014-10-29 14:47:31 +00:00
jules
61bf9392d0 Cleaned up a few OSX 10.10 deprecated functions. 2014-10-28 10:29:01 +00:00
jules
b45a05d4f6 Improved scale factor used in cached images by ComponentAnimator. 2014-10-23 16:46:49 +01:00
jules
3fc84c2e8b Handling left-tab keypresses on Linux. 2014-10-20 08:56:38 +01:00
jules
06c31487c1 Made it possible to set JUCE_DISABLE_WIN32_DPI_AWARENESS=1 to disable win32 high-res scaling. 2014-10-16 12:28:39 +01:00
jules
17cbf1a285 Added method Button::getState() 2014-10-14 15:44:14 +01:00
jules
214674123e Fix for ListBox::createSnapshotOfSelectedRows 2014-10-14 14:36:11 +01:00
jules
e60aa581d6 Added some missing semi-colons. 2014-10-14 11:48:16 +01:00
jules
d5c262642c Added a flag to CallOutBox to provide control over the consumption of mouse-events that dismiss the box. 2014-10-12 16:38:18 +01:00
jules
1db9fd9ba9 Linux kdialog file-chooser fix 2014-10-12 16:14:53 +01:00
jules
b33677dbb0 Fix for rotation on some iOS device types. 2014-10-07 17:15:51 +01:00
jules
c6ca8b05b1 Added callbacks to DragAndDropContainer to be told when drag operations begin/end. 2014-10-07 12:08:05 +01:00
jules
93c717e9ec Added method ListBox::setClickingTogglesRowSelection() 2014-10-07 11:52:58 +01:00
jules
6678046167 Made the Slider's popup display inherit from its parent's lookandfeel. 2014-10-06 11:03:25 +01:00
jules
9201070462 Made Button update its auto-gerenated tooltip when the command manager list changes. 2014-10-06 10:53:12 +01:00
jules
76c6d324ac Made ApplicationCommandManager::registerCommand update the command info. 2014-10-06 10:52:28 +01:00
jules
8f89605e15 Better rotation on iOS8 2014-09-30 16:38:42 +01:00
jules
3a1ec146ba Added some colour IDs to BooleanPropertyComponent. 2014-09-29 16:32:06 +01:00
jules
086dd2dad4 Removed a couple of redundant 'virtual's 2014-09-26 13:05:55 +01:00
jules
40ba90b19f Fixed some escaping of slash characters in TreeViewItem identifier strings. 2014-09-26 09:34:03 +01:00
jules
d284f892b5 Workaround for VS2005 compiler bug. 2014-09-25 12:46:01 +01:00
jules
741816a020 Added a missing JUCE_API flag. 2014-09-17 08:47:51 +01:00
jules
05b166d048 Clarified a couple of comments. 2014-09-16 17:49:14 +01:00
jules
31b912bc87 Tweak to DragAndDropContainer to avoid problems detecting the window that's being dragged over. 2014-09-16 15:38:18 +01:00
jules
43d4c1ea2f Added LookAndFeel method drawPopupMenuSectionHeader() 2014-09-16 12:29:34 +01:00
jules
b7d922d4d1 Improved the way sliders react to vertical/horizontal mouse-wheel moves. 2014-09-15 18:53:34 +01:00
jules
925961b389 Added win32 support for JUCEApplication::suspended() and resumed() callbacks. 2014-09-15 18:26:10 +01:00
jules
446de5ff17 Fixed a typo in ToolBar dragging. 2014-09-15 17:18:09 +01:00
jules
662680d1f5 Clarified some comments. 2014-09-02 15:02:26 +01:00
jules
300029971a Fixed some assertions in Slider 2014-08-28 16:53:00 +01:00