Commit Graph

23201 Commits

Author SHA1 Message Date
Vitaliy Margolen
eabc93a1eb Add brackets around (a)?b:c construct. 2005-10-06 11:32:53 +00:00
Alexandre Julliard
2bbf1b5baf Set WINEDEBUG to an empty value instead of removing it so that it gets
properly cleared in the debugger.
2005-10-04 18:14:22 +00:00
Alexandre Julliard
ce1196a84b Copy WINEDEBUG from the Windows environment to allow passing a
modified value to a child process.
2005-10-04 18:09:51 +00:00
Vijay Kiran Kamuju
dc51bd797b Fixed uninstaller close button. 2005-10-04 17:59:01 +00:00
Vitaliy Margolen
8fb6037626 Correct Page Up/Down handling in report mode. 2005-10-04 17:58:46 +00:00
Alexandre Julliard
7955fb01d7 Clear the single-step flag in setup_exception instead of in the
SIGTRAP handler to avoid having the assigmnent optimized out.
2005-10-04 15:56:34 +00:00
Alexandre Julliard
f5e49be317 Fixed dumping of the import directory to ignore the directory size. 2005-10-04 15:55:33 +00:00
Alexandre Julliard
c2bb910877 Ignore the size of the import directory, process imports until we find
a null entry.
2005-10-04 15:54:55 +00:00
Oliver Stieber
80c60f5bad Provide looser device matching for backbuffer and depth buffer
formats. It should allow some games and applications to run without X
being in the correct backbuffer format (e.g. 16 bit games will run
with a 24bit X backbuffer).
2005-10-04 15:50:57 +00:00
Juan Lang
8630b8ab6e Use wine_get_dos_file_name rather than relying on GetFullPathNameW
hack.
2005-10-04 15:50:35 +00:00
Vitaliy Margolen
6ab0b0194d Don't start dragging for a single mouse click. 2005-10-04 15:50:24 +00:00
Dmitry Timoshkov
9e52816b07 Add support for dumping delay load PE data. 2005-10-04 15:49:52 +00:00
Dimi Paun
1ae16a5160 Allow MSVC to use Wine's headers. 2005-10-04 11:30:27 +00:00
James Hawkins
0eddf4341f Check the size of the input buffer so we don't write past the end. 2005-10-04 11:30:20 +00:00
Vincent Béron
036e02281c Sort the font filenames in alphabetical order in fonts/Makefile.in. 2005-10-04 11:30:01 +00:00
Juan Lang
2791290b12 Remove .dll from DllOverrides entries, such entries are ignored. 2005-10-04 11:29:48 +00:00
Jonathan Ernst
f9c1537b89 Make sure we only depend on ddraw_test if X support is enabled. 2005-10-04 11:29:37 +00:00
Marcus Meissner
19f5002275 Dropped the "using native windows libraries" comment.
Replace winesetup by winecfg. Dropped config file detection.
2005-10-04 11:29:25 +00:00
Juan Lang
f52d0a6c80 Use correct names when loading registered OID functions. 2005-10-04 11:29:19 +00:00
Maxime Bellengé
458cb289dd Fix a cut&paste mistake. 2005-10-03 18:48:56 +00:00
Vitaliy Margolen
e135a52294 Use GetSystemMetrics instead of hardcoding drag width & height. 2005-10-03 18:48:36 +00:00
Alexandre Julliard
baa8bf3c74 Fixed a bug where we could set the wrong handle in the fd cache when
encountering the race condition in wine_server_handle_to_fd.
2005-10-03 18:46:57 +00:00
Vitaliy Margolen
059a8c15f2 Don't arrange tabs if there is only one line. 2005-10-03 18:46:07 +00:00
Paul Millar
83ecd5d964 Fix cross-compilation of winetest by update the makefile to use OBJS
instead of the now absent ALL_OBJS.
2005-10-03 18:45:45 +00:00
Krzysztof Foltman
e098edcdcb - Remove another potential sources of infinite loops caused by EOF in
the middle of the font and color tables.
- Closing brace on text level is treated as EOF (effectively
  protecting the control from trash after the end of RTF).
- Removed misleading comment about incomplete buffers (I was
  definitely wrong).
2005-10-03 18:45:39 +00:00
Alexander N. Sørnes
9caef1ba12 Fixed a few missing characters in winecfg. 2005-10-03 18:45:02 +00:00
Ivan Leo Puoti
e4512f0d57 Make a stub actually say "stub". 2005-10-03 18:44:52 +00:00
Marcus Meissner
d3463d169b ReleaseCapture should return TRUE. 2005-10-03 11:06:14 +00:00
Eric Pouech
9c63540d55 Now printing information when changing function while single stepping. 2005-10-03 11:04:29 +00:00
Eric Pouech
4cc0bf2848 Fixed bitfield extraction. 2005-10-03 11:04:13 +00:00
Robert Reif
e577a2a391 Fixes so d3d9.h and dsound.h can be included at the same time. 2005-10-03 11:04:06 +00:00
Krzysztof Foltman
025a1a5445 Implemented EM_GETFIRSTVISIBLELINE and EM_POSFROMCHAR (basic
suboptimal implementation, can be optimized to skip whole paragraphs
later if it's useful at all).
2005-10-03 11:03:48 +00:00
Martin Fuchs
c6593b04b9 Fix font handle leak after closing the 'choose font' dialog (based on
orginal patch by 'Christoph at ApiViewer.de')
2005-10-03 11:03:04 +00:00
Martin Fuchs
803146d220 Simplify 'sei' structure initialization in ShellExecuteA/W. 2005-10-03 11:02:47 +00:00
Robert Shearman
c23cb51d52 Pass WM_QUIT to outer modal loop. 2005-10-03 11:02:37 +00:00
Stefan Leichter
02dce5900e Added stub for UnregisterDeviceNotification. 2005-10-03 10:17:05 +00:00
Brian Grayson
3ec24a6ffd Skip tabs in wcmd. 2005-10-03 10:16:48 +00:00
Vitaliy Margolen
f09eb790c9 Replace registry editing instructions with winecfg. 2005-10-03 10:16:32 +00:00
Eric Pouech
f653a09d33 - N_PSYM stabs blocks (aka parameters) can also contain a typedef
- shorten some paths
2005-10-03 10:16:15 +00:00
Eric Pouech
de02b20c0c Fixed array dereferencing. 2005-10-03 10:16:01 +00:00
Dmitry Timoshkov
d48f50b4eb Move user32 to delay loaded imports. 2005-10-03 10:15:43 +00:00
Dmitry Timoshkov
de662eeecc Convert a WARN to a FIXME to make it visible to a user, replace an ERR
by a FIXME as it's more appropriate.
2005-10-03 10:15:32 +00:00
Robert Reif
8a4e04a40a Add support for errors with more than one name. 2005-10-03 10:15:15 +00:00
Marcus Meissner
0a7de6a758 Use correct minLookup[] array entry. 2005-10-03 10:15:08 +00:00
Marcus Meissner
ce8e6b2b51 Do not append empty ":" in LD_LIBRARY_PATH. 2005-10-03 10:14:47 +00:00
Krzysztof Foltman
a8eb60e5ee Fixed another case of misunderstanding MSDN wrt StreamInProc, causing
license text to be truncated in Picasa installer (as well as some
other programs, especially those that display long texts with NSIS).
2005-10-03 10:14:28 +00:00
Alexandre Julliard
eddb6ff66d Release 20050930. 2005-09-30 12:02:38 +00:00
Juan Lang
5b0812fbcf Make CryptImport/ExportPublicKeyInfoEx behave the way MSDN describes
them, and a couple of tests.
2005-09-30 10:35:31 +00:00
Juan Lang
4c5067ef8f Add defines needed for installable OID functions. 2005-09-30 10:35:03 +00:00
Robert Reif
a59c0416e0 Added missing error code. 2005-09-30 10:34:43 +00:00