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-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-04 |
Andreas Mohr | Starcraft was confused by a wrong FALSE BitBlt return. |
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 | 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-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-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-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-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-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-24 |
Hidenori Takeshima | Use appropriate charset if facenames of font is known. |
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-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-09 |
Alexandre Julliard | Moved struct32.c to windows directory. |
tree | commitdiff |
2000-08-07 |
Uwe Bonnes | X11DRV_DIB_SetImageBits_RLE8: break image lines. |
tree | commitdiff |
2000-08-06 |
Alexandre Julliard | Replaced lstrlen/lstrcmp by libc equivalents everywhere... |
tree | commitdiff |
2000-08-04 |
Alexandre Julliard | Removed a few dependencies on GDI internals from USER... |
tree | commitdiff |
2000-07-31 |
Alexandre Julliard | Cleaned up some more USER dependencies. |
tree | commitdiff |
2000-07-29 |
Alexandre Julliard | Removed some unnecessary inclusions of wingdi.h and... |
tree | commitdiff |
2000-07-28 |
Ove Kaaven | Add X11DRV_DIB_UpdateDIBSection2 that takes a HBITMAP... |
tree | commitdiff |
2000-07-16 |
Andreas Mohr | Spelling fixes. |
tree | commitdiff |
2000-07-15 |
Stephane Lussier | New version of the patch from Francois Jacques with... |
tree | commitdiff |
2000-07-15 |
Hidenori Takeshima | Added DBCS/unicode encoding templates. |
tree | commitdiff |
2000-07-15 |
Drew Ronneberg | Ignore broken fonts when building cache file. |
tree | commitdiff |
2000-07-10 |
Alexandre Julliard | Backed out previous patch. |
tree | commitdiff |
2000-07-08 |
Francois Jacques | Updated X11DRV_DIB_GetDIBits to properly handle bottom... |
tree | commitdiff |
2000-06-18 |
Dmitry Timoshkov | Do not assume that double byte font == unicode font. |
tree | commitdiff |
2000-06-18 |
Stephane Lussier | Fixed memory access outside of the range for source... |
tree | commitdiff |
2000-06-16 |
Ken Coleman | Fixes to CreateDIBSection and other areas where biSizeI... |
tree | commitdiff |
2000-06-12 |
Alexandre Julliard | Use the font default char for undefined characters... |
tree | commitdiff |
2000-06-11 |
John Elliot | Some fonts may have no characters at all for some reaso... |
tree | commitdiff |
2000-06-11 |
James Abbatiello | Use XCreateImage/XGetSubImage instead of XGetImage for |
tree | commitdiff |
2000-06-10 |
Dmitry Timoshkov | Assign codepage for every X11 font suffix, and use... |
tree | commitdiff |
2000-06-08 |
Alexandre Julliard | Shi Quan He (of Corel) |
tree | commitdiff |
2000-05-24 |
Rob Farnum | Separate out the 32bit case from the 24bit case, and... |
tree | commitdiff |
2000-05-18 |
Ove Kaaven | Made X11DRV_DIB_MapColor map back to the original color... |
tree | commitdiff |
2000-05-15 |
Alexandre Julliard | Use the correct display for cached metrics file name. |
tree | commitdiff |
2000-05-14 |
Lionel Ulmer | - set debug messages after a TRACE_ON test |
tree | commitdiff |
2000-05-12 |
Lionel Ulmer | Added support for OpenGL. |
tree | commitdiff |
next |