Patrik Stridvall
|
2b3aa616e8
|
Added/modified documentation for function arguments.
|
2000-12-01 23:58:28 +00:00 |
Alexandre Julliard
|
ef57e18f99
|
Removed some unnecessary includes.
|
2000-12-01 21:32:55 +00:00 |
Alexandre Julliard
|
71d68bbae0
|
Use the HEAP_WINE_SEGPTR flag to specify allocations on the segptr heap.
Added a hack in MapLS to recognize such allocations and use the heap
selector in this case.
|
2000-11-30 01:19:51 +00:00 |
Alexandre Julliard
|
24a62ab9b0
|
Got rid of the Wine internal lstrcpy* functions and of winestring.h.
|
2000-11-28 22:40:56 +00:00 |
Dimitrie O. Paun
|
529da54394
|
Require {DECLARE,DEFAULT}_DEBUG_CHANNEL statements to end in a ;
|
2000-11-27 23:54:25 +00:00 |
Andreas Mohr
|
172495530b
|
Also mention xpm-devel in the error msg.
|
2000-11-27 22:56:03 +00:00 |
Alexandre Julliard
|
ac7efef3b5
|
Changed GetProcAddress16 and 16-bit resource functions to take normal
pointers instead of SEGPTRs.
Removed WIN16_GetTempDrive.
|
2000-11-27 21:54:01 +00:00 |
Dimitrie O. Paun
|
470acf831f
|
Do not compile code that makes use of the X Shm extension.
|
2000-11-26 03:59:20 +00:00 |
Ove Kaaven
|
a092dbfc88
|
Made X11DRV_DIB_GetImageBits_16 aware of 565 DIBs.
|
2000-11-25 23:51:59 +00:00 |
Ove Kaaven
|
a32ddc0f8d
|
Implemented Get/SetDIBColorTable.
|
2000-11-25 21:42:00 +00:00 |
Marcus Meissner
|
ad62f823f4
|
GetPixel needs to return CLR_INVALID if not inside clipping region.
|
2000-11-25 01:22:54 +00:00 |
Alexandre Julliard
|
914406f854
|
Moved LDT handling to libwine.so. Changed the interface to use the
exported LDT_ENTRY structure.
|
2000-11-14 01:54:49 +00:00 |
Alexandre Julliard
|
8c540c657e
|
Replaced a few internal functions by exported ones.
|
2000-11-13 04:16:05 +00:00 |
Nerijus Baliunas
|
c4b8b266a9
|
Add new encodings ISO 8859-10 (cp28600), 8859-13 (cp28603), 8859-14 (cp28604),
8859-15 (cp28605). Add Lithuanian (Baltic) keyboard layout.
|
2000-11-11 00:34:32 +00:00 |
Patrik Stridvall
|
d3534c3957
|
Optimized {,p}MoveTo{,Ex}{,16}.
|
2000-11-05 03:28:18 +00:00 |
Alexandre Julliard
|
2239abb9f9
|
Allocate DC objects on the process heap, and removed WIN_DC_INFO
structure (based on a patch by Ken Coleman).
|
2000-11-05 02:05:07 +00:00 |
Alexandre Julliard
|
908464d448
|
Authors: Andreas Mohr <amohr@codeweavers.com>, Dimitrie O. Paun <dimi@cs.toronto.edu>, Patrik Stridvall <ps@leissner.se>
Various warning fixes.
|
2000-11-01 03:11:12 +00:00 |
Mark Dufour
|
704c67505d
|
Make the functions Pie, Chord, RoundRect, AngleArc, PolyDraw and
Ellipse work with an open path.
|
2000-11-01 02:12:52 +00:00 |
Francois Gouget
|
5f74d679ab
|
Use sizeof for maintainability.
|
2000-10-31 02:02:42 +00:00 |
Francois Gouget
|
1746d5fe96
|
Fixed a few device caps values.
|
2000-10-31 01:48:34 +00:00 |
Alexandre Julliard
|
4c18636d4e
|
Use GetStockObject() instead of the magic STOCK_* handles.
|
2000-10-29 01:22:15 +00:00 |
Mark Dufour
|
edfde7f96f
|
Implemented PolyDraw() and AngleArc().
|
2000-10-26 19:28:19 +00:00 |
Mark Dufour
|
8c538c8190
|
X11DRV_DrawArc: swap the start and end points when drawing in
clockwise direction.
|
2000-10-25 21:21:50 +00:00 |
Ulrich Weigand
|
8862a4ee71
|
Don't hold the X11 lock while calling GDI object routines.
|
2000-10-19 20:23:35 +00:00 |
Chris Morgan
|
56af064e01
|
Implemented the IDC_HAND cursor.
|
2000-10-13 23:43:45 +00:00 |
Ove Kaaven
|
1cbaad7fba
|
Fill in the dsBmih.biSizeImage field of DIBSections with the
calculated bitmap size.
|
2000-10-13 20:21:45 +00:00 |
Hidenori Takeshima
|
beca6ada2a
|
Added support for cp936.
|
2000-10-12 23:05:21 +00:00 |
Alexandre Julliard
|
15bfcd0398
|
Moved $(MODULE).o rule out of Make.rules into the individual
Makefiles.
|
2000-09-29 00:28:25 +00:00 |
Hidenori Takeshima
|
dc71c0c954
|
Code cleanup.
Add checking for invalid DBCS trailer bytes.
|
2000-09-26 00:37:32 +00:00 |
Alexandre Julliard
|
072dfb57e3
|
Removed inclusion of wine/winestring.h from winbase.h and added it to
the C files that need it.
|
2000-09-25 23:30:56 +00:00 |
Hidenori Takeshima
|
2cc15088e0
|
Use appropriate charset if facenames of font is known.
Use CP_ACP if DEFAULT_CHARSET is requested.
|
2000-09-24 19:31:12 +00:00 |
Gerald Pfeifer
|
1b490b42bf
|
Fixed format strings.
|
2000-09-24 03:05:11 +00:00 |
Damyan Ognyanoff
|
ab965d9541
|
Added error correction when using symbol offsets.
|
2000-09-22 20:57:36 +00:00 |
Andreas Mohr
|
007fb24088
|
Added support for non-deletable system brushes and pens created by
USER.
|
2000-09-16 20:53:51 +00:00 |
Gerard Patel
|
0ca52b2e42
|
Fix a memory leak in X11DRV_GetTextExtentPoint.
|
2000-09-12 23:34:30 +00:00 |
Hidenori Takeshima
|
36456e64c2
|
Added support for cp949.
|
2000-09-07 18:37:32 +00:00 |
Hidenori Takeshima
|
e3deda3711
|
Add jisx0212 encoding.
Remove FIXMEs for implemented DBCS handling.
|
2000-09-04 20:19:59 +00:00 |
Albert den Haan
|
618ce03ed3
|
Convert the Unicode Character id to a glyph id in
X11DRV_GetTextExtentPoint.
|
2000-08-29 03:51:45 +00:00 |
Albert den Haan
|
2ca7b74846
|
- enhanced reporting of unsupported X font encodings
- added -cp-*- data to font encoding lookup structures
|
2000-08-29 03:51:21 +00:00 |
Hidenori Takeshima
|
080957a599
|
implements DrawText for cp932.
-----
|
2000-08-26 20:26:13 +00:00 |
Andreas Mohr
|
217a682b4f
|
Minor cosmetic changes.
|
2000-08-25 21:56:19 +00:00 |
Alexandre Julliard
|
2ad1a94d28
|
Backed out font codepage change.
|
2000-08-25 21:35:11 +00:00 |
Alexandre Julliard
|
c1c94ec80c
|
Cleaned up major ugliness in __lfCheckSum.
|
2000-08-23 19:15:02 +00:00 |
Alexandre Julliard
|
0baa4e0b3b
|
Removed unnecessary calls to CLIPPING_UpdateGCRegion. Fixed PatBlt to
use DC_GetDCUpdate.
|
2000-08-22 20:01:47 +00:00 |
Hidenori Takeshima
|
7901c0b505
|
Handle the codepage of fonts if supported by the graphics driver.
|
2000-08-20 20:08:35 +00:00 |
Hidenori Takeshima
|
5b1b512020
|
Added internal charsets for supporting DBCS charsets.
|
2000-08-20 19:04:04 +00:00 |
Marcus Meissner
|
1c2ff71cef
|
Set X11DRV_DeviceCaps.numColors according to doc (fixes Cubase VST24
startup problem).
|
2000-08-20 18:48:24 +00:00 |
Alexandre Julliard
|
2a2321bbca
|
Authors: Alexandre Julliard <julliard@codeweavers.com> (for Corel), Albert den Haan <albertd@corel.com>
Added syslevel locking for GDI operations.
Propagate the changes through the graphics code.
|
2000-08-19 21:38:55 +00:00 |
Hidenori Takeshima
|
b7392f5c2e
|
Separate GetTextMetrics and implement it for SBCS/Unicode/cp932.
|
2000-08-18 23:44:58 +00:00 |
Dmitry Timoshkov
|
5138a35295
|
Append .DRV to name only if no extension present.
|
2000-08-18 23:43:37 +00:00 |