1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-24 01:54:22 +00:00
JUCE/src/gui/components
2010-06-16 10:55:00 +01:00
..
buttons Major change to the way the Image class works, making it use value semantics and internally shared data (see the forum notes for more info on this). Also minor changes to win32 browser plugin object ref counting and linux millisecond timers. 2010-06-01 18:01:13 +01:00
code_editor Minor clean-ups. 2010-06-10 12:26:43 +01:00
controls Added a few methods to Rectangle. Small fix for ValueTrees. 2010-06-16 10:55:00 +01:00
filebrowser Big rewrite to the internals of modal components, with a new class ModalComponentManager. This now lets you use modal components asynchronously, providing an object which will receive a callback when they are dismissed, rather than using a blocking event loop. ComboBoxes and some other components now show their popups asynchronously. 2010-06-13 19:09:20 +01:00
keyboard Tidied up some filenames, cleaned up some code. Removed VoidArray class (just use Array<void*> instead) 2010-05-14 15:18:44 +01:00
layout Added a few methods to Rectangle. Small fix for ValueTrees. 2010-06-16 10:55:00 +01:00
lookandfeel New class: CallOutBox, which produces a nice popup box - see the juce demo/widgets/buttons/"click to change colour" button for an example. SVG fix. 2010-06-09 11:16:02 +01:00
menus Added a few methods to Rectangle. Small fix for ValueTrees. 2010-06-16 10:55:00 +01:00
mouse Minor clean-ups. 2010-06-10 12:26:43 +01:00
properties Added a few methods to Rectangle. Small fix for ValueTrees. 2010-06-16 10:55:00 +01:00
special Minor clean-ups. 2010-06-11 21:48:38 +01:00
windows Improvements to mouse wheel response on the mac, allowing much better smooth-scrolling, and also mouse-wheel improvements in the Viewport class to make it respond more fluidly. Also misc small fixes and tweaks. 2010-06-15 19:57:55 +01:00
juce_Component.cpp Big rewrite to the internals of modal components, with a new class ModalComponentManager. This now lets you use modal components asynchronously, providing an object which will receive a callback when they are dismissed, rather than using a blocking event loop. ComboBoxes and some other components now show their popups asynchronously. 2010-06-13 19:09:20 +01:00
juce_Component.h Big rewrite to the internals of modal components, with a new class ModalComponentManager. This now lets you use modal components asynchronously, providing an object which will receive a callback when they are dismissed, rather than using a blocking event loop. ComboBoxes and some other components now show their popups asynchronously. 2010-06-13 19:09:20 +01:00
juce_ComponentListener.cpp Copyright notice update. 2010-04-23 09:37:13 +01:00
juce_ComponentListener.h Copyright notice update. 2010-04-23 09:37:13 +01:00
juce_Desktop.cpp Minor clean-ups. 2010-06-10 12:26:43 +01:00
juce_Desktop.h Code clean-ups. Jucer development. 2010-05-12 23:42:49 +01:00
juce_ModalComponentManager.cpp Big rewrite to the internals of modal components, with a new class ModalComponentManager. This now lets you use modal components asynchronously, providing an object which will receive a callback when they are dismissed, rather than using a blocking event loop. ComboBoxes and some other components now show their popups asynchronously. 2010-06-13 19:09:20 +01:00
juce_ModalComponentManager.h Big rewrite to the internals of modal components, with a new class ModalComponentManager. This now lets you use modal components asynchronously, providing an object which will receive a callback when they are dismissed, rather than using a blocking event loop. ComboBoxes and some other components now show their popups asynchronously. 2010-06-13 19:09:20 +01:00