1. 836ca78 localspl: Accept environment 'Windows IA64'. by Detlef Riekenberg · 15 years ago
  2. 1aee359 localspl: Check for NULL return from HeapAlloc. by Marcus Meissner · 15 years ago
  3. 065599a localspl: Implement fpGetPrintProcessorDirectory. by Detlef Riekenberg · 15 years ago
  4. 212d1e3 localspl: Implement fpEnumPrintProcessors. by Detlef Riekenberg · 15 years ago
  5. cb6f9bb localspl: Implement fpAddPortEx. by Detlef Riekenberg · 16 years ago
  6. 9d5377f localspl: Implement fpAddPort. by Detlef Riekenberg · 16 years ago
  7. 650f851 localspl: Fix type of a WCHAR buffer. by Detlef Riekenberg · 16 years ago
  8. 068e861 localspl: Unload only portmonitors in monitor_unloadall. by Detlef Riekenberg · 16 years ago
  9. a9c5145 localspl: Implement fpDeletePort. by Detlef Riekenberg · 16 years ago
  10. 5ec8387 localspl: Implement fpConfigurePort. by Detlef Riekenberg · 16 years ago
  11. ab2a719 localspl: Convert the Russian resources to UTF-8. by Vladimir Pankratov · 16 years ago
  12. 2bf4acb Set the encoding of the Romanian resources to UTF-8. by Michael Stefaniuc · 16 years ago
  13. 9949661 Set the encoding of the remaining German resources to UTF-8. by Michael Stefaniuc · 16 years ago
  14. c3067a7 localspl: Build language resource files separately. by Michael Stefaniuc · 16 years ago
  15. 1631a67 localspl: Add Lithuanian translation. by Aurimas Fišeras · 16 years ago
  16. 0bc112c winspool: Move remaining Xcv support to the backend. by Detlef Riekenberg · 16 years ago
  17. b0b8a2f localspl: Support XcvMonitor/XcvPort in OpenPrinter. by Detlef Riekenberg · 16 years ago
  18. b4120c7 localspl: Start implementation of OpenPrinter/ClosePrinter. by Detlef Riekenberg · 16 years ago
  19. e1413fa localspl: Return 0 for the local computer. by Detlef Riekenberg · 16 years ago
  20. 857e942 winspool: Move EnumPortsW to the backend. by Detlef Riekenberg · 16 years ago
  21. 51f078b localspl: Move provider functions to a seperate file. by Detlef Riekenberg · 16 years ago
  22. 71c27c9 localspl: Enable environment "Windows x64" for Win64. by Detlef Riekenberg · 16 years ago
  23. 56f5769 localspl: Remove superfluous pointer casts. by Michael Stefaniuc · 16 years ago
  24. 8eff8ac localspl: Call DrvDriverEvent in AddPrinterDriverEx. by Detlef Riekenberg · 16 years ago
  25. 5f3287d *Ko.rc: Update Korean resource. by ByeongSik Jeon · 16 years ago
  26. 05bdac1 localspl: Make some functions static. by Alexandre Julliard · 16 years ago
  27. 1e2bfd2 localspl: Remove WINAPI on static functions where not needed. by Francois Gouget · 16 years ago
  28. b891eb1 localspl: Added Portuguese translation. by Ricardo Filipe · 16 years ago
  29. 9593c9e dlls: Do not use __WINE_ALLOC_SIZE between void and *. by Detlef Riekenberg · 17 years ago
  30. ab32b35 localspl: Implement AddMonitor. by Detlef Riekenberg · 17 years ago
  31. 96412ee Annotate with allocation size attribute. by Marcus Meissner · 17 years ago
  32. 2c248cb localspl: Add simplified and traditional Chinese resources. by Hongbo Ni · 17 years ago
  33. f9a18b8 winspool: Move DeleteMonitorW to the backend. by Detlef Riekenberg · 17 years ago
  34. ee1cca5 winspool: Move more parameter-checks for EnumMonitorsW to localspl. by Detlef Riekenberg · 17 years ago
  35. 716e148 localspl: Remove unneeded address-of operators from array names. by Andrew Talbot · 17 years ago
  36. 2f08621 localspl: Implement fpEnumMonitors. by Detlef Riekenberg · 17 years ago
  37. 2ea9e28 localspl: Ensure that we load winspool before spoolss to work around a circular dependence. by Huw Davies · 17 years ago
  38. 14a42f8 Make Swedish use SUBLANG_NEUTRAL. by Mikołaj Zalewski · 17 years ago
  39. 6ffd6df localspl: Danish translation. by Jens Albretsen · 17 years ago
  40. aa4775e localspl: Avoid creating zero-length string values in the registry. by Alexandre Julliard · 17 years ago
  41. 6398e55 localspl: Added Slovenian translation. by Rok Mandeljc · 17 years ago
  42. cb2274e Spelling fixes. by Austin English · 17 years ago
  43. 1a02268 localspl: Add Russian translation. by Vitaliy Margolen · 17 years ago
  44. 95c2801 localspl: Add the Romanian translation. by Michael Stefaniuc · 17 years ago
  45. e312a42 localspl: Created Dutch translations. by Frans Kool · 17 years ago
  46. 4c8e218 Assorted spelling fixes. by Francois Gouget · 17 years ago
  47. 5df0dc5 localspl: Implement fpAddPrinterDriverEx. by Detlef Riekenberg · 17 years ago
  48. d03f5f2 localspl: Avoid sizeof in a trace. by Alexandre Julliard · 17 years ago
  49. df03457 localspl: Implement fpGetPrinterDriverDirectory. by Detlef Riekenberg · 17 years ago
  50. 9e65dbc localspl: Initialize pointers in struct PRINTPROVIDOR. by Detlef Riekenberg · 17 years ago
  51. 464258b Spelling fixes. by Austin English · 17 years ago
  52. 39c260e localspl: Rename the wrappers around HeapAlloc() &Co to use the standard names. by Michael Stefaniuc · 17 years ago
  53. 17dc174 localspl/tests: Use ANSI function declarations. by Michael Stefaniuc · 17 years ago
  54. 1a8001a localspl/tests: Fix memory leak (found by Smatch). by Lionel Debroux · 17 years ago
  55. dc28dcd localspl: Add Swedish translation. by Daniel Nylander · 17 years ago
  56. 3fd7290 localspl/tests: Spelling fix. by Detlef Riekenberg · 17 years ago
  57. 29873b7 localspl: Implement InitializePrintProvidor. by Detlef Riekenberg · 18 years ago
  58. 57dee44 localspl/tests: Tests for OpenPort and ClosePort. by Detlef Riekenberg · 18 years ago
  59. eff9c9e localspl: Implement OpenPort and ClosePort. by Detlef Riekenberg · 18 years ago
  60. b893575 localspl/tests: Use skip if localspl can't be loaded. by Paul Vriens · 18 years ago
  61. b7a7cc6 localspl/tests: Add tests for AddPortEx. by Detlef Riekenberg · 18 years ago
  62. 0130a18 localspl: Make some functions static. by Alexandre Julliard · 18 years ago
  63. 97f95d4 localspl: Implement AddPortEx. by Detlef Riekenberg · 18 years ago
  64. 96c337f Assorted spelling fixes. by Francois Gouget · 18 years ago
  65. dd1263a localspl: Exclude unused headers. by Andrew Talbot · 18 years ago
  66. 174d050 localspl: Code cleanup for XcvDataPort_AddPort. by Detlef Riekenberg · 18 years ago
  67. d5b2a0c localspl: ConfigurePort is now in localui.dll. by Detlef Riekenberg · 18 years ago
  68. 55a18d7 localspl: DeletePort is now in localui.dll. by Detlef Riekenberg · 18 years ago
  69. fce002c localspl: Implement XcvData_AddPort. by Detlef Riekenberg · 18 years ago
  70. d770f84 localspl/tests: Remove duplicate tests. by Detlef Riekenberg · 18 years ago
  71. 0081b43 Assorted spelling and English fixes. by Francois Gouget · 18 years ago
  72. d9e8a0f Remove unneeded checks on the GetModuleHandle() return value for cases where we are linked with the dll. by Francois Gouget · 18 years ago
  73. b1202e7 localspl/tests: Fix copy+paste bug. by Detlef Riekenberg · 18 years ago
  74. fd37d30 localspl/tests: Open the default Xcv-channel only once. by Detlef Riekenberg · 18 years ago
  75. c5da601 localspl/tests: Rename hXcv for special tests. by Detlef Riekenberg · 18 years ago
  76. 6630439 localspl: Add a comment, why we do not implement AddPort for XcvDataPort. by Detlef Riekenberg · 18 years ago
  77. ee2e567 localspl/tests: Check for Xcv-API only once. by Detlef Riekenberg · 18 years ago
  78. e3c778e localspl/tests: Add tests for XcvDataPort_AddPort. by Detlef Riekenberg · 18 years ago
  79. 8afb948 localspl: Add Polish translation. by Mikołaj Zalewski · 18 years ago
  80. 8db7b9c localspl/tests: Add tests for XcvDataPort_DeletePort. by Detlef Riekenberg · 18 years ago
  81. 9827e5d localspl: Implement DeletePort for XcvDataPort. by Detlef Riekenberg · 18 years ago
  82. 0646dfa localspl/tests: Remove tempfile after running the tests. by Paul Vriens · 18 years ago
  83. 2253edb localspl: Do not crash when Xcv was opened without a space in the name. by Detlef Riekenberg · 18 years ago
  84. 8163e50 localspl: Implement SetDefaultCommConfig for XcvDataPort. by Detlef Riekenberg · 18 years ago
  85. 87947fc localspl: Implement GetDefaultCommConfig for XcvDataPort. by Detlef Riekenberg · 18 years ago
  86. d364b0e localspl/tests: Add tests for XcvDataPort_ConfigureLPTPortCommandOK. by Detlef Riekenberg · 18 years ago
  87. 00cee04 localspl: Implement ConfigureLPTPortCommandOK for XcvDataPort. by Detlef Riekenberg · 18 years ago
  88. 27b34d8 localspl/tests: Add tests for XcvDataPort_GetTransmissionRetryTimeout. by Detlef Riekenberg · 18 years ago
  89. 339a556 localspl: Implement GetTransmissionRetryTimeout for XcvDataPort. by Detlef Riekenberg · 18 years ago
  90. b0bde6b Assorted spelling fixes. by Francois Gouget · 18 years ago
  91. 8c613a7 localspl: Remove unneeded cast. by Francois Gouget · 18 years ago
  92. 44570c1 localspl: Implement PortIsValid for XcvDataPort. by Detlef Riekenberg · 18 years ago
  93. 3777163 localspl: Implement XcvDataPort. by Detlef Riekenberg · 18 years ago
  94. ece92cc localspl: Implement XcvOpenPort and XcvClosePort. by Detlef Riekenberg · 18 years ago
  95. 9a3f454 localspl/tests: Add test for XcvDataPort_PortIsValid. by Detlef Riekenberg · 18 years ago
  96. 7ea06b5 localspl/tests: Extend test for XcvDataPort_MonitorUI. by Detlef Riekenberg · 18 years ago
  97. 83aeda3 localspl/tests: Load the user interface dll on demand. by Detlef Riekenberg · 18 years ago
  98. dbedc88 localspl: Added French translation. by Jonathan Ernst · 18 years ago
  99. 591f107 localspl/tests: Print GetLastError() in decimal with '%u'. by Francois Gouget · 18 years ago
  100. 43c94c9 localspl/tests: In multiline strings there is no need for '\' at the end of the lines. by Michael Stefaniuc · 18 years ago