| .. |
|
Button.cpp
|
Change `event::Foo` to `FooEvent`.
|
4 years ago |
|
ChoiceButton.cpp
|
Merge event namespace into widget namespace. Event classes are now defined inside the Widget class.
|
4 years ago |
|
IconButton.cpp
|
Use <> instead of "" for include directive.
|
6 years ago |
|
Label.cpp
|
Set default line height to 1.2 in Label and Tooltip.
|
4 years ago |
|
List.cpp
|
Auto-format code with astyle.
|
6 years ago |
|
Menu.cpp
|
Change `event::Foo` to `FooEvent`.
|
4 years ago |
|
MenuEntry.cpp
|
Use <> instead of "" for include directive.
|
6 years ago |
|
MenuItem.cpp
|
Revert to old font size behavior with NanoVG. This keep font sizes consistent.
|
4 years ago |
|
MenuLabel.cpp
|
Rename App to Context and app.hpp to context.hpp. The APP macro is still valid.
|
5 years ago |
|
MenuOverlay.cpp
|
Add bgColor to MenuOverlay
|
4 years ago |
|
MenuSeparator.cpp
|
Auto-format code with astyle.
|
6 years ago |
|
OptionButton.cpp
|
Change `event::Foo` to `FooEvent`.
|
4 years ago |
|
PasswordField.cpp
|
Auto-format code with astyle.
|
6 years ago |
|
ProgressBar.cpp
|
Auto-format code with astyle.
|
6 years ago |
|
RadioButton.cpp
|
Change `event::Foo` to `FooEvent`.
|
4 years ago |
|
ScrollWidget.cpp
|
Add mod mask when checking for Alt-click dragging in ScrollWidget.
|
4 years ago |
|
Scrollbar.cpp
|
Rename window.hpp/cpp to Window.hpp/cpp since it's a class.
|
4 years ago |
|
SequentialLayout.cpp
|
Make SequentialLayout resize according to its contents. Fix margins of model container in Module Browser.
|
4 years ago |
|
Slider.cpp
|
Change `event::Foo` to `FooEvent`.
|
4 years ago |
|
TextField.cpp
|
Set default line height to 1.2 in Label and Tooltip.
|
4 years ago |
|
Tooltip.cpp
|
Set default line height to 1.2 in Label and Tooltip.
|
4 years ago |
|
common.cpp
|
Move ui.hpp to ui/common.hpp.
|
4 years ago |