Yorick Hardy
|
14251f1b48
|
Added fields from NetBSD struct sigcontext on i386.
|
2003-03-28 00:29:45 +00:00 |
Yorick Hardy
|
a0879217f4
|
Added the sysctl calls for NetBSD to determine the physical memory
available.
|
2003-03-28 00:29:00 +00:00 |
Steven Edwards
|
401a9e096a
|
Fixed the .def files for the Mingw build.
|
2003-03-28 00:28:09 +00:00 |
Dimitrie O. Paun
|
c7a3480223
|
Allow wpp users to undefine previously defined symbols.
|
2003-03-27 18:50:14 +00:00 |
Dimitrie O. Paun
|
8794935e12
|
Remove unused options -a and -C.
Collapse the -w into -O, for symmetry with -J.
Update the man page to the latest options.
|
2003-03-27 18:37:59 +00:00 |
Dimitrie O. Paun
|
b29fa342af
|
Do not pass unnecessary flags to wrc in generated makefiles.
|
2003-03-27 18:36:27 +00:00 |
Sylvain Petreolle
|
79461420bf
|
_wsplitpath: Display correctly the path being split.
|
2003-03-27 18:35:12 +00:00 |
Rolf Kalbermatter
|
40cfe48b7d
|
Implemented SHLWAPI_266 and SHLWAPI_271.
|
2003-03-27 18:34:34 +00:00 |
P. Christeas
|
77357a3f56
|
Fixed typo in SetGraphicsMode.
|
2003-03-27 00:02:00 +00:00 |
P. Christeas
|
9d50dccbdc
|
Implemented MakeSureDirectoryPathExists.
|
2003-03-27 00:01:28 +00:00 |
Mike Hearn
|
d0300d92e3
|
TreeView should not send two click notifications when bTrack is true.
|
2003-03-27 00:00:42 +00:00 |
Rolf Kalbermatter
|
8b9bf9ff0f
|
Cosmetic fixes.
|
2003-03-27 00:00:15 +00:00 |
Rolf Kalbermatter
|
72da279d52
|
Implemented CheckEscapesA/W.
|
2003-03-26 23:59:51 +00:00 |
Alexandre Julliard
|
3e588e3a57
|
Implemented file change notifications, based on a patch by Mike
McCormack.
|
2003-03-26 23:41:43 +00:00 |
Maxime Bellengé
|
473a88661e
|
Fix the lookin combobox overlapping the toolbar in open/save file
dialog.
|
2003-03-26 23:36:25 +00:00 |
Mike Hearn
|
b27587dd0a
|
TREEVIEW_GetItemA should ignore stateMask.
|
2003-03-26 23:35:50 +00:00 |
Rolf Kalbermatter
|
1c481f3da8
|
Add new helper function to create a relative file or folder ItemIDList
for a path and change usage of SHSimpleIDListFromPath to call new
function instead.
|
2003-03-26 23:35:23 +00:00 |
Alexandre Julliard
|
b59bf98b93
|
Moved errno_location support to sysdeps.c.
|
2003-03-26 01:33:48 +00:00 |
Alexandre Julliard
|
9037f4bbfe
|
Added generic signal handling mechanism based on pipes to synchronize
signals with the main poll loop.
|
2003-03-26 01:32:18 +00:00 |
Alexandre Julliard
|
98f020234c
|
Use aliases instead of #defines for the varargs functions when using
gcc.
|
2003-03-26 01:29:56 +00:00 |
Eric Pouech
|
1c7afd87f6
|
- no longer using kernel32's APIs but ntdll's
- BUILTIN32_dlopen now properly returns NTDLL style status codes
|
2003-03-26 01:25:19 +00:00 |
Stephan BEUZE
|
1d57f4b47d
|
Implemented a default behavior for SPI_GETGRADIENTCAPTIONS flag in
SystemParametersInfoA.
|
2003-03-26 01:23:38 +00:00 |
Maxime Bellengé
|
95bf7df1d7
|
Stubs for EnumSystemLanguageGroups{A|W}.
|
2003-03-26 01:22:57 +00:00 |
Mike Hearn
|
044a353161
|
Correct the check for changed treeview items, so item sets repaint
properly.
|
2003-03-26 01:22:10 +00:00 |
Alexandre Julliard
|
78675ba234
|
Store %gs in the TEB on every call to 16-bit code, and don't restore
it from the TEB for signals that did not happen in 16-bit code.
|
2003-03-25 00:36:16 +00:00 |
Maxime Bellengé
|
c342de17b8
|
Fix how the size of the dialog is computed and the child component
placed.
In case the help button and the readonly check box are hidden, perform
the resizing before calling the hook procedure.
|
2003-03-25 00:34:29 +00:00 |
Stefan Leichter
|
a127ad1cd1
|
Let wcmd handle .cmd files like .bat files.
|
2003-03-25 00:33:56 +00:00 |
Eric Pouech
|
c9fda6faeb
|
No longer using kernel32's APIs but ntdll's.
|
2003-03-25 00:33:32 +00:00 |
Gerald Pfeifer
|
7a9119207c
|
Add trailing full-stop to warning in DIR_GetPath().
|
2003-03-25 00:33:12 +00:00 |
Alexandre Julliard
|
0c9abbeead
|
Avoid reference to wine_get_cs function from libwine.
|
2003-03-24 19:44:20 +00:00 |
Alexandre Julliard
|
98bcdf9e5d
|
Revert broken change to the scrollbar position adjustment code.
|
2003-03-24 19:36:17 +00:00 |
Alexandre Julliard
|
4d52d37924
|
If supported, relocate the main wine binary to a higher address to
leave more space for the Win32 executable.
|
2003-03-24 19:33:20 +00:00 |
Alexandre Julliard
|
a993df861c
|
Make sure changes to the debug registers while inside a SIGTRAP
exception are taken into account (based on a patch by Alex Pasadyn).
|
2003-03-24 19:31:10 +00:00 |
Brian Vincent
|
d6841ee98d
|
Prompt the user again if they don't get the root password right.
|
2003-03-24 19:29:38 +00:00 |
Dimitrie O. Paun
|
978f29db41
|
Don't attempt to compile .res files.
|
2003-03-24 19:29:05 +00:00 |
Dimitrie O. Paun
|
a50bd8117f
|
Send LVN_ODCACHEHINT notification for LVS_OWNERDATA style in all modes
(based on a patch by Vitaliy Margolen).
|
2003-03-24 19:28:50 +00:00 |
Tony Lambregts
|
ec2664a92c
|
Get rid of W->A calls.
|
2003-03-24 19:28:13 +00:00 |
Shachar Shemesh
|
5aec52cccb
|
Reordering can take place even if the font does not identify itself as
a reordering one.
|
2003-03-24 19:27:53 +00:00 |
Alexandre Julliard
|
8d7b8e573f
|
Portability fixes.
|
2003-03-23 20:11:45 +00:00 |
Alexandre Julliard
|
8d361bd41c
|
Properly initialize keyboard auto-repeat for all X connections.
|
2003-03-23 20:07:55 +00:00 |
Dimitrie O. Paun
|
4fd679b0eb
|
Comment out unneeded extensions.
|
2003-03-23 20:03:48 +00:00 |
Rolf Kalbermatter
|
c67ad75985
|
SHInitRestricted() fix boolean error introduced in last patch.
|
2003-03-23 20:03:30 +00:00 |
Stefan Leichter
|
b56950864b
|
Moved implementation of GetPrivateProfileInt from ascii to unicode.
|
2003-03-23 20:03:13 +00:00 |
Alexandre Julliard
|
e048adab83
|
List 16-bit spec files explicitly to avoid problems with some versions
of make.
|
2003-03-23 20:00:02 +00:00 |
Alexandre Julliard
|
9e4fc4c9b6
|
Converted winebuild option parsing to use getopt_long. Added a number
of long aliases for the existing short options.
|
2003-03-23 01:12:30 +00:00 |
Alexandre Julliard
|
bdbde0f814
|
Added a .def file for libwine.
|
2003-03-23 00:28:53 +00:00 |
Christian Costa
|
f814cf87af
|
Make use of .half and/or .asciiz assembler keywords when necessary.
|
2003-03-23 00:18:26 +00:00 |
Madhura Sahasrabudhe
|
992d1b998a
|
Changed the macros in the msvcrt headers to static inline functions.
|
2003-03-22 21:15:41 +00:00 |
Alexandre Julliard
|
3dc1f2dff3
|
Changed the SET_AX etc. macros to not return a value.
|
2003-03-22 21:12:27 +00:00 |
Rein Klazes
|
d76a16e7c3
|
Fix two comparisons between a 32 bit register with a 16 bit error
code.
|
2003-03-22 21:09:32 +00:00 |