Marcus Meissner
4b34a45203
Only copy dstwidth*3 bytes in the 24bit case.
2000-04-11 19:38:12 +00:00
Marcus Meissner
81a84bb387
Free private structure in Xlib_DDS_Release.
2000-04-11 19:37:50 +00:00
Ulrich Czekalla
2b569f6d69
MSG_ProcessKbdMsg can be called from peek, so only process when remove is set.
2000-04-11 19:37:20 +00:00
Serge Ivanov
39ec6e48f9
TreeView - minor bugfix and optimization:
...
- GetDC call moved down to avoid possible resource leak.
- Invariant code is moved out of loop.
2000-04-11 19:37:01 +00:00
Ulrich Czekalla
40cd846356
_ILGetFileDate should convert the date to local time before generating
...
the string (_ILGetFileDateTime does not).
2000-04-11 19:36:35 +00:00
Noomen Hamza
50b5c29e26
Fixed other bugs within MMIO implementation. Now, it's possible to
...
copy/cut from PhotoPaint and paste to CorelDraw.
2000-04-11 19:36:13 +00:00
Marcus Meissner
3873f44505
Use d3dexecutebuffer_create only when compiling with MESA.
2000-04-10 13:45:17 +00:00
Dimitrie O. Paun
a20b7921ad
Replaced xmalloc calls with malloc/HeapAlloc calls.
2000-04-09 18:41:15 +00:00
Eric Pouech
d57f7d14f1
Cosmetics.
2000-04-09 18:40:32 +00:00
Andreas Mohr
e7dc390f65
Implemented HeapWalk().
2000-04-09 18:40:14 +00:00
Marcus Meissner
01cfbaf46e
Two left over HeapValidate assertions removed.
2000-04-09 18:39:52 +00:00
Eric Pouech
9d10afa499
Clear status for sending exception event.
2000-04-09 18:39:31 +00:00
Eric Pouech
e1885d17f2
Added ability to put new-lines in changelog entry.
...
Added -p to locate destination directory.
2000-04-09 18:39:08 +00:00
Richard Cohen
a4729b0b21
GetItem was returning the item instead of subitem info.
2000-04-09 18:38:23 +00:00
Dave Pickles
ca7f923270
Registry key used in LoadBoard() was not the same as the one used in
...
SaveBoard(). Also fixed a typo in the position saving code.
2000-04-09 18:37:50 +00:00
Alexandre Julliard
d1735c6198
Removed old resource compiler.
2000-04-09 18:35:07 +00:00
Alexandre Julliard
87a2f8df86
Create directories that don't contain a Makefile.
2000-04-09 18:20:25 +00:00
Alexandre Julliard
c53ceba478
Improved support for Makefiles that need to recurse in subdirectories.
2000-04-09 18:19:59 +00:00
Marcus Meissner
10ad97c838
Restructured DirectDraw. Split into X11 and DGA driver, and multiple
...
files/dirs for easier maintenance. Cleaned up structs and include
files. Reindented the code. Started the same for Direct3D. Driver
inclusion now done by using configure/Makefile/ELF constructor tricks.
2000-04-09 14:30:50 +00:00
Alexandre Julliard
227a0894d4
Removed a number of global handle allocations and critical section
...
initializations.
2000-04-08 21:06:06 +00:00
Alexandre Julliard
11342151c9
Temporary hack to share handles between processes sharing the same
...
address space.
2000-04-08 21:02:47 +00:00
Alexandre Julliard
416a00d2bc
Added lazy initialization of critical sections, based on a patch by
...
Andrew Lewycky.
2000-04-08 20:50:06 +00:00
Yuxi Zhang
2c0f14af3b
Stephen Mereu
...
TabCtrl leftmostVisible is not updated properly. It caused the QP
application bar on the bottom fail to bring back the items when there
is no need to scrolling. Also fixed a bug that when an item is inserted,
setItemBounds should be called first, then it's time to invalidate.
2000-04-08 20:23:00 +00:00
Andreas Mohr
920d9c6fe2
Added PeekNamedPipe stub.
2000-04-08 20:21:36 +00:00
Gerard Patel
66e47407d0
Fixed pixmap leak with the 1x1 bitmap in memory DCs.
2000-04-08 20:21:01 +00:00
Ove Kaaven
e1858881c4
wineinstall now properly configures no-windows installs, and should now
...
be easier to adapt for binary packages too.
2000-04-08 20:20:21 +00:00
Ove Kaaven
c8d4a3931c
Default system.ini (from documentation/status/multimedia).
2000-04-08 20:19:51 +00:00
Alexandre Julliard
f6507ed235
Do not send a debug event for a thread until the previous event for
...
the same thread has been continued.
2000-04-06 22:05:16 +00:00
Alexandre Julliard
08b289d7a6
Moved SaveOnlyUpdatedKeys to wine.ini.
...
Use get_config_dir() instead of hardcoding ~/.wine
Simplified loading and saving routines.
2000-04-06 20:37:37 +00:00
Alexandre Julliard
de1d5ad444
Added support for WINEPREFIX environment variable.
2000-04-06 20:36:17 +00:00
Patrik Stridvall
54fe8380a1
Fixed some issues reported by winapi_check.
2000-04-06 20:21:16 +00:00
Owen Wang
3c30bba357
Implemented API EnumTimeFormatsA(). It supports now all different
...
English locales, as well as German(standard), French(standard) and
French(Canadian). All time formats follow conventions in Windows NT 4.0
Haithem Hmida (of Macadamian for Corel)
Implemented GetCurrencyFormatA() API:
- GetCurrencyFormatA() calls GetNumberFormatA() to format the number
(as a positive one), then formats the number depending on
NegativeOrder/PositiveOrder fields.
- GetNumberFormatA() has been slightly modified.
2000-04-06 20:13:32 +00:00
Junichi Kuchinishi
34b7b3f74f
Added conversion from DBCS lpDx to WCHAR lpDx.
2000-04-06 20:12:16 +00:00
Patrik Stridvall
6a4e8a5ff1
- Implemented stub statistics. Turned off by default. (Requested by Francois
...
Gouget).
- Implemented missing prototype checking. Turned off by default (Requested
by Dimitry Timoshkov).
- Implemented .spec file name sanity checking. Turned off by default.
- Implemented documentation width checking. Turned off by default.
- Minor bug fixes.
2000-04-06 20:11:04 +00:00
Andrew Lewycky
eb996b9da8
Fix StringFromGUI2 return value as per documentation.
2000-04-06 19:33:36 +00:00
Marcus Meissner
3347bee15c
Make audiodevice blocking directly after the non-blocking open, since
...
we use the write(2) also for synchronization.
2000-04-06 19:32:33 +00:00
Rein Klazes
ce77ea90b5
Corrected error handling for ws_getprotobyname/number.
...
Made the Async error returns the same as the normal functions.
2000-04-06 19:31:38 +00:00
Uwe Bonnes
61f572a6ea
GetShortPathName: always erase characters at the end of the new
...
string, and return only single backslashes.
2000-04-06 19:31:11 +00:00
Alexandre Julliard
fbace6eefe
Added a per-drive FailReadOnly flag, and removed the global
...
--failreadonly option.
2000-04-04 20:35:45 +00:00
Alexandre Julliard
8a971bfec0
Fixed file descriptor leaks.
2000-04-04 19:57:23 +00:00
Alexandre Julliard
a57d77a750
Call PROFILE_GetWineIniBool before starting to fill the request
...
buffer. Made new registry format the default.
2000-04-04 19:56:49 +00:00
Alexandre Julliard
d3928317d6
Increment suspend count before attempting attach in suspend_for_ptrace.
2000-04-04 19:55:28 +00:00
Alexandre Julliard
ef88637f5b
Made request tracing more robust against bogus lengths.
2000-04-04 19:33:27 +00:00
Peter Ganten
f35cdc8e4b
Adapted the manual pages to the new long options, updated the
...
-debugmsg channels and added a small hack to get the @sysconfdir@
stuff in the manual pages right.
2000-04-04 18:57:19 +00:00
Noomen Hamza
3138738ad5
Fixed two small bugs within MMIO_InstallIOProc and MMIO_Destroy.
2000-04-04 18:56:28 +00:00
Joshua Thielen
0872f30af7
Added DestroyBoard function to delete bitmap handles.
...
Moved SelectObject outside of DrawMine.
Selected old object's back into hMemDC.
2000-04-04 18:55:55 +00:00
Ian Schmidt
21c04b9d9a
Implemented FAT32 function 7302 (Get Extended DPB).
2000-04-04 18:55:23 +00:00
Ian Schmidt
5dff4fb2ab
Implemented DeviceIoControl VWIN32_DIOC_DOS_DRIVEINFO, needed by
...
Internet Explorer.
2000-04-04 18:55:09 +00:00
Gavriel State
5b5d04dc77
This patch adds the ability for regapi to call the DllRegisterServer or
...
DllUnregisterServer for a list of DLLs.
2000-04-04 18:54:26 +00:00
Gavriel State
6edc9517a4
OleRegGetUserType did return an unterminated ASCII string instead of an
...
OLESTR (wide characters).
2000-04-04 18:54:06 +00:00