2005-02-16 |
Alex Villacís Lasso | Change SUBLANG_DEFAULT to SUBLANG_NEUTRAL for LANG_SPAN... |
tree | commitdiff |
2005-02-15 |
Dmitry Timoshkov | - Fix prototypes of GetClassLongA/W, GetClassLongPtrA... |
tree | commitdiff |
2005-02-14 |
Marcus Meissner | Check for overflows with ClrUsed. |
tree | commitdiff |
2005-01-28 |
Huw Davies | Add a few missing RegCloseKey calls. |
tree | commitdiff |
2005-01-09 |
Eric Pouech | Removed excessive statement (break after return or... |
tree | commitdiff |
2005-01-04 |
Mike McCormack | Convert StartDoc to Unicode. |
tree | commitdiff |
2005-01-03 |
Michael Stefaniuc | Do not check for non NULL pointer before HeapFree'ing... |
tree | commitdiff |
2004-12-23 |
Michael Stefaniuc | Do not check for non NULL pointer before HeapFree'ing... |
tree | commitdiff |
2004-12-09 |
Alexandre Julliard | Janitorial: C booleans must not be compared against... |
tree | commitdiff |
2004-11-30 |
Eric Pouech | Const correctness fixes. |
tree | commitdiff |
2004-11-30 |
Huw Davies | For a 15/16 bpp dib we send RGB triples to the printer... |
tree | commitdiff |
2004-11-28 |
Huw Davies | Protect sscanfs with a "C" locale so that they still... |
tree | commitdiff |
2004-11-21 |
Eric Frias | Fixed file handle leak. |
tree | commitdiff |
2004-11-02 |
Huw Davies | Scale the patterns so that they're rendered at 300dpi. |
tree | commitdiff |
2004-10-05 |
Marcus Meissner | Make sure PostScript floats are printed with LC_NUMERIC... |
tree | commitdiff |
2004-09-22 |
Hans Leidekker | Fix signed/unsigned comparison warnings. |
tree | commitdiff |
2004-08-31 |
Huw Davies | Use 1/4" margins for some standard paper sizes. |
tree | commitdiff |
2004-08-24 |
Huw Davies | Change dialogs to use MS Shell Dlg rather than Helv... |
tree | commitdiff |
2004-08-16 |
David Kredba | Added Czech resources. |
tree | commitdiff |
2004-08-11 |
Alexandre Julliard | Avoid some non-portable makefile constructs, and get... |
tree | commitdiff |
2004-08-02 |
Marcus Meissner | Check return value of get_bbox(). |
tree | commitdiff |
2004-06-28 |
Hajime Segawa | Added some Japanese translations. |
tree | commitdiff |
2004-05-27 |
Ivan Leo Puoti | Changed my name, so update copyright info. |
tree | commitdiff |
2004-05-18 |
Huw Davies | When building PostScript paths with the *_PATH escapes... |
tree | commitdiff |
2004-05-12 |
Huw Davies | The PostScript clip operator doesn't clear the current... |
tree | commitdiff |
2004-05-04 |
Francois Gouget | Make our ascii strings static const. |
tree | commitdiff |
2004-05-02 |
Gerald Pfeifer | Include <stdlib.h> to obtain a prototype of abs(). |
tree | commitdiff |
2004-04-29 |
Krzysztof Foltman | Make sure ascent/descent values don't become negative... |
tree | commitdiff |
2004-04-07 |
Alexandre Julliard | Fixed a couple of header files ordering issues. |
tree | commitdiff |
2004-04-06 |
José Manuel Ferrer... | Updated Spanish translations. |
tree | commitdiff |
2004-03-24 |
Alexandre Julliard | .spec.c files are no longer used for 32-bit dlls. |
tree | commitdiff |
2004-03-04 |
Alexandre Julliard | Changed the CreateDC driver entry point to use an HDC... |
tree | commitdiff |
2004-03-04 |
Alexandre Julliard | Pass the gdiFont object to the SelectFont driver entry... |
tree | commitdiff |
2004-03-04 |
Alexandre Julliard | Pass the breakExtra value in the ExtTextOut driver... |
tree | commitdiff |
2004-03-03 |
Alexandre Julliard | Changed the GetTextExtentPoint graphics driver entry... |
tree | commitdiff |
2004-02-28 |
Alexandre Julliard | Moved generic.ppd to dlls/wineps, and install it in... |
tree | commitdiff |
2004-02-27 |
Patrik Stridvall | Fixed some issues found by winapi_check. |
tree | commitdiff |
2004-02-25 |
Alexandre Julliard | Fixed callers of GetLocaleInfoW to use the correct... |
tree | commitdiff |
2004-02-13 |
Alexandre Julliard | Moved hGCClipRgn handling to the graphics driver. |
tree | commitdiff |
2004-02-12 |
Huw Davies | Bracket code inserted by the PASSTHROUGH escapes by |
tree | commitdiff |
2004-02-12 |
Huw Davies | Make sure that the font ppem is always positive. Thank... |
tree | commitdiff |
2004-01-23 |
Blake Leverett | Printing a dashed line causes all later solid lines... |
tree | commitdiff |
2004-01-23 |
Ivan Leo Murray... | Resource updates. |
tree | commitdiff |
2004-01-20 |
Alexandre Julliard | Removed some unnecessary inclusions of gdi.h. |
tree | commitdiff |
2004-01-20 |
Alexandre Julliard | Get rid of some direct accesses to the DC structure... |
tree | commitdiff |
2004-01-18 |
Alexandre Julliard | Use the exported FONTENUMPROCW as parameter in the... |
tree | commitdiff |
2004-01-18 |
Alexandre Julliard | Removed the bitsPerPixel field in the generic DC struct... |
tree | commitdiff |
2004-01-15 |
Alexandre Julliard | Get rid of the global INTERNAL_[XY]WSTODS macros. |
tree | commitdiff |
2004-01-13 |
Vincent Béron | Get rid of a W->A crosscall (ResetDCA->ResetDCW). |
tree | commitdiff |
2004-01-12 |
Vincent Béron | CreateDC is Unicode now, change the spec file accordingly. |
tree | commitdiff |
2003-12-08 |
Huw Davies | Run length and ascii85 encode image data. |
tree | commitdiff |
2003-12-04 |
Huw Davies | Let PSDRV_WriteSpool cope with strings longer than... |
tree | commitdiff |
2003-11-19 |
Rein Klazes | Include ft2build.h before freetype/freetype.h. Libfreet... |
tree | commitdiff |
2003-11-12 |
Huw Davies | Scale the OUTLINETEXTMETRIC's bounding box with the... |
tree | commitdiff |
2003-11-11 |
Huw Davies | Handle multicopy printing correctly. |
tree | commitdiff |
2003-11-11 |
Gerald Pfeifer | Fix format strings in T42_download_header() and T42_dow... |
tree | commitdiff |
2003-11-11 |
Dmitry Timoshkov | Constify strings. |
tree | commitdiff |
2003-11-11 |
Huw Davies | GetTextExtentPoint already adds char_extra so don't... |
tree | commitdiff |
2003-11-09 |
Huw Davies | Update the visrgn in ResetDC so that GetClipBox works... |
tree | commitdiff |
2003-11-05 |
Huw Davies | Support for duplex printing. |
tree | commitdiff |
2003-11-03 |
Huw Davies | Fix the return value of StretchDIBits. |
tree | commitdiff |
2003-11-03 |
Huw Davies | Implement PSDRV_PaintRgn (also gets us FillRgn, FrameRg... |
tree | commitdiff |
2003-10-27 |
Hans Leidekker | Added Dutch translations. |
tree | commitdiff |
2003-10-24 |
Ivan Leo Murray... | Added Italian resources. |
tree | commitdiff |
2003-10-11 |
Dimitrie O. Paun | Remove SYMBOLFILE and LDDLLFLAGS from Makefiles. |
tree | commitdiff |
2003-09-26 |
Dimitrie O. Paun | Remove the obsolete pascal16 (replaced by pascal -ret16). |
tree | commitdiff |
2003-09-22 |
Vincent Béron | Yet another batch of French resources updates. |
tree | commitdiff |
2003-09-05 |
Alexandre Julliard | Fixed header dependencies to be fully compatible with... |
tree | commitdiff |
2003-08-23 |
José Manuel Ferrer... | More Spanish translations. |
tree | commitdiff |
2003-08-12 |
Dmitry Timoshkov | Convert CreateDC to unicode in the driver interface. |
tree | commitdiff |
2003-08-08 |
Patrik Stridvall | Fixed some issues found by winapi_check. |
tree | commitdiff |
2003-06-30 |
Dmitry Timoshkov | For all DLLs with defined DllMain and which do not... |
tree | commitdiff |
2003-06-30 |
Marcelo Duarte | - Localization to Portuguese of Brazil |
tree | commitdiff |
2003-06-23 |
Huw Davies | Make sure we update dc->bitsPerPixel. |
tree | commitdiff |
2003-06-23 |
Huw Davies | For PostScript versions < 2.015 we need to explicitly... |
tree | commitdiff |
2003-06-16 |
Rok Mandeljc | Updated a bunch of translations for Slovenian language. |
tree | commitdiff |
2003-05-20 |
Huw Davies | Look up the printer's port in the registry if neither... |
tree | commitdiff |
2003-05-20 |
Huw Davies | CUPS uses the ppd file to store the default paper size... |
tree | commitdiff |
2003-05-19 |
Huw Davies | Don't add spaces in the PostScript between every pixel... |
tree | commitdiff |
2003-05-19 |
Huw Davies | Reset the escapement back to zero before retrieving... |
tree | commitdiff |
2003-05-19 |
Huw Davies | Fix handling of text align modes for rotated text. |
tree | commitdiff |
2003-05-19 |
Huw Davies | Rework clipping so that the PS clip path is only set... |
tree | commitdiff |
2003-03-23 |
Alexandre Julliard | List 16-bit spec files explicitly to avoid problems... |
tree | commitdiff |
2003-03-07 |
Marcus Meissner | Was using the wrong define for the CUPS soname. |
tree | commitdiff |
2003-01-31 |
Andrew John Hughes | - DeviceCapabilities16 now calls PSDRV_DeviceCapabilities. |
tree | commitdiff |
2003-01-14 |
Francois Gouget | Remove (POINTER)NULL casts. |
tree | commitdiff |
2003-01-08 |
Dan Kegel | Change RECT to use LONG to match win32 standard headers... |
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 |
2002-12-23 |
Alexandre Julliard | wineps16.dll should be named .drv. |
tree | commitdiff |
2002-12-12 |
Alexandre Julliard | Added .spec.def files. |
tree | commitdiff |
2002-12-12 |
Alexandre Julliard | Implemented import libraries; on Unix we import the... |
tree | commitdiff |
2002-12-10 |
Alexandre Julliard | winnt.h should not be self-contained, it must depend... |
tree | commitdiff |
2002-11-15 |
Huw Davies | Proper handling of SetTextCharacterExtra. |
tree | commitdiff |
2002-11-15 |
Huw Davies | Implemented Escapes *_PATH and POSTSCRIPT_IGNORE. |
tree | commitdiff |
2002-11-13 |
Huw Davies | Fix PSDRV_DrawArc to work properly with logical coords. |
tree | commitdiff |
2002-11-13 |
Huw Davies | Instead of trying to download the Type 42 glpyh metrics... |
tree | commitdiff |
2002-11-13 |
Huw Davies | We can't cache the unscaled font's hfont, since the... |
tree | commitdiff |
2002-11-12 |
Marcus Meissner | Do not link against -lcups directly, but dynamically... |
tree | commitdiff |
2002-11-04 |
Alexandre Julliard | Made the dll entry point default to DllMain and removed... |
tree | commitdiff |
next |