summaryrefslogtreecommitdiff
path: root/src/window.cpp
AgeCommit message (Expand)Author
2021-07-20Feature: allow the use of TURN to connect client and server togetherPatric Stout
2021-07-02Codechange: C++-ify the usage of IniFile in settings.cppPatric Stout
2021-06-13Codechange: convert printf DEBUG statements to fmt Debug statementsrubidium42
2021-05-29Codechange: Rename window related DeleteXXX to match new behaviourglx22
2021-05-29Fix f6d5c01: Delay deletion when closing windowsglx22
2021-05-15Fix #9269, f6d5c01: Hide windows without abusing WC_INVALIDglx22
2021-05-13Codechange: make explicit that virtual functions in a con/destructor are reso...Rubidium
2021-05-12Codechange: make Window destruction not rely on undefined behavior.frosch
2021-05-12Codechange: use IterateFromBack/Front only if the order is important.frosch
2021-05-12Codechange: use iterators instead of 'subranges' when iterating from a specif...frosch
2021-05-12Cleanup: remove unneeded labels and gotos.frosch
2021-05-08Codechange: Make GetCurrentRect() conform to usual Rect bounds, and reuse it.Peter Nelson
2021-05-08Codechange: Don't update window contents if scrollbar position has not moved.Peter Nelson
2021-05-08Codechange: Set specific widgets dirty instead of window.Peter Nelson
2021-04-30Fix: Recalculate padding and minimum sizes when GUI or Font zoom is changed.Peter Nelson
2021-04-29Codechange: Replace window related FOR_ALL with range-based for loopsglx22
2021-04-10Codechange: nullptr deletion in DeleteWindowById (#8941)Didac Perez Parera
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