Commit Graph

96 Commits

Author SHA1 Message Date
Detlef Riekenberg 2f08621d62 localspl: Implement fpEnumMonitors. 2008-07-02 12:36:10 +02:00
Huw Davies 2ea9e28dbd localspl: Ensure that we load winspool before spoolss to work around a circular dependence. 2008-06-25 20:29:29 +02:00
Mikołaj Zalewski 14a42f802d Make Swedish use SUBLANG_NEUTRAL. 2008-05-19 16:09:13 +02:00
Jens Albretsen 6ffd6df20a localspl: Danish translation. 2008-05-07 12:09:16 +02:00
Alexandre Julliard aa4775ef94 localspl: Avoid creating zero-length string values in the registry. 2008-04-22 17:05:10 +02:00
Rok Mandeljc 6398e55bf0 localspl: Added Slovenian translation. 2008-04-07 21:40:47 +02:00
Austin English cb2274e690 Spelling fixes. 2008-04-04 11:51:40 +02:00
Vitaliy Margolen 1a02268a05 localspl: Add Russian translation. 2008-04-01 11:29:40 +02:00
Michael Stefaniuc 95c2801784 localspl: Add the Romanian translation. 2008-03-20 14:27:34 +01:00
Frans Kool e312a42812 localspl: Created Dutch translations. 2008-02-18 12:41:36 +01:00
Francois Gouget 4c8e218252 Assorted spelling fixes. 2008-02-15 12:09:24 +01:00
Detlef Riekenberg 5df0dc5846 localspl: Implement fpAddPrinterDriverEx. 2008-02-08 12:48:17 +01:00
Alexandre Julliard d03f5f22e9 localspl: Avoid sizeof in a trace. 2008-02-07 14:55:02 +01:00
Detlef Riekenberg df03457ed0 localspl: Implement fpGetPrinterDriverDirectory. 2008-02-06 11:24:56 +01:00
Detlef Riekenberg 9e65dbc394 localspl: Initialize pointers in struct PRINTPROVIDOR. 2008-02-06 11:24:20 +01:00
Austin English 464258b7cd Spelling fixes. 2008-01-03 13:08:54 +01:00
Michael Stefaniuc 39c260e9fa localspl: Rename the wrappers around HeapAlloc() &Co to use the standard names. 2007-12-10 12:04:04 +01:00
Michael Stefaniuc 17dc17487d localspl/tests: Use ANSI function declarations. 2007-11-19 13:53:30 +01:00
Lionel Debroux 1a8001af5b localspl/tests: Fix memory leak (found by Smatch). 2007-10-22 15:58:35 +02:00
Daniel Nylander dc28dcd376 localspl: Add Swedish translation. 2007-10-16 12:40:34 +02:00
Detlef Riekenberg 3fd7290d4f localspl/tests: Spelling fix. 2007-10-15 17:50:42 +02:00
Detlef Riekenberg 29873b7e06 localspl: Implement InitializePrintProvidor. 2007-10-04 11:33:04 +02:00
Detlef Riekenberg 57dee443f5 localspl/tests: Tests for OpenPort and ClosePort. 2007-09-11 12:34:36 +02:00
Detlef Riekenberg eff9c9ef0c localspl: Implement OpenPort and ClosePort. 2007-09-11 12:34:33 +02:00
Paul Vriens b893575cb9 localspl/tests: Use skip if localspl can't be loaded. 2007-07-30 12:52:07 +02:00
Detlef Riekenberg b7a7cc6b57 localspl/tests: Add tests for AddPortEx. 2007-06-18 13:37:01 +02:00
Alexandre Julliard 0130a18434 localspl: Make some functions static. 2007-06-14 13:16:06 +02:00
Detlef Riekenberg 97f95d4c5a localspl: Implement AddPortEx. 2007-06-14 13:15:02 +02:00
Francois Gouget 96c337f0a1 Assorted spelling fixes. 2007-06-07 19:24:32 +02:00
Andrew Talbot dd1263aa48 localspl: Exclude unused headers. 2007-05-10 12:22:14 +02:00
Detlef Riekenberg 174d050bb7 localspl: Code cleanup for XcvDataPort_AddPort. 2007-04-30 12:37:32 +02:00
Detlef Riekenberg d5b2a0c37e localspl: ConfigurePort is now in localui.dll. 2007-04-20 13:04:05 +02:00
Detlef Riekenberg 55a18d7af2 localspl: DeletePort is now in localui.dll. 2007-04-19 11:56:36 +02:00
Detlef Riekenberg fce002c3b6 localspl: Implement XcvData_AddPort. 2007-04-18 13:00:16 +02:00
Detlef Riekenberg d770f843c1 localspl/tests: Remove duplicate tests. 2007-04-09 13:29:26 +02:00
Francois Gouget 0081b430e1 Assorted spelling and English fixes. 2007-04-03 11:23:12 +02:00
Francois Gouget d9e8a0f63e Remove unneeded checks on the GetModuleHandle() return value for cases where we are linked with the dll. 2007-03-28 12:36:13 +02:00
Detlef Riekenberg b1202e7e69 localspl/tests: Fix copy+paste bug. 2007-03-20 13:00:40 +01:00
Detlef Riekenberg fd37d30a26 localspl/tests: Open the default Xcv-channel only once. 2007-03-19 14:06:15 +01:00
Detlef Riekenberg c5da6019d3 localspl/tests: Rename hXcv for special tests. 2007-03-19 14:06:06 +01:00
Detlef Riekenberg 6630439f86 localspl: Add a comment, why we do not implement AddPort for XcvDataPort. 2007-03-16 11:35:59 +01:00
Detlef Riekenberg ee2e5672ac localspl/tests: Check for Xcv-API only once. 2007-03-16 11:20:00 +01:00
Detlef Riekenberg e3c778eb58 localspl/tests: Add tests for XcvDataPort_AddPort. 2007-03-16 11:19:52 +01:00
Mikołaj Zalewski 8afb94837d localspl: Add Polish translation. 2007-03-13 21:28:00 +01:00
Detlef Riekenberg 8db7b9c7c7 localspl/tests: Add tests for XcvDataPort_DeletePort. 2007-03-07 12:09:06 +01:00
Detlef Riekenberg 9827e5d24e localspl: Implement DeletePort for XcvDataPort. 2007-03-07 12:08:58 +01:00
Paul Vriens 0646dfa58f localspl/tests: Remove tempfile after running the tests. 2007-03-06 21:59:58 +01:00
Detlef Riekenberg 2253edb7a3 localspl: Do not crash when Xcv was opened without a space in the name. 2007-03-06 12:11:56 +01:00
Detlef Riekenberg 8163e504bc localspl: Implement SetDefaultCommConfig for XcvDataPort. 2007-02-20 20:31:14 +01:00
Detlef Riekenberg 87947fce7f localspl: Implement GetDefaultCommConfig for XcvDataPort. 2007-02-20 20:31:07 +01:00