summaryrefslogtreecommitdiff
path: root/src/misc_gui.cpp
AgeCommit message (Expand)Author
2021-06-13Codechange: convert printf DEBUG statements to fmt Debug statementsrubidium42
2021-06-12Codechange: Use dynamic string list for contents of land info window.Michael Lutz
2021-05-29Codechange: Rename window related DeleteXXX to match new behaviourglx22
2021-05-29Fix f6d5c01: Delay deletion when closing windowsglx22
2021-05-29Codechange: rename str_validate to StrMakeValid(InPlace) (#9304)Patric Stout
2021-05-12Codechange: use IterateFromBack/Front only if the order is important.frosch
2021-05-08Codechange: Set specific widgets dirty instead of window.Peter Nelson
2021-05-03Fix: Query windows may be partially drawn initially. (#9184)PeterN
2021-04-29Codechange: Replace window related FOR_ALL with range-based for loopsglx22
2021-04-24Update: Developer credits (#9091)Leif Linse
2021-04-10Fix: Adjust scrolling interval of credits to account for text line heightPeter Nelson
2021-04-08Fix: Viewport drag tooltips not being removed when dragging over other windowsJonathan G Rennison
2021-04-08Fix: Viewport drag tooltip flickering when dragging outside windowJonathan G Rennison
2021-02-08Fix: mention our websites with https:// (instead of http://) (#8657)Patric Stout
2021-01-11Add: a go-to-location button to the LandInfo window.frosch
2021-01-08Codechange: Remove min/max functions in favour of STL variants (#8502)Charles Pigott
2021-01-05Change: move "give money" from client-list to company windowPatric Stout
2020-12-27Codechange: Replace assert_compile macro with static_assertCharles Pigott
2020-12-14Codechange: use \u to indicate unicode chars in strings (#8379)Patric Stout
2020-05-06Codechange: Use a dynamic copyright yearglx
2019-11-10Cleanup: Removed SVN headersS. D. Cloudt
2019-10-28Add: MeCharles Pigott
2019-05-01Feature: Add NotRoadTypes (NRT)peter1138
2019-04-25Fix dcb2571: Missing override keywordsNiels Martin Hansen
2019-04-24Fix: Also breaking for warning text in set company passwordNiels Martin Hansen
2019-04-24Fix: Automatic line breaking of the warningNiels Martin Hansen
2019-04-24Add: Warn players that company passwords are not truly secureNiels Martin Hansen
2019-04-10Codechange: Use null pointer literal instead of the NULL macroHenry Wilson
2019-03-24Codechange: Use override specifier in Window-derived classes.peter1138
2019-03-20Fix #7386: Measurement tooltip for tunnels, aqueducts & docks did not display...peter1138
2019-01-11Change: Use GUITimer class instead of bare int/uints.Peter Nelson
2019-01-11Change: Split up Window::OnTick into OnGameTick and OnRealtimeTick. Adjust ti...Peter Nelson
2018-11-17Update: Developer creditsNiels Martin Hansen
2018-10-31Doc: Lots and lots of doxymentation fixesCharles Pigott
2018-10-30Fix: Missing m8 data in console when using Query toolNiels Martin Hansen
2018-10-13Fix #6938: Don't change company value to perform cost estimations (#6939)Miguel Horta
2018-06-07Codechange: Avoid call to memcpy using null pointer in TooltipsWindow constru...Jonathan G Rennison
2018-06-03Fix: Theoretical string overflow when building the cargo acceptance list for ...Michael Lutz
2018-03-11(svn r27979) -Add: adf88 to readmefrosch
2017-08-13(svn r27893) -Codechange: Use fallthrough attribute. (LordAro)frosch
2016-12-09(svn r27686) -Change: List railtype of rail tiles explicitly in the tile info...frosch
2016-08-15(svn r27628) -Codechange: Prepare for drawing cursors consisting of multiple ...frosch
2016-05-11(svn r27560) -Fix: typos in comments and stringmatthijs
2015-08-10(svn r27381) -Fix: Warnings due to C++11 requirements for explicit narrowing ...michi_cc
2015-02-01(svn r27134) -Codechange: Simplify GUI scaling by adding UnScaleGUI() and Sca...frosch
2015-02-01(svn r27131) -Fix: Dropdown- and tooltip-windows should not steal the focus.frosch
2014-10-23(svn r27037) -Fix [FS#6150] (r26878): m6 was moved from Tile To TileExtended,...rubidium
2014-10-18(svn r27023) -Codechange: Scale tooltip size by UI scale.peter1138
2014-09-26(svn r26924) -Codechange: Fit YES/NO query window buttons to window, instead ...peter1138
2014-09-21(svn r26873) -Change: split type_height into a type and height array (ic111)rubidium