Dmitry Timoshkov [Tue, 22 May 2001 19:18:28 +0000 (19:18 +0000)]
Small clean up.
Dmitry Timoshkov [Tue, 22 May 2001 19:18:06 +0000 (19:18 +0000)]
Fixed some dll separation issues.
Eric Pouech [Tue, 22 May 2001 19:17:26 +0000 (19:17 +0000)]
Correctly generate the environment global variables.
Gerard Patel [Mon, 21 May 2001 18:33:56 +0000 (18:33 +0000)]
Take message filters into account for WM_PAINT too.
Eric Pouech [Mon, 21 May 2001 18:33:15 +0000 (18:33 +0000)]
Added the notion of delayed breakpoint (when a function is not loaded
yet, the name will be tried again for each new loaded module).
Eric Pouech [Mon, 21 May 2001 18:32:47 +0000 (18:32 +0000)]
Some French translations.
Eric Pouech [Mon, 21 May 2001 18:32:17 +0000 (18:32 +0000)]
Fixed open requests in case of error (if the physical device failed to
open, the ACM stream was left opened).
Added mapping search for waveIn devices.
Eric Pouech [Mon, 21 May 2001 18:31:49 +0000 (18:31 +0000)]
Added basic support for SPI_GETSCREENREADER.
Eric Pouech [Sat, 19 May 2001 17:38:21 +0000 (17:38 +0000)]
Fixed reply_message when there is no received message.
Gerard Patel [Sat, 19 May 2001 17:35:43 +0000 (17:35 +0000)]
Fixed SetTimer for hwnd == 0.
James Juran [Sat, 19 May 2001 17:34:17 +0000 (17:34 +0000)]
Accept responses from 1..n when choosing from multiple symbols to
match the input labels.
Alexandre Julliard [Fri, 18 May 2001 23:22:12 +0000 (23:22 +0000)]
Fixed typo in message filter check.
Alexandre Julliard [Fri, 18 May 2001 23:21:22 +0000 (23:21 +0000)]
Removed THREAD_IsWin16.
Ulrich Czekalla [Fri, 18 May 2001 23:20:20 +0000 (23:20 +0000)]
Fix menu behaviour when escape is pressed.
Marcus Meissner [Fri, 18 May 2001 23:18:25 +0000 (23:18 +0000)]
Do not return FALSE on SetFileAttributes() failure (in readonly
directory setups).
Alexandre Julliard [Fri, 18 May 2001 22:51:56 +0000 (22:51 +0000)]
Moved the major part of message queue and window timer handling into
the server.
Implemented MsgWaitForMultipleObjectsEx.
Francois Gouget [Fri, 18 May 2001 21:01:38 +0000 (21:01 +0000)]
Spelling typos.
Marcus Meissner [Fri, 18 May 2001 20:59:22 +0000 (20:59 +0000)]
Fixed compile if we do not have the xf86vidmode extension.
Marcus Meissner [Fri, 18 May 2001 20:58:57 +0000 (20:58 +0000)]
The shell special folder path creation did not mkdir the last
component of the path if it did not end with \.
Marcus Meissner [Fri, 18 May 2001 20:58:43 +0000 (20:58 +0000)]
Enhanced SetThreadExecutionState stub.
Mike Bond [Fri, 18 May 2001 20:58:08 +0000 (20:58 +0000)]
Implementation of spawnl and spawnlp.
Marcus Meissner [Fri, 18 May 2001 20:57:36 +0000 (20:57 +0000)]
Use older cupsGetPrinters() API so we support CUPS 1.0.x too (as found
in Debian Potato).
Only set the default printer if there is no entry yet or it is not
WINEPS driven.
Jukka Heinonen [Fri, 18 May 2001 20:56:59 +0000 (20:56 +0000)]
Keyboard events did not update AsyncKeyStateTable, now they do.
James Juran [Fri, 18 May 2001 20:56:37 +0000 (20:56 +0000)]
Make sure we set dwOSVersionInfoSize before calling GetVersionInfo().
Marcus Meissner [Wed, 16 May 2001 21:01:06 +0000 (21:01 +0000)]
Adopted to new threaded displays.
Ian Pilcher [Wed, 16 May 2001 20:56:05 +0000 (20:56 +0000)]
Read metrics from TrueType fonts.
Bill Medland [Wed, 16 May 2001 20:06:20 +0000 (20:06 +0000)]
Only measure child rectangles of visible children when deciding about
scroll bars.
Ian Pilcher [Wed, 16 May 2001 20:05:40 +0000 (20:05 +0000)]
Disable /etc/printcap parsing if no PPD file specified.
Ian Pilcher [Wed, 16 May 2001 20:05:24 +0000 (20:05 +0000)]
Guesstimate Windows font metrics for Type 1 fonts.
Alexandre Julliard [Wed, 16 May 2001 19:52:29 +0000 (19:52 +0000)]
Create an X connection for each thread, and process X events in the
thread that created the corresponding X window.
Spawn a separate thread to run the desktop message loop in desktop
mode.
Alexandre Julliard [Wed, 16 May 2001 19:45:34 +0000 (19:45 +0000)]
Warnings fixes.
Marcus Meissner [Mon, 14 May 2001 20:09:37 +0000 (20:09 +0000)]
Implemented 64bit file size handling.
Removed several unneeded sys/stat.h includes.
Alexandre Julliard [Mon, 14 May 2001 20:01:38 +0000 (20:01 +0000)]
Clear owner of system message queue to avoid freeing it when the first
task exits.
Ian Pilcher [Mon, 14 May 2001 19:24:30 +0000 (19:24 +0000)]
Add closing tags.
Bang Jun-Young [Mon, 14 May 2001 19:20:30 +0000 (19:20 +0000)]
Define HAVE_SYS_SOCKET_H on NetBSD and FreeBSD.
Gerard Patel [Mon, 14 May 2001 19:20:13 +0000 (19:20 +0000)]
Test if the menu is destroyed before displaying a menu item.
Alexandre Julliard [Fri, 11 May 2001 20:05:42 +0000 (20:05 +0000)]
Create a new window for the top popup menu on every new menu tracking,
so that the window belongs to the right thread.
Francois Gouget [Fri, 11 May 2001 20:03:40 +0000 (20:03 +0000)]
Remove unnecessary single quoting of debugstr_xxx strings.
Francois Gouget [Fri, 11 May 2001 20:02:07 +0000 (20:02 +0000)]
Add a warning saying that the x11drv section is getting outdated.
Add templates for missing configuration options to the x11drv section.
Remove obsolete command-line options.
Francois Gouget [Fri, 11 May 2001 19:54:47 +0000 (19:54 +0000)]
Removed some more obsolete 32 suffixes.
Ian Pilcher [Fri, 11 May 2001 19:54:24 +0000 (19:54 +0000)]
Eliminate __compar_fn_t.
Alexandre Julliard [Fri, 11 May 2001 00:17:47 +0000 (00:17 +0000)]
Renamed display to gdi_display where it is used for GDI operations, to
allow supporting multiple X connections.
Alexandre Julliard [Thu, 10 May 2001 21:30:47 +0000 (21:30 +0000)]
Alexandre Julliard [Thu, 10 May 2001 21:06:56 +0000 (21:06 +0000)]
Fixed reparenting to desktop (found by Gerard Patel).
Alexandre Julliard [Thu, 10 May 2001 19:17:54 +0000 (19:17 +0000)]
Really free the memory on dll unload.
Alexandre Julliard [Thu, 10 May 2001 03:23:59 +0000 (03:23 +0000)]
Moved ScrollWindowEx implementation to the graphics driver.
Francois Gouget [Thu, 10 May 2001 03:16:37 +0000 (03:16 +0000)]
Don't start applications in the background to avoid breaking console
applications.
Francois Gouget [Thu, 10 May 2001 03:11:26 +0000 (03:11 +0000)]
The declaration of DECIMAL in VARIANT happens in the wrong place.
Comment out for now.
Marcus Meissner [Thu, 10 May 2001 03:10:58 +0000 (03:10 +0000)]
Changed the printing documentation to include CUPS and LPR support,
also give some hints on AFM files in system and generic.ppd.
Marcus Meissner [Thu, 10 May 2001 03:10:43 +0000 (03:10 +0000)]
Added a generic level 3 color postscript PPD (for /etc/printcap based
printers).
Ove Kaaven [Thu, 10 May 2001 03:10:06 +0000 (03:10 +0000)]
Added version entry for DirectX 7.0a.
Alexandre Julliard [Wed, 9 May 2001 19:48:32 +0000 (19:48 +0000)]
Removed XShmCompletion event support (no longer used).
Alexandre Julliard [Wed, 9 May 2001 19:47:39 +0000 (19:47 +0000)]
Got rid of MakeMaker so we can build outside the source tree.
Alexandre Julliard [Wed, 9 May 2001 19:46:39 +0000 (19:46 +0000)]
Allow WINESERVER to specify a relative path.
Bang Jun-Young [Wed, 9 May 2001 19:45:30 +0000 (19:45 +0000)]
On NetBSD if_type is defined as a macro in /usr/include/net/if.h.
Undefine it to avoid a conflict.
Bang Jun-Young [Wed, 9 May 2001 19:45:07 +0000 (19:45 +0000)]
Do not use internal exception codes defined by Wine with NetBSD,
rather use native ones from /usr/include/i386/trap.h. Note that T_MCHK
is not supported by NetBSD.
Bang Jun-Young [Wed, 9 May 2001 19:44:47 +0000 (19:44 +0000)]
Added support for NetBSD.
Ove Kaaven [Wed, 9 May 2001 19:44:25 +0000 (19:44 +0000)]
Fixed the IDirectDrawSurface4 interface declaration to conform a bit
more with the DirectX SDK headers' idea of what the interface looks
like.
Duane Clark [Wed, 9 May 2001 19:43:51 +0000 (19:43 +0000)]
Add tests for the flag FORMAT_MESSAGE_IGNORE_INSERTS, and act
accordingly.
Alexandre Julliard [Wed, 9 May 2001 17:33:00 +0000 (17:33 +0000)]
Use 32-bit hook functions where possible. Cleaned up a couple of
16-bit type uses.
Francois Gouget [Wed, 9 May 2001 17:31:31 +0000 (17:31 +0000)]
Add '\n' at the end of traces.
Alexandre Julliard [Wed, 9 May 2001 17:21:04 +0000 (17:21 +0000)]
Moved window move/resize syscommand handling to the graphics driver.
Mike McCormack [Wed, 9 May 2001 17:13:41 +0000 (17:13 +0000)]
Only draw the padding area of the combo box, don't erase the combo
selection text.
Francois Gouget [Wed, 9 May 2001 17:13:14 +0000 (17:13 +0000)]
Renamed 'operator_compliment' to 'operator_complement'.
Ulrich Czekalla [Wed, 9 May 2001 17:12:30 +0000 (17:12 +0000)]
Fixed a paint problem reported by Mike McCormack.
Ian Pilcher [Wed, 9 May 2001 17:11:59 +0000 (17:11 +0000)]
Unicode encodings for PostScript fonts.
Marcus Meissner [Wed, 9 May 2001 17:10:41 +0000 (17:10 +0000)]
Implemented /etc/printcap based printing support.
Changed 'CUPS:printername' to 'LPR:printername'.
Some fixes in AddPrinterW().
James Juran [Wed, 9 May 2001 17:09:04 +0000 (17:09 +0000)]
Add missing newline to WARN messages.
Francois Gouget [Tue, 8 May 2001 00:13:38 +0000 (00:13 +0000)]
Print the tid in the first column when +tid is specified.
Marcus Meissner [Tue, 8 May 2001 00:10:52 +0000 (00:10 +0000)]
PS passthrough was sending 2 bytes too many.
Added GETSETPRINTORIENT stub.
Implemented EPSPRINTING mode changer.
Ian Pilcher [Mon, 7 May 2001 20:15:40 +0000 (20:15 +0000)]
Make PSDRV_Escape(GETPHYSPAGESIZE) return physical size.
Ian Pilcher [Mon, 7 May 2001 20:15:23 +0000 (20:15 +0000)]
Fixed rounding error in page size calculation.
Duane Clark [Mon, 7 May 2001 20:14:57 +0000 (20:14 +0000)]
Swap portrait/landscape icon when button clicked.
Duane Clark [Mon, 7 May 2001 20:14:39 +0000 (20:14 +0000)]
Added entry for printing to a file.
Francois Gouget [Mon, 7 May 2001 20:14:00 +0000 (20:14 +0000)]
Added the minmax.h header (VC6).
Added support for NOMINMAX.
Remove __min/__max from windef.h, they belong to (msvcrt/)stdlib.h.
Marcus Meissner [Mon, 7 May 2001 18:22:43 +0000 (18:22 +0000)]
Sanity check for Makedll.rules.in -> Makedll.rules on whether to rerun
configure.
Bang Jun-Young [Mon, 7 May 2001 18:21:10 +0000 (18:21 +0000)]
Add the NetBSD style errno location.
Modify a message to give a bit more info when building Wine on NetBSD.
Francois Gouget [Mon, 7 May 2001 18:20:32 +0000 (18:20 +0000)]
Added missing include directives.
Francois Gouget [Mon, 7 May 2001 18:19:57 +0000 (18:19 +0000)]
Remove the anonymous function parameter from generate_list calls when
it is unnecessary.
Modify the .spec.c rule to allow compilation out of $(TOPSRCDIR).
Francois Gouget [Mon, 7 May 2001 18:18:33 +0000 (18:18 +0000)]
RC_INVOKED (&NOWINRES) special cases.
Francois Gouget [Mon, 7 May 2001 18:17:58 +0000 (18:17 +0000)]
-l/-L were not renamed to -t/-T in the usage messages.
Chris Morgan [Mon, 7 May 2001 18:17:19 +0000 (18:17 +0000)]
Fix duplicate directories being concatenated to buffer in
VcpExplain16(). Added a few useful TRACE lines. Enabled a ifdef'ed
out call to CopyFile() inside of VCP_CopyFiles() so files are copied
to a users directories during an install.
Bang Jun-Young [Mon, 7 May 2001 18:16:57 +0000 (18:16 +0000)]
Call OSS_MidiInit() only if HAVE_OSS_MIDI is defined.
Bang Jun-Young [Mon, 7 May 2001 18:16:38 +0000 (18:16 +0000)]
Include missing errno.h.
Marcus Meissner [Mon, 7 May 2001 18:16:17 +0000 (18:16 +0000)]
Drop flags during font enumeration for font chooser if we get no
matches.
Marcus Meissner [Mon, 7 May 2001 18:16:01 +0000 (18:16 +0000)]
Changed some ptr into str.
Francois Gouget [Mon, 7 May 2001 18:15:38 +0000 (18:15 +0000)]
Added support for the DECIMAL type.
Names are no longer suffixed with 32! Removed it.
Francois Gouget [Mon, 7 May 2001 18:14:35 +0000 (18:14 +0000)]
Fixed incorrect cast in WSOCK32_send and WSOCK32_recvfrom.
Francois Gouget [Mon, 7 May 2001 18:14:10 +0000 (18:14 +0000)]
Added IS_ERROR.
Marcus Meissner [Mon, 7 May 2001 18:13:42 +0000 (18:13 +0000)]
Report that we have 2^16 colors, so PowerPoint97 prints colored
slides.
Marcus Meissner [Mon, 7 May 2001 18:13:28 +0000 (18:13 +0000)]
For underlining and striking out text we need to send a 'newpath' or
have the whole page filled with black.
Marcus Meissner [Mon, 7 May 2001 18:13:13 +0000 (18:13 +0000)]
Paper dialog translated to German.
Francois Gouget [Mon, 7 May 2001 18:11:57 +0000 (18:11 +0000)]
Potential buffer overflow in PROFILE_CopyEntry.
Alexandre Julliard [Sat, 5 May 2001 00:49:15 +0000 (00:49 +0000)]
Remove Get/SetBeepActive from USER driver and manage it locally inside
SystemParametersInfo.
Marcus Meissner [Sat, 5 May 2001 00:45:45 +0000 (00:45 +0000)]
Fixed WM_COMMAND notification codes for 16 bit PrintDlg.
Alexandre Julliard [Sat, 5 May 2001 00:44:48 +0000 (00:44 +0000)]
Delay import of user32 to allow debugging crashes in user init code.
Marcus Meissner [Sat, 5 May 2001 00:44:03 +0000 (00:44 +0000)]
Implemented large parts of PageSetupDlgA.
Marcus Meissner [Sat, 5 May 2001 00:42:54 +0000 (00:42 +0000)]
Debug output for flags, select first available height and weight when
selecting a font.
Alexandre Julliard [Thu, 3 May 2001 18:35:33 +0000 (18:35 +0000)]
Make sure we recompute the visible region in DC hook.
Ian Pilcher [Thu, 3 May 2001 18:34:27 +0000 (18:34 +0000)]
Misc. error checking in PostScript driver.