Juergen Schmied
7919d5a178
Moving the pidl debug functions to a separate file and made them self
...
contained. This prevents useless trace messages generated from the
debug functions themselves.
2002-05-09 19:42:07 +00:00
Juergen Schmied
76a9fa12f7
Types and partial implementation for NtQueryVolumeInformationFile.
2002-05-09 19:40:30 +00:00
Juergen Schmied
a44e0b0fbd
Make use of access mask MAXIMUM_ALLOWED possible.
2002-05-09 19:39:10 +00:00
Juergen Schmied
7c68252560
Use only winapi functions in _convert_winnt_registry_to_wine_format.
2002-05-09 19:38:06 +00:00
Juergen Schmied
c5d30535fb
Stub for VerifyVersionInfoW.
2002-05-09 19:36:28 +00:00
Juergen Schmied
6b27977ab5
Use long names, not 8.3 names in environment.
2002-05-09 19:35:22 +00:00
Alexandre Julliard
ce830a9c18
Added mkinstalldirs to create directories more portably.
2002-05-09 04:31:39 +00:00
Alexandre Julliard
da580c47ff
Added ExtSelectClipRgn to the DC interface and implemented it for
...
standard and enhanced metafiles.
2002-05-09 04:03:46 +00:00
Alexandre Julliard
58faa1cf7f
Updated to the latest version.
2002-05-09 01:51:04 +00:00
Alexandre Julliard
fa3a536011
There's no need to check for dlopen on cygwin.
2002-05-09 01:49:54 +00:00
Rizsanyi Zsolt
0026d78ed8
Disabled catching of mouse move events when not over menu.
...
Changed MENU_SelectItem allow EndMenu to deselect the selected menu.
2002-05-09 01:14:35 +00:00
Alexandre Julliard
32459912dc
Moved imports specification from the .spec into the Makefile so that
...
it can be used on platforms that don't build a .spec.c file.
2002-05-09 00:05:48 +00:00
Bill Medland
aac0dd7a62
Fix the Win31 style file dialog box.
...
- If there is no filter don't put a blank one in; it doesn't
work (leave it NULL).
- Correctly figure out which is the current drive in the combo box.
- Add FIXME for the variable "initial dir" handling.
2002-05-08 23:15:38 +00:00
Andriy Palamarchuk
1827e7d11f
Direct bug reports to Wine bugzilla. Some other minor documentation
...
changes.
2002-05-08 23:14:19 +00:00
Alexandre Julliard
3944090eb9
Don't need to reference external errno since non-reentrant Xlib is no
...
longer supported.
2002-05-08 00:41:43 +00:00
Alexandre Julliard
019a7f3da2
Run make test for all programs by default.
2002-05-08 00:36:10 +00:00
Michael Wetherell
70c42d822f
Fix handling of unix absolute paths in DOSFS_GetFullName and
...
GetShortPathNameA.
Handle '..' in paths in DRIVE_FindDriveRoot.
2002-05-08 00:29:17 +00:00
Andreas Mohr
757e7cb40d
Replace SELECTOR_AllocBlock and SELECTOR_FreeBlock with standard Win16
...
selector calls.
2002-05-08 00:20:40 +00:00
Raul Dias
5de5a44378
- Make possible to diff registry information that contains
...
timestamps.
- Create safe temp files in /tmp.
2002-05-08 00:17:11 +00:00
Alexandre Julliard
466ae143ee
Fixed dll check for cygwin.
2002-05-07 18:33:47 +00:00
Stefan Leichter
ab5bba62f9
Added NULL pointer check in CallWindowProc16.
2002-05-07 18:31:10 +00:00
Alexandre Julliard
7ac10d5007
Fixed vis region handling broken by last change.
2002-05-07 18:30:19 +00:00
Jukka Heinonen
800dbf2994
Added support for DPMI RawModeSwitch.
2002-05-07 17:59:10 +00:00
Alexandre Julliard
92b376d61d
Moved parts of the DC initialisation and bitmap selection out of the
...
drivers into the common code.
2002-05-07 02:08:46 +00:00
Andreas Mohr
3fc3d06a66
Replace DOSFS_GetFullName with wine_get_unix_file_name.
2002-05-07 01:53:51 +00:00
Michael Cardenas
f0b6b9a1ba
Cap window sizes at 65535.
2002-05-07 01:52:15 +00:00
Alexandre Julliard
127ec92b24
Added check for sys/sysctl.h.
2002-05-07 01:51:30 +00:00
Olivier Houchard
f41ecf3782
Support for getting memory size on FreeBSD.
2002-05-07 01:50:02 +00:00
Olivier Houchard
0bd249dd6b
Hack to make SetEventNotification work.
2002-05-07 01:49:19 +00:00
Alexandre Julliard
b462a0442b
Fixed handling of GetLongPathNameA.
2002-05-06 20:13:16 +00:00
Jakob Eriksson
b02f0940b7
Tests for _lcreat,_llseek and _llopen added.
2002-05-06 20:12:55 +00:00
Marcus Meissner
87ecfab4ec
Small hack to make InstallShield v6 work better.
2002-05-06 20:12:32 +00:00
Marcus Meissner
5b63cc22e8
BSTRs can be NULL, handle them seperately.
2002-05-06 20:12:11 +00:00
David Hammerton
ca30e48f71
Added implementation of GetWindowInfo.
2002-05-06 20:11:18 +00:00
Sylvain Petreolle
2028110222
Update of DEVELOPERS-HINTS to reflect the current state of Wine.
2002-05-06 20:08:43 +00:00
Jukka Heinonen
09537b76f7
DOSVM now exports DPMI Raw Mode Switch routine.
2002-05-05 21:06:51 +00:00
Steven Edwards
b9627c1486
Check for and use chsize instead of ftruncate if present.
2002-05-05 21:03:44 +00:00
Jason Edmeades
ffb3d784d9
Ensure correct full path returned when GetFullPathName supplied a path
...
relative from the root of the drive 'eg '\windows\system'.
2002-05-05 21:01:43 +00:00
Mike Wetherell
0d8a9fac90
Utility to convert between Unix and Windows paths at the command
...
line.
2002-05-05 20:31:54 +00:00
Mike McCormack
9414adf75e
Implement NetBIOS resolution for UNC pathnames.
2002-05-05 20:29:15 +00:00
Jukka Heinonen
887ed6228a
Terminating DOS program in real mode now calls ExitThread which is
...
exactly what terminating in protected mode does.
2002-05-05 20:22:39 +00:00
Jukka Heinonen
8a1ac6edf4
Real mode interrupt handler now handles interrupt 21 function 0C.
2002-05-05 20:22:06 +00:00
Alexandre Julliard
140e7222e0
Removed more code at Hidenori's request.
2002-05-05 19:40:57 +00:00
Andriy Palamarchuk
ac3a9a327a
Updated documentation, mostly improving bugs handling. Direct users to
...
Bugzilla.
2002-05-04 18:41:27 +00:00
Patrik Stridvall
3751ff045c
MS C related changes.
2002-05-04 18:37:08 +00:00
David Hammerton
7e15e5d5c3
In initial dibsection creation, the dibsection should always be in
...
appmod because the app memory is initialized to zero if no
offset/section is specified, while the DIBitmap is not.
2002-05-04 18:32:48 +00:00
Andriy Palamarchuk
a38f2d9fbd
Made wineinstall to create symbolic links to Wine applications in fake
...
Windows folders. Replaced usage of obsolete regapi with regedit.
2002-05-04 18:31:24 +00:00
Andriy Palamarchuk
cff4a12bdf
Fixed a problem when regedit interpreted file names, starting from '/'
...
as switches.
2002-05-04 18:30:27 +00:00
Jason Edmeades
bcc6256bf0
Add support for the 'title' command.
2002-05-04 18:29:31 +00:00
Marcus Meissner
77fbbcf30d
FindClose: protect the GlobalLock for pagefaults too.
2002-05-04 18:28:36 +00:00