summaryrefslogtreecommitdiffstats
path: root/editor/editor_locale_dialog.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Rename `hint_tooltip` to `tooltip_text` & setgetMicky2022-08-271-4/+4
| | | | | | | | `hint_tooltip` -> `tooltip_text` `set_tooltip` -> `set_tooltip_text` `_get_tooltip` -> `get_tooltip_text` Updates documentation, too.
* Add per-scene UndoRedokobewi2022-08-221-0/+1
|
* Add ok_button_text to AcceptDialog and cancel_button_text to ConfirmationDialogFireForge2022-07-091-1/+1
|
* Improve compilation speed (forward declarations/includes cleanup)Hendrik Brucker2022-02-121-0/+1
|
* Cleanup and move char functions to the `char_utils.h` header.bruvzg2022-02-041-11/+3
|
* Improve locale detection.bruvzg2022-01-181-0/+563
Use separate language, script and country lists. Add locale selection dialog and property hint.