2002-03-09 |
Alexandre Julliard | Added LGPL standard comment, and copyright notices... |
tree | commitdiff |
2002-02-27 |
Andreas Mohr | Spelling/alignment fixes. |
tree | commitdiff |
2002-01-29 |
Dmitry Timoshkov | Do not write beyond end of color table in X11DRV_DIB_Se... |
tree | commitdiff |
2002-01-29 |
Guy Albertelli | Don't fill colormap beyond end of screen depth. |
tree | commitdiff |
2002-01-29 |
Uwe Bonnes | XFONT_GetAvgCharWidth: Always round up. |
tree | commitdiff |
2002-01-29 |
Huw D M Davies | Uses Xrender extension to allow client side font rendering. |
tree | commitdiff |
2002-01-04 |
Alexandre Julliard | Removed LoadOEMResource from USER driver. |
tree | commitdiff |
2002-01-04 |
Gavriel State | Speed up the GetImageBits case where we have an XShm... |
tree | commitdiff |
2002-01-02 |
Alexandre Julliard | Moved the OEM bitmaps that don't depend on the Wine... |
tree | commitdiff |
2001-12-21 |
François Gouget | Handle more than 8 bits per color component. |
tree | commitdiff |
2001-12-21 |
François Gouget | Merged the handling of 15 and 16 bits X server depths. |
tree | commitdiff |
2001-11-06 |
François Gouget | Add traces to help diagnose systematic cached-metrics... |
tree | commitdiff |
2001-11-05 |
Dmitry Timoshkov | Convert GetCharWidth to Unicode. |
tree | commitdiff |
2001-11-05 |
François Gouget | Fix line length calculation in X11DRV_DIB_Convert_any_asis. |
tree | commitdiff |
2001-10-23 |
Huw D M Davies | ExtTextOutW with symbol fonts works with chars in the... |
tree | commitdiff |
2001-10-21 |
Andreas Mohr | Cosmetics. |
tree | commitdiff |
2001-10-17 |
Francois Gouget | Fix tons of color conversion bugs. |
tree | commitdiff |
2001-10-17 |
Francois Gouget | Use the same color conversion algorithm as the DIB... |
tree | commitdiff |
2001-10-08 |
Francois Gouget | Small typo fixes/updates. |
tree | commitdiff |
2001-10-04 |
Alexandre Julliard | Ignore RLE data that goes past the line end (found... |
tree | commitdiff |
2001-10-03 |
Alexandre Julliard | Skip BitBlt DIB optimization if source and dest DCs... |
tree | commitdiff |
2001-09-12 |
Huw D M Davies | Lay down the infrastructure for gdi font rendering. |
tree | commitdiff |
2001-09-11 |
Patrik Stridvall | Cleanup code that is strange or difficult to parse. |
tree | commitdiff |
2001-09-07 |
Jukka Heinonen | Changing DIB color table now updates the DIB visible... |
tree | commitdiff |
2001-09-07 |
Guy L. Albertelli | Prevent bomb when GDI_ObjPtr returns null object. |
tree | commitdiff |
2001-08-21 |
Gerard Patel | Default bitmap is not subject to reference counting. |
tree | commitdiff |
2001-08-20 |
Alexandre Julliard | Refuse to select a bitmap that is already selected... |
tree | commitdiff |
2001-08-17 |
Alexandre Julliard | Create GDI stock objects as normal objects instead... |
tree | commitdiff |
2001-08-16 |
Alexandre Julliard | Specify sizes for stock fonts again; removed the FixSto... |
tree | commitdiff |
2001-08-16 |
Alexandre Julliard | Added names to standard critical sections (suggested... |
tree | commitdiff |
2001-08-15 |
Jeremy White | Normalize the display name used to build the cached... |
tree | commitdiff |
2001-07-29 |
Alexandre Julliard | Rewrote Escape to avoid calling down to Escape16. |
tree | commitdiff |
2001-07-28 |
Alexandre Julliard | Added GetDeviceCaps to the DC driver interface. Removed... |
tree | commitdiff |
2001-07-27 |
Alexandre Julliard | Build the DC function table by using GetProcAddress... |
tree | commitdiff |
2001-07-26 |
Bill Medland | Don't inline perfect_graphics(). |
tree | commitdiff |
2001-07-25 |
Alexandre Julliard | Removed unnecessary inclusion of heap.h. |
tree | commitdiff |
2001-07-24 |
Alexandre Julliard | Removed HEAP_strdupA. |
tree | commitdiff |
2001-07-23 |
Alexandre Julliard | Removed some unnecessary includes. |
tree | commitdiff |
2001-07-22 |
Alexandre Julliard | Moved the 16-bit pointer to the DIB bits out of the... |
tree | commitdiff |
2001-07-19 |
Alexandre Julliard | Moved server.h to include/wine. |
tree | commitdiff |
2001-07-18 |
Patrik Stridvall | - Made sure that the files that contains the declarations |
tree | commitdiff |
2001-07-12 |
Alexandre Julliard | Fixed a few issues with tsx11 locking. |
tree | commitdiff |
2001-07-02 |
Patrik Stridvall | Documentation fixes. |
tree | commitdiff |
2001-06-25 |
Jau-Horng Chen | Added Traditional Chinese Support |
tree | commitdiff |
2001-06-25 |
Dmitry Timoshkov | Replace some 16-bit calls by their 32-bit equivalents. |
tree | commitdiff |
2001-06-25 |
Dmitry Timoshkov | Better separate the XShm using code. |
tree | commitdiff |
2001-06-20 |
Alexandre Julliard | Subtract DC origin from graphics exposure event coordin... |
tree | commitdiff |
2001-06-19 |
Dmitry Timoshkov | Add System font to the set of default sans serif fonts. |
tree | commitdiff |
2001-06-19 |
Dmitry Timoshkov | Replace PROFILE_ functions by RegQueryValueExA in x11drv. |
tree | commitdiff |
2001-06-11 |
Alexandre Julliard | Added counter for operations generating graphics exposu... |
tree | commitdiff |
2001-06-04 |
Alexandre Julliard | Create an X window for every window, including children. |
tree | commitdiff |
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-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-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 |
next |