Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-11-10 | Cleanup: Removed SVN headers | S. D. Cloudt | |
2019-04-09 | Codechange: Switch DropDownList to directly use std::vector, thus making ↵ | Michael Lutz | |
AutoDeleteSmallVector obsolete. DropDownListItem are strongly managed using std::unique_ptr to ensure leak-free handling. Appropriate use of move-semantics make intent a lot clearer than parameter comments and allows the compiler to generate copy-free code for most situations. | |||
2018-04-29 | Feature #6090: Change music set during gameplay | Niels Martin Hansen | |
2014-10-04 | (svn r26959) -Codechange: GUI-scale for settings window. | peter1138 | |
2012-06-01 | (svn r24311) -Add: DrawDropDownButton() to draw dropdown buttons independent ↵ | frosch | |
of actual widgets. | |||
2012-06-01 | (svn r24310) -Codechange: Add named constants for the dimensions of settings ↵ | frosch | |
buttons, and generally make their usage more consistent. | |||
2012-06-01 | (svn r24309) -Codechange: Split some functions from gui.h to settings_gui.h | frosch | |