projects
/
wine
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Added missing macros.
[wine]
/
graphics
/
2000-03-25
Francois Gouget
Use min/max instead of MIN/MAX.
tree
|
commitdiff
2000-03-25
Alexandre Julliard
Store monitor size and depth in the generic structure.
tree
|
commitdiff
2000-03-25
Alexandre Julliard
A few simplifications and optimizations in the x11...
tree
|
commitdiff
2000-03-24
Patrik Stridvall
Fixed some warnings.
tree
|
commitdiff
2000-03-24
Patrik Stridvall
Made the include files self sufficient.
tree
|
commitdiff
2000-03-24
Patrik Stridvall
Fixed some issues reported by winapi_check.
tree
|
commitdiff
2000-03-20
Alexandre Julliard
Moved graphics initialisation to the x11drv/ttydrv...
tree
|
commitdiff
2000-03-19
Alexandre Julliard
Moved font resource functions out of the X11 driver.
tree
|
commitdiff
2000-03-19
Alexandre Julliard
Added GetDCOrgEx in graphics device interface and remov...
tree
|
commitdiff
2000-03-19
Dimitrie O. Paun
Removed most calls to xmalloc/xrealloc.
tree
|
commitdiff
2000-03-19
Andrew Lewycky
Delete the shm segment as soon as wine and X have attac...
tree
|
commitdiff
2000-03-18
Alexandre Julliard
Misc small cleanups.
tree
|
commitdiff
2000-03-18
Alexandre Julliard
Avoid calling the *Rect USER functions from inside...
tree
|
commitdiff
2000-03-18
Alexandre Julliard
Moved command-line option handling out of the X11 driver.
tree
|
commitdiff
2000-03-17
Alexandre Julliard
Made ddraw and dinput separate dlls.
tree
|
commitdiff
2000-03-15
Karl Lessard
Update DIB sections in text output and for graphics...
tree
|
commitdiff
2000-03-12
Marcus Meissner
Implemented stretched blts for depth 24 (unoptimized).
tree
|
commitdiff
2000-03-09
Huw D M Davies
Add Black as a valid font weight.
tree
|
commitdiff
2000-03-09
Jim Aston
Handle 24 bit DIBs <-> 24 bit deep/24 bits per pixel...
tree
|
commitdiff
2000-03-07
Rein Klazes
Include in the AddFontResourceA/W fixme message a point...
tree
|
commitdiff
2000-03-04
Joerg Mayer
Fix a sign bug where memcpy was called with negative...
tree
|
commitdiff
2000-02-26
Patrik Stridvall
Fixed ANSI C violations.
tree
|
commitdiff
2000-02-25
James Abbatiello
Misc. fixes for compiler warnings.
tree
|
commitdiff
2000-02-20
Marcus Meissner
Check for NULL ptr in PSDRV_GetDeviceCapabilities.
tree
|
commitdiff
2000-02-19
Alexandre Julliard
Store config file contents in the registry so we only...
tree
|
commitdiff
2000-02-16
Alexandre Julliard
Moved SystemHeap allocations to the process heap.
tree
|
commitdiff
2000-02-13
James Abbatiello
Moved CLIPPING_UpdateGCClipping call outside of the...
tree
|
commitdiff
2000-02-12
Lionel Ulmer
Replaced fprintfs by proper debug macros and fixed...
tree
|
commitdiff
2000-02-10
Alexandre Julliard
Optimized debugging API to reduce code size.
tree
|
commitdiff
2000-02-10
Alexandre Julliard
Removed extra includes from ole.h and wingdi.h.
tree
|
commitdiff
2000-02-10
Jeremy White
Removed #include of wingdi.h and windef.h from winuser...
tree
|
commitdiff
2000-02-07
Marcus Meissner
Use window properties instead of window long, also...
tree
|
commitdiff
2000-02-03
Alexandre Julliard
Removed resource.h.
tree
|
commitdiff
2000-02-03
Ove Kaaven
Added alphanumeric mode to the VGA emulation.
tree
|
commitdiff
2000-01-29
Andreas Mohr
- add some documentation items
tree
|
commitdiff
2000-01-26
Ove Kaaven
Wait for ShmCompletion during Flip.
tree
|
commitdiff
2000-01-23
Ove Kaaven
Added -dxgrab command line option, which confines curso...
tree
|
commitdiff
2000-01-23
Marcus Meissner
Corrected arguments to VirtualFree().
tree
|
commitdiff
2000-01-23
Ove Kaaven
Supercharged XShm implementation for DirectDraw.
tree
|
commitdiff
2000-01-18
Alexandre Julliard
Added debugstr_guid function and used it to replace
tree
|
commitdiff
2000-01-17
Marcus Meissner
EnumDisplayModes must pass lPitch.
tree
|
commitdiff
2000-01-15
Peter Hunnisett
Store reference hdc size into enhanced metafile header...
tree
|
commitdiff
2000-01-08
Alexandre Julliard
Backed out scalable bitmap change (gives ugly results).
tree
|
commitdiff
2000-01-05
Lionel Ulmer
- detect if the OpenGL implementation defines the palet...
tree
|
commitdiff
1999-12-27
Alexandre Julliard
Cosmetics.
tree
|
commitdiff
1999-12-27
Francois Gouget
Buffer overflows and strncpy fixes.
tree
|
commitdiff
1999-12-26
Huw D M Davies
Move DCFuncs ExtTextOut and GetTextExtentPoint to Unicode.
tree
|
commitdiff
1999-12-25
Huw D M Davies
Fix PSDRV_StretchDIBits for non-integer byte src widths...
tree
|
commitdiff
1999-12-25
Dmitry Timoshkov
Don't skip usable X fonts. Add support for koi8 fonts.
tree
|
commitdiff
1999-12-20
Huw D M Davies
Move Bezier code out of x11drv into commmon GDI code...
tree
|
commitdiff
1999-12-20
Lionel Ulmer
Adds resolution / depth switching with DGA 2.0.
tree
|
commitdiff
1999-12-12
Lionel Ulmer
- added support of DGA-2.0 events
tree
|
commitdiff
1999-12-12
Andreas Mohr
Fixed compiler warnings.
tree
|
commitdiff
1999-12-11
Patrik Stridvall
Improved the TTY driver.
tree
|
commitdiff
1999-12-08
Dimitrie O. Paun
Make use of the DEFAULT_DEBUG_CHANNEL where appropriate.
tree
|
commitdiff
1999-12-05
Huw D M Davies
Fixes several bugs in gdi path handling.
tree
|
commitdiff
1999-12-05
Marcus Meissner
Merged _all_ lpClipper into common_surface.
tree
|
commitdiff
1999-12-05
Marcus Meissner
Moved lpClipper into common_directdrawsurface struct
tree
|
commitdiff
1999-12-04
Lionel Ulmer
First support of DGA 2.0 for DirectDraw.
tree
|
commitdiff
1999-12-04
Peter Hunnisett
Improved stubs for the ddraw clipper routines.
tree
|
commitdiff
1999-11-28
Niels Kristian Bec...
Compiler warnings fixed.
tree
|
commitdiff
1999-11-28
Bradley Baetz
Give the app back the exact font name it asked for.
tree
|
commitdiff
1999-11-23
Patrik Stridvall
Improved the stubs.
tree
|
commitdiff
1999-11-21
Ulrich Weigand
Removed some unaligned accesses.
tree
|
commitdiff
1999-11-21
Niels Kristian Bec...
Removed extra #include statements.
tree
|
commitdiff
1999-11-21
Eric Pouech
Fixed a crash in IDirectDrawSurface:BltFast.
tree
|
commitdiff
1999-11-13
Huw D M Davies
Move PostScript driver docs to documentation/ . Add...
tree
|
commitdiff
1999-11-07
Ove Kaaven
DirectX-XShm now waits for the X server to finish the...
tree
|
commitdiff
1999-11-07
Huw D M Davies
If PageSize/InputSlot entry doesn't contain an options...
tree
|
commitdiff
1999-11-04
Huw D M Davies
Add DC_VERSION and DC_TRUETYPE to win16drv DeviceCapabi...
tree
|
commitdiff
1999-11-04
Huw D M Davies
Add `Cassette' to PPD -> windows printer-bin mapping.
tree
|
commitdiff
1999-10-31
Ivan de Saedeleer
Fail when LPRECT contains negative values.
tree
|
commitdiff
1999-10-31
Jim Aston
Prevent FillRgn from using a NULL pointer.
tree
|
commitdiff
1999-10-31
Francois Gouget
Generalized the use of the new ICOM_VFIELD and ICOM_VTB...
tree
|
commitdiff
1999-10-31
Huw D M Davies
It appears that StartDoc sends the STARTDOC escape...
tree
|
commitdiff
1999-10-31
Huw D M Davies
Stub for EngineRealizeFontExt (used by the win98 pscrip...
tree
|
commitdiff
1999-10-24
Patrik Stridvall
- Added missing configuration #if:s and #includes:s.
tree
|
commitdiff
1999-10-24
Patrik Stridvall
Added Win16 variants of existing Win32 functions.
tree
|
commitdiff
1999-10-24
Ulrich Czekalla
Make sure that all calls use the extended structures...
tree
|
commitdiff
1999-10-23
Alexandre Julliard
Re-applied lost change.
tree
|
commitdiff
1999-10-23
Ove Kaaven
Fixed some anonymous union accesses.
tree
|
commitdiff
1999-10-23
Jim Aston
Added another anonymous union using the DUMMYUNIONNAME...
tree
|
commitdiff
1999-10-23
Francis Beaudet
Removed an illegal character.
tree
|
commitdiff
1999-10-23
Luc Tourangeau
Some small corrections to the ExtTextOut function.
tree
|
commitdiff
1999-10-13
Eric Pouech
Fixed X11DRV_DIB_SetImageBits when called for RLE encod...
tree
|
commitdiff
1999-10-13
Luc Tourangeau
Some adjustments to ExtTextOut.
tree
|
commitdiff
1999-10-13
Stephane Lussier
Fixed the clipping for the postscript driver and turned...
tree
|
commitdiff
1999-10-13
Rein Klazes
Correct usage of a scratch array in X11DRV_PolyBezier.
tree
|
commitdiff
1999-10-13
Alexandre Julliard
Authors: Chris Morgan <cmorgan@wpi.edu>, James Abbatiel...
tree
|
commitdiff
1999-10-13
Marcus Meissner
Use 1 macro for rgbbitdepth -> byte determination.
tree
|
commitdiff
1999-09-28
Peter Hunnisett
- Changed return code for failure on *_DllGetClassObject to
tree
|
commitdiff
1999-09-27
Alexandre Julliard
Moved all signal support to a new platform-specific...
tree
|
commitdiff
1999-09-20
Noel Borthwick
- Add clipboard support for copying/pasting bitmaps...
tree
|
commitdiff
1999-09-19
Ulrich Weigand
Bugfix: create DDB in X11DRV_DIB_GetDIBits if necessary.
tree
|
commitdiff
1999-09-19
Karl Lessard
Some more minor GDI fixes.
tree
|
commitdiff
1999-09-19
Huw D M Davies
Extend DRAWMODE struct to win95 spec.
tree
|
commitdiff
1999-09-19
Huw D M Davies
Stop trashing devmode if in and out devmodes are the...
tree
|
commitdiff
1999-09-19
Luc Tourangeau
Implemented invisible pens.
tree
|
commitdiff
1999-09-19
Huw D M Davies
Small DIB fixes.
tree
|
commitdiff
1999-09-14
Karl Lessard
Fixed GetDIBits problems.
tree
|
commitdiff
next