Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
cdd281f
[cmake] mv win32gdk to builtins
ferdymercury Aug 27, 2026
c0489c5
[cmake] fix paths
ferdymercury Aug 27, 2026
51b9598
[cmake] fix path
ferdymercury Aug 28, 2026
0d8bcad
[win32] fix include path
ferdymercury Aug 28, 2026
5015f4f
[win32] make GDKlib a private dependency
ferdymercury Aug 28, 2026
e789709
[win32] fwd declare rather than include header
ferdymercury Aug 28, 2026
ebae11a
[cmake] try fix iconv
ferdymercury Aug 29, 2026
49f3857
Pathfixes
ferdymercury Aug 29, 2026
50e4f8b
Update CMakeLists.txt
ferdymercury Aug 29, 2026
a19f612
fix paths
ferdymercury Aug 30, 2026
8e8c833
add missing include files
ferdymercury Aug 30, 2026
3c44f8e
fix fw declaration
ferdymercury Aug 31, 2026
2c861c3
fix duplicated definitions
ferdymercury Aug 31, 2026
12d0231
swap include paths
ferdymercury Aug 31, 2026
0f35850
missing header
ferdymercury Aug 31, 2026
2b1ba2a
Update TGWin32.cxx
ferdymercury Aug 31, 2026
2f81a48
Update TGWin32VirtualGLProxy.cxx
ferdymercury Aug 31, 2026
78873ed
Update TGWin32VirtualXProxy.cxx
ferdymercury Aug 31, 2026
5daa7b1
Apply batched suggestions from code review
ferdymercury Aug 31, 2026
94525a4
Update TGWin32.cxx
ferdymercury Sep 1, 2026
12b977e
Update Windows4Root.h
ferdymercury Sep 1, 2026
f181271
[cmake] avoid polluting source directory
ferdymercury Sep 1, 2026
47978f7
rm global include dirs
ferdymercury Sep 1, 2026
007f7a1
Update CMakeLists.txt
ferdymercury Sep 1, 2026
d302ee9
Apply suggestion from @ferdymercury
ferdymercury Sep 1, 2026
ccce5c4
fix include path
ferdymercury Sep 1, 2026
13a48f6
missing incpath
ferdymercury Sep 1, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
6 changes: 3 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -484,9 +484,9 @@ else()

if(WIN32)
list(APPEND incdirs
${CMAKE_SOURCE_DIR}/graf2d/win32gdk/gdk/src
${CMAKE_SOURCE_DIR}/graf2d/win32gdk/gdk/src/gdk
${CMAKE_SOURCE_DIR}/graf2d/win32gdk/gdk/src/glib
${CMAKE_SOURCE_DIR}/builtins/win32gdk/
${CMAKE_SOURCE_DIR}/builtins/win32gdk/gdk
${CMAKE_SOURCE_DIR}/builtins/win32gdk/glib
)
endif()

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Loading
Loading