jules
|
ec40f0940c
|
Updated version numbers in modules, and resaved example projects
|
9 years ago |
jules
|
58ca0673c4
|
Avoided spacer components in a ToolBar getting keyboard focus
|
9 years ago |
hogliux
|
1635f47b29
|
Modify buttonColourId and buttonOnColourId to be different colours
|
9 years ago |
hogliux
|
749bffed7a
|
Add missing ifdefs from recent commit
|
9 years ago |
hogliux
|
f11a2b2ff1
|
Fix modifier keys in AAX plug-ins on Windows 10
|
9 years ago |
hogliux
|
24a63ae2e0
|
If ChildProcess is not interested in stdout/stderr, then redirect to /dev/null instead of closing
|
9 years ago |
hogliux
|
ac9973f185
|
Add support for creating popup menus inside parent components
|
9 years ago |
hogliux
|
25f8faf8d3
|
Add windowIgnoresMouseClicks flag to tooltip windows
|
9 years ago |
hogliux
|
1a973a2faa
|
Ignore linux scale factor if it is ten or larger
|
9 years ago |
jules
|
48270039db
|
Made Component::internalFocusLoss pass on the focus-change cause to its callback
|
9 years ago |
jules
|
3aee68ec5f
|
Added a method to create a ModalCallbackFunction from a lambda function
|
9 years ago |
jules
|
12eeadec8b
|
Added some missing 'override's
|
9 years ago |
hogliux
|
6b6dedbfd1
|
Add some minor changes to stay compatible with GCC 4.4
|
9 years ago |
jules
|
f36205fabe
|
Fixed a couple of comment typos
|
9 years ago |
jules
|
8ababdda53
|
Fixed the SVG parser to stop it creating too many colour stops in gradients
|
9 years ago |
jules
|
e034958d55
|
Added some desktop scale compensation to drag + drop on Windows
|
9 years ago |
jules
|
bf48687544
|
Made the OSX window code handle custom desktop scale factors when constraining window positions
|
9 years ago |
jules
|
0b3a11ee07
|
Updated version number to 4.2.1
|
9 years ago |
jules
|
4c0bc70411
|
Deleted some defunct Mac PowerPC code
|
9 years ago |
jules
|
3d1cf531e0
|
Added colour IDs for ToggleButton tick colour
|
9 years ago |
jules
|
fb864a5cb1
|
Corrected some spelling mistakes in comments
|
9 years ago |
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.
|
9 years ago |
jules
|
6e455aa1cb
|
Fixed minor comment typo
|
9 years ago |
Timur Doumler
|
17497122e4
|
Consistency fix: renamed Array::empty() to Array::isEmpty() and added a method isEmpty() to all container classes which didn't have it yet.
|
9 years ago |
Timur Doumler
|
4c3ef3936d
|
Fixed a compile error when building for 32-bit OS X with JUCE_SUPPORT_CARBON enabled.
|
9 years ago |
jules
|
438dbb7637
|
Tweaked some syntax in the SVG parser to avoid problems in GCC.
|
9 years ago |
jules
|
3f85b04914
|
Made sure that CachedImage resources are released recursively for all children when a child component becomes invisible
|
9 years ago |
jules
|
189853720a
|
Cleaned up a few uses of Image::null
|
9 years ago |
jules
|
e0f5218121
|
Added an internal flag JUCE_COREGRAPHICS_RENDER_WITH_MULTIPLE_PAINT_CALLS
|
9 years ago |
jules
|
ef98ae9ced
|
Avoided an assertion in LookAndFeel_V2 with small TextButtons
|
9 years ago |
jules
|
e04ebc8929
|
Added missing JUCE_API
|
9 years ago |
jules
|
6f8b9205a5
|
Added a shortcut key description field to PopupMenu::Item
|
9 years ago |
jules
|
2fe8465482
|
Added a minor assertion in Viewport.
|
9 years ago |
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.
|
9 years ago |
jules
|
b6c3add330
|
Added drag-to-scroll functionality to Viewport
|
9 years ago |
jules
|
a886a38c00
|
Avoided an unnecessary refresh when a FileBrowserComponent is first created
|
9 years ago |
jules
|
5d23645ca2
|
Workaround for some OSX10.11 repaint region coalescing problems
|
9 years ago |
jules
|
328652c3ad
|
Added some workarounds in the OSX windowing code to help keep window resizing smooth when components are repainting at high speeds (only seems to be an issue since OSX 10.11)
|
9 years ago |
hogliux
|
688969da20
|
Fix missing window decorations in KDE
|
9 years ago |
jules
|
6fba61fdeb
|
Allowed mouse-wheel events to be delivered while the mouse button is down
|
9 years ago |
jules
|
5ca221ee11
|
Made Viewport remove the old viewed component when setViewedComponent is called, even if it doesn't own it
|
9 years ago |
jules
|
b5907fa90d
|
Normalised some divider comments
|
9 years ago |
jules
|
5c05483fbb
|
Fixed a minor typo in the Component docs.
|
9 years ago |
jules
|
6b75e59e1f
|
Added some behind-the-scenes functions for creating snapshots of native windows
|
9 years ago |
jules
|
deae885df4
|
Avoided a warning in OSX when core graphics is disabled
|
9 years ago |
jules
|
674c833c84
|
Added method MouseEvent::mouseWasDraggedSinceMouseDown()
|
9 years ago |
jules
|
876b4ae1d3
|
Cleared up some overlap between the JUCE_CLANG and JUCE_GCC flags
|
9 years ago |
jules
|
00d98c991d
|
Fix for ResizableWindow handling size constraints that are set before it gets made visible
|
9 years ago |
hogliux
|
9629de32bb
|
Add treatFilePackagesAsDirectories flag to native FileChooser
|
9 years ago |
jules
|
3ca13481eb
|
Quick bit of optimisation to TableListBox repainting
|
9 years ago |