| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
for fixes to \c tags in SSA files.
|
|
This is a bit of a strange solution but the only one that I could make
work; the key seems to be setting focus on the child window of the frame.
|
|
it harder to make similar errors in the future.
|
|
|
|
|
|
|
|
multiple DKDMs to be added at the same time (#2296).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
arbitrary new/edit/remove button combinations to be used.
|
|
used by EditableList would return something that wasn't a optional<>
but would then get implicitly cast to one. Now we have a static_assert
to check that the type is what we expect.
|