Rein Klazes
|
d7484a8a57
|
Use the extended window style for the previous style in the style
changing/changed messages if WIN_SetWindowLong is called with
GWL_EXSTYLE.
|
2003-10-21 23:42:02 +00:00 |
Robert Reif
|
e14ae47c1d
|
Only return the number of bytes requested.
|
2003-10-21 23:41:26 +00:00 |
Alexandre Julliard
|
e490139d7c
|
Release 20031016.
|
2003-10-16 22:46:13 +00:00 |
Alexandre Julliard
|
c1d80ece92
|
Don't export the wine_pthread_* functions.
|
2003-10-16 22:07:06 +00:00 |
Alexandre Julliard
|
2aa8a8390a
|
Replaced a few more 0xffffffff by the appropriate constants.
|
2003-10-16 19:31:11 +00:00 |
Rolf Kalbermatter
|
76f13deb26
|
Use INVALID_FILE_ATTRIBUTES to test for failure of
GetFileAttributesA/W and not -1 or 0xFFFFFFFF.
|
2003-10-16 19:12:49 +00:00 |
Alex Pasadyn
|
c66b7b0037
|
Add UseXRandR to sample config file.
|
2003-10-16 19:09:57 +00:00 |
Alexandre Julliard
|
81db03dd61
|
The imported typelib name must be converted to Unicode.
|
2003-10-16 19:09:41 +00:00 |
Christian Costa
|
4bf5d02c23
|
Add support for all Z buffer depths that are lower that the current
one.
|
2003-10-16 19:08:33 +00:00 |
Alexandre Julliard
|
3657b6d569
|
Recent versions of libXrandr depend on libXrender.
|
2003-10-16 05:16:05 +00:00 |
Alexandre Julliard
|
bbc5242fbc
|
Fixed handling of relay and snoop include/exclude lists to behave as
documented (based on a patch by Rein Klazes).
|
2003-10-16 00:24:49 +00:00 |
Alexandre Julliard
|
8f751bcb40
|
Print thread id in snoop traces.
|
2003-10-16 00:23:51 +00:00 |
Alex Pasadyn
|
bab639e78a
|
- Added support for XRandR extension.
- Added new debugging channels for resolution changing.
- Streamlined resolution changing and removed duplicated code.
|
2003-10-16 00:21:42 +00:00 |
Steven Edwards
|
c3c0c56c78
|
- Split Win16/32 file dialogs.
- Remove support for Win16 style'd Win32 dialogs.
|
2003-10-16 00:16:40 +00:00 |
Alexandre Julliard
|
a167c3bb68
|
Get rid of the memory allocation macros, use real functions instead.
|
2003-10-15 21:14:08 +00:00 |
Alexandre Julliard
|
65f7ce21d5
|
Fixed cut&paste error.
|
2003-10-15 21:02:53 +00:00 |
Adam Gundy
|
c2d90611f6
|
Only send TVN_ITEMEXPANDING for items marked as having children.
|
2003-10-15 21:01:54 +00:00 |
Oleg Prokhorov
|
cf8b84c19f
|
Another portion of HeapReAlloc fixes.
|
2003-10-15 21:01:05 +00:00 |
Jon Griffiths
|
8c4ef67452
|
Implemented FoldStringW.
|
2003-10-15 20:57:49 +00:00 |
Jon Griffiths
|
bf1df18292
|
Added string folding support.
|
2003-10-15 20:52:28 +00:00 |
Marcus Meissner
|
b1b1e297ef
|
Specify fourcc codes for encodings directly, instead of using changing
enum names.
|
2003-10-15 20:51:22 +00:00 |
Gerald Pfeifer
|
d395f6260c
|
Remove unused variable commandSaveRegistry.
|
2003-10-15 20:50:56 +00:00 |
Dmitry Timoshkov
|
5376c868c9
|
Fix an obvious typo in call_hook_AtoW.
|
2003-10-15 20:50:38 +00:00 |
Jon Griffiths
|
cc83d9addc
|
Add resources for boolean strings in several languages.
|
2003-10-15 20:50:24 +00:00 |
Dimitrie O. Paun
|
fc551563ff
|
Merge win.ini/[mci extensions] into the registry.
|
2003-10-15 20:49:29 +00:00 |
Dimitrie O. Paun
|
19c36fe7c3
|
A few more keys extracted from the old documentation/shell32.
|
2003-10-15 20:49:06 +00:00 |
Dimitrie O. Paun
|
2a4d5dee1f
|
Remove out-of-band installation-und-konfiguration.german.
|
2003-10-15 20:48:42 +00:00 |
Alexandre Julliard
|
255b486ca7
|
Regroup the X11 header checks to reduce the size of the generated
configure a bit.
|
2003-10-15 04:09:55 +00:00 |
Alexandre Julliard
|
49a0224fb3
|
Get rid of the drive codepages and use CP_UNIXCP instead.
|
2003-10-15 03:47:53 +00:00 |
Daniel Marmier
|
f95be92d24
|
Fixed warnings with gcc option "-Wwrite-strings".
|
2003-10-15 03:35:54 +00:00 |
Dave Belanger
|
3156df8539
|
Get Wine to behave like Windows does when Bold and/or Italic is
specified in the typeface name argument to CreateFont.
|
2003-10-15 03:32:31 +00:00 |
Alex Pasadyn
|
8f174bc654
|
Check for Xrandr extension.
|
2003-10-15 03:28:04 +00:00 |
Alexandre Julliard
|
2937826866
|
Rewrote splitpath and wsplitpath to avoid modifying the path
separators.
|
2003-10-15 02:34:51 +00:00 |
Dave Belanger
|
2925d6ad17
|
Improved selection of freetype face charmap.
|
2003-10-15 02:33:55 +00:00 |
Dave Belanger
|
53f2e61e37
|
Implemented BitBlt, StretchBlt and SetDIBitsToDevice EMF driver
callbacks.
Cleaned up redundant code in EMFDRV_StretchDIBits.
|
2003-10-15 02:33:15 +00:00 |
Jon Griffiths
|
a02ce81082
|
Add generation of digit and compatability mapping tables.
Generate smaller mapping tables by merging overlaps.
|
2003-10-15 02:32:34 +00:00 |
Dave Belanger
|
aadf9efb86
|
In CreateDIBitmap, the fact that the bits init flag is set or not
doesn't have anything to do with the color state of the DIB.
|
2003-10-15 02:32:00 +00:00 |
Michal Janusz Miroslaw
|
f3ed10a246
|
Extend displays: now one can add displays active only in specified
function; displays now can be enabled/disabled like in gdb.
|
2003-10-14 20:25:16 +00:00 |
Alexandre Julliard
|
d004059538
|
Moved the 16-bit storage interfaces out of the exported headers.
|
2003-10-14 20:23:01 +00:00 |
Alexandre Julliard
|
a05696f37c
|
Removed the --dll option.
|
2003-10-14 20:21:28 +00:00 |
Dimitrie O. Paun
|
cd2ed0c9c1
|
Remove the default.dsl sheet -- the default is good enough.
|
2003-10-14 20:21:05 +00:00 |
Maxime Bellengé
|
5b99b3df29
|
- Implemented HEADER_SetBitmapMargin and HEADER_GetBitmapMargin.
- Get rid of some magic numbers in HEADER_DrawItem.
- Fixed the drawing of images from imagelist when the
HDF_BITMAP_ON_RIGHT flag is set.
|
2003-10-14 20:13:42 +00:00 |
Maxime Bellengé
|
8147ee1095
|
Only redraw the necessary area of the tab component and not the whole
component like windows does.
|
2003-10-14 20:12:05 +00:00 |
Maxime Bellengé
|
47d64a0459
|
Prevent a crash with a BadDrawable X error message with some MaskBlt
calls.
|
2003-10-14 20:11:36 +00:00 |
Gerald Pfeifer
|
fc60c1e195
|
Remove unused variable debug_channels.
|
2003-10-14 20:10:36 +00:00 |
Gerald Pfeifer
|
0974c154cb
|
Remove unused variables mdays, months, days, and DateStyle.
|
2003-10-14 20:10:16 +00:00 |
Dmitry Timoshkov
|
b27c09b25f
|
Fix Finnish keyboard layout to better match the XFree86 one.
|
2003-10-14 20:07:03 +00:00 |
Mike McCormack
|
4fcb06a5a9
|
Pass the correct lparam when calling PageDlgProcA's PageSetupHook for
WM_INITDIALOG.
|
2003-10-14 20:06:46 +00:00 |
Michael Günnewig
|
41d6b67c7f
|
Fixed usage of GlobaReAlloc.
|
2003-10-14 20:06:23 +00:00 |
Robert Reif
|
9d2e09851b
|
Free should not happen when still playing.
|
2003-10-14 20:05:42 +00:00 |