This website requires JavaScript.
Explore
Help
Register
Sign In
Archives
/
OpenTTD-patches
Watch
2
Star
0
Fork
0
You've already forked OpenTTD-patches
mirror of
https://github.com/JGRennison/OpenTTD-patches.git
synced
2024-11-19 15:25:39 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
81cf1cac8f
OpenTTD-patches
/
src
/
widgets
History
rubidium
9907742a0f
(svn r15423) -Codechange: split widget related types to their own header and add a bit of type strictness.
2009-02-09 01:06:23 +00:00
..
dropdown_func.h
(svn r15312) -Codechange: Handle closing of drop down menus when clicking in a window in a single place, instead of in the OnClick event for some windows. This standardises behaviour so that clicking anywhere in a window will close its drop down menu, which happened before for some windows but not all. In addition the dubious feature of hiding a drop down menu by opening the same menu has been removed. This only caused wasted CPU cycles as a whole new list was generated and then destroyed. Breathe.
2009-02-01 22:32:07 +00:00
dropdown_type.h
(svn r15387) -Codechange: Add a drop down list item type for char* strings.
2009-02-07 00:37:35 +00:00
dropdown.cpp
(svn r15423) -Codechange: split widget related types to their own header and add a bit of type strictness.
2009-02-09 01:06:23 +00:00