2005-11-21 |
Hans Leidekker | Added Dutch translations. |
tree | commitdiff |
2005-11-15 |
Detlef Riekenberg | Some extra tests for GetPrinterDriverDirectory. |
tree | commitdiff |
2005-11-14 |
YunSong Hwang | Add Korean translations. |
tree | commitdiff |
2005-10-26 |
Stefan Leichter | Fix for GetPrinterDriverDirectoryA test. |
tree | commitdiff |
2005-10-24 |
Robert Lunnon | Rename queue_t to jobqueue_t to avoid collision with... |
tree | commitdiff |
2005-10-03 |
Maxime Bellengé | Fix a cut&paste mistake. |
tree | commitdiff |
2005-09-29 |
Kevin Koltzau | Fix warnings in 64bit. |
tree | commitdiff |
2005-09-29 |
Alexandre Julliard | We are no longer generating .dbg.c files. |
tree | commitdiff |
2005-09-19 |
Milko Krachounov | Bulgarian resources for mpr, msi, user, commdlg, oleaut... |
tree | commitdiff |
2005-09-13 |
Detlef Riekenberg | Let EnumPrinterDrivers return the number of drivers. |
tree | commitdiff |
2005-09-12 |
Kimmo Myllyvirta | Added Finnish resources. |
tree | commitdiff |
2005-09-09 |
Alexandre Julliard | Use a more portable scheme for storing the name of... |
tree | commitdiff |
2005-08-19 |
Mike McCormack | Fix gcc 4.0 warnings. |
tree | commitdiff |
2005-08-03 |
Mike McCormack | gcc 4.0 RegSetValueEx warning fixes. |
tree | commitdiff |
2005-07-26 |
Dmitry Timoshkov | Avoid an orthographic error by rephrasing the message. |
tree | commitdiff |
2005-07-26 |
Dmitrij Sinukov | Added Russian resources. |
tree | commitdiff |
2005-07-22 |
Huw Davies | Implement the undocumented StartDocDlg[A|W]. These... |
tree | commitdiff |
2005-07-22 |
Francois Gouget | Make the unistd.h include conditional. |
tree | commitdiff |
2005-07-20 |
Huw Davies | Lookup the port in the spooler registry key and map... |
tree | commitdiff |
2005-07-19 |
Huw Davies | Printer handles referring to the same printer should... |
tree | commitdiff |
2005-07-18 |
Huw Davies | Partial implementation of GetJob. |
tree | commitdiff |
2005-07-15 |
Huw Davies | Set the default doc title to that of Windows. |
tree | commitdiff |
2005-07-13 |
Huw Davies | Partial implementation of SetJobW. |
tree | commitdiff |
2005-07-13 |
Henning Gerhardt | - Added German winspool resource file. |
tree | commitdiff |
2005-07-12 |
Huw Davies | Forward SetJobA -> SetJobW. |
tree | commitdiff |
2005-07-12 |
Huw Davies | ScheduleJob for 'file' ports. |
tree | commitdiff |
2005-07-11 |
Huw Davies | ScheduleJob for (as yet unused) 'cups' ports. |
tree | commitdiff |
2005-07-10 |
Huw Davies | ScheduleJob for 'lpr' ports. |
tree | commitdiff |
2005-07-08 |
Huw Davies | Implement {Start,End}DocPrinter and WritePrinter. |
tree | commitdiff |
2005-07-06 |
Huw Davies | Add an implementation of AddJob and a partial one of... |
tree | commitdiff |
2005-07-05 |
Huw Davies | Add one more level of indirection to the printer handle... |
tree | commitdiff |
2005-06-30 |
Huw Davies | Forward StartDocPrinterA to StartDocPrinterW. |
tree | commitdiff |
2005-06-28 |
Alexandre Julliard | Moved ppd file configuration to HKCU\Software\Wine... |
tree | commitdiff |
2005-06-22 |
Alexandre Julliard | Sort entry points alphabetically. |
tree | commitdiff |
2005-06-20 |
Stefan Huehner | Fix more -Wstrict-prototypes warnings. |
tree | commitdiff |
2005-06-13 |
Alexandre Julliard | Added magic comments to all Wine-specific registry... |
tree | commitdiff |
2005-05-31 |
Alexandre Julliard | Remove import lib on make clean. |
tree | commitdiff |
2005-05-09 |
Alexandre Julliard | Added rules for building import libraries in the indivi... |
tree | commitdiff |
2005-05-07 |
Alexandre Julliard | Added rules to build import libraries in the individual... |
tree | commitdiff |
2005-05-06 |
Alexandre Julliard | Renamed wineps.dll to wineps.drv for consistency. |
tree | commitdiff |
2005-05-06 |
Francois Gouget | Assorted spelling fixes. |
tree | commitdiff |
2005-03-31 |
Huw Davies | Set the registry keys under HCU\Software\Microsoft... |
tree | commitdiff |
2005-03-29 |
Dimitrie O. Paun | Unicodify WINSPOOL_OpenDriverReg(). |
tree | commitdiff |
2005-02-21 |
Hans Leidekker | Stub implementations for AbortPrinter, AddPortEx{A,W}, |
tree | commitdiff |
2005-01-03 |
Hans Leidekker | Stub implementations for AddMonitorW, DeletePrinterDriverW, |
tree | commitdiff |
2004-12-23 |
Michael Stefaniuc | Do not check for non NULL pointer before HeapFree'ing... |
tree | commitdiff |
2004-12-15 |
Alexandre Julliard | It makes no sense to export the dll entry point as... |
tree | commitdiff |
2004-12-13 |
Eric Pouech | Fixed some errors in function prototypes. |
tree | commitdiff |
2004-11-30 |
Eric Pouech | Const correctness fixes. |
tree | commitdiff |
2004-11-24 |
Mike McCormack | Return correct error code in EnumPrinters. |
tree | commitdiff |
2004-10-29 |
Ulrich Czekalla | Add stubs for EnumPrintProcessorsAW. |
tree | commitdiff |
2004-10-18 |
Mike McCormack | Fix port enumeration. |
tree | commitdiff |
2004-10-04 |
Mike McCormack | Fix port enumeration. |
tree | commitdiff |
2004-08-13 |
Huw Davies | Fix first parameter of GetDefaultPrinterA|W. |
tree | commitdiff |
2004-06-16 |
Stefan Leichter | Added some logging to the GetPrinterDriverDirectoryA... |
tree | commitdiff |
2004-06-15 |
Stefan Leichter | Fix the tests of GetDefaultPrinterA on win2k if no... |
tree | commitdiff |
2004-06-14 |
Stefan Leichter | Log the last error too if the tests fail without defaul... |
tree | commitdiff |
2004-06-04 |
Dimitrie O. Paun | Some of our testers don't have a default printer, simpl... |
tree | commitdiff |
2004-05-02 |
Marcus Meissner | Use memcpy instead of weird casts. |
tree | commitdiff |
2004-03-24 |
Alexandre Julliard | .spec.c files are no longer used for 32-bit dlls. |
tree | commitdiff |
2004-03-17 |
Steven Edwards | Add stubs for EnumMonitors[A/W]. |
tree | commitdiff |
2004-03-07 |
Stefan Leichter | Moved implementation of GetDefaultPrinter from ascii... |
tree | commitdiff |
2004-03-02 |
Alexandre Julliard | We no longer use the .exe.spec.c files. |
tree | commitdiff |
2004-01-23 |
Francois Gouget | Add trailing '\n's to ok() calls. |
tree | commitdiff |
2004-01-06 |
Francois Gouget | Assorted spelling fixes. |
tree | commitdiff |
2004-01-02 |
Robert Shearman | Remove PRINTDLG_GetDefaultPrinterName; use Win32 GetDef... |
tree | commitdiff |
2003-11-27 |
Alexandre Julliard | Porting fixes. |
tree | commitdiff |
2003-11-11 |
Alexandre Julliard | Authors: Dmitry Timoshkov <dmitry@codeweavers.com>... |
tree | commitdiff |
2003-11-11 |
Huw Davies | Much better parsing of /etc/printcap. |
tree | commitdiff |
2003-11-05 |
Huw Davies | Make sure that all printer entries have a valid Name... |
tree | commitdiff |
2003-10-15 |
Oleg Prokhorov | Another portion of HeapReAlloc fixes. |
tree | commitdiff |
2003-10-11 |
Dimitrie O. Paun | Remove SYMBOLFILE and LDDLLFLAGS from Makefiles. |
tree | commitdiff |
2003-09-05 |
Alexandre Julliard | Fixed header dependencies to be fully compatible with... |
tree | commitdiff |
2003-08-12 |
Alexandre Julliard | Avoid crashes when devmode is null. |
tree | commitdiff |
2003-08-12 |
Dmitry Timoshkov | Convert CreateDC to unicode in the driver interface. |
tree | commitdiff |
2003-08-12 |
Mike McCormack | Stub some winspool functions. |
tree | commitdiff |
2003-06-30 |
Dmitry Timoshkov | For all DLLs with defined DllMain and which do not... |
tree | commitdiff |
2003-06-23 |
Huw Davies | It seems cupsGetDefault returns the system default... |
tree | commitdiff |
2003-06-18 |
Francois Gouget | 'sizeof type' is best avoided as it won't always compil... |
tree | commitdiff |
2003-05-19 |
Huw Davies | Basic implementation of EnumPortsA: dump all the serial... |
tree | commitdiff |
2003-05-13 |
Aric Stewart | Stub AddPortA. |
tree | commitdiff |
2003-04-27 |
Uwe Bonnes | Added GetPrintProcessorDirectoryA stub. |
tree | commitdiff |
2003-03-31 |
Dmitry Timoshkov | Fix some problems found while compiling and linking... |
tree | commitdiff |
2003-03-30 |
Adam Gundy | Make sure the new array of printer pointers is NULL... |
tree | commitdiff |
2003-03-20 |
Alexandre Julliard | Take advantage of new winebuild syntax to remove redund... |
tree | commitdiff |
2003-03-07 |
Marcus Meissner | Was using the wrong define for the CUPS soname. |
tree | commitdiff |
2003-02-12 |
Duane Clark | Replace HEAP_strdupAtoW call and delete extra |
tree | commitdiff |
2003-02-12 |
Duane Clark | Winspool expects NULLs to be preserved in ascii to... |
tree | commitdiff |
2003-01-24 |
Stefan Leichter | Removed windows version checks from GetPrinterDriverDir... |
tree | commitdiff |
2003-01-23 |
Matthew Davison | Removed calls to HEAP_strdupAtoW. |
tree | commitdiff |
2003-01-15 |
Stefan Leichter | Make GetPrinterDriverDirectoryA pass all tests. |
tree | commitdiff |
2003-01-15 |
Stefan Leichter | Added tests for GetPrinterDriverDirectoryA. |
tree | commitdiff |
2003-01-14 |
Francois Gouget | Remove (POINTER)NULL casts. |
tree | commitdiff |
2003-01-08 |
Stefan Leichter | GetPrinterDriverDirectoryA: do not crash on null pointers. |
tree | commitdiff |
2003-01-07 |
Francois Gouget | Remove extra #include directives from winspool.h. |
tree | commitdiff |
2003-01-07 |
Dimitrie O. Paun | Define NONAMELESS{STRUCT,UNION} explicitly in the files... |
tree | commitdiff |
2003-01-03 |
Stefan Leichter | Moved implementation of GetPrinterDriverDirectory from... |
tree | commitdiff |
2002-12-24 |
Alexandre Julliard | The name of the driver should be the 16-bit one in... |
tree | commitdiff |
2002-12-17 |
Dimitrie O. Paun | Added stubs for {Start,End}{Doc,Page}Printer. |
tree | commitdiff |
2002-12-12 |
Alexandre Julliard | Added .spec.def files. |
tree | commitdiff |
next |