deepend-tildeclub
0fd51e5c8a
Modify zoitechat.props for Gtk3 support and dependencies
...
Updated project properties to include Gtk3 definitions and improved dependency handling.
2026-02-04 12:46:32 -07:00
deepend-tildeclub
1ac688ec19
Update zoitechat.props with new dependencies and settings
2026-02-04 11:41:47 -07:00
deepend-tildeclub
1567062636
Update zoitechat.props with new project settings
2026-02-04 10:53:20 -07:00
deepend-tildeclub
b90a9a3357
Update zoitechat.props with new XML structure
2026-02-04 10:15:23 -07:00
deepend-tildeclub
fe4abe7d85
Fix formatting and update artifact upload settings
2026-02-04 09:31:40 -07:00
deepend-tildeclub
a650916105
Fix XML formatting in zoitechat.props
2026-02-04 09:14:32 -07:00
deepend-tildeclub
4f294f4eae
Add libxml2 to gvsbuild command in workflow
2026-02-04 08:16:44 -07:00
deepend-tildeclub
3ad525533d
Update Windows build workflow to exclude Lua steps
...
Removed Lua build and extraction steps from the workflow.
2026-02-04 00:08:58 -07:00
deepend-tildeclub
6979dce7e8
Merge pull request #53 from ZoiteChat/master
...
sync to master
2026-02-03 22:10:53 -07:00
deepend-tildeclub
6f1f82a7fb
Delete .github/workflows/msys-build.yml
2026-02-03 22:10:35 -07:00
deepend-tildeclub
3290f15439
Remove MSYS2 Build badge from README
...
Removed MSYS2 build badge from the README.
2026-02-03 22:06:42 -07:00
deepend-tildeclub
0a737c4d72
Delete .github/workflows/msys-build.yml
2026-02-03 22:05:48 -07:00
8025884e3b
fix windows build lua dependency.
...
Add attempted Solus Build.
2026-02-03 22:00:51 -07:00
a8a7627161
Updated the Windows CI Lua download/extraction step to use tar -xzf and added a guard to fail fast if the extract folder is missing, preventing missing-path errors later in the job.
2026-02-03 21:18:19 -07:00
18e4b74d0b
Added a fallback to TEMP and ensured the temp directory exists before downloading/extracting Lua in the Windows workflow to avoid invalid RUNNER_TEMP paths.
2026-02-03 19:34:30 -07:00
614bbd1a0b
Added Lua 5.4.6 download/build steps in the Windows GitHub Actions workflow, staging headers, libraries, and DLLs into the dependency tree for the build to consume.
2026-02-03 16:22:26 -07:00
deepend-tildeclub
c4d4dd1e5a
Update build command to include OpenSSL
...
Added OpenSSL to the build command for GTK3.
2026-02-03 13:46:39 -07:00
303d5cc581
preparation for upcoming release 2.17.4
zoitechat-2.17.4
2026-02-03 13:28:35 -07:00
deepend-tildeclub
6055170b19
Merge pull request #52 from ZoiteChat/codex/update-project-settings-for-gtk3-builds
...
Windows MSBuild: improve gvsbuild OpenSSL/Lua/zlib detection and include wiring
2026-02-03 13:22:43 -07:00
deepend-tildeclub
b30ee02353
Merge branch 'gtk3-prep' into codex/update-project-settings-for-gtk3-builds
2026-02-03 13:22:34 -07:00
deepend-tildeclub
8b22990eba
Improve gvsbuild dependency detection
2026-02-03 13:20:25 -07:00
deepend-tildeclub
f402699512
Merge pull request #51 from ZoiteChat/codex/update-project-settings-for-gtk3-builds
...
Windows MSBuild: detect gvsbuild OpenSSL/Lua/zlib layouts
2026-02-03 13:00:11 -07:00
deepend-tildeclub
8606e505d1
Adjust Windows build paths for gvsbuild deps
2026-02-03 12:59:31 -07:00
deepend-tildeclub
eeee22c914
Merge pull request #50 from ZoiteChat/codex/update-build-configuration-for-gtk3
...
Update Windows gvsbuild dependency paths and library detection
2026-02-03 12:35:12 -07:00
deepend-tildeclub
0f4420b8c7
Update gvsbuild Windows deps settings
2026-02-03 12:34:22 -07:00
d2140e4cec
Updated the Windows CI workflow to run gvsbuild against Visual Studio 2019 to match the runner’s installed toolchain.
2026-02-03 12:14:15 -07:00
872c5d6572
Switched tray menu icon defines to use GTK3 icon names when GTK3 is enabled, avoiding deprecated GTK stock IDs on Windows builds.
...
Added GtkStatusIcon function prototypes for GTK3 Windows builds when deprecated APIs are hidden, preventing implicit declaration errors.
2026-02-03 12:06:04 -07:00
11b11c9166
Guarded AppIndicator includes and GTK3 tray integration so Windows builds skip libappindicator, while Windows uses the status icon tray backend instead.
...
Enabled Windows tray menu handling paths to match the status icon backend on WIN32, even when GTK3 is enabled.
2026-02-03 11:52:22 -07:00
995cba88ff
Updated the Windows CI gvsbuild invocation to use the named Visual Studio version vs2022 instead of the numeric value, matching current gvsbuild options.
2026-02-03 11:39:58 -07:00
deepend-tildeclub
92a35ea3e9
Remove libayatana-appindicator from build dependencies
2026-02-03 11:38:49 -07:00
c22d141237
Updated the Windows GitHub Actions workflow to build GTK3 from the ZoiteChat gvsbuild repo (and map Win32 output paths) instead of using the older prebuilt GTK archive, aligning with the required GTK3 build flow for Windows CI.
2026-02-03 11:34:18 -07:00
415066345a
Fixed the GTK3 input-style toggle to remove the CSS provider and reset cached theme/color state when the preference is disabled, preventing stale styling from persisting or blocking a clean re-apply later.
2026-02-03 11:15:52 -07:00
deepend-tildeclub
81a669a199
Merge pull request #49 from ZoiteChat/master
...
sync with master
2026-02-03 11:09:39 -07:00
ffa7afd09c
adjustment for windows builds
2026-02-02 15:53:38 -07:00
deepend-tildeclub
dab682f90d
Refactor Windows build workflow for GTK dependencies
...
Removed MSYS2 setup step and adjusted dependency installation for GTK build. Updated various paths and commands for consistency.
2026-02-02 12:30:44 -07:00
deepend-tildeclub
35740637df
Update Windows build workflow for branch restrictions
...
Restrict push events to the master branch and remove unused functions for DLL aliasing and Enchant2 setup.
2026-02-02 00:23:49 -07:00
deepend-tildeclub
57fb1eb27b
Update Windows build workflow for branch handling
2026-02-02 00:15:47 -07:00
deepend-tildeclub
069c6a3f81
Implement alias handling for DLLs and headers
...
Added functions to copy DLL and header aliases for Enchant2 and other libraries, ensuring they are present in the specified directories.
2026-02-02 00:06:24 -07:00
deepend-tildeclub
61da248c41
Add Ensure-LibJpeg function to manage JPEG library
2026-02-01 23:54:45 -07:00
deepend-tildeclub
0f36b273f1
Add Ensure-LibXml2 function for libxml2 management
...
Added Ensure-LibXml2 function to manage libxml2.lib generation from DLLs. This function checks for existing libraries, generates a new one if necessary, and creates compatibility aliases.
2026-02-01 23:46:04 -07:00
deepend-tildeclub
770922cdda
Implement Ensure-Zlib function for zlib handling
...
Added Ensure-Zlib function to build and install zlib.lib if missing.
2026-02-01 23:36:15 -07:00
deepend-tildeclub
343ad0ffd5
Replace Ensure-LuaHeaders with Ensure-LuaJit function
2026-02-01 23:27:51 -07:00
deepend-tildeclub
e134a99e12
Update MSYS2 setup and enhance comments
...
Refactor MSYS2 setup and improve comments for clarity.
2026-02-01 23:04:16 -07:00
deepend-tildeclub
f8139d094a
Change Lua dependency to Lua 5.1.5 in build script
...
Updated Lua dependency from LuaJIT to Lua 5.1.5 and modified related build steps.
2026-02-01 22:49:30 -07:00
deepend-tildeclub
1e8efcdc5a
Refactor comments and add zlib legacy support
...
Updated comments for clarity and added zlib legacy name handling.
2026-02-01 22:39:34 -07:00
deepend-tildeclub
81abfe3175
Refactor Windows build workflow and clean up comments
2026-02-01 22:25:35 -07:00
deepend-tildeclub
cf2e44f3d5
Refactor Windows build workflow by removing MSYS2 setup
...
Removed MSYS2 setup and dependency installation steps for GTK build fallback. Updated Python version syntax and adjusted paths for dependencies.
2026-02-01 22:25:20 -07:00
deepend-tildeclub
049d3c19af
Add MSYS2 setup and improve dependency installation
...
Added MSYS2 setup step for GTK build fallback and updated the installation process for dependencies. Enhanced error handling and ensured proper paths for GTK and Lua headers.
2026-02-01 22:24:25 -07:00
deepend-tildeclub
ffe8a9f7a6
Setup MSYS2 for GTK build fallback
...
Added MSYS2 setup step for GTK build fallback in GitHub Actions workflow.
2026-02-01 22:00:38 -07:00
deepend-tildeclub
2da635c048
Refactor GTK3 bundle extraction and handling
2026-02-01 21:29:24 -07:00