1
0
Fork 0
OpenTTD/src/widgets
PeterN c962c77306
Fix: Incorrect available height for dropdowns due to unsigned promotion. (#10264)
Dropdowns which are taller than the main window should automatically have
a scrollbar added. This did not work for toolbar dropdown as the location
near the top of the window resulted in an unsigned underflow.
2022-12-20 09:39:23 -05:00
..
CMakeLists.txt Feature: [GS] Scriptable league tables (#10001) 2022-11-26 18:03:03 +01:00
ai_widget.h Feature: [UI] Split AI/Game Script configuration windows and add them to world gen window (#10058) 2022-11-10 21:39:09 +01:00
airport_widget.h Codechange: Draw station acceptance text in its own widget. 2022-10-03 22:14:18 +01:00
autoreplace_widget.h
bootstrap_widget.h
bridge_widget.h
build_vehicle_widget.h
cheat_widget.h
company_widget.h Feature: Improved Finance window 2022-04-25 21:51:51 +02:00
console_widget.h
date_widget.h
depot_widget.h
dock_widget.h
dropdown.cpp Fix: Incorrect available height for dropdowns due to unsigned promotion. (#10264) 2022-12-20 09:39:23 -05:00
dropdown_func.h
dropdown_type.h Codechange: Use Rect in DropDownListItem::Draw(). 2022-11-12 18:28:39 +00:00
dropdown_widget.h
engine_widget.h
error_widget.h
fios_widget.h
framerate_widget.h
game_widget.h Feature: [UI] Split AI/Game Script configuration windows and add them to world gen window (#10058) 2022-11-10 21:39:09 +01:00
genworld_widget.h Feature: [UI] Split AI/Game Script configuration windows and add them to world gen window (#10058) 2022-11-10 21:39:09 +01:00
goal_widget.h
graph_widget.h Feature: [GS] Scriptable league tables (#10001) 2022-11-26 18:03:03 +01:00
group_widget.h Feature: Add cargo filter support to vehicle list. (#8308) 2022-11-08 21:11:16 +01:00
highscore_widget.h
industry_widget.h
intro_widget.h Feature: [UI] Split AI/Game Script configuration windows and add them to world gen window (#10058) 2022-11-10 21:39:09 +01:00
league_widget.h Feature: [GS] Scriptable league tables (#10001) 2022-11-26 18:03:03 +01:00
link_graph_legend_widget.h
main_widget.h
misc_widget.h
music_widget.h
network_chat_widget.h
network_content_widget.h Change: Standardize progress bar layout. 2022-11-12 18:28:39 +00:00
network_widget.h Change: Standardize progress bar layout. 2022-11-12 18:28:39 +00:00
newgrf_debug_widget.h Add: Sprite centre and crosshair toggles on sprite aligner. 2022-12-17 15:38:28 +00:00
newgrf_widget.h
news_widget.h
object_widget.h
order_widget.h
osk_widget.h
rail_widget.h Feature: Button to toggle showing advanced signal types (#9617) 2021-10-17 19:24:50 +01:00
road_widget.h Codechange: Draw station acceptance text in its own widget. 2022-10-03 22:14:18 +01:00
screenshot_widget.h
settings_widget.h Feature: Variable GUI scale. 2022-11-12 18:28:39 +00:00
sign_widget.h
slider.cpp Fix #10164: Incorrect slider handle position in RTL. (#10175) 2022-11-16 19:02:51 +00:00
slider_func.h Change: Add optional text labels to slider widget. 2022-11-12 18:28:39 +00:00
smallmap_widget.h
station_widget.h
statusbar_widget.h
story_widget.h
subsidy_widget.h
terraform_widget.h
timetable_widget.h
toolbar_widget.h
town_widget.h
transparency_widget.h
tree_widget.h
vehicle_widget.h Feature: Hotkey to honk a vehicle's horn (#10110) 2022-11-10 21:36:18 +01:00
viewport_widget.h
waypoint_widget.h