summaryrefslogtreecommitdiff
path: root/src/window.cpp
AgeCommit message (Expand)Author
2021-02-27Codechange: replace _realtime_tick with std::chrono for mouse eventsPatric Stout
2021-02-14Codechange: Consistently use screen size and not driver resolution for deter...Michael Lutz
2021-01-10Fix: Don't use a timer for hundredth tick determinationglx
2021-01-08Codechange: Remove min/max functions in favour of STL variants (#8502)Charles Pigott
2020-12-27Codechange: Stringify config file paths.Michael Lutz
2020-12-06Fix: Compile warnings when asserts are disabledCharles Pigott
2020-07-27Codechange: Spell 'Viewport' consistentlyTechGeekNZ
2020-06-09Cleanup: Fix typos in code comments.TechGeekNZ
2020-06-09Cleanup: Give `SetDirtyBlocks` a more descriptive name.TechGeekNZ
2020-01-22Fix #7952: don't try to access destroyed QueryStringsglx
2019-11-10Cleanup: Removed SVN headersS. D. Cloudt
2019-11-10Codechange: Add utility function for whether the focused window is a consoleJonathan G Rennison
2019-11-10Codechange: Add EditBoxGainedFocus method to VideoDriver base classJonathan G Rennison
2019-09-29Fix: Some typos found using codespellJMcKiern
2019-05-02Fix: Clicking on scrollbar 'thumb' moved position up instantly.peter1138
2019-04-13Fix 801cbea9c: operator< is not always the best ideaglx
2019-04-13Codechange: use std::sort() for all std::vector typesglx
2019-04-10Codechange: Use null pointer literal instead of the NULL macroHenry Wilson
2019-03-26Codechange: Removed SmallVector completelyHenry Wilson
2019-03-26Codechange: Replaced SmallVector::[Begin|End]() with std alternativesHenry Wilson
2019-03-26Codechange: Replaced SmallVector::Append() with std::vector::[push|emplace]_b...Henry Wilson
2019-03-26Codechange: Replaced SmallVector::Find() non-const with std::find()Henry Wilson
2019-03-26Codechange: Replace SmallVector::Length() with std::vector::size()Henry Wilson
2019-03-26Codechange: Replace SmallVector::Clear() with std::vector::clear()Henry Wilson
2019-03-20Codechange: Implement OnTooltip event for custom window tooltips.peter1138
2019-03-20Remove: ENABLE_NETWORK switchPatric Stout
2019-02-22Fix #7227: Don't apply mouse-hasn't-moved test to scrollbars.peter1138
2019-02-21Codechange: Change scrolling_scrollbar to mouse_capture_widget, and dispatch ...Peter Nelson
2019-02-16Add: News menu entry and shortcut for deleting all messages. (#7240)Joan Josep
2019-02-02Fix #7058, Fix #7161: Network chat messages did not expire.Peter Nelson
2019-01-20Fix: If screen size changes, windows are relocated and dropdown may not fit t...J0an Josep
2019-01-17Fix: Some code and comment typosnikolas
2019-01-13Fix #7050: Missing guard around network chat message function for compiling w...PeterN
2019-01-12Fix #6780: Some windows didn't get updated from OnTick() (#7048)PeterN
2019-01-11Fix: Always draw dirty blocks, else fast-forward is super fast.Peter Nelson
2019-01-11Change: Use GUITimer class instead of bare int/uints.Peter Nelson
2019-01-11Change: Animate text effects by real time instead of game ticks.Peter Nelson
2019-01-11Change: Switch various window timers to real time instead of game ticks.Peter Nelson
2019-01-11Change: Split up Window::OnTick into OnGameTick and OnRealtimeTick. Adjust ti...Peter Nelson
2019-01-04Codechange: Use window class as expected.Juanjo
2018-10-31Codechange: Turn a define into a constantCharles Pigott
2018-10-31Fix: Protect against a few out of bounds or uninitialised usage errorsCharles Pigott
2018-10-31Doc: Lots and lots of doxymentation fixesCharles Pigott
2018-07-19Feature: Framerate display window (#6822)Niels Martin Hansen
2018-05-29Fix: [OSX] Minor 2D scrolling fixes (#6793)Alexander Weiss
2018-05-24Change: [OSX] Setting mouse-wheel to scroll the map does not disable pinch to...Alexander Weiss
2018-04-28Add: Replace independment map scrolling GUI settings with single option, and ...PeterN
2017-12-09(svn r27934) -Fix (r27900): Warning about unsigned unary minus.michi_cc
2017-08-27(svn r27901) -Codechange: GetWindowZPriority only needs a WindowClass; this w...frosch
2017-08-27(svn r27900) -Change [FS#6568]: Remove the gap between windows when positioni...frosch