mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-05 18:01:34 +00:00
d30dfd24d6
Sun Sep 27 14:25:38 1998 Petter Reinholdtsen <pere@td.org.uit.no> * [files/drive.c] Make sure GetDriveType32A() handles param NULL. Added some doc on function. Sun Sep 27 14:07:26 1998 Huw D M Davies <daviesh@abacus.physics.ox.ac.uk> * [controls/edit.c] [windows/win.c] Don't call SetWindowLong() in EDIT_WM_NCREATE. Fix SetWindowLong(GWL_[EX]STYLE) to work for 16bit windows. Remove UpdateWindow() call. Sun Sep 27 13:41:22 1998 Alexandre Julliard <julliard@lrc.epfl.ch> * [scheduler/*.c] [server/event.c] [server/mutex.c] [server/semaphore.c] Implemented server-side synchronisation objects. Sun Sep 27 01:13:35 1998 Alex Priem <alexp@sci.kun.nl> * [dlls/comctl32/treeview.c] [include/treeview.h] [include/comctl.h] Treeview implementation. * [dlls/comctl32/trackbar.c] [include/trackbar.h] Trackbar implementation. Sat Sep 26 20:49:13 1998 Ulrich Weigand <weigand@informatik.uni-erlangen.de> * [if1632/thunk.c] [tools/build.c] [win32/kernel32.c] Bugfix: several problems with flat thunks fixed. * [memory/selector.c] Bugfix: IsBad...Ptr16 didn't work for limit_in_pages segments. * [scheduler/thread.c] Bugfix: CreateThread: Allow id parameter == NULL. * [objects/gdiobj.c] Bugfix: IsGDIObject: Return correct object type for stock objects. * [msdos/dpmi.c] Bugfix: fixed typo in INT_DoRealModeInt. * [msdos/int21.c] Bugfix: int21 READ *must* use WIN16_hread, not _hread16. * [if1632/kernel.spec] [if1632/dummy.c] [if1632/thunk.c] [loader/ne/module.c] [scheduler/event.c] [scheduler/synchro.c] [scheduler/thread.c] [win32/kernel32.c] [win32/ordinals.c] Added names/stubs for all undocumented KERNEL routines (Win95). Added the following undoc. 16-bit equivalents to Win32 routines: KERNEL.441-443,449-453,456-462,471-476,479-486,488. Added stubs for some other KERNEL routines. * [memory/heap.c] [memory/global.c] [include/global.h] Implemented Local32... 32-bit local heap routines (KERNEL.208-215, 229). * [miscemu/instr.c] [loader/module.c] [include/module.h] Implemented __GP fault handling and HasGPHandler (KERNEL.338). * [misc/error.c] Implemented LogParamErrorRegs (KERNEL.327). * [loader/task.c] [include/windows.h] Implemented GetCodeInfo (KERNEL.104). * [loader/task.c] [scheduler/thread.c] [include/thread.h] Implemented [GS]etThreadQueue and [GS]etFastQueue (KERNEL.463/4, 624/5). * [if1632/gdi.spec] [objects/dc.c] [objects/dib.c] [objects/bitmap.c] [include/windows.h] Bugfix: fixed wrong parameter for CreateDIBSection16. Added [GS]etDIBColorTable16, stub for GetBoundsRect16. Partially implemented BITMAP_GetObject16 for DIBs. * [if1632/gdi.spec] [relay32/gdi32.spec] [objects/palette.c] Added some GDI stubs. * [if1632/Makefile.in] [if1632/display.spec] [if1632/mouse.spec] [if1632/keyboard.spec] [if1632/builtin.c] [windows/keyboard.c] Added some stubs for Win16 drivers: KEYBOARD, MOUSE, DISPLAY. * [if1632/wprocs.spec] [msdos/vxd.c] Added some stubs for VxDs: VMM, ConfigMG, TimerAPI. * [msdos/int2f.c] Added some stubs for real-mode network drivers. Sat Sep 26 18:18:18 1998 Marcus Meissner <marcus@jet.franken.de> * [configure.in] Merged in some more of the FreeBSD ports/emulators/wine patches. (Maintainer(s) of this port: You can just submit these patches to Alexandre directly.) * [loader/pe_image.c] Check filesize of image against size derived from header to spot truncated executeables without crashing. * [files/directory.c] Set envvar "COMSPEC". One win32(!!) program crashes without it. * [multimedia/mmio.c] Added mmioSetInfo32. * [include/file.h] Return STD_ERROR_HANDLE for AUX and PRT dos handles. * [loader/module.c] Handle executeables with spaces in their names a bit better in CreateProcess. * [relay32/msvfw32.spec][if1632/msvideo.spec][multimedia/msvideo.c][include/vfw.h] Started on MS Video support (can load Win32 ICMs). * [tools/testrun] A bit smarter use of ps. * [memory/virtual.c] Report PAGE_GUARDed pages as PAGE_PROTECTED (AutoCAD LT R17 fails without that check (since Win95 doesn't know about PAGE_GUARD)). Sat Sep 26 15:04:05 1998 Ove Kaaven <ovek@arcticnet.no> * [include/miscemu.h] [if1632/builtin.c] [loader/task.c] [miscemu/instr.c] [msdos/dpmi.c] [msdos/int21.c] [msdos/interrupts.c] [windows/user.c] INT_[S|G]etHandler was renamed to INT_[S|G]etPMHandler. Added handlers to deal with real-mode interrupts; DOS programs are now able to hook real-mode interrupts. * [loader/dos/module.c] [msdos/dosmem.c] [msdos/int21.c] Moved real-mode interrupt table initialization to msdos/dosmem.c, and made new V86 tasks get a full copy of the existing "system memory" instead of almost empty space. Misc fixes. * [include/dosexe.h] [loader/dos/module.c] [msdos/dpmi.c] [msdos/int2f.c] First shot at letting DOS programs start up DPMI (but DPMI is still disabled for DOS programs, for pkunzip's sake). * [include/debugger.h] [debugger/break.c] [debugger/dbg.y] [debugger/registers.c] [debugger/memory.c] [debugger/info.c] [loader/dos/dosvm.c] First shot at making Wine's debugger work for DOS programs. The -debug flag works, as do "nexti" and "stepi". Sat Sep 26 13:13:13 1998 Juergen Schmied <juergen.schmied@metronet.de> * [dlls/shell32/dataobject.c] New classes IEnumFORMATETC implemented, IDataObject stubs. * [dlls/shell32/*.*][relay32/shell32.spec] Bugfixes. New: ICM_InsertItem(), ILCreateFromPath(). Implemented: ILCloneFirst(). Stubs: ILIsEqual(), ILFindChild(), SHLogILFromFSIL(), PathMatchSpec(), PathIsExe(). Changed: ILGetSize(), _ILIsDesktop(), PathCombine(). * [include/shlobj.h] New SHLGUID's New structures: DVTARGETDEVICE32, STGMEDIUM32, FORMATETC32, CLIPFORMAT32. New interfaces: IEnumFORMATETC, IDataObject, ICommDlgBrowser IDockingWindowFrame, IServiceProvider. * [dlls/shell32/folders.c] Stubs for IShellLink. * [loader/resource.c] Small fixes. * [misc/crtdll.c][relay32/crtdll.spec] New __dllonexit(). * [windows/message.c] SendNotifyMessageA, SendMessageCallBack32A half implemented. * [controls/edit.c] EDIT_WM_SetText set EF_UPDATE flag not for ES_MULTILINE. * [files/file.c] Handling of fileposition fixed. Fri Sep 25 18:13:30 1998 Patrik Stridvall <ps@leissner.se> * [include/windows.h] [include/wintypes.h] [ole/ole2nls.h] [relay32/kernel32.spec] Implemented EnumDateFormats and EnumTimeFormats. Only adds US English support. * [Makefile.in] [configure.in] [dlls/Makefile.in] [dlls/psapi/Makefile.in] [dlls/psapi/psapi_main.c] New files to implement stubs for PSAPI.DLL (NT only). * [relay32/Makefile.in] [relay32/builtin32.c] [relay32/psapi.spec] New spec file for PSAPI.DLL (NT only). * [scheduler/handle.c] HANDLE_GetObjPtr should only interpret the pseudo handles as the current thread or the current process if a thread or a process is requested. * [include/winversion.h] [misc/version.c] Adds the global function VERSION_GetVersion() so functions can have different behavior depending on the -winver flag. * [include/oledlg.h] [ole/oledlg.c] Minor fixes. * [windows/winproc.c] Minor changes. * [include/imm.h] [misc/imm.c] Now returns correct values under both Windows 95 and NT 4.0. Thu Sep 24 22:11:44 1998 Kristian Nielsen <kristian.nielsen@risoe.dk> * [configure.in] [include/acconfig.h] [include/thread.h] [scheduler/sysdeps.c] Autoconfig test for non-reentrant libc. Wed Sep 23 19:52:12 1998 Matthew Becker <mbecker@glasscity.net> * [*/*.c] Miscellaneous documentation updates and debugging output standardizations. * [objects/clipping.c] Added ExtSelectClipRgn. Wed Sep 23 00:03:28 EDT 1998 Pete Ratzlaff <pratzlaff@cfa.harvard.edu> * [include/windows.h] [if1632/user.spec] [relay32/user32.spec] [windows/keyboard.c] Added, marginally implemented, GetKeyboardLayoutName(). Only returns US English keyboard name. Tue Sep 22 16:32:41 1998 Marcel Baur <mbaur@iiic.ethz.ch> * [programs/control/*] New Winelib application. Mon Sep 21 00:29:18 1998 Peter Hunnisett <hunnise@nortel.ca> * [include/dplay.h][multimedia/dplay.c][ole/compobj.c] Added all DirectPlayLobby interfaces and enhanced DirectPlay and DirectPlayLobby support. Still not all that much. Useful enough if you just need to start a program, don't try any real dplay/lobby stuff. * [documentation/status/directplay] Added a very little bit. * [graphics/ddraw.c] - Call to SetWindowLong32A wasn't working because there was no memory set aside when the window class was registered. - Fixed some xlib reference counting and change the behaviour of DirectDrawSurface3_SetPalette to mimic observed behaviour (palette is associated will all backbuffers) - Also stored all palette colour fields and spit back our saved colour fields rather than query X for them. - Added plenty of AddRef and Release traces. - Added Xlib support for using -desktop option. - Fixed Xlib message handling. Messages weren't being passed to the application. Fixes mouse movements in some xlib DDraw games. - Added a few stubs. * [windows/win.c][include/winerror.h] Fixed up some error handling in WIN_SetWindowLong. SetLastError wasn't being used. Could cause problems with 0 return codes. Added new error in winerror (1400). * [AUTHORS] [include/authors.h] Added myself as a Wine author. Sun Sep 20 21:22:44 1998 Alexander Larsson <alla@lysator.liu.se> * [loader/module.c] Changed GetModuleFileName32A so that is returns the long version of the filename. Note that just the name is long, not the directories. Sat Sep 19 20:05:30 1998 Per Ångström <pang@mind.nu> * [controls/menu.c] Made a couple of fixes to make life easier for applications that alter their menus at runtime. * [windows/defdlg.c] Removed the cast of the return value from dialog procedures to a 16-bit bool. The return value needs to retain all its 32 bits, since it is not always a bool, such as when responding to the WM_NCHITTEST message. Fri Sep 18 11:30:38 1998 Sergey Turchanov <turchanov@usa.net> * [loader/resource.c] Fixed very funny bug (though gravely affecting further excecution) with FindResource[Ex]32 functions. * [include/multimon.h] [windows/multimon.c] [relay32/user32.spec] [include/windows.h] [windows/sysmetrics.c] Default implementation for Multimonitor API. * [include/windows.h] [windows/winpos.c] Fixed incorrect declaration (and behaviour) of GetWindowRect32. Wed Sep 16 10:21:15 1998 Gerard Patel <G.Patel@Wanadoo.fr> * [controls/edit.c] Fixed EDIT_EM_GetLine to use correctly length of lines. Tue Sep 15 20:40:16 1998 Eric Kohl <ekohl@abo.rhein-zeitung.de> * [misc/tweak.c][include/tweak.h][controls/menu.c] Replaced the tweak graphic routines by calls to DrawEdge32(). * [misc/tweak.c][include/tweak.h][documentation/win95look] [wine.ini][*/*] Changed "look and feel" selection. Allows Win3.1, Win95 and Win98 (no GUI code implemented) look and feel. * [dlls/comctl32/header.c][include/header.h][include/commctrl.h] Started callback item support and did some minor improvements. * [dlls/comctl32/imagelist.c] Fixed bug in transparent image display. ImageList_GetIcon is still buggy :-( * [dlls/comctl32/toolbar.c] Fixed button drawing (partial hack). * [dlls/comctl32/commctrl.c] Fixed MenuHelp(). * [controls/button.c] Added 3d effect for groupbox. * [windows/msgbox.c] Added font support for message boxes. * [windows/nonclient.c] Fixed window moving bug. * [dlls/comctl32/*.c] Various improvements. * [dlls/comctl32/listview.c][dlls/comctl32/rebar.c] [include/commctrl.h] More messages. * [windows/syscolor.c][include/windows.h] Introduced new Win98 system colors. Tue Sep 15 18:29:45 1998 Wesley Filardo <eightknots@aol.com> * [files/profile.c] Added support in PROFILE_LoadWineIni for -config option * [misc/main.c] [include/options.h] Added -config option. Tue Sep 15 18:22:26 1998 Petter Reinholdtsen <pere@td.org.uit.no> * [documentation/Makefile.in] Make sure directory exists before installing into it. Tue Sep 15 01:47:33 1998 Pablo Saratxaga <pablo.sarachaga@ping.be> * [ole/nls/*] [ole/ole2nls.c] [include/winnls.h] Fixed a few errors and completed some NLS files. Mon Sep 14 01:23:45 1998 Joseph Pranevich <knight@baltimore.wwaves.com> * [include/miscemu.h] [msdos/interrupts.c] Removed a compilation warning, added INT 25 to the list of interrupts callable from DOS applications, added a debug message when unsupported interrupts are used. Sun Sep 13 19:55:22 1998 Lawson Whitney <lawson_whitney@juno.com> * [if1632/relay.c] CallProcEx32W should not reverse arguments. Sun Aug 17 21:18:12 1998 Eric Pouech <eric.pouech@lemel.fr> * [multimedia/midi.c] [multimedia/init.c] [multimedia/mmsys.c] [include/multimedia.h] [include/mmsystem.h] [multimedia/Makefile.in] [multimedia/midipatch.c] [if1632/multimedia.spec] Made MIDI input and output functional on OSS capable systems. * [multimedia/timer.c] Changes to trigger callbacks at the accurate pace even when fake timers are used.
767 lines
22 KiB
C
767 lines
22 KiB
C
/*
|
|
* text functions
|
|
*
|
|
* Copyright 1993, 1994 Alexandre Julliard
|
|
*
|
|
*/
|
|
|
|
#include <stdlib.h>
|
|
#include "windows.h"
|
|
#include "dc.h"
|
|
#include "gdi.h"
|
|
#include "heap.h"
|
|
#include "debug.h"
|
|
#include "cache.h"
|
|
#include "debugstr.h"
|
|
|
|
#define TAB 9
|
|
#define LF 10
|
|
#define CR 13
|
|
#define SPACE 32
|
|
#define PREFIX 38
|
|
|
|
#define SWAP_INT(a,b) { int t = a; a = b; b = t; }
|
|
|
|
static int tabstop = 8;
|
|
static int tabwidth;
|
|
static int spacewidth;
|
|
static int prefix_offset;
|
|
|
|
static const char *TEXT_NextLine( HDC16 hdc, const char *str, int *count,
|
|
char *dest, int *len, int width, WORD format)
|
|
{
|
|
/* Return next line of text from a string.
|
|
*
|
|
* hdc - handle to DC.
|
|
* str - string to parse into lines.
|
|
* count - length of str.
|
|
* dest - destination in which to return line.
|
|
* len - length of resultant line in dest in chars.
|
|
* width - maximum width of line in pixels.
|
|
* format - format type passed to DrawText.
|
|
*
|
|
* Returns pointer to next char in str after end of the line
|
|
* or NULL if end of str reached.
|
|
*/
|
|
|
|
int i = 0, j = 0, k;
|
|
int plen = 0;
|
|
int numspaces;
|
|
SIZE16 size;
|
|
int lasttab = 0;
|
|
int wb_i = 0, wb_j = 0, wb_count = 0;
|
|
|
|
while (*count)
|
|
{
|
|
switch (str[i])
|
|
{
|
|
case CR:
|
|
case LF:
|
|
if (!(format & DT_SINGLELINE))
|
|
{
|
|
if ((*count > 1) && (str[i] == CR) && (str[i+1] == LF))
|
|
{
|
|
(*count)--;
|
|
i++;
|
|
}
|
|
i++;
|
|
*len = j;
|
|
(*count)--;
|
|
return (&str[i]);
|
|
}
|
|
dest[j++] = str[i++];
|
|
if (!(format & DT_NOCLIP) || !(format & DT_NOPREFIX) ||
|
|
(format & DT_WORDBREAK))
|
|
{
|
|
if (!GetTextExtentPoint16(hdc, &dest[j-1], 1, &size))
|
|
return NULL;
|
|
plen += size.cx;
|
|
}
|
|
break;
|
|
|
|
case PREFIX:
|
|
if (!(format & DT_NOPREFIX) && *count > 1)
|
|
{
|
|
if (str[++i] == PREFIX)
|
|
(*count)--;
|
|
else {
|
|
prefix_offset = j;
|
|
break;
|
|
}
|
|
}
|
|
dest[j++] = str[i++];
|
|
if (!(format & DT_NOCLIP) || !(format & DT_NOPREFIX) ||
|
|
(format & DT_WORDBREAK))
|
|
{
|
|
if (!GetTextExtentPoint16(hdc, &dest[j-1], 1, &size))
|
|
return NULL;
|
|
plen += size.cx;
|
|
}
|
|
break;
|
|
|
|
case TAB:
|
|
if (format & DT_EXPANDTABS)
|
|
{
|
|
wb_i = ++i;
|
|
wb_j = j;
|
|
wb_count = *count;
|
|
|
|
if (!GetTextExtentPoint16(hdc, &dest[lasttab], j - lasttab,
|
|
&size))
|
|
return NULL;
|
|
|
|
numspaces = (tabwidth - size.cx) / spacewidth;
|
|
for (k = 0; k < numspaces; k++)
|
|
dest[j++] = SPACE;
|
|
plen += tabwidth - size.cx;
|
|
lasttab = wb_j + numspaces;
|
|
}
|
|
else
|
|
{
|
|
dest[j++] = str[i++];
|
|
if (!(format & DT_NOCLIP) || !(format & DT_NOPREFIX) ||
|
|
(format & DT_WORDBREAK))
|
|
{
|
|
if (!GetTextExtentPoint16(hdc, &dest[j-1], 1, &size))
|
|
return NULL;
|
|
plen += size.cx;
|
|
}
|
|
}
|
|
break;
|
|
|
|
case SPACE:
|
|
dest[j++] = str[i++];
|
|
if (!(format & DT_NOCLIP) || !(format & DT_NOPREFIX) ||
|
|
(format & DT_WORDBREAK))
|
|
{
|
|
wb_i = i;
|
|
wb_j = j - 1;
|
|
wb_count = *count;
|
|
if (!GetTextExtentPoint16(hdc, &dest[j-1], 1, &size))
|
|
return NULL;
|
|
plen += size.cx;
|
|
}
|
|
break;
|
|
|
|
default:
|
|
dest[j++] = str[i++];
|
|
if (!(format & DT_NOCLIP) || !(format & DT_NOPREFIX) ||
|
|
(format & DT_WORDBREAK))
|
|
{
|
|
if (!GetTextExtentPoint16(hdc, &dest[j-1], 1, &size))
|
|
return NULL;
|
|
plen += size.cx;
|
|
}
|
|
}
|
|
|
|
(*count)--;
|
|
if (!(format & DT_NOCLIP) || (format & DT_WORDBREAK))
|
|
{
|
|
if (plen > width)
|
|
{
|
|
if (format & DT_WORDBREAK)
|
|
{
|
|
if (wb_j)
|
|
{
|
|
*len = wb_j;
|
|
*count = wb_count - 1;
|
|
return (&str[wb_i]);
|
|
}
|
|
}
|
|
else
|
|
{
|
|
*len = j;
|
|
return (&str[i]);
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
*len = j;
|
|
return NULL;
|
|
}
|
|
|
|
|
|
/***********************************************************************
|
|
* DrawText16 (USER.85)
|
|
*/
|
|
INT16 WINAPI DrawText16( HDC16 hdc, LPCSTR str, INT16 i_count,
|
|
LPRECT16 rect, UINT16 flags )
|
|
{
|
|
SIZE16 size;
|
|
const char *strPtr;
|
|
static char line[1024];
|
|
int len, lh, count=i_count;
|
|
int prefix_x = 0;
|
|
int prefix_end = 0;
|
|
TEXTMETRIC16 tm;
|
|
int x = rect->left, y = rect->top;
|
|
int width = rect->right - rect->left;
|
|
int max_width = 0;
|
|
|
|
TRACE(text,"%s, %d , [(%d,%d),(%d,%d)]\n",
|
|
debugstr_an (str, count), count,
|
|
rect->left, rect->top, rect->right, rect->bottom);
|
|
|
|
if (count == -1) count = strlen(str);
|
|
strPtr = str;
|
|
|
|
GetTextMetrics16(hdc, &tm);
|
|
if (flags & DT_EXTERNALLEADING)
|
|
lh = tm.tmHeight + tm.tmExternalLeading;
|
|
else
|
|
lh = tm.tmHeight;
|
|
|
|
if (flags & DT_TABSTOP)
|
|
tabstop = flags >> 8;
|
|
|
|
if (flags & DT_EXPANDTABS)
|
|
{
|
|
GetTextExtentPoint16(hdc, " ", 1, &size);
|
|
spacewidth = size.cx;
|
|
GetTextExtentPoint16(hdc, "o", 1, &size);
|
|
tabwidth = size.cx * tabstop;
|
|
}
|
|
|
|
if (flags & DT_CALCRECT) flags |= DT_NOCLIP;
|
|
|
|
do
|
|
{
|
|
prefix_offset = -1;
|
|
strPtr = TEXT_NextLine(hdc, strPtr, &count, line, &len, width, flags);
|
|
|
|
if (prefix_offset != -1)
|
|
{
|
|
GetTextExtentPoint16(hdc, line, prefix_offset, &size);
|
|
prefix_x = size.cx;
|
|
GetTextExtentPoint16(hdc, line, prefix_offset + 1, &size);
|
|
prefix_end = size.cx - 1;
|
|
}
|
|
|
|
if (!GetTextExtentPoint16(hdc, line, len, &size)) return 0;
|
|
if (flags & DT_CENTER) x = (rect->left + rect->right -
|
|
size.cx) / 2;
|
|
else if (flags & DT_RIGHT) x = rect->right - size.cx;
|
|
|
|
if (flags & DT_SINGLELINE)
|
|
{
|
|
if (flags & DT_VCENTER) y = rect->top +
|
|
(rect->bottom - rect->top) / 2 - size.cy / 2;
|
|
else if (flags & DT_BOTTOM) y = rect->bottom - size.cy;
|
|
}
|
|
if (!(flags & DT_CALCRECT))
|
|
{
|
|
if (!ExtTextOut16(hdc, x, y, (flags & DT_NOCLIP) ? 0 : ETO_CLIPPED,
|
|
rect, line, len, NULL )) return 0;
|
|
if (prefix_offset != -1)
|
|
{
|
|
HPEN32 hpen = CreatePen32( PS_SOLID, 1, GetTextColor32(hdc) );
|
|
HPEN32 oldPen = SelectObject32( hdc, hpen );
|
|
MoveTo(hdc, x + prefix_x, y + tm.tmAscent + 1 );
|
|
LineTo32(hdc, x + prefix_end + 1, y + tm.tmAscent + 1 );
|
|
SelectObject32( hdc, oldPen );
|
|
DeleteObject32( hpen );
|
|
}
|
|
}
|
|
else if (size.cx > max_width)
|
|
max_width = size.cx;
|
|
|
|
y += lh;
|
|
if (strPtr)
|
|
{
|
|
if (!(flags & DT_NOCLIP))
|
|
{
|
|
if (y > rect->bottom - lh)
|
|
break;
|
|
}
|
|
}
|
|
}
|
|
while (strPtr);
|
|
if (flags & DT_CALCRECT)
|
|
{
|
|
rect->right = rect->left + max_width;
|
|
rect->bottom = y;
|
|
}
|
|
return y - rect->top;
|
|
}
|
|
|
|
|
|
/***********************************************************************
|
|
* DrawText32A (USER32.164)
|
|
*/
|
|
INT32 WINAPI DrawText32A( HDC32 hdc, LPCSTR str, INT32 count,
|
|
LPRECT32 rect, UINT32 flags )
|
|
{
|
|
RECT16 rect16;
|
|
INT16 ret;
|
|
|
|
if (!rect)
|
|
return DrawText16( (HDC16)hdc, str, (INT16)count, NULL, (UINT16)flags);
|
|
CONV_RECT32TO16( rect, &rect16 );
|
|
ret = DrawText16( (HDC16)hdc, str, (INT16)count, &rect16, (UINT16)flags );
|
|
CONV_RECT16TO32( &rect16, rect );
|
|
return ret;
|
|
}
|
|
|
|
|
|
/***********************************************************************
|
|
* DrawText32W (USER32.167)
|
|
*/
|
|
INT32 WINAPI DrawText32W( HDC32 hdc, LPCWSTR str, INT32 count,
|
|
LPRECT32 rect, UINT32 flags )
|
|
{
|
|
LPSTR p = HEAP_strdupWtoA( GetProcessHeap(), 0, str );
|
|
INT32 ret = DrawText32A( hdc, p, count, rect, flags );
|
|
HeapFree( GetProcessHeap(), 0, p );
|
|
return ret;
|
|
}
|
|
|
|
/***********************************************************************
|
|
* DrawTextEx32A (USER32.165)
|
|
*/
|
|
INT32 WINAPI DrawTextEx32A( HDC32 hdc, LPCSTR str, INT32 count,
|
|
LPRECT32 rect, UINT32 flags, LPDRAWTEXTPARAMS dtp )
|
|
{
|
|
TRACE(text,"(%d,'%s',%d,%p,0x%08x,%p)\n",hdc,str,count,rect,flags,dtp);
|
|
if(dtp) {
|
|
FIXME(text,"Ignores params:%d,%d,%d,%d,%d\n",dtp->cbSize,
|
|
dtp->iTabLength,dtp->iLeftMargin,dtp->iRightMargin,
|
|
dtp->uiLengthDrawn);
|
|
}
|
|
return DrawText32A(hdc,str,count,rect,flags);
|
|
}
|
|
|
|
/***********************************************************************
|
|
* DrawTextEx32W (USER32.166)
|
|
*/
|
|
INT32 WINAPI DrawTextEx32W( HDC32 hdc, LPCWSTR str, INT32 count,
|
|
LPRECT32 rect, UINT32 flags, LPDRAWTEXTPARAMS dtp )
|
|
{
|
|
TRACE(text,"(%d,%p,%d,%p,0x%08x,%p)\n",hdc,str,count,rect,flags,dtp);
|
|
FIXME(text,"ignores extended functionality\n");
|
|
return DrawText32W(hdc,str,count,rect,flags);
|
|
}
|
|
|
|
/***********************************************************************
|
|
* ExtTextOut16 (GDI.351)
|
|
*/
|
|
BOOL16 WINAPI ExtTextOut16( HDC16 hdc, INT16 x, INT16 y, UINT16 flags,
|
|
const RECT16 *lprect, LPCSTR str, UINT16 count,
|
|
const INT16 *lpDx )
|
|
{
|
|
BOOL32 ret;
|
|
int i;
|
|
RECT32 rect32;
|
|
LPINT32 lpdx32 = NULL;
|
|
|
|
if (lpDx) lpdx32 = (LPINT32)HEAP_xalloc( GetProcessHeap(), 0,
|
|
sizeof(INT32)*count );
|
|
if (lprect) CONV_RECT16TO32(lprect,&rect32);
|
|
if (lpdx32) for (i=count;i--;) lpdx32[i]=lpDx[i];
|
|
ret = ExtTextOut32A(hdc,x,y,flags,lprect?&rect32:NULL,str,count,lpdx32);
|
|
if (lpdx32) HeapFree( GetProcessHeap(), 0, lpdx32 );
|
|
return ret;
|
|
|
|
|
|
}
|
|
|
|
|
|
/***********************************************************************
|
|
* ExtTextOut32A (GDI32.98)
|
|
*/
|
|
BOOL32 WINAPI ExtTextOut32A( HDC32 hdc, INT32 x, INT32 y, UINT32 flags,
|
|
const RECT32 *lprect, LPCSTR str, UINT32 count,
|
|
const INT32 *lpDx )
|
|
{
|
|
DC * dc = DC_GetDCPtr( hdc );
|
|
return dc && dc->funcs->pExtTextOut &&
|
|
dc->funcs->pExtTextOut(dc,x,y,flags,lprect,str,count,lpDx);
|
|
}
|
|
|
|
|
|
/***********************************************************************
|
|
* ExtTextOut32W (GDI32.99)
|
|
*/
|
|
BOOL32 WINAPI ExtTextOut32W( HDC32 hdc, INT32 x, INT32 y, UINT32 flags,
|
|
const RECT32 *lprect, LPCWSTR str, UINT32 count,
|
|
const INT32 *lpDx )
|
|
{
|
|
LPSTR p = HEAP_strdupWtoA( GetProcessHeap(), 0, str );
|
|
INT32 ret = ExtTextOut32A( hdc, x, y, flags, lprect, p, count, lpDx );
|
|
HeapFree( GetProcessHeap(), 0, p );
|
|
return ret;
|
|
}
|
|
|
|
|
|
/***********************************************************************
|
|
* TextOut16 (GDI.33)
|
|
*/
|
|
BOOL16 WINAPI TextOut16( HDC16 hdc, INT16 x, INT16 y, LPCSTR str, INT16 count )
|
|
{
|
|
return ExtTextOut16( hdc, x, y, 0, NULL, str, count, NULL );
|
|
}
|
|
|
|
|
|
/***********************************************************************
|
|
* TextOut32A (GDI32.355)
|
|
*/
|
|
BOOL32 WINAPI TextOut32A( HDC32 hdc, INT32 x, INT32 y, LPCSTR str, INT32 count )
|
|
{
|
|
return ExtTextOut32A( hdc, x, y, 0, NULL, str, count, NULL );
|
|
}
|
|
|
|
|
|
/***********************************************************************
|
|
* TextOut32W (GDI32.356)
|
|
*/
|
|
BOOL32 WINAPI TextOut32W(HDC32 hdc, INT32 x, INT32 y, LPCWSTR str, INT32 count)
|
|
{
|
|
return ExtTextOut32W( hdc, x, y, 0, NULL, str, count, NULL );
|
|
}
|
|
|
|
|
|
/***********************************************************************
|
|
* TEXT_GrayString
|
|
*
|
|
* FIXME: The call to 16-bit code only works because the wine GDI is a 16-bit
|
|
* heap and we can guarantee that the handles fit in an INT16. We have to
|
|
* rethink the strategy once the migration to NT handles is complete.
|
|
* We are going to get a lot of code-duplication once this migration is
|
|
* completed...
|
|
*
|
|
*/
|
|
static BOOL32 TEXT_GrayString(HDC32 hdc, HBRUSH32 hb,
|
|
GRAYSTRINGPROC32 fn, LPARAM lp, INT32 len,
|
|
INT32 x, INT32 y, INT32 cx, INT32 cy,
|
|
BOOL32 unicode, BOOL32 _32bit)
|
|
{
|
|
HBITMAP32 hbm, hbmsave;
|
|
HBRUSH32 hbsave;
|
|
HFONT32 hfsave;
|
|
HDC32 memdc = CreateCompatibleDC32(hdc);
|
|
int slen = len;
|
|
BOOL32 retval = TRUE;
|
|
RECT32 r;
|
|
COLORREF fg, bg;
|
|
|
|
if(!hdc) return FALSE;
|
|
|
|
if(len == 0)
|
|
{
|
|
if(unicode)
|
|
slen = lstrlen32W((LPCWSTR)lp);
|
|
else if(_32bit)
|
|
slen = lstrlen32A((LPCSTR)lp);
|
|
else
|
|
slen = lstrlen32A((LPCSTR)PTR_SEG_TO_LIN(lp));
|
|
}
|
|
|
|
if((cx == 0 || cy == 0) && slen != -1)
|
|
{
|
|
SIZE32 s;
|
|
if(unicode)
|
|
GetTextExtentPoint32W(hdc, (LPCWSTR)lp, slen, &s);
|
|
else if(_32bit)
|
|
GetTextExtentPoint32A(hdc, (LPCSTR)lp, slen, &s);
|
|
else
|
|
GetTextExtentPoint32A(hdc, (LPCSTR)PTR_SEG_TO_LIN(lp), slen, &s);
|
|
if(cx == 0) cx = s.cx;
|
|
if(cy == 0) cy = s.cy;
|
|
}
|
|
|
|
r.left = r.top = 0;
|
|
r.right = cx;
|
|
r.bottom = cy;
|
|
|
|
hbm = CreateBitmap32(cx, cy, 1, 1, NULL);
|
|
hbmsave = (HBITMAP32)SelectObject32(memdc, hbm);
|
|
FillRect32(memdc, &r, (HBRUSH32)GetStockObject32(BLACK_BRUSH));
|
|
SetTextColor32(memdc, RGB(255, 255, 255));
|
|
SetBkColor32(memdc, RGB(0, 0, 0));
|
|
hfsave = (HFONT32)SelectObject32(memdc, GetCurrentObject(hdc, OBJ_FONT));
|
|
|
|
if(fn)
|
|
if(_32bit)
|
|
retval = fn(memdc, lp, slen);
|
|
else
|
|
retval = (BOOL32)((BOOL16)((GRAYSTRINGPROC16)fn)((HDC16)memdc, lp, (INT16)slen));
|
|
else
|
|
if(unicode)
|
|
TextOut32W(memdc, 0, 0, (LPCWSTR)lp, slen);
|
|
else if(_32bit)
|
|
TextOut32A(memdc, 0, 0, (LPCSTR)lp, slen);
|
|
else
|
|
TextOut32A(memdc, 0, 0, (LPCSTR)PTR_SEG_TO_LIN(lp), slen);
|
|
|
|
SelectObject32(memdc, hfsave);
|
|
|
|
/*
|
|
* Windows doc says that the bitmap isn't grayed when len == -1 and
|
|
* the callback function returns FALSE. However, testing this on
|
|
* win95 showed otherwise...
|
|
*/
|
|
#ifdef GRAYSTRING_USING_DOCUMENTED_BEHAVIOUR
|
|
if(retval || len != -1)
|
|
#endif
|
|
{
|
|
hbsave = (HBRUSH32)SelectObject32(memdc, CACHE_GetPattern55AABrush());
|
|
PatBlt32(memdc, 0, 0, cx, cy, 0x000A0329);
|
|
SelectObject32(memdc, hbsave);
|
|
}
|
|
|
|
if(hb) hbsave = (HBRUSH32)SelectObject32(hdc, hb);
|
|
fg = SetTextColor32(hdc, RGB(0, 0, 0));
|
|
bg = SetBkColor32(hdc, RGB(255, 255, 255));
|
|
BitBlt32(hdc, x, y, cx, cy, memdc, 0, 0, 0x00E20746);
|
|
SetTextColor32(hdc, fg);
|
|
SetBkColor32(hdc, bg);
|
|
if(hb) SelectObject32(hdc, hbsave);
|
|
|
|
SelectObject32(memdc, hbmsave);
|
|
DeleteObject32(hbm);
|
|
DeleteDC32(memdc);
|
|
return retval;
|
|
}
|
|
|
|
|
|
/***********************************************************************
|
|
* GrayString16 (USER.185)
|
|
*/
|
|
BOOL16 WINAPI GrayString16( HDC16 hdc, HBRUSH16 hbr, GRAYSTRINGPROC16 gsprc,
|
|
LPARAM lParam, INT16 cch, INT16 x, INT16 y,
|
|
INT16 cx, INT16 cy )
|
|
{
|
|
return TEXT_GrayString(hdc, hbr, (GRAYSTRINGPROC32)gsprc, lParam, cch, x, y, cx, cy, FALSE, FALSE);
|
|
}
|
|
|
|
|
|
/***********************************************************************
|
|
* GrayString32A (USER32.315)
|
|
*/
|
|
BOOL32 WINAPI GrayString32A( HDC32 hdc, HBRUSH32 hbr, GRAYSTRINGPROC32 gsprc,
|
|
LPARAM lParam, INT32 cch, INT32 x, INT32 y,
|
|
INT32 cx, INT32 cy )
|
|
{
|
|
return TEXT_GrayString(hdc, hbr, gsprc, lParam, cch, x, y, cx, cy, FALSE, TRUE);
|
|
}
|
|
|
|
|
|
/***********************************************************************
|
|
* GrayString32W (USER32.316)
|
|
*/
|
|
BOOL32 WINAPI GrayString32W( HDC32 hdc, HBRUSH32 hbr, GRAYSTRINGPROC32 gsprc,
|
|
LPARAM lParam, INT32 cch, INT32 x, INT32 y,
|
|
INT32 cx, INT32 cy )
|
|
{
|
|
return TEXT_GrayString(hdc, hbr, gsprc, lParam, cch, x, y, cx, cy, TRUE, TRUE);
|
|
}
|
|
|
|
|
|
/***********************************************************************
|
|
* TEXT_TabbedTextOut
|
|
*
|
|
* Helper function for TabbedTextOut() and GetTabbedTextExtent().
|
|
* Note: this doesn't work too well for text-alignment modes other
|
|
* than TA_LEFT|TA_TOP. But we want bug-for-bug compatibility :-)
|
|
*/
|
|
LONG TEXT_TabbedTextOut( HDC32 hdc, INT32 x, INT32 y, LPCSTR lpstr,
|
|
INT32 count, INT32 cTabStops, const INT16 *lpTabPos16,
|
|
const INT32 *lpTabPos32, INT32 nTabOrg,
|
|
BOOL32 fDisplayText )
|
|
{
|
|
INT32 defWidth;
|
|
DWORD extent = 0;
|
|
int i, tabPos = x;
|
|
int start = x;
|
|
|
|
if (cTabStops == 1)
|
|
{
|
|
defWidth = lpTabPos32 ? *lpTabPos32 : *lpTabPos16;
|
|
cTabStops = 0;
|
|
}
|
|
else
|
|
{
|
|
TEXTMETRIC16 tm;
|
|
GetTextMetrics16( hdc, &tm );
|
|
defWidth = 8 * tm.tmAveCharWidth;
|
|
}
|
|
|
|
while (count > 0)
|
|
{
|
|
for (i = 0; i < count; i++)
|
|
if (lpstr[i] == '\t') break;
|
|
extent = GetTextExtent( hdc, lpstr, i );
|
|
if (lpTabPos32)
|
|
{
|
|
while ((cTabStops > 0) &&
|
|
(nTabOrg + *lpTabPos32 <= x + LOWORD(extent)))
|
|
{
|
|
lpTabPos32++;
|
|
cTabStops--;
|
|
}
|
|
}
|
|
else
|
|
{
|
|
while ((cTabStops > 0) &&
|
|
(nTabOrg + *lpTabPos16 <= x + LOWORD(extent)))
|
|
{
|
|
lpTabPos16++;
|
|
cTabStops--;
|
|
}
|
|
}
|
|
if (i == count)
|
|
tabPos = x + LOWORD(extent);
|
|
else if (cTabStops > 0)
|
|
tabPos = nTabOrg + (lpTabPos32 ? *lpTabPos32 : *lpTabPos16);
|
|
else
|
|
tabPos = nTabOrg + ((x + LOWORD(extent) - nTabOrg) / defWidth + 1) * defWidth;
|
|
if (fDisplayText)
|
|
{
|
|
RECT32 r;
|
|
SetRect32( &r, x, y, tabPos, y+HIWORD(extent) );
|
|
ExtTextOut32A( hdc, x, y,
|
|
GetBkMode32(hdc) == OPAQUE ? ETO_OPAQUE : 0,
|
|
&r, lpstr, i, NULL );
|
|
}
|
|
x = tabPos;
|
|
count -= i+1;
|
|
lpstr += i+1;
|
|
}
|
|
return MAKELONG(tabPos - start, HIWORD(extent));
|
|
}
|
|
|
|
|
|
/***********************************************************************
|
|
* TabbedTextOut16 (USER.196)
|
|
*/
|
|
LONG WINAPI TabbedTextOut16( HDC16 hdc, INT16 x, INT16 y, LPCSTR lpstr,
|
|
INT16 count, INT16 cTabStops,
|
|
const INT16 *lpTabPos, INT16 nTabOrg )
|
|
{
|
|
TRACE(text, "%04x %d,%d '%.*s' %d\n",
|
|
hdc, x, y, count, lpstr, count );
|
|
return TEXT_TabbedTextOut( hdc, x, y, lpstr, count, cTabStops,
|
|
lpTabPos, NULL, nTabOrg, TRUE );
|
|
}
|
|
|
|
|
|
/***********************************************************************
|
|
* TabbedTextOut32A (USER32.542)
|
|
*/
|
|
LONG WINAPI TabbedTextOut32A( HDC32 hdc, INT32 x, INT32 y, LPCSTR lpstr,
|
|
INT32 count, INT32 cTabStops,
|
|
const INT32 *lpTabPos, INT32 nTabOrg )
|
|
{
|
|
TRACE(text, "%04x %d,%d '%.*s' %d\n",
|
|
hdc, x, y, count, lpstr, count );
|
|
return TEXT_TabbedTextOut( hdc, x, y, lpstr, count, cTabStops,
|
|
NULL, lpTabPos, nTabOrg, TRUE );
|
|
}
|
|
|
|
|
|
/***********************************************************************
|
|
* TabbedTextOut32W (USER32.543)
|
|
*/
|
|
LONG WINAPI TabbedTextOut32W( HDC32 hdc, INT32 x, INT32 y, LPCWSTR str,
|
|
INT32 count, INT32 cTabStops,
|
|
const INT32 *lpTabPos, INT32 nTabOrg )
|
|
{
|
|
LONG ret;
|
|
LPSTR p = HEAP_xalloc( GetProcessHeap(), 0, count + 1 );
|
|
lstrcpynWtoA( p, str, count + 1 );
|
|
ret = TabbedTextOut32A( hdc, x, y, p, count, cTabStops,
|
|
lpTabPos, nTabOrg );
|
|
HeapFree( GetProcessHeap(), 0, p );
|
|
return ret;
|
|
}
|
|
|
|
|
|
/***********************************************************************
|
|
* GetTabbedTextExtent16 (USER.197)
|
|
*/
|
|
DWORD WINAPI GetTabbedTextExtent16( HDC16 hdc, LPCSTR lpstr, INT16 count,
|
|
INT16 cTabStops, const INT16 *lpTabPos )
|
|
{
|
|
TRACE(text, "%04x '%.*s' %d\n",
|
|
hdc, count, lpstr, count );
|
|
return TEXT_TabbedTextOut( hdc, 0, 0, lpstr, count, cTabStops,
|
|
lpTabPos, NULL, 0, FALSE );
|
|
}
|
|
|
|
|
|
/***********************************************************************
|
|
* GetTabbedTextExtent32A (USER32.293)
|
|
*/
|
|
DWORD WINAPI GetTabbedTextExtent32A( HDC32 hdc, LPCSTR lpstr, INT32 count,
|
|
INT32 cTabStops, const INT32 *lpTabPos )
|
|
{
|
|
TRACE(text, "%04x '%.*s' %d\n",
|
|
hdc, count, lpstr, count );
|
|
return TEXT_TabbedTextOut( hdc, 0, 0, lpstr, count, cTabStops,
|
|
NULL, lpTabPos, 0, FALSE );
|
|
}
|
|
|
|
|
|
/***********************************************************************
|
|
* GetTabbedTextExtent32W (USER32.294)
|
|
*/
|
|
DWORD WINAPI GetTabbedTextExtent32W( HDC32 hdc, LPCWSTR lpstr, INT32 count,
|
|
INT32 cTabStops, const INT32 *lpTabPos )
|
|
{
|
|
LONG ret;
|
|
LPSTR p = HEAP_xalloc( GetProcessHeap(), 0, count + 1 );
|
|
lstrcpynWtoA( p, lpstr, count + 1 );
|
|
ret = GetTabbedTextExtent32A( hdc, p, count, cTabStops, lpTabPos );
|
|
HeapFree( GetProcessHeap(), 0, p );
|
|
return ret;
|
|
}
|
|
|
|
/***********************************************************************
|
|
* GetTextCharset32 [GDI32.226] Gets character set for font in DC
|
|
*
|
|
* NOTES
|
|
* Should it return a UINT32 instead of an INT32?
|
|
*
|
|
* RETURNS
|
|
* Success: Character set identifier
|
|
* Failure: DEFAULT_CHARSET
|
|
*/
|
|
INT32 WINAPI GetTextCharset32(
|
|
HDC32 hdc) /* [in] Handle to device context */
|
|
{
|
|
/* MSDN docs say this is equivalent */
|
|
return GetTextCharsetInfo(hdc, NULL, 0);
|
|
}
|
|
|
|
/***********************************************************************
|
|
* GetTextCharset16 [GDI.612]
|
|
*/
|
|
INT16 WINAPI GetTextCharset16(HDC16 hdc)
|
|
{
|
|
return GetTextCharset32(hdc);
|
|
}
|
|
|
|
/***********************************************************************
|
|
* GetTextCharsetInfo [GDI32.381] Gets character set for font
|
|
*
|
|
* NOTES
|
|
* Should csi be an LPFONTSIGNATURE instead of an LPCHARSETINFO?
|
|
* Should it return a UINT32 instead of an INT32?
|
|
*
|
|
* RETURNS
|
|
* Success: Character set identifier
|
|
* Failure: DEFAULT_CHARSET
|
|
*/
|
|
INT32 WINAPI GetTextCharsetInfo(
|
|
HDC32 hdc, /* [in] Handle to device context */
|
|
LPCHARSETINFO csi, /* [out] Pointer to struct to receive data */
|
|
DWORD flags) /* [in] Reserved - must be 0 */
|
|
{
|
|
FIXME(text,"(0x%x,%p,%08lx): stub\n",hdc,csi,flags);
|
|
if (csi) {
|
|
csi->ciCharset = DEFAULT_CHARSET;
|
|
csi->ciACP = GetACP();
|
|
}
|
|
/* ... fill fontstruct too ... */
|
|
return DEFAULT_CHARSET;
|
|
}
|