summaryrefslogtreecommitdiff
path: root/src/toolbar_gui.cpp
AgeCommit message (Expand)Author
2022-01-16only show layer switches for available layersErich Eckner
2022-01-16separate menu entry for underground stuffErich Eckner
2022-01-16underground patch appliedErich Eckner
2021-12-16Codechange: Un-bitstuff all remaining commands.Michael Lutz
2021-12-16Codechange: Template DoCommandP to automagically reflect the parameters of th...Michael Lutz
2021-12-16Codechange: Move command arguments to the back of the networked command funct...Michael Lutz
2021-09-23Feature: Add selected toolbar buttons to MacBook Pro Touch BarDanny de Bruijne
2021-09-18Fix: add back 'Spectate' option to company toolbar menu (#9556)Patric Stout
2021-04-30Codechange: Apply minimum size to toolbar widgetsPeter Nelson
2021-04-24Add: move "New Company" inside the Online Players GUIPatric Stout
2021-04-24Feature: rework in-game Online Players GUIPatric Stout
2021-02-28Add: settings to limit your fast-forward game speedPatric Stout
2021-01-08Change: always allow to click on the toolbar icons for road/rail/dock/airportPatric Stout
2021-01-08Codechange: Remove min/max functions in favour of STL variants (#8502)Charles Pigott
2020-07-27Codechange: Spell 'Viewport' consistentlyTechGeekNZ
2020-06-27Cleanup: Give `TakeScreenshot` a more sensible nameTechGeekNZ
2020-06-27Cleanup: Remove redundant implementation of TakeScreenshotTechGeekNZ
2020-04-10Add: Hotkey for Land Info in normal modearikover
2020-01-01Feature: Screenshot windowpnda
2020-01-01Fix #7887: missing beep for some main toolbar buttonsglx
2019-12-21Codechange: Replace vehicle related FOR_ALL with range-based for loopsglx
2019-11-10Cleanup: Removed SVN headersS. D. Cloudt
2019-05-01Feature: Add NotRoadTypes (NRT)peter1138
2019-05-01Codechange: Untangle game and scenario toolbars.Peter Nelson
2019-04-29Add: Icons on air/water/landscape construction menus (#7485)pnda
2019-04-10Codechange: Use null pointer literal instead of the NULL macroHenry Wilson
2019-04-09Codechange: Switch DropDownList to directly use std::vector, thus making Auto...Michael Lutz
2019-03-26Codechange: Replaced SmallVector::Append() with std::vector::[push|emplace]_b...Henry Wilson
2019-03-24Codechange: Use override specifier in Window-derived classes.peter1138
2019-03-24Codechange: Use override specifier for DropDownListItem classes.peter1138
2019-03-24Codechange: Use override specifer for overriding member declarationsHenry Wilson
2019-03-20Remove: ENABLE_NETWORK switchPatric Stout
2019-03-10Feature: Add road icon to road construction drop down list.peter1138
2019-03-10Remove: Unnecessary virtual destructors on drop down list items.peter1138
2019-03-10Codechange: Use Colours type instead of byte.peter1138
2019-02-24Fix c3dbe836b4: also compile without ENABLE_NETWORK defined againPatric Stout
2019-02-17Fix 1585eb1a3: wrong default selection for goals and story bookglx
2019-02-16Add: News menu entry and shortcut for deleting all messages. (#7240)Joan Josep
2019-02-16Fix: use more descriptive "spectator" strings for story book and goal dropdow...glx
2019-02-04Add: CompanyCtrlAction enum for CMD_COMPANY_CTRL actionsglx
2019-01-22Add: Draw network password indicator lock in company drop down list. (#7079)PeterN
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-07-19Feature: Framerate display window (#6822)Niels Martin Hansen
2018-04-30Fix: Spelling errors (#6769)Joan Josep
2016-10-30(svn r27671) -Codechange: Replace magic numbers in the toolbar with the alrea...frosch
2016-09-04(svn r27653) -Fix(r27647): Rename FileOperation enum and values to SaveLoadOp...alberth
2016-09-04(svn r27648) -Codechange: Remove remaining _saveload_mode usage.alberth
2016-08-15(svn r27626) -Codechange: Do not use the cursor sprite as PlaceObject status ...frosch
2015-03-07(svn r27178) -Fix [FS#5969]: Data race due to lazy initialisation of objects.frosch