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 |
Warren Baird
|
714bfd7e4a
|
Solve alignment problems by converting bitmap headers *after* they
have been copied into an aligned location, and then copying the
converted header back over the original header.
|
2002-05-04 18:26:34 +00:00 |
Huw D M Davies
|
d3cbb2ed76
|
Detect and warn about buggy versions of libXrender.
|
2002-05-04 18:25:43 +00:00 |
Alexandre Julliard
|
5cab46ee58
|
Cleaned up some inter-dll dependencies in palette management.
|
2002-05-02 21:49:50 +00:00 |
Dustin Navea
|
7200ca9803
|
Changed bug report address.
|
2002-05-02 21:36:38 +00:00 |
Bill Medland
|
8fe5e0fcfa
|
Moved drawing of owner-drawn parts to after the background and edge.
Also added some indentation to the code.
|
2002-05-02 21:35:50 +00:00 |
Christian Costa
|
751f683f07
|
TOOLTIPS_GetTipText: Accept null module instance, Loadstring can
handle it.
|
2002-05-02 21:35:23 +00:00 |
Alexandre Julliard
|
7dd9e339c9
|
Install more of the Winelib programs by default (based on a patch by
Andriy Palamarchuk).
|
2002-05-02 01:42:01 +00:00 |
Andriy Palamarchuk
|
6e5d46e80e
|
Do not install hlp2sgml.
|
2002-05-02 01:40:34 +00:00 |
Alexandre Julliard
|
dec2cee2fb
|
Removed some direct accesses to the DC structure.
|
2002-05-02 01:39:48 +00:00 |
Alexandre Julliard
|
acd1c14835
|
Commented out removed headers.
|
2002-05-02 01:30:30 +00:00 |
Alexandre Julliard
|
b6a7ca5855
|
Removed a bunch of multimedia code at Hidenori's request.
|
2002-05-02 01:29:18 +00:00 |
Alexandre Julliard
|
d1d63927be
|
Rewrote some headers from scratch to avoid EULA/patent concerns.
|
2002-05-02 01:22:00 +00:00 |
Rizsanyi Zsolt
|
e7c6d17b3e
|
Implemented IOCTL_SCSI_GET_ADDRESS for non true scsi cdrom drives
(only on linux).
Initialize registry under HKEY_LOCAL_MACHINE/HARDWARE/DEVICEMAP/Scsi.
Added IOCTL_CDROM_MEDIA_REMOVAL support.
|
2002-05-01 22:25:41 +00:00 |
Laurent Pinchart
|
b50a532aff
|
Fixed NtQueryInformationProcess to return correct information and
error code for ProcessDebugPort when no debugger is attached.
|
2002-05-01 22:02:02 +00:00 |
Laurent Pinchart
|
0314a65a58
|
Implementation of IOCTL_SCSI_PASS_THROUGH and
IOCTL_SCSI_PASS_THROUGH_DIRECT.
|
2002-05-01 22:01:30 +00:00 |
Alexandre Julliard
|
b53f13093e
|
Attempt at fixing MAX_PATH issues for mingw.
|
2002-05-01 18:13:18 +00:00 |
Michael Cardenas
|
c4e9ea1a7e
|
Fixed quoting of KDE desktop entry.
|
2002-05-01 18:05:57 +00:00 |
Johan Gill
|
8fc98cdef8
|
DirectSoundEnumerateA() now passes a GUID to the callback if the first
call returned TRUE.
|
2002-05-01 18:05:30 +00:00 |
Jason Edmeades
|
e6bdef2a41
|
Correct behaviour of DEL key back to deleting the current character.
|
2002-05-01 18:04:36 +00:00 |
Jukka Heinonen
|
7ec04452a1
|
When DOS program executes another DOS program, command line is now
passed correctly. If DOS command line is too long, command line is now
truncated instead of letting it trash memory.
|
2002-05-01 18:04:11 +00:00 |
Jason Edmeades
|
b7b75a86ec
|
- Added f8 (history retrieval from partial command) support
- Delete key deletes current character
- Ctrl + end deletes to end of line
- Ctrl + right stopped before the word itself
|
2002-04-30 21:17:34 +00:00 |
Alexandre Julliard
|
d0893548e6
|
Moved remaining files in windows/x11drv to dlls/x11drv.
|
2002-04-30 21:16:39 +00:00 |
Andriy Palamarchuk
|
2f0d85c202
|
Implemented regsvr32 tool. Based on ReactOS implementation.
|
2002-04-29 23:47:39 +00:00 |
Jason Edmeades
|
a88289500c
|
- Support for dir /w and /b flags
- Fixed a couple of unclosed FindFirst/FindNext pairs
|
2002-04-29 23:33:09 +00:00 |
Hidenori Takeshima
|
8ad2676dfc
|
Removed some code because of MS EULA concerns.
Rewrote stubs.
|
2002-04-29 23:32:39 +00:00 |
Marco Bizzarri
|
f596eceb22
|
Implemented the TB_REPLACEBITMAP message.
|
2002-04-29 23:32:07 +00:00 |
Alexandre Julliard
|
aa04a6f728
|
Don't prepend '--' to the command line when starting a Windows binary.
|
2002-04-29 19:34:06 +00:00 |
Dustin Navea
|
35ba7b9e81
|
Write menu information to /usr/lib/menu/wine.
Try to autodetect KDE version using kde-config.
|
2002-04-29 19:33:09 +00:00 |
Patrik Stridvall
|
fc2be7edcc
|
Fixed some issues found by winapi_check.
|
2002-04-29 18:48:56 +00:00 |
Patrik Stridvall
|
c56ed505f3
|
- API files update.
- Fixed parser to handle C/C++ comments in strings.
- Report if C++ comments are used.
|
2002-04-29 18:45:12 +00:00 |
Patrik Stridvall
|
4c692b9b9f
|
Stub implementation of SNMPAPI.DLL.
|
2002-04-29 18:43:35 +00:00 |
Patrik Stridvall
|
441a7dcf7e
|
Microsoft C related changes.
|
2002-04-29 18:37:36 +00:00 |
Hidenori Takeshima
|
9fe4deb7de
|
Reimplemented the asynchronous source filter.
|
2002-04-29 18:36:33 +00:00 |
Jakob Eriksson
|
3315199cd8
|
Added unit tests for file functions.
|
2002-04-29 17:14:50 +00:00 |
Jason Edmeades
|
a4c214e736
|
Emulate the dos cmd 'cls'.
|
2002-04-29 17:12:57 +00:00 |
Jukka Heinonen
|
6138ba089f
|
When freeing XMS memory block, return an error if block has not been
previously allocated.
|
2002-04-29 17:12:29 +00:00 |