Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
Use Iterate if the order does not matter.
|
|
Similar code is already repeated in other locations.
|
|
|
|
|
|
|
|
(#9133)
This happens if the bounding dimensions are changed so that each item is the same size, as happens on the railtype/roadtype dropdown lists, as the vertical offset was calculated before this dimension is changed.
|
|
|
|
|
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
std::vector::[push|emplace]_back()
|
|
|
|
|
|
|
|
its very bottom.
This "prevents" the fast movement towards the bottom when holding down the mouse button.
|
|
|
|
|
|
|
|
scrollbar (Juanjo)
|
|
conversions in initializer lists.
|
|
|
|
|
|
|
|
resolutions, display an error message.
|
|
"unsafe" functions to prevent them from being used, and thus having to care about certain aspects of their return values
|
|
|
|
shouldn't return NULL ever
|
|
dropdowns
|
|
was partially swapped (3298)
|
|
|
|
after construction.
|
|
Eagle_rainbow)
|
|
independent of dropdown widgets.
|
|
widgets of the parent window to a method of the parent window.
|
|
old. (Vikthor)
|
|
|
|
understandable
|
|
|
|
with only values known in WindowFlags (and move out 2 timers to their own variable)
-Codechange: rename Window::flags4 to Window::flags
-Codechange: move some non-inline functions from .hpp to .cpp
|
|
of dropdown window.
|
|
|
|
several windows (based on patch by monoid)
|
|
|