OpenRCT2/src/openrct2-ui/windows
Michael Steenbeek d1267a276f
Merge pull request #14355 from duncanspumpkin/fix_14353
Fix #14353. Provide a buffer for text input
2021-03-20 14:58:02 +01:00
..
About.cpp Change gfx_draw_string_*_wrapped() to DrawTextWrapped() 2021-02-28 00:23:01 +01:00
Banner.cpp Fix #13871: Crash on banner window invalidation 2021-01-19 22:44:22 +01:00
Changelog.cpp Remove last remnants of gCurrentFontSpriteBase 2021-02-28 00:26:53 +01:00
Cheats.cpp Replace gfx_draw_string_left() with DrawTextBasic() 2021-02-28 00:23:00 +01:00
ClearScenery.cpp Replace gfx_draw_string_centred() with DrawTextBasic() 2021-02-28 00:23:00 +01:00
CustomCurrency.cpp Make gfx_draw_string() take a TextPaint argument 2021-02-28 00:26:20 +01:00
DebugPaint.cpp Remove gCurrentFontSpriteBase from some functions 2021-02-28 00:26:20 +01:00
DemolishRidePrompt.cpp Change gfx_draw_string_*_wrapped() to DrawTextWrapped() 2021-02-28 00:23:01 +01:00
Dropdown.cpp Remove last remnants of gCurrentFontSpriteBase 2021-02-28 00:26:53 +01:00
EditorBottomToolbar.cpp Replace gfx_draw_string_centred() with DrawTextBasic() 2021-02-28 00:23:00 +01:00
EditorInventionsList.cpp Remove last remnants of gCurrentFontSpriteBase 2021-02-28 00:26:53 +01:00
EditorMain.cpp Fix #12410: Refactor WINDOW_WIDGET_TYPES to use strong enum (#13453) 2020-11-27 00:14:20 -03:00
EditorObjectSelection.cpp Remove last remnants of gCurrentFontSpriteBase 2021-02-28 00:26:53 +01:00
EditorObjectiveOptions.cpp Remove last remnants of gCurrentFontSpriteBase 2021-02-28 00:26:53 +01:00
EditorScenarioOptions.cpp Replace gfx_draw_string_left() with DrawTextBasic() 2021-02-28 00:23:00 +01:00
Error.cpp Part of #12098: Use ScreenRect on gfx_filter_rect in Error.cpp (#14288) 2021-03-13 22:03:13 -03:00
Finances.cpp Remove last remnants of gCurrentFontSpriteBase 2021-02-28 00:26:53 +01:00
Footpath.cpp Merge pull request #13965 from telk5093/footpath_hotkeys 2021-03-06 01:27:18 +00:00
GameBottomToolbar.cpp Fix #14212: Multiline news messages are shown incorrectly 2021-03-02 22:48:33 +01:00
Guest.cpp Fix #14216: Second line of guest thoughts is set in wrong font 2021-03-03 16:00:03 +01:00
GuestList.cpp Split Entity Lists by Entity type (#14326) 2021-03-16 11:18:06 +00:00
InstallTrack.cpp Remove last remnants of gCurrentFontSpriteBase 2021-02-28 00:26:53 +01:00
Land.cpp Convert Land window to class 2021-03-15 23:08:00 +01:00
LandRights.cpp Replace gfx_draw_string_centred() with DrawTextBasic() 2021-02-28 00:23:00 +01:00
LoadSave.cpp Fix #14198: Crash when creating new folder 2021-03-06 20:07:18 +01:00
Main.cpp Fix #12410: Refactor WINDOW_WIDGET_TYPES to use strong enum (#13453) 2020-11-27 00:14:20 -03:00
Map.cpp Split Entity Lists by Entity type (#14326) 2021-03-16 11:18:06 +00:00
MapGen.cpp Replace gfx_draw_string_left() with DrawTextBasic() 2021-02-28 00:23:00 +01:00
MapTooltip.cpp Change gfx_draw_string_*_wrapped() to DrawTextWrapped() 2021-02-28 00:23:01 +01:00
MazeConstruction.cpp Use the RTD instead of ride_type_has_flag() 2021-02-24 14:10:30 +01:00
Multiplayer.cpp Remove last remnants of gCurrentFontSpriteBase 2021-02-28 00:26:53 +01:00
MusicCredits.cpp Replace gfx_draw_string_centred() with DrawTextBasic() 2021-02-28 00:23:00 +01:00
NetworkStatus.cpp Remove last remnants of gCurrentFontSpriteBase 2021-02-28 00:26:53 +01:00
NewCampaign.cpp Convert New Campaign window to a class 2021-03-13 16:51:54 +01:00
NewRide.cpp Remove last remnants of gCurrentFontSpriteBase 2021-02-28 00:26:53 +01:00
News.cpp Fix #14212: Multiline news messages are shown incorrectly 2021-03-02 22:48:33 +01:00
NewsOptions.cpp Fix Window IDX enum names 2021-01-13 23:00:35 +01:00
ObjectLoadError.cpp Remove last remnants of gCurrentFontSpriteBase 2021-02-28 00:26:53 +01:00
Options.cpp Fix #14296: Allow early scenario completion in multiplayer 2021-03-18 20:30:11 +01:00
Park.cpp Remove last remnants of gCurrentFontSpriteBase 2021-02-28 00:26:53 +01:00
Player.cpp Remove last remnants of gCurrentFontSpriteBase 2021-02-28 00:26:53 +01:00
Research.cpp Change gfx_draw_string_*_wrapped() to DrawTextWrapped() 2021-02-28 00:23:01 +01:00
Ride.cpp Split Entity Lists by Entity type (#14326) 2021-03-16 11:18:06 +00:00
RideConstruction.cpp Replace gfx_draw_string_centred() with DrawTextBasic() 2021-02-28 00:23:00 +01:00
RideList.cpp Remove last remnants of gCurrentFontSpriteBase 2021-02-28 00:26:53 +01:00
SavePrompt.cpp Fix #12410: Refactor WINDOW_WIDGET_TYPES to use strong enum (#13453) 2020-11-27 00:14:20 -03:00
ScenarioSelect.cpp Remove last remnants of gCurrentFontSpriteBase 2021-02-28 00:26:53 +01:00
Scenery.cpp Remove last remnants of gCurrentFontSpriteBase 2021-02-28 00:26:53 +01:00
SceneryScatter.cpp Replace gfx_draw_string_centred() with DrawTextBasic() 2021-02-28 00:23:00 +01:00
ServerList.cpp Fix #14330: join_server uses config default_port 2021-03-20 14:09:47 +01:00
ServerStart.cpp Replace gfx_draw_string_left() with DrawTextBasic() 2021-02-28 00:23:00 +01:00
ShortcutKeys.cpp Merge pull request #14191 from IntelOrca/fix/14190-shortcut-crash 2021-03-01 14:13:45 +00:00
Sign.cpp Split actions hpp files into separate h and cpp files (#13548) 2020-12-10 06:39:10 +00:00
Staff.cpp Add "Vandals stopped" stat for security guards (#14071) 2021-03-14 09:18:35 -03:00
StaffFirePrompt.cpp Change gfx_draw_string_*_wrapped() to DrawTextWrapped() 2021-02-28 00:23:01 +01:00
StaffList.cpp Split Entity Lists by Entity type (#14326) 2021-03-16 11:18:06 +00:00
TextInput.cpp Use unsafe strlen for platforms without strlen_s 2021-03-20 07:27:23 +00:00
Themes.cpp Remove last remnants of gCurrentFontSpriteBase 2021-02-28 00:26:53 +01:00
TileInspector.cpp Fix #14172: Assertion hit in window_tile_inspector_swap_elements() 2021-03-07 14:53:44 +01:00
TitleCommandEditor.cpp Remove last remnants of gCurrentFontSpriteBase 2021-02-28 00:26:53 +01:00
TitleEditor.cpp Remove last remnants of gCurrentFontSpriteBase 2021-02-28 00:26:53 +01:00
TitleExit.cpp Fix #12410: Refactor WINDOW_WIDGET_TYPES to use strong enum (#13453) 2020-11-27 00:14:20 -03:00
TitleLogo.cpp Fix #12410: Refactor WINDOW_WIDGET_TYPES to use strong enum (#13453) 2020-11-27 00:14:20 -03:00
TitleMenu.cpp Split actions hpp files into separate h and cpp files (#13548) 2020-12-10 06:39:10 +00:00
TitleOptions.cpp Fix #12410: Refactor WINDOW_WIDGET_TYPES to use strong enum (#13453) 2020-11-27 00:14:20 -03:00
Tooltip.cpp Remove last remnants of gCurrentFontSpriteBase 2021-02-28 00:26:53 +01:00
TopToolbar.cpp Remove network traffic window 2021-03-06 14:47:06 +01:00
TrackDesignManage.cpp Change gfx_draw_string_*_wrapped() to DrawTextWrapped() 2021-02-28 00:23:01 +01:00
TrackDesignPlace.cpp Replace gfx_draw_string_centred() with DrawTextBasic() 2021-02-28 00:23:00 +01:00
TrackList.cpp Remove last remnants of gCurrentFontSpriteBase 2021-02-28 00:26:53 +01:00
ViewClipping.cpp Replace gfx_draw_string_left() with DrawTextBasic() 2021-02-28 00:23:00 +01:00
Viewport.cpp Refactor viewport interaction flags and add plugin API 2021-02-18 18:10:29 +00:00
Water.cpp Replace gfx_draw_string_centred() with DrawTextBasic() 2021-02-28 00:23:00 +01:00
Window.h Remove network traffic window 2021-03-06 14:47:06 +01:00