OpenRCT2/src/openrct2-ui/windows
Aaron van Geffen 5cb7bf6216 Increase widget heights in object selection window
These changes accomodate CJK languages:
* Buttons from 11px to 13px.
* Text box from 11px to 13px.

Furthermore:
* Rename WIDX_FILTER_STRING_BUTTON constant to WIDX_FILTER_TEXT_BOX.
* Rename WINDOW_STAFF_LIST_WIDGET_IDX to WINDOW_EDITOR_OBJECT_SELECTION_WIDGET_IDX.
2020-06-19 08:42:10 +02:00
..
About.cpp Fix #11570 - create gfx_draw_string_centered() overload (#11760) 2020-05-17 15:29:56 -03:00
Banner.cpp Make WW and WH static 2020-05-09 18:07:16 +02:00
Changelog.cpp Close #11561: Use ScreenCoordsXY in gfx_draw_string() 2020-05-10 09:49:15 -03:00
Cheats.cpp Part of #11569: Use gfx_draw_string_right with ScreenCoordsXY 2020-06-11 10:11:20 -03:00
ClearScenery.cpp Fix #11570 - create gfx_draw_string_centered() overload (#11760) 2020-05-17 15:29:56 -03:00
CustomCurrency.cpp Migrate many set_format_arg calls to Formatter (#11744) 2020-05-13 21:29:39 -03:00
DebugPaint.cpp Use constexpr on openrct2-ui/* 2019-10-29 18:48:04 -03:00
DemolishRidePrompt.cpp Migrate many set_format_arg calls to Formatter (#11744) 2020-05-13 21:29:39 -03:00
Dropdown.cpp Fix #11565: gfx_draw_string_left_clipped to use ScreenCoordsXY (#11765) 2020-05-17 19:30:58 -03:00
EditorBottomToolbar.cpp Fix #11570 - create gfx_draw_string_centered() overload (#11760) 2020-05-17 15:29:56 -03:00
EditorInventionsList.cpp Move ride naming to RTD 2020-06-16 22:52:48 +02:00
EditorMain.cpp Make rct_window use ScreenCoordsXY 2020-03-02 20:51:01 -03:00
EditorObjectSelection.cpp Increase widget heights in object selection window 2020-06-19 08:42:10 +02:00
EditorObjectiveOptions.cpp Part of #11562: gfx_draw_string_left_wrapped() overload 2020-05-18 22:52:49 -03:00
EditorScenarioOptions.cpp Apply review requests 2020-05-09 18:07:16 +02:00
Error.cpp Implement strings for GameAction errors 2020-04-26 14:35:05 +01:00
Finances.cpp Part of #11569: Use ScreenCoordsXY instead of <x,y> 2020-06-11 10:11:33 -03:00
Footpath.cpp Fix #11570 - create gfx_draw_string_centered() overload (#11760) 2020-05-17 15:29:56 -03:00
GameBottomToolbar.cpp Rename some Peep member variables to use TitleCase (#11931) 2020-06-14 06:31:08 +01:00
Guest.cpp Fix peep pickup. Mistake made during refactor. (#11978) 2020-06-17 21:11:50 +01:00
GuestList.cpp Remove FOR_ALL_PEEPS/GUESTS/STAFF macros 2020-06-16 20:27:44 +01:00
InstallTrack.cpp Move ride naming to RTD 2020-06-16 22:52:48 +02:00
Land.cpp Fix #11570 - create gfx_draw_string_centered() overload (#11760) 2020-05-17 15:29:56 -03:00
LandRights.cpp Fix #11570 - create gfx_draw_string_centered() overload (#11760) 2020-05-17 15:29:56 -03:00
LoadSave.cpp Migrate 50 more calls to set_format_arg() 2020-06-03 14:49:04 +02:00
Main.cpp Make rct_window use ScreenCoordsXY 2020-03-02 20:51:01 -03:00
Map.cpp Remove FOR_ALL_PEEPS/GUESTS/STAFF macros 2020-06-16 20:27:44 +01:00
MapGen.cpp Make WW and WH static 2020-05-09 18:07:16 +02:00
MapTooltip.cpp Close #11561: Use ScreenCoordsXY in gfx_draw_string_centred_wrapped() 2020-05-10 01:00:26 -03:00
MazeConstruction.cpp Migrate 40 calls to set_format_arg() 2020-06-03 14:49:04 +02:00
Multiplayer.cpp Part of #11564: Use ScreenCoordsXY instead of <x,y> 2020-06-14 12:51:06 -03:00
MusicCredits.cpp Fix #11570 - create gfx_draw_string_centered() overload (#11760) 2020-05-17 15:29:56 -03:00
Network.cpp Close #11561: Use ScreenCoordsXY in gfx_draw_string() 2020-05-10 09:49:15 -03:00
NetworkStatus.cpp Close #11561: Use ScreenCoordsXY in gfx_draw_string() 2020-05-10 09:49:15 -03:00
NewCampaign.cpp Refactor shop items 2020-05-11 19:16:23 +02:00
NewRide.cpp Move build menu preference to objects themselves 2020-06-17 21:46:37 +02:00
News.cpp Merge pull request #11900 from hdpoliveira/news_cpp 2020-06-15 22:56:29 -03:00
NewsOptions.cpp Remove nonfunctional "guest is lost" notification (#11722) 2020-05-11 21:31:02 +02:00
ObjectLoadError.cpp Migrate 40 calls to set_format_arg() 2020-06-03 14:49:04 +02:00
Options.cpp Migrate 50 more calls to set_format_arg() 2020-06-03 14:49:04 +02:00
Park.cpp Part of #11564: gfx_draw_string_centred_clipped with ScreenCoordsXY 2020-06-14 12:26:53 -03:00
Player.cpp Part of #11564: gfx_draw_string_centred_clipped with ScreenCoordsXY 2020-06-14 12:26:53 -03:00
Research.cpp Migrate many set_format_arg calls to Formatter (#11744) 2020-05-13 21:29:39 -03:00
Ride.cpp Merge pull request #11921 from duncanspumpkin/CreateSprite6 2020-06-17 21:28:36 +02:00
RideConstruction.cpp Move RideHeights and max mass to RTDs 2020-06-16 20:57:55 +02:00
RideList.cpp Implement #11944: Remember rides sort mode (#11945) 2020-06-13 23:36:43 +02:00
SavePrompt.cpp Fix WW and WH for some windows 2020-05-09 19:08:00 +02:00
Scenery.cpp Part of #11569: Use ScreenCoordsXY instead of <x,y> 2020-06-11 10:11:33 -03:00
SceneryScatter.cpp Fix #11570 - create gfx_draw_string_centered() overload (#11760) 2020-05-17 15:29:56 -03:00
ServerList.cpp Rename ServerList member variables to prevent shadowing 2020-05-15 12:06:41 +02:00
ServerStart.cpp Make WW and WH static 2020-05-09 18:07:16 +02:00
ShortcutKeyChange.cpp Merge pull request #11653 from Gymnasiast/refactor/window-skeleton 2020-05-10 11:34:21 +02:00
ShortcutKeys.cpp Moved 'Open cheat menu' and 'Toggle clearance checks' to new category 2020-05-30 17:10:08 +02:00
Sign.cpp Improve #4617: signs causing crashes (#11094) 2020-06-12 21:33:07 +02:00
Staff.cpp Fix peep pickup. Mistake made during refactor. (#11978) 2020-06-17 21:11:50 +01:00
StaffFirePrompt.cpp Implement GetSprite and use it in a number of places 2020-06-16 20:21:56 +01:00
StaffList.cpp Remove FOR_ALL_PEEPS/GUESTS/STAFF macros 2020-06-16 20:27:44 +01:00
TextInput.cpp Fix #11570 - create gfx_draw_string_centered() overload (#11760) 2020-05-17 15:29:56 -03:00
Themes.cpp Fix #11565: gfx_draw_string_left_clipped to use ScreenCoordsXY (#11765) 2020-05-17 19:30:58 -03:00
TileInspector.cpp Move ride naming to RTD 2020-06-16 22:52:48 +02:00
TitleCommandEditor.cpp Implement GetSprite and use it in a number of places 2020-06-16 20:21:56 +01:00
TitleEditor.cpp Move remaining calls to set_format_arg() 2020-06-03 14:49:04 +02:00
TitleExit.cpp Use ScreenCoordsXY for window functions (#10086) 2019-10-19 13:07:03 +02:00
TitleLogo.cpp Make WW and WH static 2020-05-09 18:07:16 +02:00
TitleMenu.cpp Make window_dropdown_show_text() use ScreenCoordsXY 2020-05-01 15:58:36 -03:00
TitleOptions.cpp Use ScreenCoordsXY for window functions (#10086) 2019-10-19 13:07:03 +02:00
TitleScenarioSelect.cpp Part of #11564: Use ScreenCoordsXY instead of <x,y> 2020-06-14 12:51:06 -03:00
Tooltip.cpp Migrate many set_format_arg calls to Formatter (#11744) 2020-05-13 21:29:39 -03:00
TopToolbar.cpp Part of #11569: Use ScreenCoordsXY instead of <x,y> 2020-06-11 10:11:33 -03:00
TrackDesignManage.cpp Merge pull request #11653 from Gymnasiast/refactor/window-skeleton 2020-05-10 11:34:21 +02:00
TrackDesignPlace.cpp Fix #11570 - create gfx_draw_string_centered() overload (#11760) 2020-05-17 15:29:56 -03:00
TrackList.cpp Move ride naming to RTD 2020-06-16 22:52:48 +02:00
ViewClipping.cpp Make WW and WH static 2020-05-09 18:07:16 +02:00
Viewport.cpp Fix WW and WH for some windows 2020-05-09 19:08:00 +02:00
Water.cpp Fix #11570 - create gfx_draw_string_centered() overload (#11760) 2020-05-17 15:29:56 -03:00
Window.h Fix WW and WH for some windows 2020-05-09 19:08:00 +02:00