summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2021-02-18Fix: Unnecessary status bar redraws when there is no news to show (#8691)Jonathan G Rennison
2021-02-18Fix: Autorenew failure advice due to bad refit being shown to all companies (...Jonathan G Rennison
2021-02-18Change: Darken graph grid lines for legibility (#8690)Tyler Trahan
2021-02-17Change: "(Business/Chair)man" to "...person" (#8659)Wuzzy
2021-02-17Fix: [SDL2] simplify what to redraw to prevent tearing (#8685)Patric Stout
2021-02-17Fix #8676, a2c3197f: GUI-visible settings may not be part of misc settings.Michael Lutz
2021-02-17Codechange: Allow early-load settings that are not misc settings.Michael Lutz
2021-02-17Update: Translations from eintstranslators
2021-02-17Fix 52317bb7: [SDL2] ensure we don't try to blit out of bounds (#8684)Patric Stout
2021-02-16Fix: framerate window showed a slightly higher rate than actually measured (#...Patric Stout
2021-02-16Update: Translations from eintstranslators
2021-02-15Update: Translations from eintstranslators
2021-02-15Add: Allow translation of "(Directory)" and "(Parent directory)"glx22
2021-02-14Fix: Stopped ships shouldn't block depots (#8578)Tyler Trahan
2021-02-14Feature: [GS] Allow non-question type windows to have no buttonsdP
2021-02-14Fix: VkMapping declarations violated C++ ODR rule.milek7
2021-02-14Change: move the 'road drive side' selection to settings tree, and give it th...frosch
2021-02-14Change: move townname generator selection to mapgen GUI.frosch
2021-02-14Codechange: move non-GUI code to non-GUI source files.frosch
2021-02-14Codechange: turn a constant variable into a real constant.frosch
2021-02-14Codechange: minor rearrangement of settings in random map and heightmap GUI.frosch
2021-02-14Change: move the 'tree placer algorithm' selection to the settings tree windo...frosch
2021-02-14Update: Translations from eintstranslators
2021-02-14Add: [OSX] Automatic zoom level suggestion for Cocoa video driver.Michael Lutz
2021-02-14Add: [Win32] Automatic zoom level suggestion for Win32 video driver.Michael Lutz
2021-02-14Codechange: [Win32] Increase SDK version for 32-bit target.Michael Lutz
2021-02-14Codechange: Re-init GUI zoom only when really changed.Michael Lutz
2021-02-14Feature: Automatic UI and font zoom levels when supported by the OS.Michael Lutz
2021-02-14Codechange: Make the settings for min/max zoom early load settings.Michael Lutz
2021-02-14Fix 9c872192: [OSX] Clear mouse button emulation flag.Michael Lutz
2021-02-14Add: [OSX] Setting to disable HiDPI graphics rendering.Michael Lutz
2021-02-14Change: [OSX] Render screen in full native resolution on HiDPI displays.Michael Lutz
2021-02-14Codechange: Consistently use screen size and not driver resolution for deter...Michael Lutz
2021-02-14Change: [OSX] When auto-detecting a font, try for sans-serif first.Michael Lutz
2021-02-14Add: [OSX] Native font rendering without using FreeType.Michael Lutz
2021-02-14Codechange: Replace magic numbers by constants.Michael Lutz
2021-02-13Fix #8620: Scale spacing between date & news in history window according to f...Charles Pigott
2021-02-13Fix #8625: Wrong ending year was displayed in highscore tableCharles Pigott
2021-02-13Change: Make order window hotkeys toggle for load & unload variantsCharles Pigott
2021-02-13Cleanup: [OSX] Improve some comments.Michael Lutz
2021-02-13Codechange: [OSX] Remove unused 'app active' flag.Michael Lutz
2021-02-13Fix: [OSX] An emulated right mouse down event has to be followed by right mou...Michael Lutz
2021-02-13Codechange: [OSX] Use relative mouse handling during scrolling.Michael Lutz
2021-02-13Change: [OSX] Use a layer-backed view to speed up drawing.Michael Lutz
2021-02-13Codechange: [OSX] Align backing buffer pitch for a tiny bit performance.Michael Lutz
2021-02-13Cleanup: [OSX] Move event loop into video driver file.Michael Lutz
2021-02-13Remove: [OSX] Startup splash screen.Michael Lutz
2021-02-13Codechange: [OSX] Move key event handling to our view.Michael Lutz
2021-02-13Codechange: [OSX] Move mouse event handling to our NSView.Michael Lutz
2021-02-13Codechange: [OSX] Move some things from video driver to our NSView.Michael Lutz