2001-05-14 |
Marcus Meissner | Implemented 64bit file size handling. |
tree | commitdiff |
2001-05-11 |
Francois Gouget | Remove unnecessary single quoting of debugstr_xxx strings. |
tree | commitdiff |
2001-05-11 |
Alexandre Julliard | Renamed display to gdi_display where it is used for... |
tree | commitdiff |
2001-05-09 |
Francois Gouget | Add '\n' at the end of traces. |
tree | commitdiff |
2001-05-08 |
Marcus Meissner | PS passthrough was sending 2 bytes too many. |
tree | commitdiff |
2001-05-07 |
Francois Gouget | Added the minmax.h header (VC6). |
tree | commitdiff |
2001-04-17 |
Ove Kaaven | Implemented the ddraw HAL access escape (DCICOMMAND... |
tree | commitdiff |
2001-04-16 |
Gavriel State | Copy the first 128 colors from the default colormap... |
tree | commitdiff |
2001-04-16 |
Ove Kaaven | Fixed CoerceDIBSection's AuxMod handling. Added CoerceD... |
tree | commitdiff |
2001-04-16 |
Dmitry Timoshkov | Add MS Shell Dlg font to the set of default sans serif... |
tree | commitdiff |
2001-03-28 |
Marcus Meissner | Fixed undefined C constructs (val assignment in express... |
tree | commitdiff |
2001-03-28 |
Gavriel State | - Always use a double-buffered visual if one is available. |
tree | commitdiff |
2001-03-23 |
Alexandre Julliard | Cleanup properly on x11drv unloading. |
tree | commitdiff |
2001-03-20 |
Ove Kaaven | Implemented Get/SetDeviceGammaRamp. |
tree | commitdiff |
2001-03-16 |
Huw D M Davies | Moved GetTextMetrics to unicode. |
tree | commitdiff |
2001-03-05 |
Vedran Rodic | Made 8 bpp to 24 bit depth conversion in X11DRV_DIB_Set... |
tree | commitdiff |
2001-03-05 |
Alexandre Julliard | Changed isolated for loops to while loops (based on... |
tree | commitdiff |
2001-03-05 |
Ian Pilcher | Don't load the WINEPS driver until it's needed. |
tree | commitdiff |
2001-02-28 |
Francois Gouget | Small 'typos in comments' fixes. |
tree | commitdiff |
2001-02-16 |
François Gouget | Added DIB/pixmap synchronization for {Get,Set}Pixel. |
tree | commitdiff |
2001-02-14 |
Patrik Stridvall | Documentation ordinal fixes. |
tree | commitdiff |
2001-02-14 |
Huw D M Davies | Change FONTOBJ to use LOGFONTW rather than LOGFONT16. |
tree | commitdiff |
2001-02-13 |
Lionel Ulmer | Added RGB 565 => RGB 0888 conversion. |
tree | commitdiff |
2001-02-12 |
James Abbatiello | In CreateDIBSection, the offset into the file mapping... |
tree | commitdiff |
2001-02-12 |
Andreas Mohr | - move TSXGrabServer after a possible return FALSE; |
tree | commitdiff |
2001-02-12 |
Ove Kaaven | In CopyDIBSection, use source DIB colormap instead... |
tree | commitdiff |
2001-02-12 |
Eric Kohl | Fixed text size calculation bug in GetTextExtentPoint... |
tree | commitdiff |
2001-01-26 |
James Juran | Add <string.h> to files that needed it. |
tree | commitdiff |
2001-01-24 |
Alexandre Julliard | Removed non-standard OBM_RADIOCHECK bitmap. |
tree | commitdiff |
2001-01-24 |
Eric Kohl | Partial implementation of world transform support. |
tree | commitdiff |
2001-01-18 |
Alexandre Julliard | Store USER icons and cursors as resources instead of... |
tree | commitdiff |
2001-01-15 |
Alexandre Julliard | Replaced X11DRV_CritSection references by wine_tsx11_... |
tree | commitdiff |
2001-01-15 |
Alexandre Julliard | Removed CALL_LARGE_STACK support. |
tree | commitdiff |
2001-01-15 |
Alexandre Julliard | Moved tweak support to USER dll. Removed tweak.h and... |
tree | commitdiff |
2001-01-06 |
François Gouget | Fixed some HFILE vs. HANDLE mismatches. |
tree | commitdiff |
2001-01-04 |
Andreas Mohr | Starcraft was confused by a wrong FALSE BitBlt return. |
tree | commitdiff |
2000-12-24 |
François Gouget | Fixed a few type clashes in preparation for the switch... |
tree | commitdiff |
2000-12-24 |
Francois Gouget | Updated the look of dots and dashes to match the Win32... |
tree | commitdiff |
2000-12-22 |
Alexandre Julliard | Replaced WIN16_GlobalLock16 by "official" function... |
tree | commitdiff |
2000-12-22 |
Alexandre Julliard | Authors: Ove Kaaven <ovek@transgaming.com>, Gavriel... |
tree | commitdiff |
2000-12-20 |
Gerard Patel | Set the color mask with BI_BITFIELD dibs, don't use the |
tree | commitdiff |
2000-12-13 |
Alexandre Julliard | Removed some unnecessary includes. |
tree | commitdiff |
2000-12-13 |
Alexandre Julliard | Replaced PTR_SEG_TO_LIN macro by exported MapSL function. |
tree | commitdiff |
2000-12-06 |
Alexandre Julliard | Authors: Ove Kaaven <ovek@transgaming.com>, Andrew... |
tree | commitdiff |
2000-12-05 |
Guy L. Albertelli | - correct number of colormap entries looked at in GetDI... |
tree | commitdiff |
2000-12-01 |
Patrik Stridvall | Added/modified documentation for function arguments. |
tree | commitdiff |
2000-12-01 |
Alexandre Julliard | Removed some unnecessary includes. |
tree | commitdiff |
2000-11-30 |
Alexandre Julliard | Use the HEAP_WINE_SEGPTR flag to specify allocations... |
tree | commitdiff |
2000-11-28 |
Alexandre Julliard | Got rid of the Wine internal lstrcpy* functions and... |
tree | commitdiff |
2000-11-27 |
Dimitrie O. Paun | Require {DECLARE,DEFAULT}_DEBUG_CHANNEL statements... |
tree | commitdiff |
2000-11-27 |
Andreas Mohr | Also mention xpm-devel in the error msg. |
tree | commitdiff |
2000-11-27 |
Alexandre Julliard | Changed GetProcAddress16 and 16-bit resource functions... |
tree | commitdiff |
2000-11-26 |
Dimitrie O. Paun | Do not compile code that makes use of the X Shm extension. |
tree | commitdiff |
2000-11-25 |
Ove Kaaven | Made X11DRV_DIB_GetImageBits_16 aware of 565 DIBs. |
tree | commitdiff |
2000-11-25 |
Ove Kaaven | Implemented Get/SetDIBColorTable. |
tree | commitdiff |
2000-11-25 |
Marcus Meissner | GetPixel needs to return CLR_INVALID if not inside... |
tree | commitdiff |
2000-11-14 |
Alexandre Julliard | Moved LDT handling to libwine.so. Changed the interface... |
tree | commitdiff |
2000-11-13 |
Alexandre Julliard | Replaced a few internal functions by exported ones. |
tree | commitdiff |
2000-11-11 |
Nerijus Baliunas | Add new encodings ISO 8859-10 (cp28600), 8859-13 (cp286... |
tree | commitdiff |
2000-11-05 |
Patrik Stridvall | Optimized {,p}MoveTo{,Ex}{,16}. |
tree | commitdiff |
2000-11-05 |
Alexandre Julliard | Allocate DC objects on the process heap, and removed... |
tree | commitdiff |
2000-11-01 |
Alexandre Julliard | Authors: Andreas Mohr <amohr@codeweavers.com>, Dimitrie... |
tree | commitdiff |
2000-11-01 |
Mark Dufour | Make the functions Pie, Chord, RoundRect, AngleArc... |
tree | commitdiff |
2000-10-31 |
Francois Gouget | Use sizeof for maintainability. |
tree | commitdiff |
2000-10-31 |
Francois Gouget | Fixed a few device caps values. |
tree | commitdiff |
2000-10-29 |
Alexandre Julliard | Use GetStockObject() instead of the magic STOCK_* handles. |
tree | commitdiff |
2000-10-26 |
Mark Dufour | Implemented PolyDraw() and AngleArc(). |
tree | commitdiff |
2000-10-25 |
Mark Dufour | X11DRV_DrawArc: swap the start and end points when... |
tree | commitdiff |
2000-10-19 |
Ulrich Weigand | Don't hold the X11 lock while calling GDI object routines. |
tree | commitdiff |
2000-10-13 |
Chris Morgan | Implemented the IDC_HAND cursor. |
tree | commitdiff |
2000-10-13 |
Ove Kaaven | Fill in the dsBmih.biSizeImage field of DIBSections... |
tree | commitdiff |
2000-10-12 |
Hidenori Takeshima | Added support for cp936. |
tree | commitdiff |
2000-09-29 |
Alexandre Julliard | Moved $(MODULE).o rule out of Make.rules into the indiv... |
tree | commitdiff |
2000-09-26 |
Hidenori Takeshima | Code cleanup. |
tree | commitdiff |
2000-09-25 |
Alexandre Julliard | Removed inclusion of wine/winestring.h from winbase... |
tree | commitdiff |
2000-09-24 |
Hidenori Takeshima | Use appropriate charset if facenames of font is known. |
tree | commitdiff |
2000-09-24 |
Gerald Pfeifer | Fixed format strings. |
tree | commitdiff |
2000-09-22 |
Damyan Ognyanoff | Added error correction when using symbol offsets. |
tree | commitdiff |
2000-09-16 |
Andreas Mohr | Added support for non-deletable system brushes and... |
tree | commitdiff |
2000-09-12 |
Gerard Patel | Fix a memory leak in X11DRV_GetTextExtentPoint. |
tree | commitdiff |
2000-09-07 |
Hidenori Takeshima | Added support for cp949. |
tree | commitdiff |
2000-09-04 |
Hidenori Takeshima | Add jisx0212 encoding. |
tree | commitdiff |
2000-08-29 |
Albert den Haan | Convert the Unicode Character id to a glyph id in |
tree | commitdiff |
2000-08-29 |
Albert den Haan | - enhanced reporting of unsupported X font encodings |
tree | commitdiff |
2000-08-26 |
Hidenori Takeshima | implements DrawText for cp932. |
tree | commitdiff |
2000-08-25 |
Andreas Mohr | Minor cosmetic changes. |
tree | commitdiff |
2000-08-25 |
Alexandre Julliard | Backed out font codepage change. |
tree | commitdiff |
2000-08-23 |
Alexandre Julliard | Cleaned up major ugliness in __lfCheckSum. |
tree | commitdiff |
2000-08-22 |
Alexandre Julliard | Removed unnecessary calls to CLIPPING_UpdateGCRegion... |
tree | commitdiff |
2000-08-20 |
Hidenori Takeshima | Handle the codepage of fonts if supported by the graphi... |
tree | commitdiff |
2000-08-20 |
Hidenori Takeshima | Added internal charsets for supporting DBCS charsets. |
tree | commitdiff |
2000-08-20 |
Marcus Meissner | Set X11DRV_DeviceCaps.numColors according to doc (fixes... |
tree | commitdiff |
2000-08-19 |
Alexandre Julliard | Authors: Alexandre Julliard <julliard@codeweavers.com... |
tree | commitdiff |
2000-08-18 |
Hidenori Takeshima | Separate GetTextMetrics and implement it for SBCS/Unico... |
tree | commitdiff |
2000-08-18 |
Dmitry Timoshkov | Append .DRV to name only if no extension present. |
tree | commitdiff |
2000-08-15 |
Hidenori Takeshima | Fixed for DBCS(cp932/cp949) codepage conversion. |
tree | commitdiff |
2000-08-14 |
Hidenori Takeshima | Added support for special treatments (use 2 or more... |
tree | commitdiff |
2000-08-14 |
Alexandre Julliard | Replaced all lstr* calls from inside Wine code by their... |
tree | commitdiff |
2000-08-14 |
Hidenori Takeshima | Added checking for broken font cache. |
tree | commitdiff |
2000-08-10 |
Alexandre Julliard | Merged clipboard driver into USER driver. |
tree | commitdiff |
next |