Sign in
goma
/
wine
/
3528755046a1ae72d048477a997e58e620e6dad5
/
graphics
ff6bda8
At the end of PATH_StrokePath, update dc->CurPosX|Y so that their
by Huw D M Davies
· 23 years ago
392c54e
Fonts with an incomplete character set could cause a fault.
by Dave Hawkes
· 23 years ago
580d7c9
X11DRV_GetDIBits: Don't clear the biCompression==BI_BITFIELDS flag
by Rob McClinton
· 23 years ago
7c4cb51
Cast void* to char* for pointer arithmetic.
by Gregg Mattinson
· 23 years ago
44e97f0
Fixed X11DRV_SetDIBitsToDevice to do the right thing for top-down
by Alexandre Julliard
· 23 years ago
a3f4e7f
Detect DCs without fonts and return an error in wglUseBitmapFonts.
by Lionel Ulmer
· 23 years ago
5dcd27c
Fixed typo in X11DRV_SetPixel.
by Alexandre Julliard
· 23 years ago
5ee1599
Replaced LPTODP/DPTOLP macros by calls to LPtoDP/DPtoLP (with the help
by Alexandre Julliard
· 23 years ago
4144b5b
Create the server directory and socket file in /tmp.
by Alexandre Julliard
· 23 years ago
a5755b1
Authors: Mike McCormack <mikem@codeweavers.com>, Jeremy White <jwhite@codeweavers.com>
by Alexandre Julliard
· 23 years ago
d3cab18
Moved DC origin into device-specific structure.
by Alexandre Julliard
· 23 years ago
78b041c
Better encapsulation of the font and metafile objects.
by Alexandre Julliard
· 23 years ago
376e650
Better separation of the palette functions. Removed the palette driver.
by Alexandre Julliard
· 23 years ago
9a62491
Removed trailing whitespace.
by Vincent Béron
· 23 years ago
d8a9244
Added function table to GDI objects for better encapsulation.
by Alexandre Julliard
· 23 years ago
6a5ba8f
Fixed some more missing \n in traces.
by Vincent Béron
· 23 years ago
9c90cc8
Replaced 0 by -1 to indicate free entry in X11DRV_PALETTE_XPixelToPalette.
by Gregg Mattinson
· 23 years ago
07439cd
Removed dependencies on the internals of the region object.
by Alexandre Julliard
· 23 years ago
32886f6
Add missing \n to output messages.
by James Juran
· 23 years ago
236893c
Support querying of number of visuals without reporting an error or crashing.
by Lionel Ulmer
· 23 years ago
e361cea
Remove the --managed option, and make wine use the managed mode by default.
by Dimitrie O. Paun
· 23 years ago
9bb05fc
Specify the complete source file list for a dll inside the main
by Alexandre Julliard
· 23 years ago
5d01936
Lock/unlock (and hence maybe coerce) DIBSections into GdiMod during
by David Hammerton
· 23 years ago
92b376d
Moved parts of the DC initialisation and bitmap selection out of the
by Alexandre Julliard
· 23 years ago
7e15e5d
In initial dibsection creation, the dibsection should always be in
by David Hammerton
· 23 years ago
5cab46e
Cleaned up some inter-dll dependencies in palette management.
by Alexandre Julliard
· 23 years ago
dec2cee
Removed some direct accesses to the DC structure.
by Alexandre Julliard
· 23 years ago
5769d1d
Better support for configure detection of missing types, added check
by Alexandre Julliard
· 23 years ago
64896d0
Added support for installing an error callback when expecting an X11 error.
by Alexandre Julliard
· 23 years ago
ab246a6
Pass a PHYSDEV to EnumDeviceFont and release the GDI lock in
by Alexandre Julliard
· 23 years ago
069dd51
Reuse visuals to avoid MAX_PIXELFORMATS limit.
by Christoph Frick
· 23 years ago
6aadb22
Use hard-coded font name bindings only with the ANSI_CHARSET (non-US
by Hidenori Takeshima
· 23 years ago
0f55bdd
We don't handle STRETCH_HALFTONE mode yet; make this do the same as
by Huw D M Davies
· 23 years ago
a032004
Fixed compile when HAVE_OPENGL is not defined.
by Alexandre Julliard
· 23 years ago
ea9cf5c
Fixed OpenGL routines broken by the DC -> PHYSDEV change.
by Michael Karcher
· 23 years ago
c2c8bf1
If lfFaceName == "", then we patch up the names according to
by Huw D M Davies
· 23 years ago
e1e51f9
Don't calculate cached metrics or enumerate X11 fonts if we're using
by Huw D M Davies
· 23 years ago
14c96c1
Fixed some issues found by winapi_check.
by Patrik Stridvall
· 23 years ago
c71417c
Fixed crash in BitBlt when source DC is NULL.
by Alexandre Julliard
· 23 years ago
e21c15e
Changed the GDI driver interface to pass an opaque PHYSDEV pointer
by Alexandre Julliard
· 23 years ago
8911856
Moved metafiles and win16 drivers to dlls/gdi.
by Alexandre Julliard
· 23 years ago
ced71ed
Added support for driver-specific escapes in the x11drv to retrieve
by Alexandre Julliard
· 23 years ago
0799c1a
Added LGPL standard comment, and copyright notices where necessary.
by Alexandre Julliard
· 23 years ago
8bc7f16
Spelling/alignment fixes.
by Andreas Mohr
· 23 years ago
a24551e
Do not write beyond end of color table in X11DRV_DIB_SetDIBColorTable.
by Dmitry Timoshkov
· 23 years ago
63ba55b
Don't fill colormap beyond end of screen depth.
by Guy Albertelli
· 23 years ago
6e5f6d0
XFONT_GetAvgCharWidth: Always round up.
by Uwe Bonnes
· 23 years ago
693cca5
Make FIXMEs more grep-able.
by Dimitrie O. Paun
· 23 years ago
6f7fc50
Uses Xrender extension to allow client side font rendering.
by Huw D M Davies
· 23 years ago
80a3bb4
Removed LoadOEMResource from USER driver.
by Alexandre Julliard
· 23 years ago
9e7c111
Speed up the GetImageBits case where we have an XShm image.
by Gavriel State
· 23 years ago
2cc54c8
Moved the OEM bitmaps that don't depend on the Wine look into the
by Alexandre Julliard
· 23 years ago
193cf50
Removed some of the calls to HEAP_strdup* functions.
by Alexandre Julliard
· 23 years ago
6add87e
Handle more than 8 bits per color component.
by François Gouget
· 23 years ago
de02bdf
Merged the handling of 15 and 16 bits X server depths.
by François Gouget
· 23 years ago
d7b7682
Use MapLS/UnMapLS instead of SEGPTR_* macros.
by Alexandre Julliard
· 23 years ago
b0f5861
Moved heap functions to ntdll.
by Alexandre Julliard
· 23 years ago
9fcd89a
Removed unnecessary includes.
by Alexandre Julliard
· 23 years ago
7d155d6
Changed DC hook and abort proc handling to avoid having to allocate
by Alexandre Julliard
· 23 years ago
8cd55d0
Moved most of the real-mode stuff to dlls/winedos.
by Alexandre Julliard
· 23 years ago
070e749
Don't prefix %p with 0x. Various English fixes.
by Francois Gouget
· 23 years ago
74c2cbe
Add traces to help diagnose systematic cached-metrics regeneration problems.
by François Gouget
· 23 years ago
3f8e407
Convert GetCharWidth to Unicode.
by Dmitry Timoshkov
· 23 years ago
69f8b8f
Fix line length calculation in X11DRV_DIB_Convert_any_asis.
by François Gouget
· 23 years ago
8bf8021
ExtTextOutW with symbol fonts works with chars in the ranges
by Huw D M Davies
· 23 years ago
e15badb
Cosmetics.
by Andreas Mohr
· 23 years ago
4e31b8b
Fix tons of color conversion bugs.
by Francois Gouget
· 23 years ago
88372a6
Use the same color conversion algorithm as the DIB code (and Windows),
by Francois Gouget
· 23 years ago
e5ddd26
When including config.h, include it first.
by Francois Gouget
· 23 years ago
58b29952
Small typo fixes/updates.
by Francois Gouget
· 23 years ago
c8f3fed
Ignore RLE data that goes past the line end (found by Uwe Bonnes).
by Alexandre Julliard
· 23 years ago
3c76b14
Skip BitBlt DIB optimization if source and dest DCs have different depths.
by Alexandre Julliard
· 23 years ago
6e24a0a
Avoid calling RestoreDC with gdi lock.
by Huw D M Davies
· 24 years ago
bed56dd
Release gdi lock before calling DeleteDC.
by Huw D M Davies
· 24 years ago
814654e
Lay down the infrastructure for gdi font rendering.
by Huw D M Davies
· 24 years ago
3c0211f
Cleanup code that is strange or difficult to parse.
by Patrik Stridvall
· 24 years ago
6b9d4ab
Changing DIB color table now updates the DIB visible state.
by Jukka Heinonen
· 24 years ago
342b5a8
Prevent bomb when GDI_ObjPtr returns null object.
by Guy L. Albertelli
· 24 years ago
e8829c0
Default bitmap is not subject to reference counting.
by Gerard Patel
· 24 years ago
3036fef
Refuse to select a bitmap that is already selected in another DC.
by Alexandre Julliard
· 24 years ago
78f9fae
Create GDI stock objects as normal objects instead of using magic handle values.
by Alexandre Julliard
· 24 years ago
e811f9c
Specify sizes for stock fonts again; removed the FixStockFontSize
by Alexandre Julliard
· 24 years ago
301df6b
Added names to standard critical sections (suggested by Andreas Mohr).
by Alexandre Julliard
· 24 years ago
2fe7c11
Fixed win16drv initialisation.
by Alexandre Julliard
· 24 years ago
14366a9
Normalize the display name used to build the cached metric filename so
by Jeremy White
· 24 years ago
e5b5af9
Fixed a few signed/unsigned and "unsigned < 0 always true" warnings.
by Jörg Mayer
· 24 years ago
ab17f30
Fixed in_data/out_data mixup in Escape16 (thanks to Ladislav Sladecek).
by Alexandre Julliard
· 24 years ago
9208301
Rewrote Escape to avoid calling down to Escape16.
by Alexandre Julliard
· 24 years ago
99bb9f9
Added GetDeviceCaps to the DC driver interface. Removed devCaps
by Alexandre Julliard
· 24 years ago
3dd63eb
Build the DC function table by using GetProcAddress on the graphics
by Alexandre Julliard
· 24 years ago
25e44db
Don't inline perfect_graphics().
by Bill Medland
· 24 years ago
1922c72
Removed unnecessary inclusion of heap.h.
by Alexandre Julliard
· 24 years ago
e6c0642
Removed enhmetafile.h. Simplified ENHMETAFILEOBJ structure a bit.
by Alexandre Julliard
· 24 years ago
5f728ca
Removed HEAP_strdupA.
by Alexandre Julliard
· 24 years ago
f899ef0
Removed some unnecessary includes.
by Alexandre Julliard
· 24 years ago
0dd55c4
Removed some direct accesses to GDI internal pen/brush/font structures.
by Alexandre Julliard
· 24 years ago
6bbc745
Moved the 16-bit pointer to the DIB bits out of the driver-specific
by Alexandre Julliard
· 24 years ago
37e9503
Moved server.h to include/wine.
by Alexandre Julliard
· 24 years ago
33929be
- Made sure that the files that contains the declarations
by Patrik Stridvall
· 24 years ago
e9782fa
Documentation fixes.
by Patrik Stridvall
· 24 years ago
Next »