Zengtudor
Zengtudor synced commits to refs/pull/2738/merge at Zengtudor/glfw from mirror 2025-09-01 19:41:49 +00:00
8e15281d34 Add glfwGetGLXFBConfig native access function
621e99d53e Add glfwGetEGLConfig native access function
1a0b7827d4 EGL: Fix error return value for glfwGetEGLSurface
4c64184455 Remove title member from window config
Compare 11 commits »
Zengtudor synced commits to refs/pull/2745/merge at Zengtudor/glfw from mirror 2025-09-01 19:41:49 +00:00
8e15281d34 Add glfwGetGLXFBConfig native access function
621e99d53e Add glfwGetEGLConfig native access function
1a0b7827d4 EGL: Fix error return value for glfwGetEGLSurface
4c64184455 Remove title member from window config
Compare 11 commits »
Zengtudor synced commits to refs/pull/2749/merge at Zengtudor/glfw from mirror 2025-09-01 19:41:49 +00:00
8e15281d34 Add glfwGetGLXFBConfig native access function
621e99d53e Add glfwGetEGLConfig native access function
1a0b7827d4 EGL: Fix error return value for glfwGetEGLSurface
4c64184455 Remove title member from window config
Compare 11 commits »
Zengtudor synced commits to refs/pull/2759/merge at Zengtudor/glfw from mirror 2025-09-01 19:41:49 +00:00
8e15281d34 Add glfwGetGLXFBConfig native access function
621e99d53e Add glfwGetEGLConfig native access function
1a0b7827d4 EGL: Fix error return value for glfwGetEGLSurface
4c64184455 Remove title member from window config
Compare 11 commits »
Zengtudor synced and deleted reference refs/tags/refs/pull/1925/merge at Zengtudor/glfw from mirror 2025-09-01 19:41:48 +00:00
Zengtudor synced and deleted reference refs/tags/refs/pull/2045/merge at Zengtudor/glfw from mirror 2025-09-01 19:41:48 +00:00
Zengtudor synced commits to master at Zengtudor/glfw from mirror 2025-09-01 19:41:48 +00:00
8e15281d34 Add glfwGetGLXFBConfig native access function
621e99d53e Add glfwGetEGLConfig native access function
1a0b7827d4 EGL: Fix error return value for glfwGetEGLSurface
4c64184455 Remove title member from window config
bfcb98fb6c Replace some Doxygen aliases with Markdown
Compare 10 commits »
Zengtudor synced commits to refs/pull/1426/merge at Zengtudor/glfw from mirror 2025-09-01 19:41:48 +00:00
8e15281d34 Add glfwGetGLXFBConfig native access function
621e99d53e Add glfwGetEGLConfig native access function
1a0b7827d4 EGL: Fix error return value for glfwGetEGLSurface
4c64184455 Remove title member from window config
Compare 11 commits »
Zengtudor synced commits to main at Zengtudor/alg2025 from mirror 2025-09-01 15:51:42 +00:00
e018452176 fix(P6278.cpp): 修正二进制索引树实现中的错误
Zengtudor synced commits to main at Zengtudor/alg2025 from mirror 2025-09-01 07:41:42 +00:00
9db115d255 refactor(9): 重构P3608.cpp并添加P6278.cpp
6acad9f13b feat: 添加P3608.cpp实现逆序对统计与不平衡检测
Compare 2 commits »
Zengtudor synced commits to refs/tags/snapshot_20250831 at Zengtudor/clangd from mirror 2025-09-01 03:21:58 +00:00
Zengtudor synced new reference refs/tags/snapshot_20250831 to Zengtudor/clangd from mirror 2025-09-01 03:21:58 +00:00
Zengtudor synced commits to main at Zengtudor/alg2025 from mirror 2025-08-31 15:31:43 +00:00
c5c309b935 feat: 添加P5200题解实现,使用树状数组计算逆序对
Zengtudor synced commits to main at Zengtudor/alg2025 from mirror 2025-08-31 07:21:42 +00:00
8b1f7317ff feat: 实现炮兵阵地问题的动态规划解法
84436ffbbe feat: 添加P2704.cpp基础框架
000e34da46 refactor(test.cpp): 替换cstdio为iostream并简化测试逻辑
Compare 3 commits »
Zengtudor synced commits to refs/pull/425/merge at Zengtudor/glew from mirror 2025-08-30 18:41:43 +00:00
196b58d441 Put glTexturePageCommitmentEXT in GL_EXT_direct_state_access scope manually: Issue #445
Compare 2 commits »
Zengtudor synced commits to main at Zengtudor/alg2025 from mirror 2025-08-30 15:01:42 +00:00
522e869e7b refactor(P1896.cpp): 移除未使用的头文件以简化代码
88a1760e0d fix(P1896): 修复循环条件错误和逻辑错误
505d9e9c4d feat: 添加P1896.cpp解决棋盘放置问题
Compare 3 commits »
Zengtudor synced commits to main at Zengtudor/alg2025 from mirror 2025-08-30 06:51:46 +00:00
b4e809156f refactor(P2016.cpp): 移除未使用的头文件和常量
8894e59851 feat: 添加P2016.cpp实现最小顶点覆盖算法
a026979a58 refactor: 移除未使用的utility头文件
db685782e1 feat: 添加动态规划解决能量项链问题
Compare 4 commits »
Zengtudor synced commits to refs/pull/2688/merge at Zengtudor/glfw from mirror 2025-08-29 18:11:54 +00:00
63a7e8b7f8 Add and update Wayland-specific notes in docs
acb92944d4 Revert readme for "Wayland: Keyboard leave event handler now processes key repeats"
7ef6efeb66 Wayland: Fix cursor position after a modal
3cf9f6726d Wayland: Fix fallback decoration cursor updating
Compare 6 commits »
Zengtudor synced commits to refs/pull/2689/merge at Zengtudor/glfw from mirror 2025-08-29 18:11:54 +00:00
63a7e8b7f8 Add and update Wayland-specific notes in docs
acb92944d4 Revert readme for "Wayland: Keyboard leave event handler now processes key repeats"
7ef6efeb66 Wayland: Fix cursor position after a modal
3cf9f6726d Wayland: Fix fallback decoration cursor updating
Compare 6 commits »
Zengtudor synced commits to refs/pull/2694/merge at Zengtudor/glfw from mirror 2025-08-29 18:11:54 +00:00
63a7e8b7f8 Add and update Wayland-specific notes in docs
acb92944d4 Revert readme for "Wayland: Keyboard leave event handler now processes key repeats"
Compare 3 commits »