Revision 1c3f268f
Added by skyjake about 11 years ago
Files
- added
- modified
- copied
- renamed
- deleted
- doomsday
- client
- include
- src
- ui
- widgets
- buttonwidget.cpp (diff)
- choicewidget.cpp (diff)
- consolecommandwidget.cpp (diff)
- consolewidget.cpp (diff)
- dialogwidget.cpp (diff)
- documentwidget.cpp (diff)
- gameselectionwidget.cpp (diff)
- labelwidget.cpp (diff)
- lineeditwidget.cpp (diff)
- logwidget.cpp (diff)
- margins.cpp (diff)
- messagedialog.cpp (diff)
- notificationwidget.cpp (diff)
- popupwidget.cpp (diff)
- progresswidget.cpp (diff)
- scrollareawidget.cpp (diff)
- sliderwidget.cpp (diff)
- taskbarwidget.cpp (diff)
- widgets
- ui
- libdeng2
- client
Refactor|UI|Client: Cleanup; converting ui::Margins to a vector
GuiWidgetPrivate now has a convenience method for accessing the
widget's style.
ui::Margins can be converted to an integer vector for drawing
purposes. To help with this, added xy() and zw() methods to Vector4<>.