| .. |
|
Button.cpp
|
Move and rename widget::DrawContext to widget::Widget::DrawArgs. Rename Module::ProcessContext to Module::ProcessArgs.
|
7 years ago |
|
ChoiceButton.cpp
|
Move and rename widget::DrawContext to widget::Widget::DrawArgs. Rename Module::ProcessContext to Module::ProcessArgs.
|
7 years ago |
|
IconButton.cpp
|
Change "SVG" to "Svg" for correct capitalization style. Create Window::loadSvg, loadImage, and loadFont.
|
7 years ago |
|
Label.cpp
|
Move and rename widget::DrawContext to widget::Widget::DrawArgs. Rename Module::ProcessContext to Module::ProcessArgs.
|
7 years ago |
|
List.cpp
|
Draw FramebufferWidgets during step() instead of draw() so we can use the same NanoVG context.
|
7 years ago |
|
MarginLayout.cpp
|
Draw FramebufferWidgets during step() instead of draw() so we can use the same NanoVG context.
|
7 years ago |
|
Menu.cpp
|
Draw FramebufferWidgets during step() instead of draw() so we can use the same NanoVG context.
|
7 years ago |
|
MenuEntry.cpp
|
Add app::, ui::, and widget:: namespaces.
|
7 years ago |
|
MenuItem.cpp
|
Draw FramebufferWidgets during step() instead of draw() so we can use the same NanoVG context.
|
7 years ago |
|
MenuLabel.cpp
|
Draw FramebufferWidgets during step() instead of draw() so we can use the same NanoVG context.
|
7 years ago |
|
MenuOverlay.cpp
|
Draw FramebufferWidgets during step() instead of draw() so we can use the same NanoVG context.
|
7 years ago |
|
MenuSeparator.cpp
|
Move and rename widget::DrawContext to widget::Widget::DrawArgs. Rename Module::ProcessContext to Module::ProcessArgs.
|
7 years ago |
|
PasswordField.cpp
|
Move and rename widget::DrawContext to widget::Widget::DrawArgs. Rename Module::ProcessContext to Module::ProcessArgs.
|
7 years ago |
|
ProgressBar.cpp
|
Move and rename widget::DrawContext to widget::Widget::DrawArgs. Rename Module::ProcessContext to Module::ProcessArgs.
|
7 years ago |
|
Quantity.cpp
|
Add app::, ui::, and widget:: namespaces.
|
7 years ago |
|
RadioButton.cpp
|
Move and rename widget::DrawContext to widget::Widget::DrawArgs. Rename Module::ProcessContext to Module::ProcessArgs.
|
7 years ago |
|
ScrollBar.cpp
|
Move and rename widget::DrawContext to widget::Widget::DrawArgs. Rename Module::ProcessContext to Module::ProcessArgs.
|
7 years ago |
|
ScrollWidget.cpp
|
Draw FramebufferWidgets during step() instead of draw() so we can use the same NanoVG context.
|
7 years ago |
|
SequentialLayout.cpp
|
Draw FramebufferWidgets during step() instead of draw() so we can use the same NanoVG context.
|
7 years ago |
|
Slider.cpp
|
Move and rename widget::DrawContext to widget::Widget::DrawArgs. Rename Module::ProcessContext to Module::ProcessArgs.
|
7 years ago |
|
TextField.cpp
|
Move and rename widget::DrawContext to widget::Widget::DrawArgs. Rename Module::ProcessContext to Module::ProcessArgs.
|
7 years ago |
|
Tooltip.cpp
|
Draw FramebufferWidgets during step() instead of draw() so we can use the same NanoVG context.
|
7 years ago |