projects
/
wine
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Rework WriteIniValues to use MSI_IterateRecords.
[wine]
/
dlls
/
gdi
/
2005-06-22
Felix Nawothnig
- Use smaller numbers as coordinates for mapping tests...
tree
|
commitdiff
2005-06-21
Stefan Huehner
Fix some more -Wstrict-prototypes warnings.
tree
|
commitdiff
2005-06-20
Alexandre Julliard
Moved a few registry keys from HKLM\Software\Wine to
tree
|
commitdiff
2005-06-20
Stefan Huehner
Fix more -Wstrict-prototypes warnings.
tree
|
commitdiff
2005-06-20
Lauri Tulmin
- add some tests for {Get|Set}Pixel
tree
|
commitdiff
2005-06-17
Michael Kaufmann
Initialize more structure members, including biSizeImag...
tree
|
commitdiff
2005-06-14
Alexandre Julliard
Moved all font config parameters to HKCU\Software\Wine...
tree
|
commitdiff
2005-06-14
Alexandre Julliard
Removed the Tweak.Fonts configuration hack.
tree
|
commitdiff
2005-06-13
Alexandre Julliard
Added magic comments to all Wine-specific registry...
tree
|
commitdiff
2005-06-01
Alexandre Julliard
Always load 16-bit gdi.exe at init time.
tree
|
commitdiff
2005-05-27
Dimi Paun
Move remaining GDI objects to the large heap.
tree
|
commitdiff
2005-05-25
Dimi Paun
Turn a GDI object into a system object via an explicit...
tree
|
commitdiff
2005-05-20
David Hemmo
GDI_ReleaseObj was not called with the right parameter.
tree
|
commitdiff
2005-05-20
Richard Cohen
Fix gdiobj test on NT4, remove asserts.
tree
|
commitdiff
2005-05-18
Dimi Paun
Remove the LOCAL_*() functions from GDI.
tree
|
commitdiff
2005-05-17
Dimi Paun
Use standard TRACE macro.
tree
|
commitdiff
2005-05-16
Felix Nawothnig
Keep width for cosmetic pens, don't use LPtoDP() for...
tree
|
commitdiff
2005-05-14
Felix Nawothnig
Convert pen width to DP in StrokePath().
tree
|
commitdiff
2005-05-14
Dimi Paun
Make LOCAL_*() just wrappers around Local*16() functions.
tree
|
commitdiff
2005-05-14
Felix Nawothnig
Draw each figure as a single primitive in StrokePath().
tree
|
commitdiff
2005-05-11
Mike McCormack
Check that GetObject is successful.
tree
|
commitdiff
2005-05-09
Alexandre Julliard
Added rules for building import libraries in the indivi...
tree
|
commitdiff
2005-05-07
Alexandre Julliard
Added rules to build import libraries in the individual...
tree
|
commitdiff
2005-05-06
Alexandre Julliard
Renamed ttydrv and x11drv to winetty.drv and winex11...
tree
|
commitdiff
2005-05-06
Francois Gouget
Fix nativeapi.pm so it knows about AC_HEADER_STAT().
tree
|
commitdiff
2005-05-06
Francois Gouget
Assorted spelling fixes.
tree
|
commitdiff
2005-05-05
Rein Klazes
In MaskBlt delete correct bitmap.
tree
|
commitdiff
2005-04-25
Maxime Bellengé
Prevent CreateDCA from crashing if a bad lpInitData...
tree
|
commitdiff
2005-04-20
Francois Gouget
Tweak the API documentation to silence winapi_check...
tree
|
commitdiff
2005-04-20
Richard Cohen
Dither solid colours on monochrome bitmaps.
tree
|
commitdiff
2005-04-18
Peter Berg Larsen
Replace strncpy with memcpy or lstrcpyn.
tree
|
commitdiff
2005-04-16
Richard Cohen
CreateBitmap16 should use only the first byte of planes...
tree
|
commitdiff
2005-04-15
Mike McCormack
Simple unit tests for GdiIs*DC functions.
tree
|
commitdiff
2005-04-14
Mike McCormack
Implement GdiIs*DC functions.
tree
|
commitdiff
2005-04-13
Alexandre Julliard
Moved the BITMAPOBJ structure to gdi_private.h.
tree
|
commitdiff
2005-04-13
Dimitrie O. Paun
Remove the need for the non-standard (Close|Delete...
tree
|
commitdiff
2005-04-13
Alexandre Julliard
Moved the driver-independent part of CreateDIBSection...
tree
|
commitdiff
2005-04-13
Robert Shearman
- Fix scaling when converting MF -> EMF.
tree
|
commitdiff
2005-04-11
Vincent Béron
Make static some functions used only in a single file.
tree
|
commitdiff
2005-04-11
Dimitrie O. Paun
Cleanup the API docs. Few indentation/formatting fixes.
tree
|
commitdiff
2005-03-31
Alexandre Julliard
Added support for the DC meta region.
tree
|
commitdiff
2005-03-30
Francois Gouget
Assorted spelling fixes.
tree
|
commitdiff
2005-03-29
Huw Davies
In a call to EnumEnhMetaFile when hdc is NULL, lpRect...
tree
|
commitdiff
2005-03-28
Peter Berg Larsen
Janitorial: Get rid of strncpy/strncpyW.
tree
|
commitdiff
2005-03-27
Alexandre Julliard
Store the handle to the stock bitmap when the first...
tree
|
commitdiff
2005-03-25
Alexandre Julliard
Explicitly store the stack of saved DCs in the DC struc...
tree
|
commitdiff
2005-03-25
Alexandre Julliard
Maintain the stack of saved vis regions in the DC struc...
tree
|
commitdiff
2005-03-24
Jakob Eriksson
Get rid of HeapAlloc casts.
tree
|
commitdiff
2005-03-23
Francois Gouget
Assorted spelling fixes.
tree
|
commitdiff
2005-03-14
Ulrich Czekalla
If a zero index is passed to META_SELECTCLIPREGION...
tree
|
commitdiff
2005-03-10
Alexandre Julliard
Allocate fonts and regions from the large heap too.
tree
|
commitdiff
2005-03-08
Dimitrie O. Paun
Add support for .exe's with exported functions.
tree
|
commitdiff
2005-03-02
Francois Gouget
Assorted spelling fixes.
tree
|
commitdiff
2005-02-25
TANABE Hiroshi
Remove (buf && !buflen) checking.
tree
|
commitdiff
2005-02-22
TANABE Hiroshi
Added Multibyte character set support in GetGlyphOutlineA.
tree
|
commitdiff
2005-02-22
Huw Davies
Don't hold the GDI lock when calling DC_GetDCUpdate.
tree
|
commitdiff
2005-02-21
Alex Villacís Lasso
Implemented GetGlyphOutline16.
tree
|
commitdiff
2005-02-14
Francois Gouget
Cast the GetProcAddress() return value to avoid warning...
tree
|
commitdiff
2005-02-14
Rein Klazes
REGION_FrameRgn computes the frame region inside the...
tree
|
commitdiff
2005-02-14
Marcus Meissner
Check for overflows with ClrUsed.
tree
|
commitdiff
2005-02-14
Rémi Assailly
Small char -> const char fix.
tree
|
commitdiff
2005-01-26
Huw Davies
GetMetaFile checks both the version and the header...
tree
|
commitdiff
2005-01-24
Troy Rollo
Don't refuse to process VDMX ratio entries with bCharSe...
tree
|
commitdiff
2005-01-14
Walt Ogburn
Fix BS_PATTERN brushes in mfdrv. Un-comment the corres...
tree
|
commitdiff
2005-01-12
Alexandre Julliard
Use the exported functions SaveDC/RestoreDC instead...
tree
|
commitdiff
2005-01-10
Rémi Assailly
Implemented GetLayout and SetLayout.
tree
|
commitdiff
2005-01-05
Vitaly Lipatov
Spelling fixes.
tree
|
commitdiff
2005-01-05
Vitaly Lipatov
Add description for ExtTextOut (also include comments...
tree
|
commitdiff
2005-01-04
Mike McCormack
Convert StartDoc to Unicode.
tree
|
commitdiff
2005-01-03
Jakob Eriksson
Add return value to GetObject error message.
tree
|
commitdiff
2005-01-03
Eric Pouech
Some missing const correctness fixes.
tree
|
commitdiff
2005-01-03
Hans Leidekker
Stub implementations for GetLogColorSpace{A,W}.
tree
|
commitdiff
2004-12-27
Rein Klazes
Correct cases where arguments of ok() calls depend...
tree
|
commitdiff
2004-12-27
Hans Leidekker
Stub implementations for GetICMProfileW, SetICMProfile...
tree
|
commitdiff
2004-12-23
Michael Stefaniuc
Do not check for non NULL pointer before HeapFree'ing...
tree
|
commitdiff
2004-12-22
Eric Pouech
ReadFile and WriteFile must be passed a parameter for...
tree
|
commitdiff
2004-12-21
Mike McCormack
Check values passed in to SetWinMetaFileBits, not our...
tree
|
commitdiff
2004-12-21
Mike McCormack
Output EMR_POLYGON16 records when possible.
tree
|
commitdiff
2004-12-21
Dmitry Timoshkov
Fully initialize NEWTEXTMETRICEXW structure for bitmap...
tree
|
commitdiff
2004-12-20
Francois Gouget
Assorted spelling fixes.
tree
|
commitdiff
2004-12-16
Jon Griffiths
Remove unneeded headers to reduce unneeded rebuilds.
tree
|
commitdiff
2004-12-14
Michael Stefaniuc
Missing HeapFree's + 1 LocalFree (found by smatch).
tree
|
commitdiff
2004-12-13
Huw Davies
Fix always false test. Spotted by Eric Pouech.
tree
|
commitdiff
2004-12-09
Alexandre Julliard
Remove a few no longer needed 16-bit exports from gdi32.
tree
|
commitdiff
2004-12-09
Walt Ogburn
Added some tests for win-format metafiles.
tree
|
commitdiff
2004-11-30
Eric Pouech
Const correctness fixes.
tree
|
commitdiff
2004-11-24
Kevin Koltzau
CreateBrushIndirect should not return a stock brush.
tree
|
commitdiff
2004-11-24
Dmitry Timoshkov
Avoid some direct accesses to DC internals from metafil...
tree
|
commitdiff
2004-11-23
Tom Wickline
Version resources cleanup.
tree
|
commitdiff
2004-11-23
Jon Griffiths
Set the miter limit in the DC state.
tree
|
commitdiff
2004-11-22
Jon Griffiths
Support mono pattern brushes in EMF's.
tree
|
commitdiff
2004-11-22
Jon Griffiths
Avoid magic number.
tree
|
commitdiff
2004-11-22
Jon Griffiths
Implement CreateBitmap using CreateBitmapIndirect so...
tree
|
commitdiff
2004-11-21
Jon Griffiths
Search the whole table when creating solid brushes.
tree
|
commitdiff
2004-11-02
Michael Kaufmann
- Extended support for BITMAPCOREINFO / BITMAPCOREHEADE...
tree
|
commitdiff
2004-10-18
Alexandre Julliard
Authors: Doug Paul <doug@elemental.ath.cx>, Glenn Wurst...
tree
|
commitdiff
2004-10-18
Rein Klazes
Test whether the ft_encoding's are defined, not the...
tree
|
commitdiff
2004-10-18
Robert Shearman
The "colors" parameter of SetDIBColorTable should be...
tree
|
commitdiff
2004-10-14
Hans Leidekker
Added check for fork() to fix the MinGW build.
tree
|
commitdiff
2004-10-11
Huw Davies
Apparently this portion of the test was failing under...
tree
|
commitdiff
next