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

846 commits

Author SHA1 Message Date
jules
fb3a3a0fb4 Made ComboBox update its L+F when reparented. 2014-05-07 10:01:24 +01:00
jules
40ad479b96 Couple of minor cleanups. 2014-04-30 10:10:35 +01:00
jules
91d9c96338 Minor clean-ups 2014-04-29 14:14:21 +01:00
jules
516b7bcc58 SVG parser: handling paths that aren't correctly closed. 2014-04-24 17:04:34 +01:00
jules
8cad74a22a Changed the Label class to use BorderSize to define its border instead of raw values. 2014-04-24 14:38:13 +01:00
jules
95699451b5 Added method ModalComponentManager::cancelAllModalComponents() 2014-04-24 14:20:17 +01:00
jules
f96ee7c860 Extended TextInputTarget to include a preference for the type of virtual keyboard (implemented on iOS + android) 2014-04-23 20:35:45 +01:00
jules
fd5df871ed Fixed a couple of typos in file chooser messages. 2014-04-23 16:32:18 +01:00
jules
ad8acb88ca Linux xinerama DPI fix. 2014-04-23 10:47:30 +01:00
jules
dfb1830493 Fix for iOS compiler warning 2014-04-23 10:26:26 +01:00
jules
9b07d806e6 Fix for SHM display not being available on linux. 2014-04-23 10:20:51 +01:00
jules
7da62afe4c Minor lookandfeel colour tweak. 2014-04-18 21:13:14 +01:00
jules
943d20ba7a Added an option to Viewport to allow mouse-wheel scrolling when scrollbars are disabled. 2014-04-12 21:57:21 +01:00
jules
589f20e829 Better colour lookup in LookAndFeel_V3::drawTabButton 2014-04-10 21:31:35 +01:00
jules
4a0c5173e9 Fix for linux zenity file chooser. 2014-04-10 21:01:06 +01:00
jules
0d68add38c Made sure that isKioskMode returns false for components while they're being taken out of kiosk mode. 2014-04-01 12:49:04 +01:00
jules
b5d10d753a Made Process::isForegroundProcess() return a correct result on iOS. 2014-04-01 12:13:29 +01:00
jules
d440bc9d46 Better mouse-wheel handling for ComboBox. 2014-03-30 14:50:55 +01:00
jules
f629a61e13 Fixes for kiosk mode on windows with non-native title bars. 2014-03-29 19:39:13 +00:00
jules
c86a3104b2 Avoided re-entrancy in Desktop::getKioskModeComponent 2014-03-26 16:16:04 +00:00
jules
e0491d4574 Added support a flag JUCE_DISABLE_NATIVE_FILECHOOSERS which is pretty self-explanatory. 2014-03-25 17:30:26 +00:00
jules
4251a2437b Version number update 2014-03-24 20:01:37 +00:00
jules
fb9ef9e906 Avoided windows being made visible when using toBehind on OSX. 2014-03-24 19:22:16 +00:00
jules
86d6018fb3 win32 numeric keypad handling fix 2014-03-23 17:54:10 +00:00
jules
ca43af451a Fix for HyperlinkButton::changeWidthToFitText 2014-03-23 16:47:22 +00:00
jules
dd24e058c7 Added changeTextButtonWidthToFitText to the look + feel classes. 2014-03-22 14:24:09 +00:00
jules
5feabe9687 Another attempt to fix the infamous VST cubase key focus problem. 2014-03-19 21:00:47 +00:00
jules
e2461cd5b0 Improved z-order of always-on-top temporary windows in OSX. 2014-03-19 12:31:00 +00:00
jules
dfda7c77fc Workarounds for some mingw build problems. 2014-03-19 11:23:52 +00:00
jules
c733ed50ff Began adding some win8.1 DPI functionality. 2014-03-16 21:08:11 +00:00
jules
fbaa559a19 Added a method CallOutBox::getBorderSize 2014-03-15 12:30:32 +00:00
jules
9f1dd01625 Avoided an inputAttemptWhenModal callback on OSX when making windows visible. 2014-03-14 18:59:40 +00:00
jules
9aa3245315 Slider drag mode fix. 2014-03-12 19:27:09 +00:00
jules
8e7fbe9976 Fix for SVG view box parsing. Improved introjucer SVG viewer to show the image's content inside the view-box as defined in the file. 2014-03-11 22:56:42 +00:00
jules
5956d5bce0 Added a method CallOutBox::dismiss() 2014-03-08 14:18:51 +00:00
jules
7f9425058a Version number update 2014-02-28 20:55:06 +00:00
jules
51a0f6e9ff Changed Slider::snapValue to provide more details about the drag mode involved. 2014-02-28 20:53:33 +00:00
jules
00aa1df346 TreeViewItem::setSelected() - avoided deselecting items before re-selecting them if they're already selected. 2014-02-28 19:28:08 +00:00
jules
9ceb072b24 Spelling typos. 2014-02-28 11:25:46 +00:00
jules
28e4473a6b Fixed some typos. 2014-02-26 19:47:55 +00:00
jules
cfead6205b Added a missing TextEditor colour setting to the L+F. 2014-02-23 11:55:17 +00:00
jules
fec71a645b Made sure the monitor list is sorted correctly on win32. 2014-02-21 14:40:09 +00:00
jules
6a75641ca9 Better detection of win32 main monitor. 2014-02-21 13:16:33 +00:00
jules
7a869d6528 Made the OpenGL graphics context keep a cache of textures it has recently used for Image rendering, to avoid repeatedly moving data to the GPU. 2014-02-20 16:38:49 +00:00
jules
7786943593 Added MidiMessage::textMetaEvent method. 2014-02-19 20:37:15 +00:00
jules
8c40999c51 Added a callback so that ThreadWithProgressWindow can be used without blocking. 2014-02-19 12:14:56 +00:00
jules
a6aca791af Spelling fixes. 2014-02-19 12:13:32 +00:00
jules
a3ea53c460 Version number update 2014-02-17 19:40:43 +00:00
jules
a5cc0d492e Added some colour ID constants for PropertyComponent. 2014-02-17 17:55:15 +00:00
jules
8ee40273f2 Added method Drawable::replaceColour 2014-02-12 14:50:24 +00:00