summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-04-17Merged INSTALL with README.md and README.cmakerelease-updatesThorbjørn Lindeijer4-86/+50
2024-04-12Updated NEWS for 0.7 releaseThorbjørn Lindeijer1-0/+48
2024-04-12Various version and link updates in the INSTALL fileThorbjørn Lindeijer1-16/+14
2024-04-12Updated some URLsThorbjørn Lindeijer2-3/+3
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
2024-03-21Removed unused ResourceManager methodsThorbjørn Lindeijer2-43/+0
2024-03-21Removed the unused Image::mLoaded memberThorbjørn Lindeijer2-41/+19
2024-03-21Use std::function in ResourceManagerThorbjørn Lindeijer4-85/+35
2024-03-13Use snprintf instead of sprintfThorbjørn Lindeijer2-7/+7
2024-03-13CI: Added macOS build jobThorbjørn Lindeijer1-0/+10
2024-03-13Adjusted handling of SMSG_LOGIN_DATA to what tmwa sendsThorbjørn Lindeijer1-3/+4
2024-03-13CI: Ensure we can compile on Ubuntu 20.04 as wellThorbjørn Lindeijer1-5/+8
2024-03-13Added SDL version check for SDL_OpenURLThorbjørn Lindeijer2-5/+20
2024-03-12General code cleanupsThorbjørn Lindeijer71-546/+250
2024-03-11Implemented ability to open external links in news and chatThorbjørn Lindeijer9-18/+73
2024-03-11Fixed settings being unavailable when updating was doneThorbjørn Lindeijer1-0/+1
2024-03-08Removed SDL2_gfx dependencyThorbjørn Lindeijer5-29/+52