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-04-15 20:51:51 +01:00
..
buttons Minor code clean-ups. 2010-03-27 18:29:09 +00:00
code_editor Fixed a few minor warnings found by valgrind. 2010-04-15 20:51:51 +01:00
controls Minor clean-ups. 2010-04-15 11:09:20 +01:00
filebrowser Fixed a few minor warnings found by valgrind. 2010-04-15 20:51:51 +01:00
keyboard Minor clean-ups. 2010-04-15 11:09:20 +01:00
layout Minor clean-ups. 2010-04-15 11:09:20 +01:00
lookandfeel Minor string literal tidy-ups. 2010-03-23 17:36:12 +00:00
menus Minor fixes for menus, linux fonts, mac http streams. 2010-04-15 13:25:02 +01:00
mouse Fixed a few minor warnings found by valgrind. 2010-04-15 20:51:51 +01:00
properties Minor clean-ups. Jucer development. 2010-04-14 20:08:21 +01:00
special Minor clean-ups. Jucer development. 2010-04-14 20:08:21 +01:00
windows Fixed a few minor warnings found by valgrind. 2010-04-15 20:51:51 +01:00
juce_Component.cpp Minor clean-ups. Jucer development. 2010-04-14 20:08:21 +01:00
juce_Component.h Internal changes to ResizableBorderComponent to expose a Zone class. 2010-04-02 21:20:11 +01:00
juce_ComponentListener.cpp Added ListenerList class and changed some components to use it for their listener dispatching. Sorted out bug in popup menus and win32 mouse wheel. 2010-03-07 17:45:10 +00:00
juce_ComponentListener.h Created a new class Component::SafePointer that keeps a pointer to a component and automatically nulls it if the component is deleted - this makes it a much more elegant replacement for the old ComponentDeletionWatcher class. Removed Component::getComponentUnderMouse(), which doesn't fit with multi-touch interfaces - for similar functionality, use the Desktop::getMouseInputSource() methods to find out what MouseInputSources are available, and ask them about the component they are over or dragging. 2010-02-25 22:33:44 +00:00
juce_Desktop.cpp Added ListenerList class and changed some components to use it for their listener dispatching. Sorted out bug in popup menus and win32 mouse wheel. 2010-03-07 17:45:10 +00:00
juce_Desktop.h Minor code style tweaks. 2010-03-20 22:18:59 +00:00