Commit Graph

54 Commits

Author SHA1 Message Date
Kovács András c0ddd5e33e Add dwmapi.dll stub. 2007-06-21 16:00:18 +02:00
Detlef Riekenberg a114483e49 ntprint/tests: Add initial test. 2007-06-21 15:37:36 +02:00
Alexandre Julliard 1f11333c7b makefiles: Build programs that link against libwine twice with appropriate rpaths.
One rpath is for installing and one is for running inside the build tree.
2007-06-20 20:03:30 +02:00
Detlef Riekenberg 8a9f817fa8 ntprint: Add version resource. 2007-06-19 11:44:44 +02:00
Detlef Riekenberg aec01bfcf4 printui: Add version resource. 2007-06-19 11:33:22 +02:00
Evan Stade fcd7a62e93 gdiplus: First pen test. 2007-06-12 12:22:59 +02:00
Alexander Nicolaysen Sørnes ffa7e0e25d wordpad: Split toolbar into tool- and formatbar. 2007-06-12 11:18:32 +02:00
Alexander Nicolaysen Sørnes db7912ed11 wordpad: Add program icon. 2007-05-30 11:51:12 +02:00
Evan Stade bed761c9e7 gdiplus: Added stub implementation of gdiplus.dll. 2007-05-29 12:04:21 +02:00
Mounir IDRASSI 23df68d8f9 winscard: Small initial stub implementation. 2007-05-23 13:04:27 +02:00
Alexandre Julliard c81d099503 winedevice: Add a service process that loads and runs a kernel driver. 2007-05-17 16:51:44 +02:00
Jeff Latimer af62bcbd32 hnetcfg: Add netfw.idl - Network Firewall interface. 2007-05-17 13:07:01 +02:00
Jeff Latimer 1ddcc3fa25 hnetcfg: Define icftypes.idl. 2007-05-17 13:06:27 +02:00
Alexandre Julliard 12c169d2bf ntoskrnl.exe: Initial stub version with forwards to existing functions. 2007-05-14 19:55:32 +02:00
Tim Schwartz 451616ee45 net.exe: Initial stub. 2007-05-03 15:52:05 +02:00
Misha Koshelev 26c16313d9 msi: Add base class for OLE automation objects. 2007-05-01 11:58:04 +02:00
Yuval Fledel 735df24617 schannel: Tests for SpLsaModeInitialize, SpUserModeInitialize and GetInfo. 2007-04-27 11:42:20 +02:00
Alexandre Julliard 74bd17e998 make_makefiles: Avoid duplicate .gitignore entries. 2007-04-26 16:42:15 +02:00
Dan Hipschman cc09b0c19c rpcrt4: Add tests for RPC and widl generated code. 2007-04-26 15:48:13 +02:00
David Adam f50800b25d d3drm: Implement D3DRMVectorAdd. 2007-04-23 20:21:13 +02:00
Detlef Riekenberg 3775c9c1be spoolss: Build the import library. 2007-04-18 13:00:05 +02:00
Detlef Riekenberg 4da1d2ae04 localui: Add version resource. 2007-04-12 16:17:28 +02:00
Detlef Riekenberg 62e92795e4 localui/tests: Add initial test. 2007-04-09 13:29:18 +02:00
Jason Edmeades 9ff8b4be5b xcopy: Move all messages into an English resource file. 2007-04-02 12:03:52 +02:00
Jacek Caban d1ddc9c1f7 spoolsv: Added spoolsv.exe. 2007-03-20 12:46:31 +01:00
Jason Edmeades 921edab758 Basic implementation of xcopy. 2007-03-19 14:50:32 +01:00
Alexandre Julliard 9dd1f1e341 Added version information for a number of dlls. 2007-03-07 21:25:16 +01:00
Luis Carlos Busquets Pérez 8caf078754 dpnaddr: Added dll that just forwards to dpnet. 2007-03-07 13:45:11 +01:00
Alessandro Pignotti d1331e62ca dplay: Directplay should initialize session Guid, with conformance tests. 2007-03-01 20:42:49 +01:00
Detlef Riekenberg 8650c570a3 serialui/tests: Add initial tests. 2007-02-23 12:08:44 +01:00
Mikołaj Zalewski 7206e10673 browseui: Implement and test ACLMulti. 2007-02-06 12:40:37 +01:00
Mikołaj Zalewski ea0361f3e1 browseui: Add the browseui DLL. 2007-02-06 12:31:27 +01:00
Mike McCormack 702adb37a2 msi: Add a (mostly empty) typelib for the MsiServer interface. 2007-01-26 14:29:43 +01:00
Alexandre Julliard 7d65939825 include: Simplify the variable declarations in the makefile to allow make_makefiles to parse it. 2007-01-24 16:24:19 +01:00
Alexandre Julliard aa9dcb4201 oleaut32/tests: Add tmarshal test. 2007-01-23 12:43:53 +01:00
Rob Shearman 9d4b8d33e0 credui: Implement CredUIPromptForCredentialsW and CredUIConfirmCredentialsW. 2007-01-23 12:09:32 +01:00
Hans Leidekker 396f6c05d1 snmpapi: Add a bunch of tests. 2007-01-23 11:31:59 +01:00
Alexandre Julliard 61b993437f sfc: We need to import sfc_os for the forwards to work properly. 2007-01-22 12:10:37 +01:00
Jonathan Ernst 6a058830f3 kernel: Beginning of French translation of error messages. 2007-01-16 11:44:55 +01:00
Bill Medland cf6e0d8270 odbccp32: Add tests structure. 2007-01-10 11:59:47 +01:00
Patrik Stridvall 8ef6b39c9f make_makefiles: Add *_crosstest.exe to .gitignore. 2007-01-09 12:15:11 +01:00
Alexandre Julliard bb7f2f9cc6 make_makefiles: List test directories explicitly in .gitignore. 2006-12-29 14:21:17 +01:00
Alexandre Julliard 5eb38cf932 make_makefiles: In .gitignore, explicitly list files that we know are generated instead of using wildcards. 2006-12-29 12:49:43 +01:00
Alexandre Julliard 6150fe191b make_makefiles: Merge the generated gitignores in dlls and programs into the top-level one. 2006-12-28 11:38:04 +01:00
Alexandre Julliard 7035aa5041 make_makefiles: Generate the top-level .gitignore file.
Add a PROGRAMS variable in some makefiles to make things easier.
2006-12-27 21:23:36 +01:00
Jacek Caban 1e65d4743c itss: Added test of protocol. 2006-12-26 12:36:46 +01:00
Alexandre Julliard 9c085cba0a makefiles: Add global rules for bison and lex files.
Also build the .c and .h files separately to allow parallel makes.
2006-09-09 13:16:22 +02:00
Alexandre Julliard 4e67a4558c Make.rules: Added rules for client/proxy/server generation from IDL files. 2006-08-09 12:38:15 +02:00
Alexandre Julliard 88c97d7284 .gitignore: Added wildcards to ignore lex and bison output files. 2006-07-10 21:40:49 +02:00
Alexandre Julliard 77dc0d9be5 .gitignore: Added wildcards to ignore generated resource files. 2006-07-10 21:39:00 +02:00