summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
10 daysCI: Added GitHub Actions MSYS2 buildHEADmasterThorbjørn Lindeijer2-18/+63
10 daysCI: Added MSYS2 build on AppVeyorThorbjørn Lindeijer2-0/+33
11 daysReplaced ENet with submoduleThorbjørn Lindeijer28-6189/+19
2024-04-25CMake: Fixed customization of GNUInstallDirsThorbjørn Lindeijer1-3/+3
2024-04-20CMake: Use FindIntlThorbjørn Lindeijer2-65/+8
2024-04-20CMake: Use add_compile_definitions instead of setting COMPILE_FLAGSThorbjørn Lindeijer1-21/+12
2024-04-20CMake: Use cmake-format to make the files more pleasant to readThorbjørn Lindeijer6-430/+427
2024-04-20CMake: Removed unused PROGRAMS variableThorbjørn Lindeijer2-4/+0
2024-04-18Fixed being popup getting stuck under the mouseThorbjørn Lindeijer1-0/+2
2024-04-18Fixed mouse path debug when graphics are scaledThorbjørn Lindeijer1-3/+0
2024-04-18Simplify TmwAthena::MessageOutThorbjørn Lindeijer5-84/+27
2024-04-17macOS: Create an app bundleThorbjørn Lindeijer8-49/+106
2024-04-12CMake: Use GNUInstallDirsThorbjørn Lindeijer4-13/+18
2024-04-12GitHub Actions: Added workflow for building the snapThorbjørn Lindeijer1-0/+18
2024-04-12Added snap recipeThorbjørn Lindeijer1-0/+59
2024-04-12CI: Use ccache to cache compiler resultsThorbjørn Lindeijer1-1/+11
2024-04-10Fixed the scaling of the custom cursorThorbjørn Lindeijer1-5/+6
2024-04-09Removed unused duplicate parsing of effects.xmlThorbjørn Lindeijer2-108/+0
2024-04-08Fixed assertion failure on exitThorbjørn Lindeijer1-0/+4
2024-04-08Added UI debug drawingThorbjørn Lindeijer7-4/+104
2024-04-08Use ResourceRef<Image> in more placesThorbjørn Lindeijer25-136/+127
2024-04-08CMake: Use install(DIRECTORY ...) to install data filesThorbjørn Lindeijer10-122/+9
2024-04-08CMake: Exclude Guichan headers and library from installThorbjørn Lindeijer1-1/+1
2024-04-08Fixed choosing preferred language on WindowsThorbjørn Lindeijer2-13/+34
2024-04-08CMake: Removed manual RC-compiler setup for MinGWThorbjørn Lindeijer1-16/+0
2024-04-08Set Windows-related DPI hints to per-monitor aware v2Thorbjørn Lindeijer1-0/+4
2024-04-08Some updates to .gitignoreThorbjørn Lindeijer1-2/+1
2024-04-08Resolved issues with winver.hThorbjørn Lindeijer6-47/+6
2024-04-08Enable UTF-8 support on WindowsThorbjørn Lindeijer1-0/+3
2024-04-08Use C++17 to implement mkdir_rThorbjørn Lindeijer2-68/+9
2024-04-08CMake: Allow using CPack to generate an NSIS installerThorbjørn Lindeijer3-37/+88
2024-04-08Windows: Modernize getSpecialFolderLocationThorbjørn Lindeijer3-33/+32
2024-04-08Compile fixes for MSYS2 UCRT64Thorbjørn Lindeijer5-10/+19
2024-04-02General code cleanupsThorbjørn Lindeijer45-176/+117
2024-04-02Fixed padding on mini-status windowThorbjørn Lindeijer1-0/+2
2024-03-28Fixed size and child positions for various popupsThorbjørn Lindeijer10-91/+66
2024-03-28Fixed compile against libxml2 2.12ewew ukek2-23/+22
2024-03-28CI: Make the macOS build optionalThorbjørn Lindeijer1-0/+1
2024-03-26CMake: Added USE_SYSTEM_GUICHAN optionThorbjørn Lindeijer2-17/+16
2024-03-26Use SDL2 support for color and system mouse cursorsThorbjørn Lindeijer5-121/+194
2024-03-26Removed the macOS 10.6 Xcode projectThorbjørn Lindeijer4-2148/+53
2024-03-26Removed outdated Travis CI configThorbjørn Lindeijer1-8/+0
2024-03-26Removed outdated Code::Blocks project filesThorbjørn Lindeijer3-722/+0
2024-03-26Added support for HiDPI fontsThorbjørn Lindeijer9-81/+120
2024-03-26Added functions to draw images at sub-pixel positionsThorbjørn Lindeijer7-113/+126
2024-03-25Allow mouse focus click-throughThorbjørn Lindeijer2-1/+3
2024-03-25Avoid string allocations during text rendering and sizingThorbjørn Lindeijer3-16/+11
2024-03-25Removed an unnecessary extra allocation in strprintfThorbjørn Lindeijer1-5/+4
2024-03-22Added support for scaling the outputThorbjørn Lindeijer18-154/+386
2024-03-22Fixed the distribution of action events by DropDownThorbjørn Lindeijer1-1/+7