OpenRCT2/src/openrct2-ui
Robert Jordan 74f1eb39a8 Fix: TitleSequence spelling errors
```c++
bool TileSequenceSave(TitleSequence * seq);
bool TileSequenceAddPark(TitleSequence * seq, const utf8 * path, const
utf8 * name);
bool TileSequenceRenamePark(TitleSequence * seq, size_t index, const
utf8 * name);
```

Renamed to:

```c++
bool TitleSequenceSave(TitleSequence * seq);
bool TitleSequenceAddPark(TitleSequence * seq, const utf8 * path, const
utf8 * name);
bool TitleSequenceRenamePark(TitleSequence * seq, size_t index, const
utf8 * name);
```
2017-10-15 10:33:10 +02:00
..
audio Fix #6320: Crash when CSS1.DAT is absent 2017-09-29 10:43:47 +02:00
drawing/engines Rework OpenGL API declarations 2017-10-10 22:26:35 +02:00
input Indent namespace contents in KeyboardShortcut.cpp 2017-10-11 11:30:40 +02:00
windows Fix: TitleSequence spelling errors 2017-10-15 10:33:10 +02:00
CMakeLists.txt Remove C sources from glob patterns for openrct2-ui 2017-10-11 11:30:37 +02:00
CursorData.cpp Fix #5516: Update copyrights for 2017 2017-06-01 21:55:10 +02:00
CursorRepository.cpp Fix #5516: Update copyrights for 2017 2017-06-01 21:55:10 +02:00
CursorRepository.h Fix #5516: Update copyrights for 2017 2017-06-01 21:55:10 +02:00
SDLException.h Fix #5516: Update copyrights for 2017 2017-06-01 21:55:10 +02:00
TextComposition.cpp Clear IME buffer after committing composed text. 2017-10-07 20:12:05 +02:00
TextComposition.h Fix #5516: Update copyrights for 2017 2017-06-01 21:55:10 +02:00
Ui.cpp Move extern "C" {} blocks to headers (#6282) 2017-09-18 17:05:28 +02:00
Ui.h Fix #5537: SDL_Init(SDL_INIT_VIDEO) is called even when using --headless option 2017-06-02 19:08:03 +01:00
UiContext.Android.cpp Add Android project 2017-06-15 14:22:15 +02:00
UiContext.Linux.cpp Add a visible notification for missing KDialog/Zenity 2017-10-14 22:16:51 +02:00
UiContext.Win32.cpp Use desktop-hwnd as directorydialog-owner, fixes #6198 2017-08-22 23:07:36 +02:00
UiContext.cpp Fix scrolling with mouse wheel 2017-10-06 10:17:43 +02:00
UiContext.h Refactor IPlatformEnvironment (#5590) 2017-06-11 12:53:37 +01:00
UiContext.macOS.mm Fix #6383: macOS deprecation errors when compiling. 2017-10-06 11:23:16 +02:00
WindowManager.cpp Fix Xcode project; rename input.h 2017-10-11 11:30:38 +02:00
WindowManager.h Fix strings in Intent 2017-10-07 19:21:56 +02:00
libopenrct2ui.vcxproj Remove C sources from libopenrct2ui.vcxproj globs 2017-10-11 11:30:37 +02:00