root/trunk/win32


Mode:

Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @278 [278] 09/04/08 03:48:45 WeirdCat added CancelIoEx?
(edit) @277 [277] 09/04/08 00:22:47 sleets fixed psapi, fiex IID conflict
(edit) @264 [264] 07/14/08 13:15:13 smjg Updated to deprecation bug fixes; formatting tweaks
(edit) @263 [263] 06/06/08 08:25:54 leo SUBCLASSPROC is extern (Windows) now
(edit) @262 [262] 05/25/08 10:59:24 korDen d3dx9, dinput8 and dsound8 bindings added alongside with a .def files
(edit) @261 [261] 05/25/08 10:56:23 korDen d3d9.d compilation issues fixed, .def file added
(edit) @260 [260] 05/20/08 12:38:33 WeirdCat added RID_DEVICE_INFO for raw input devices
(edit) @259 [259] 05/19/08 14:05:43 WeirdCat changed the makefile(s) to make use of the new DMD feature to build …
(edit) @258 [258] 05/18/08 08:43:00 ShadowIce small fix for tango
(edit) @257 [257] 05/10/08 09:47:08 korDen D2.0 bug workaround added, D2.0 is now fully supported!
(edit) @256 [256] 05/06/08 06:14:49 WeirdCat ws2tcpip.d added (fixme)
(edit) @251 [251] 02/15/08 12:51:33 WeirdCat EXCEPTIONS -> EXCLUSIONS
(edit) @250 [250] 02/15/08 12:49:19 WeirdCat added list to exclude files from compiling (like winsock.d at the moment)
(edit) @249 [249] 02/15/08 12:24:57 WeirdCat struct OVERLAPPED and comment from LPWSAOVERLAPPED_COMPLETION_ROUTINE …
(edit) @247 [247] 01/24/08 12:15:15 Don Clugston Wrong library name.
(edit) @243 [243] 12/21/07 07:03:23 WeirdCat fixed a lot of warnings
(edit) @242 [242] 12/13/07 10:06:31 dyh Added USP (Unicode Complex Script processor) header. see …
(edit) @241 [241] 12/09/07 04:17:48 WeirdCat fixed some import issues
(edit) @240 [240] 12/05/07 17:22:03 WeirdCat inserted comments for vtbl[0] bug and example for a HACK to fix it... …
(edit) @239 [239] 11/28/07 12:46:28 WeirdCat DXGI_PRESENT* flags
(edit) @238 [238] 11/18/07 07:58:42 dyh win32.imm.VK_PROCESSKEY was conflicting with win32.winuser.VK_PROCESSKEY
(edit) @237 [237] 11/15/07 09:31:45 smjg rearranged new declarations in winreg.d
(edit) @236 [236] 11/15/07 07:33:43 dyh winreg.h: RegGetValue? added
(edit) @235 [235] 11/15/07 06:40:35 WeirdCat version(Unicode) error fixed
(edit) @233 [233] 11/13/07 11:57:26 WeirdCat a lot of new d3d10 stuff
(edit) @232 [232] 11/13/07 07:22:34 dyh WM_INPUT Notification added.
(edit) @231 [231] 11/10/07 05:47:57 WeirdCat some d3dx10 files
(edit) @230 [230] 11/06/07 02:12:04 WeirdCat dxerr.d beta version
(edit) @229 [229] 11/05/07 14:28:17 WeirdCat added dxerr.d
(edit) @227 [227] 11/01/07 22:13:55 baxissimo Removed duplicate definition of IS_GOPHER_FILE
(edit) @226 [226] 10/31/07 05:52:33 WeirdCat ignore exit status in the clean* rules
(edit) @225 [225] 10/31/07 05:33:18 WeirdCat make a 'lib' directory when there is none, respectively remove it when run …
(edit) @224 [224] 10/30/07 06:02:35 WeirdCat d3d10.d should now be complete
(edit) @223 [223] 10/30/07 03:55:23 WeirdCat byte and short types added (needed for Direct3D10)
(edit) @222 [222] 10/29/07 12:28:22 WeirdCat a little bit more from the D3D10 headers
(edit) @221 [221] 10/29/07 03:14:08 WeirdCat moved the existing directx files to the right place and added some nice …
(edit) @220 [220] 10/28/07 13:48:03 WeirdCat added absolute minimalist DirectX subtree to the project; makefiles are …
(edit) @219 [219] 10/18/07 05:52:35 WeirdCat added line for debug builds
(edit) @218 [218] 10/18/07 05:22:19 WeirdCat warnings and errors fixed
(edit) @217 [217] 10/10/07 20:42:02 smjg Update winnt.d to MinGW 3.10. Just a few bits left to clean up.
(edit) @216 [216] 10/10/07 15:57:16 smjg winnt.d mostly done; still need to update to MinGW 3.10 and stuff
(edit) @215 [215] 10/08/07 18:18:48 smjg More winnt.d work
(edit) @214 [214] 10/05/07 12:07:09 smjg Added tlhelp32.d translated by CyberShadow?
(edit) @213 [213] 09/26/07 18:50:03 smjg Tidied up the beginning of winnt.d
(edit) @212 [212] 09/23/07 08:04:54 smjg Moved declaration of SYSTEM_LUID to avert DMD 1.021 bug
(edit) @211 [211] 09/10/07 12:54:58 smjg cleaned up versioning in winbase.d
(edit) @210 [210] 09/07/07 02:29:49 WeirdCat warnings fixed
(edit) @209 [209] 09/05/07 15:08:34 smjg Added important comment to makefile
(edit) @208 [208] 09/04/07 20:23:02 smjg Massive cleanup of winbase.d in progress
(edit) @207 [207] 09/03/07 10:09:43 smjg Updated winbase.d to MinGW 3.10; tweaked a few other files
(edit) @205 [205] 09/01/07 19:13:34 smjg Updated MinGW version number in w32api.d; cut down readme.txt
(edit) @204 [204] 08/30/07 20:55:05 smjg Started the MinGW 3.10 ball rolling. Filled in a few odd enum types
(edit) @201 [201] 08/25/07 08:46:16 smjg Fixed a few version-dependent compile errors
(edit) @200 [200] 08/21/07 14:22:24 Vladimir minor fixes
(edit) @199 [199] 08/02/07 09:10:17 sleets fix HANDLE error.
(edit) @198 [198] 07/18/07 10:32:58 WeirdCat cleanup
(edit) @197 [197] 07/18/07 10:25:28 WeirdCat nearly finished translation, remaining lines marked with /+TODO+/
(edit) @195 [195] 07/17/07 12:37:48 WeirdCat completely new translation (~50% ready, remaining lines marked with …
(edit) @194 [194] 07/16/07 10:26:16 smjg Test commit - add a few static asserts
(edit) @192 [192] 07/05/07 02:19:17 WeirdCat warnings fixed
(edit) @190 [190] 07/02/07 09:02:17 Clw missing import of win32.basetyps
(edit) @189 [189] 06/26/07 15:31:24 Clw Updated d3d9 headers to D3D9Ex and corrected some errors
(edit) @188 [188] 06/19/07 05:09:09 WeirdCat added WM_*UISTATE messages
(edit) @185 [185] 05/11/07 02:42:01 WeirdCat minor bugs fixed
(edit) @184 [184] 04/30/07 05:29:15 WeirdCat think we need an official makefile
(edit) @183 [183] 04/30/07 03:12:15 WeirdCat warnings and minor bugs fixed
(edit) @182 [182] 04/29/07 11:59:51 WeirdCat ATTACH_PARENT_PROCESS added
(edit) @181 [181] 04/29/07 11:39:01 WeirdCat minor fixes
(edit) @180 [180] 03/16/07 13:24:20 smjg Added rassapi, rpcdce2, reason; updated versioning to include Windows …
(edit) @178 [178] 02/07/07 10:38:05 dyh winuser.d, mmsystem.d - removed duplicated constants (conflicted with …
(edit) @177 [177] 01/30/07 16:31:48 smjg Minor formatting tweaks
(edit) @176 [176] 01/17/07 06:38:55 lio fixed: unions without variable (post 2265)
(edit) @175 [175] 01/06/07 11:39:50 Vladimir minor fixes
(edit) @174 [174] 12/23/06 21:58:53 dyh wingdi.d: Added more aliases, and one constant fixed.
(edit) @173 [173] 12/23/06 20:55:28 dyh wingdi.d: Added lot of missing constants, some structs and function …
(edit) @172 [172] 12/19/06 20:39:19 smjg Polish a few off
(edit) @171 [171] 12/19/06 18:41:26 smjg Tidied up formatting of shellapi.d and dde.d; implemented simplified …
(edit) @170 [170] 12/10/06 17:24:44 smjg Changed winsock2 to be default per consensus; tidied them up a bit
(edit) @169 [169] 12/07/06 08:01:57 smjg Added wininet.d and winioctl.d
(edit) @168 [168] 12/03/06 22:35:01 smjg Added winldap.d and files it requires
(edit) @167 [167] 12/03/06 18:39:13 dyh Translated some C-style array declarations in wingdi.d. Fixed type for …
(edit) @166 [166] 12/03/06 17:37:09 dyh Fixed CMYK values macros (those btw, are wrong in mingw headers). Changed …
(edit) @165 [165] 12/02/06 19:09:54 smjg Minor cleanups
(edit) @164 [164] 11/30/06 22:14:03 smjg Fixed rapi.d - was omitted from testall.d
(edit) @163 [163] 11/30/06 22:08:57 smjg Added powrprof.d, rapi.d and rasdlg.d
(edit) @162 [162] 11/30/06 21:07:59 smjg Fixed pbt.h
(edit) @161 [161] 11/30/06 20:53:52 smjg First test to see if SVN works now. Added pbt.d
(edit) @160 [160] 11/24/06 21:24:27 Crispy Suppressed some spurious "implicit conversion" warnings with explicit …
(edit) @159 [159] 11/03/06 19:46:47 Bradley Smith Added import for missing error_status_t type.
(edit) @155 [155] 09/21/06 04:07:19 Don Clugston Committed on behalf of Stewart.
(edit) @154 [154] 09/14/06 17:34:07 dyh Initial import of Process Status API (psapi.dll) header.
(edit) @153 [153] 09/14/06 06:02:22 Don Clugston Restored the old readme.txt. Repository should be repaired now.
(edit) @152 [152] 09/14/06 05:57:44 Don Clugston Deleting more of rko's garbage.
(edit) @151 [151] 09/14/06 05:56:28 Don Clugston Removing garbage introduced by rko.
(edit) @150 [150] 09/10/06 06:14:45 dyh Fixed RGB and PALETTERGB macros to use 'BYTE' (alias to 'ubute') instead …
(edit) @149 [149] 08/27/06 09:38:29 rko --
(edit) @147 [147] 07/19/06 15:28:14 Don Clugston Bugfix to allow it external projects to compile with -cov (now has version …
(edit) @146 [146] 07/19/06 04:40:16 Don Clugston Committed on behalf of Stewart; updated for DMD 0.163, which makes imports …
(edit) @144 [144] 06/14/06 02:25:53 Don Clugston Committed on behalf of Stewart.
(edit) @143 [143] 06/13/06 02:55:01 Don Clugston Renamed all.d to testall, so that users aren't tempted to use "import …
Note: See TracRevisionLog for help on using the revision log.