Changeset 22120
- Timestamp:
- Feb 14, 2016, 2:28:23 PM (10 years ago)
- Location:
- branches/swt
- Files:
-
- 1 added
- 7 edited
-
src/gdiplus/Makefile.kmk (modified) (1 diff)
-
src/gdiplus/dbglocal.cpp (modified) (1 diff)
-
src/gdiplus/dbglocal.h (modified) (2 diffs)
-
src/gdiplus/gdiplus.cpp (added)
-
src/gdiplus/gdiplus.def (modified) (1 diff)
-
src/gdiplus/gdiplusdbg.def (modified) (1 diff)
-
src/gdiplus/initterm.cpp (modified) (1 diff)
-
testapp/apitest/ApiTest.properties (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/swt/src/gdiplus/Makefile.kmk
r22118 r22120 15 15 gdiplus_SOURCES = \ 16 16 initterm.cpp \ 17 gdiplus.cpp \ 17 18 gdiplusrsrc.orc 18 19 -
branches/swt/src/gdiplus/dbglocal.cpp
r22118 r22120 23 23 { 24 24 "gdiplus", 25 "opengl", 26 "callback", 27 "dibsect", 28 "initterm", 29 "resource", 30 "oslibgdi", 31 "font", 32 "text", 33 "palette", 34 "line", 35 "oslibgpi", 36 "region", 37 "metafile", 38 "dibitmap", 39 "blit", 40 "rgbcvt", 41 "objhandle", 42 "transform", 43 "printer", 44 "icm", 45 "trace", 46 "fontres", 47 "devcontext" 25 "initterm" 26 ///... 48 27 }; 49 28 //****************************************************************************** -
branches/swt/src/gdiplus/dbglocal.h
r22118 r22120 15 15 #ifdef DEBUG 16 16 //Parses environment variable for selective enabling/disabling of logging 17 void ParseLogStatusGDI 32();17 void ParseLogStatusGDIPLUS(); 18 18 19 19 #define DBG_ENVNAME "dbg_gdiplus" … … 21 21 22 22 #define DBG_gdiplus 0 23 #define DBG_opengl 124 #define DBG_callback 225 #define DBG_dibsect 326 #define DBG_initterm 427 #define DBG_resource 528 #define DBG_oslibgdi 629 #define DBG_font 730 #define DBG_text 831 #define DBG_palette 932 #define DBG_line 1033 #define DBG_oslibgpi 1134 #define DBG_region 1235 #define DBG_metafile 1336 #define DBG_dibitmap 1437 #define DBG_blit 1538 #define DBG_rgbcvt 1639 #define DBG_objhandle 1740 #define DBG_transform 1841 #define DBG_printer 1942 #define DBG_icm 2043 #define DBG_trace 2144 #define DBG_fontres 2245 #define DBG_devcontext 2346 #define DBG_MAXFILES 2 423 //~ #define DBG_opengl 1 24 //~ #define DBG_callback 2 25 //~ #define DBG_dibsect 3 26 #define DBG_initterm 1 27 //~ #define DBG_resource 5 28 //~ #define DBG_oslibgdi 6 29 //~ #define DBG_font 7 30 //~ #define DBG_text 8 31 //~ #define DBG_palette 9 32 //~ #define DBG_line 10 33 //~ #define DBG_oslibgpi 11 34 //~ #define DBG_region 12 35 //~ #define DBG_metafile 13 36 //~ #define DBG_dibitmap 14 37 //~ #define DBG_blit 15 38 //~ #define DBG_rgbcvt 16 39 //~ #define DBG_objhandle 17 40 //~ #define DBG_transform 18 41 //~ #define DBG_printer 19 42 //~ #define DBG_icm 20 43 //~ #define DBG_trace 21 44 //~ #define DBG_fontres 22 45 //~ #define DBG_devcontext 23 46 #define DBG_MAXFILES 2 47 47 48 48 extern USHORT DbgEnabledGDIPLUS[DBG_MAXFILES]; -
branches/swt/src/gdiplus/gdiplus.def
r22118 r22120 6 6 7 7 IMPORTS 8 ;;;; Present in WGSS50 9 ;;;; _GpiQueryDCData = PMGPI.665 8 10 9 11 10 EXPORTS 11 GdipAlloc = "_GdipAlloc@4" @34 12 ; GdipFlush = "_GdipFlush@8" @224 13 GdipFree = "_GdipFree@4" @225 14 GdiplusShutdown = "_GdiplusShutdown@4" @608 15 GdiplusStartup = "_GdiplusStartup@12" @609 12 16 13 17 ; -
branches/swt/src/gdiplus/gdiplusdbg.def
r22118 r22120 6 6 7 7 IMPORTS 8 ;;;; Present in WGSS50 9 ;;;; _GpiQueryDCData = PMGPI.665 8 10 9 11 10 EXPORTS 11 GdipAlloc = "_DbgGdipAlloc@4" @34 12 ; GdipFlush = "_DbgGdipFlush@8" @224 13 GdipFree = "_DbgGdipFree@4" @225 14 GdiplusShutdown = "_DbgGdiplusShutdown@4" @608 15 GdiplusStartup = "_DbgGdiplusStartup@12" @609 12 16 13 17 ; -
branches/swt/src/gdiplus/initterm.cpp
r22118 r22120 30 30 ///#include "rgbcvt.h" 31 31 32 ///#define DBG_LOCALLOG DBG_initterm33 ///#include "dbglocal.h"32 #define DBG_LOCALLOG DBG_initterm 33 #include "dbglocal.h" 34 34 35 35 // Win32 resource table (produced by wrc) -
branches/swt/testapp/apitest/ApiTest.properties
r22119 r22120 1 #Developer Connection Properties 2 #The properties in this file are here to aid the developer by providing a backlink. 3 #This kinda has to do with 'modeling' and being able to 'regenerate' a published commit. 4 #Tue, 09 Feb 2016 19:22:30 -0500 1 ############################################################################### 2 # Project Context Properties [ApiTest] # 3 # --------------------------------------------------------------------------- # 4 # The properties in this file are here to aid the developer by providing a # 5 # backlink. The 'meta-commit' refers to the developer-local meta-repository, # 6 # from where code is generated. The 'wine*' entries refer to tracking-points # 7 # in the Wine Git Repository. # 8 ############################################################################### 5 9 6 meta-commit=8ec23efb6577b0e60d5f0e235b4e4bede1737f1c 10 #Sun, 14 Feb 2016 13:43:48 +0800 11 12 meta-commit=none 7 13 wine.git.repo=git\://source.winehq.org/git/wine.git 8 14 wine.git.repo.usp10.tag.stub=54508df52715eaeb6414f9f474691fde548d8e15 9 15 wine.git.repo.usp10.branch.float=b2182f9d829cb653f5d30340ddb92b86ce83f950 10 16 wine.git.repo.gdiplus.tag.stub=bed761c9e72febb3b2d681fd4e540e149af9e71a 11 wine.git.repo.gdiplus.branch.float= bed761c9e72febb3b2d681fd4e540e149af9e71a17 wine.git.repo.gdiplus.branch.float=a781bbf096d9a3264fe52fa90891b5a19fca9e4d
Note:
See TracChangeset
for help on using the changeset viewer.
