Dimi Paun
|
b69e7a19d5
|
Move remaining GDI objects to the large heap.
|
2005-05-27 19:28:23 +00:00 |
Hans Leidekker
|
97d1b11ebd
|
Fix uninitialized warnings.
|
2005-05-24 12:34:29 +00:00 |
Eric Pouech
|
d6be549a76
|
- started infrastructure for proper multi-target support (active
process, minidump...)
- all read/write memory ops are now done thru a centralized process_io
facility
- minor fixes & cleanups in CPU backends
|
2005-05-24 11:46:25 +00:00 |
David Welch
|
ccafccebf0
|
Added the ability to break into the program when using the gdb proxy.
|
2005-05-24 10:11:37 +00:00 |
David Welch
|
8fa319264d
|
Fix decoding of thread IDs in the gdbproxy.
|
2005-05-24 09:49:56 +00:00 |
Eric Pouech
|
a561275579
|
- now storing exception info (if any) in thread structure
- added minidump function in winedbg (write only)
|
2005-05-23 16:22:44 +00:00 |
Martin Fuchs
|
7b1df68929
|
Bug fixes for _NO_EXTENSIONS mode.
|
2005-05-23 10:26:47 +00:00 |
Eric Pouech
|
113bfe0fdc
|
Removed the macros for verbose memory read/write operations.
|
2005-05-23 10:25:56 +00:00 |
Martin Fuchs
|
371c620d2d
|
Implement ID_VIEW_SPLIT command.
|
2005-05-23 09:52:51 +00:00 |
Eric Pouech
|
29a70954f9
|
- no longer store internally the " for strings
- misc clean-ups
- activate symbol demangling by default
|
2005-05-23 09:51:44 +00:00 |
Alexandre Julliard
|
f7b090ae2a
|
Fail more gracefully if 16-bit support is missing.
|
2005-05-19 14:23:27 +00:00 |
Martin Fuchs
|
0ba99b10e6
|
The call to ScreenToClient() changes the content of the 'pt' variable,
so it can't be used for the following ShellFolderContextMenu() call.
|
2005-05-19 14:22:51 +00:00 |
James Hawkins
|
5211e49e29
|
Load Show/Hide Advanced strings from resources.
|
2005-05-19 11:14:52 +00:00 |
Pierre d'Herbemont
|
342da59b0c
|
Remove stdlib.h inclusion if winsock.h is included.
|
2005-05-18 15:33:20 +00:00 |
James Hawkins
|
0a308f2d70
|
Add handling for drive options.
|
2005-05-18 09:48:47 +00:00 |
Kouji Sasaki
|
d840f2c114
|
Corrected RLE decompression processing.
|
2005-05-18 09:42:52 +00:00 |
Robert Shearman
|
733a033303
|
Rename DllRegisterServer and DllUnregisterServer to avoid confusion
with the COM functions of different signatures.
|
2005-05-17 14:33:36 +00:00 |
James Hawkins
|
0c2671c6fc
|
Add ShowDirSymLink and ShowDotFiles to the drive ui.
|
2005-05-17 10:19:59 +00:00 |
Martin Fuchs
|
4a0a199fcf
|
Implement connecting and disconnecting of network drives.
|
2005-05-16 21:36:41 +00:00 |
Alexandre Julliard
|
827a69f8ca
|
Avoid referencing stackframe.h from outside kernel32.
|
2005-05-16 14:20:16 +00:00 |
Martin Fuchs
|
08cf5a301a
|
Implement menu entry "format disk" (derived from Robert Dickenson's
code).
|
2005-05-16 14:08:41 +00:00 |
Martin Fuchs
|
36f16c634b
|
Swedish translation of winefile resources by David Nordenberg,
proofread by Andreas Bjerkeholt.
|
2005-05-16 08:49:06 +00:00 |
Martin Fuchs
|
a55f54fb44
|
Implement switching of file sort order.
|
2005-05-16 08:48:54 +00:00 |
Martin Fuchs
|
0d5d71999f
|
- spelling fixes (prefered -> preferred)
- add ", {0, 0}, 0, 0" in comment lines
- update copyright statement
|
2005-05-14 18:50:30 +00:00 |
Martin Fuchs
|
12f0b41d13
|
Display free and total disk space in status bar.
|
2005-05-14 11:07:39 +00:00 |
Martin Fuchs
|
aeea9833c2
|
Display source path in "move file" dialog.
|
2005-05-13 17:46:11 +00:00 |
Martin Fuchs
|
b5ab337d72
|
Replace numeric resource identifiers by their defined constants.
|
2005-05-13 17:45:31 +00:00 |
Kevin Koltzau
|
55c1073b76
|
Enable/disable menu items based on edit control state.
|
2005-05-13 13:55:32 +00:00 |
Martin Fuchs
|
0a10ea00d1
|
Improved version of Piotr Caban's bugfix patch "Fixed display bug".
|
2005-05-11 18:23:30 +00:00 |
Robert Reif
|
8bffed50c6
|
Added dinput tests.
|
2005-05-11 12:05:17 +00:00 |
Dimitrie O. Paun
|
1ef6e296f9
|
Move {ABOVE,BELOW}_NORMAL_PRIORITY_CLASS to winbase.h.
|
2005-05-11 12:00:58 +00:00 |
Michael Stefaniuc
|
9a27e64349
|
Install msiexec in the bin directory.
|
2005-05-10 16:02:04 +00:00 |
Alexandre Julliard
|
15ac6847e0
|
Build and load import libraries directly from the dll directory where
possible, and only create symlinks for directories that don't have the
correct name.
|
2005-05-10 13:21:04 +00:00 |
James Hawkins
|
e2c5359e8b
|
- Remove useless LVN_ITEMACTIVATE notification handling.
- Update controls in response to a NM_CLICK notification.
|
2005-05-10 13:14:49 +00:00 |
James Hawkins
|
bf1061bfc6
|
Remove old listbox code from driveui.
|
2005-05-10 08:29:17 +00:00 |
James Hawkins
|
0ade757920
|
Set listview style LVS_SINGLESEL so only one drive can be selected.
|
2005-05-10 08:28:56 +00:00 |
James Hawkins
|
d6eb30d289
|
Use a listview instead of a listbox for drives list.
|
2005-05-09 14:34:56 +00:00 |
Henning Gerhardt
|
86f63cfef8
|
Update German resource files.
|
2005-05-09 09:23:29 +00:00 |
Alexandre Julliard
|
bf961bb144
|
Get rid of the DOS version combobox, normal users should never need to
change it.
|
2005-05-07 18:06:35 +00:00 |
Francois Gouget
|
0ae9be862e
|
winemenubuilder.c is the only Wine source file checking for
HAVE_STRING_H. Remove that check for consistency.
|
2005-05-07 14:50:40 +00:00 |
Michael Jung
|
e52296ccb8
|
The unixfs extension doesn't have a distinguished '/' node anymore.
Moved UI string into the resources.
|
2005-05-07 14:50:16 +00:00 |
Kevin Koltzau
|
868a2b0466
|
Handle notepad log feature.
|
2005-05-07 12:14:05 +00:00 |
Kevin Koltzau
|
216ae64f9d
|
Add a few missing accelerators.
|
2005-05-07 12:13:51 +00:00 |
Alexandre Julliard
|
2dabac08ee
|
Added support in winebuild for specifying import libraries directly on
the command line without the -l option.
Changed the -d option to only mark the library as delayed, the actual
loading is now done separately.
|
2005-05-06 15:54:41 +00:00 |
Francois Gouget
|
f5c9da6860
|
Assorted spelling fixes.
|
2005-05-06 15:44:31 +00:00 |
Vincent Béron
|
0fa5e855fb
|
Use SUBLANG_NEUTRAL for French resources.
|
2005-05-04 09:52:47 +00:00 |
James Hawkins
|
fa316a8a92
|
Enlarge the license text control length.
|
2005-05-04 09:49:22 +00:00 |
James Hawkins
|
8091790717
|
Remove the corresponding registry entry when deleting a drive.
|
2005-05-04 09:47:56 +00:00 |
James Hawkins
|
34299c760a
|
Don't add the same program in AppDefaults more than once.
|
2005-05-04 09:47:46 +00:00 |
Martin Fuchs
|
05c0cd0081
|
Implement owner drawn context menus.
|
2005-05-04 09:47:07 +00:00 |