Adam Gundy
9457b463e0
Make sure the new array of printer pointers is NULL initialized.
2003-03-30 01:35:31 +00:00
Adam Gundy
8e94fbf305
Don't read uninitialized data when a '$' is found.
2003-03-30 01:35:07 +00:00
Adam Gundy
60b28eedfd
Make sure all the bits of the LDT are initialized.
2003-03-30 01:34:29 +00:00
Adam Gundy
96c7034619
Initialize lpLogFont->lfQuality to the default.
2003-03-30 01:33:58 +00:00
Mike Hearn
953ce9977e
Add info on how to use the Wine uninstaller.
2003-03-28 19:46:49 +00:00
Alexandre Julliard
a65a8a6a8e
Moved 16-bit dialog routines to a separate dialog16.c file.
...
Fixed window creation to create ASCII windows when called through one
of the ASCII dialog functions.
2003-03-28 19:40:37 +00:00
Alexandre Julliard
270d1b8ad7
Avoid crash if snd_pcm_open fails.
2003-03-28 19:34:50 +00:00
John K. Hohm
bbc25aaa11
Implement DllRegisterServer and DllUnregisterServer for ole32.dll, and
...
add OleSelfRegister version string.
2003-03-28 19:33:04 +00:00
Dimitrie O. Paun
29ba6163aa
Remove the no longer needed -m option, ignore -r for compatibility
...
with rc.
Rename -B to --endianess, -d to --debug, -W to --pedantic.
Add a new -U,--undefine option to undefined preprocessor symbols.
Cleanup the help message (order the long options alphabetically).
2003-03-28 19:31:49 +00:00
Dimitrie O. Paun
45247de05b
Fix errno linkage when compiling in C++.
2003-03-28 19:31:12 +00:00
Alberto Massari
c36faaaa24
Added InternetSetStatusCallbackA and a stub for
...
InternetSetStatusCallbackW.
2003-03-28 19:30:55 +00:00
Alexandre Julliard
5537dbbf40
Replaced WINE_CHECK_STRUCT_MEMBER autoconf macro by the standard
...
AC_CHECK_MEMBERS. Added check for si_fd in siginfo_t.
2003-03-28 00:36:12 +00:00
Yorick Hardy
d56f063cb3
stdint.h should be included for compiling on NetBSD.
2003-03-28 00:30:09 +00:00
Yorick Hardy
14251f1b48
Added fields from NetBSD struct sigcontext on i386.
2003-03-28 00:29:45 +00:00
Yorick Hardy
a0879217f4
Added the sysctl calls for NetBSD to determine the physical memory
...
available.
2003-03-28 00:29:00 +00:00
Steven Edwards
401a9e096a
Fixed the .def files for the Mingw build.
2003-03-28 00:28:09 +00:00
Dimitrie O. Paun
c7a3480223
Allow wpp users to undefine previously defined symbols.
2003-03-27 18:50:14 +00:00
Dimitrie O. Paun
8794935e12
Remove unused options -a and -C.
...
Collapse the -w into -O, for symmetry with -J.
Update the man page to the latest options.
2003-03-27 18:37:59 +00:00
Dimitrie O. Paun
b29fa342af
Do not pass unnecessary flags to wrc in generated makefiles.
2003-03-27 18:36:27 +00:00
Sylvain Petreolle
79461420bf
_wsplitpath: Display correctly the path being split.
2003-03-27 18:35:12 +00:00
Rolf Kalbermatter
40cfe48b7d
Implemented SHLWAPI_266 and SHLWAPI_271.
2003-03-27 18:34:34 +00:00
P. Christeas
77357a3f56
Fixed typo in SetGraphicsMode.
2003-03-27 00:02:00 +00:00
P. Christeas
9d50dccbdc
Implemented MakeSureDirectoryPathExists.
2003-03-27 00:01:28 +00:00
Mike Hearn
d0300d92e3
TreeView should not send two click notifications when bTrack is true.
2003-03-27 00:00:42 +00:00
Rolf Kalbermatter
8b9bf9ff0f
Cosmetic fixes.
2003-03-27 00:00:15 +00:00
Rolf Kalbermatter
72da279d52
Implemented CheckEscapesA/W.
2003-03-26 23:59:51 +00:00
Alexandre Julliard
3e588e3a57
Implemented file change notifications, based on a patch by Mike
...
McCormack.
2003-03-26 23:41:43 +00:00
Maxime Bellengé
473a88661e
Fix the lookin combobox overlapping the toolbar in open/save file
...
dialog.
2003-03-26 23:36:25 +00:00
Mike Hearn
b27587dd0a
TREEVIEW_GetItemA should ignore stateMask.
2003-03-26 23:35:50 +00:00
Rolf Kalbermatter
1c481f3da8
Add new helper function to create a relative file or folder ItemIDList
...
for a path and change usage of SHSimpleIDListFromPath to call new
function instead.
2003-03-26 23:35:23 +00:00
Alexandre Julliard
b59bf98b93
Moved errno_location support to sysdeps.c.
2003-03-26 01:33:48 +00:00
Alexandre Julliard
9037f4bbfe
Added generic signal handling mechanism based on pipes to synchronize
...
signals with the main poll loop.
2003-03-26 01:32:18 +00:00
Alexandre Julliard
98f020234c
Use aliases instead of #defines for the varargs functions when using
...
gcc.
2003-03-26 01:29:56 +00:00
Eric Pouech
1c7afd87f6
- no longer using kernel32's APIs but ntdll's
...
- BUILTIN32_dlopen now properly returns NTDLL style status codes
2003-03-26 01:25:19 +00:00
Stephan BEUZE
1d57f4b47d
Implemented a default behavior for SPI_GETGRADIENTCAPTIONS flag in
...
SystemParametersInfoA.
2003-03-26 01:23:38 +00:00
Maxime Bellengé
95bf7df1d7
Stubs for EnumSystemLanguageGroups{A|W}.
2003-03-26 01:22:57 +00:00
Mike Hearn
044a353161
Correct the check for changed treeview items, so item sets repaint
...
properly.
2003-03-26 01:22:10 +00:00
Alexandre Julliard
78675ba234
Store %gs in the TEB on every call to 16-bit code, and don't restore
...
it from the TEB for signals that did not happen in 16-bit code.
2003-03-25 00:36:16 +00:00
Maxime Bellengé
c342de17b8
Fix how the size of the dialog is computed and the child component
...
placed.
In case the help button and the readonly check box are hidden, perform
the resizing before calling the hook procedure.
2003-03-25 00:34:29 +00:00
Stefan Leichter
a127ad1cd1
Let wcmd handle .cmd files like .bat files.
2003-03-25 00:33:56 +00:00
Eric Pouech
c9fda6faeb
No longer using kernel32's APIs but ntdll's.
2003-03-25 00:33:32 +00:00
Gerald Pfeifer
7a9119207c
Add trailing full-stop to warning in DIR_GetPath().
2003-03-25 00:33:12 +00:00
Alexandre Julliard
0c9abbeead
Avoid reference to wine_get_cs function from libwine.
2003-03-24 19:44:20 +00:00
Alexandre Julliard
98bcdf9e5d
Revert broken change to the scrollbar position adjustment code.
2003-03-24 19:36:17 +00:00
Alexandre Julliard
4d52d37924
If supported, relocate the main wine binary to a higher address to
...
leave more space for the Win32 executable.
2003-03-24 19:33:20 +00:00
Alexandre Julliard
a993df861c
Make sure changes to the debug registers while inside a SIGTRAP
...
exception are taken into account (based on a patch by Alex Pasadyn).
2003-03-24 19:31:10 +00:00
Brian Vincent
d6841ee98d
Prompt the user again if they don't get the root password right.
2003-03-24 19:29:38 +00:00
Dimitrie O. Paun
978f29db41
Don't attempt to compile .res files.
2003-03-24 19:29:05 +00:00
Dimitrie O. Paun
a50bd8117f
Send LVN_ODCACHEHINT notification for LVS_OWNERDATA style in all modes
...
(based on a patch by Vitaliy Margolen).
2003-03-24 19:28:50 +00:00
Tony Lambregts
ec2664a92c
Get rid of W->A calls.
2003-03-24 19:28:13 +00:00