OpenRCT2/src/openrct2-ui/windows
Ted John 142b9ff243
Optimise object selection search
* Do case insensitive string matching for object search.
* Return as soon as first field is a hit.
2022-07-30 16:50:54 +02:00
..
About.cpp Remove rct_window::enabled_widgets (#16643) 2022-02-13 23:06:19 +00:00
Banner.cpp Merge pull request #16642 from Gymnasiast/refactor/dropdown 2022-02-15 18:50:26 +01:00
Changelog.cpp Add const ref, remove excess .c_str(), push_* -> emplace_* and rewrite constructors 2022-05-07 16:05:38 +02:00
Cheats.cpp Fix #17029: Ride Cheats tab behaves as a button 2022-04-24 14:50:17 +02:00
ClearScenery.cpp Use std::stol over C strtol on ClearScenery.cpp (#15549) 2022-03-20 09:01:09 -03:00
CustomCurrency.cpp Fix #14093: Replace MONEY macro with user defined literal 2022-03-29 07:23:35 -03:00
DebugPaint.cpp Window Class Refactor: DebugPaint (#17269) 2022-05-22 23:15:39 +01:00
DemolishRidePrompt.cpp Remove rct_window::enabled_widgets (#16643) 2022-02-13 23:06:19 +00:00
Dropdown.cpp Annotate hardcoded arrays and verify their sizes 2022-06-16 23:51:24 +02:00
EditorBottomToolbar.cpp Editor Bottom Toolbar Window class (#17358) 2022-06-08 20:54:03 +01:00
EditorInventionsList.cpp Fix #17553: Crash when moving invention list items to empty list (#17555) 2022-07-17 07:12:29 +00:00
EditorObjectSelection.cpp Optimise object selection search 2022-07-30 16:50:54 +02:00
EditorObjectiveOptions.cpp Close #15358: Increase park name character limit 2022-07-27 17:35:15 +02:00
EditorScenarioOptions.cpp Remove no money scenerio flag 2022-04-09 12:36:31 +01:00
Error.cpp Forward declare Formatter 2021-12-30 12:17:51 -05:00
Finances.cpp Annotate hardcoded arrays and verify their sizes 2022-06-16 23:51:24 +02:00
Footpath.cpp Pass window reference to tool_set (#17625) 2022-07-27 22:22:22 -03:00
GameBottomToolbar.cpp Apply clang-tidy to static variables 2022-03-18 00:38:26 -03:00
Guest.cpp Pass window reference to tool_set (#17625) 2022-07-27 22:22:22 -03:00
GuestList.cpp Update guest list defaults 2022-02-27 18:46:08 +01:00
InstallTrack.cpp Add missing includes 2022-07-29 18:45:10 +02:00
Land.cpp Close #13779: Refactor Map window into a class (#16559) 2022-02-26 20:23:27 +00:00
LandRights.cpp Pass window reference to tool_set (#17625) 2022-07-27 22:22:22 -03:00
LoadSave.cpp Fix overwriting buffer for parent directory when browsing "Up" 2022-05-22 14:32:06 +00:00
Main.cpp Fix auto positioning 2022-06-07 14:09:18 +00:00
Map.cpp Pass window reference to tool_set (#17625) 2022-07-27 22:22:22 -03:00
MapGen.cpp Make map size spinners in mapgen window functional 2022-06-05 09:49:40 +02:00
MapTooltip.cpp Fix: Ghosts and tooltips move when panning the viewport by right-click dragging 2022-05-21 09:40:43 +02:00
MazeConstruction.cpp Pass window reference to tool_set (#17625) 2022-07-27 22:22:22 -03:00
Multiplayer.cpp Use more smart ptrs and u8strings (#17611) 2022-07-28 18:19:38 +01:00
NetworkStatus.cpp Apply clang-tidy to static variables 2022-03-18 00:38:26 -03:00
NewCampaign.cpp Merge pull request #16642 from Gymnasiast/refactor/dropdown 2022-02-15 18:50:26 +01:00
NewRide.cpp Annotate hardcoded arrays and verify their sizes 2022-06-16 23:51:24 +02:00
News.cpp Introduce EntityId and refactor everything 2022-02-16 18:56:39 +02:00
NewsOptions.cpp Refactor window flags to be read with the helper methods 2022-02-13 23:09:42 +00:00
ObjectLoadError.cpp Close #11437: Migrate old platform methods 2022-02-18 21:57:00 +01:00
Options.cpp Fix #17533: Missing audio when specifying --rct2-data-path 2022-07-25 14:26:28 +00:00
Park.cpp Close #15358: Increase park name character limit 2022-07-27 17:35:15 +02:00
PatrolArea.cpp Pass window reference to tool_set (#17625) 2022-07-27 22:22:22 -03:00
Player.cpp Refactor Guest Window to Class 2022-07-03 22:00:37 +02:00
RefurbishRidePrompt.cpp Remove rct_window::enabled_widgets (#16643) 2022-02-13 23:06:19 +00:00
Research.cpp Merge pull request #16642 from Gymnasiast/refactor/dropdown 2022-02-15 18:50:26 +01:00
Ride.cpp Refactor Twist rotations, fix truncating of operating value (#17636) 2022-07-30 16:32:22 +02:00
RideConstruction.cpp Fix #17542: Stalls will autorotate towards paths outside the park 2022-07-28 21:26:11 +02:00
RideList.cpp Close #12793: Excitement/Intensity/Nausea ratings to Ride List view with sorting (#16655) 2022-03-11 11:17:14 +00:00
SavePrompt.cpp Use more smart pointers in openrct2-ui (#17582) 2022-07-22 11:48:43 +01:00
ScenarioSelect.cpp Fix assertion in InitialiseListItems 2022-03-27 22:33:57 +02:00
Scenery.cpp Fix #16950. Prevent accessing private members (#16976) 2022-04-14 20:36:04 +01:00
SceneryScatter.cpp Remove rct_window::enabled_widgets (#16643) 2022-02-13 23:06:19 +00:00
ServerList.cpp Using std::move(), correct clear strings, better use '= default;', modernize make_* and replace heavy strlen 2022-05-07 16:05:39 +02:00
ServerStart.cpp Refactor Server Start Window to Class (#17592) 2022-07-23 20:47:17 +01:00
ShortcutKeys.cpp Fix: shortcut key highlight remains when cursor leaves list 2022-05-28 20:55:42 +00:00
Sign.cpp Refactor sign internal variables 2022-06-07 22:35:06 +01:00
Staff.cpp Pass window reference to tool_set (#17625) 2022-07-27 22:22:22 -03:00
StaffFirePrompt.cpp Introduce EntityId and refactor everything 2022-02-16 18:56:39 +02:00
StaffList.cpp Pass window reference to tool_set (#17625) 2022-07-27 22:22:22 -03:00
TextInput.cpp Fix #17187: Text input window does not resize correctly 2022-06-06 00:11:29 +02:00
Themes.cpp Remove title editor 2022-04-26 22:17:38 +02:00
TileInspector.cpp Pass window reference to tool_set (#17625) 2022-07-27 22:22:22 -03:00
TitleExit.cpp Remove rct_window::enabled_widgets (#16643) 2022-02-13 23:06:19 +00:00
TitleLogo.cpp Remove rct_window::enabled_widgets (#16643) 2022-02-13 23:06:19 +00:00
TitleMenu.cpp Separate map.change and map.changed events 2022-03-21 23:09:40 +00:00
TitleOptions.cpp Remove rct_window::enabled_widgets (#16643) 2022-02-13 23:06:19 +00:00
Tooltip.cpp Forward declare Formatter 2021-12-30 12:17:51 -05:00
TopToolbar.cpp Pass window reference to tool_set (#17625) 2022-07-27 22:22:22 -03:00
TrackDesignManage.cpp Refactor struct TrackDesignFileRef 2022-07-26 16:12:46 +00:00
TrackDesignPlace.cpp Pass window reference to tool_set (#17625) 2022-07-27 22:22:22 -03:00
TrackList.cpp Refactor struct TrackDesignFileRef 2022-07-26 16:12:46 +00:00
Transparency.cpp Close #17050: Transparency can be toggled directly (#17075) 2022-04-27 13:30:58 +02:00
ViewClipping.cpp Pass window reference to tool_set (#17625) 2022-07-27 22:22:22 -03:00
Viewport.cpp Close #15896: Refactor out the ZoomLevel operators 2022-02-26 23:14:59 +01:00
Water.cpp Close #13779: Refactor Map window into a class (#16559) 2022-02-26 20:23:27 +00:00
Window.h Refactor struct TrackDesignFileRef 2022-07-26 16:12:46 +00:00