Rein Klazes
|
1c5671df07
|
Multi column popup menus have 4 pixel space between the columns. With
conformance test.
|
2005-05-10 13:17:33 +00:00 |
Robert Reif
|
2095f66d44
|
Fix joystick crash when a button guid is specified in the data
format.
Add some parameter checking.
|
2005-05-10 13:17:03 +00:00 |
Paul Vriens
|
7464134919
|
Added SystemHandleInformation tests.
Removed HeapAlloc in test_basic.
Renamed test_basic to test_query_basic.
|
2005-05-10 13:16:36 +00:00 |
Paul Vriens
|
d5f92eb50c
|
Added (stubbed) SystemHandleInformation.
Sorted the list.
|
2005-05-10 13:15:58 +00:00 |
Paul Vriens
|
219bff0f29
|
Changed SystemHandleList into SystemHandleInformation
Unknown18 is now SystemPageFileInformation
Some consistency (added numbers to the definitions).
|
2005-05-10 13:15:41 +00:00 |
Raphael Junqueira
|
0d8cf03809
|
Fix allocated buffer size to avoid buffer overflow.
|
2005-05-10 13:15:12 +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 |
Juan Lang
|
ffebbae54f
|
Fix FILETIME to match winbase.h on big-endian machines.
|
2005-05-10 08:28:37 +00:00 |
Juan Lang
|
2439b5fdda
|
Fixes to IShellFolder::GetAttributesOf implementations, spotted by
silverblade_:
- a count of zero is allowed to GetAttributesOf if apidl is NULL
- SFGAO_VALIDATE must be cleared upon return
|
2005-05-10 08:28:11 +00:00 |
|
f438056b5d
|
Interpret %% correctly in printf format string.
|
2005-05-10 08:27:38 +00:00 |
Mike Hearn
|
25abe7c537
|
Fix SHELL_GetPathFromIDList[AW] to return the desktop path given an
empty PIDL.
|
2005-05-10 08:27:23 +00:00 |
Juan Lang
|
ac0ba1a241
|
Partially implement AppSearch for RegLocator-type searches.
|
2005-05-10 08:27:00 +00:00 |
Raphael Junqueira
|
075f8cfe8f
|
Fix X11DRV_ChoosePixelFormat to choose 24 bpp as 32 bpp for depth
buffers (needed as many X11 drivers only support 24bpp).
|
2005-05-10 08:26:08 +00:00 |
Juan Lang
|
5e1b41854c
|
Added Irish Summer Time.
|
2005-05-10 08:25:30 +00:00 |
Aric Stewart
|
fa468e64d5
|
Fix a few leaking object handles.
|
2005-05-09 19:33:50 +00:00 |
Michael Jung
|
9f50a88ff1
|
Detect drive letters, which have to have a backslash appended, in a
more robust way.
|
2005-05-09 19:33:24 +00:00 |
Michael Jung
|
ea3793b79d
|
Support folder relative paths in UnixFolders' ParseDisplayName
method.
|
2005-05-09 19:33:01 +00:00 |
Daniel Lund
|
a87d8a3db9
|
Added D3DDEVCAPS_HWRASTERIZATION to the DevCaps for scene
rasterization. Allows GuildWars to start.
|
2005-05-09 19:32:49 +00:00 |
Andreas Mohr
|
51198f8eb6
|
Fix for CommConfigDialog*() hwnd argument.
|
2005-05-09 19:32:33 +00:00 |
Paul Vriens
|
64a44a45c1
|
Remove HANDLEINFO struct.
Add SYSTEM_HANDLE_INFORMATION and SYSTEM_HANDLE_ENTRY structs.
|
2005-05-09 19:32:04 +00:00 |
Aric Cyr
|
d7d1101d31
|
Fix WGL_ACCELERATION_ARB queries from applications.
|
2005-05-09 19:31:33 +00:00 |
Eric Pouech
|
0198255ba9
|
Some fixes on async shutdown.
|
2005-05-09 19:31:19 +00:00 |
Francois Gouget
|
5f0031eb3b
|
Define GLX_SAMPLE_BUFFERS_ARB and GLX_SAMPLES_ARB if they were not
defined by the OpenGL headers.
|
2005-05-09 19:30:53 +00:00 |
Alexandre Julliard
|
34fa35dc99
|
Added rules for building import libraries in the individual dll
makefiles, and added support for building a .def.a static import
library too.
|
2005-05-09 14:42:30 +00:00 |
Alexandre Julliard
|
61d01e6a3e
|
For each imported dll, check if there is a static library with the
same base name as the import library, and if yes add it to the library
list.
|
2005-05-09 14:38:06 +00:00 |
Paul Vriens
|
424cc2a0a2
|
Remove the not used PROCESS_INFO struct.
|
2005-05-09 14:35:14 +00:00 |
James Hawkins
|
d6eb30d289
|
Use a listview instead of a listbox for drives list.
|
2005-05-09 14:34:56 +00:00 |
Laurent Blume
|
a79b48ebb8
|
Replace the test of the which command for type command to get similar
behaviour on all OSes.
|
2005-05-09 09:28:05 +00:00 |
Juan Lang
|
4d1562495d
|
Correct/improve error checking in IPropertyStorage.
|
2005-05-09 09:26:43 +00:00 |
Michael Stefaniuc
|
d40517cb18
|
Change the type of 1 bit wide bitfields to unsigned.
|
2005-05-09 09:26:28 +00:00 |
Michael Jung
|
3a117bccd8
|
Always pass fully qualified paths to stat system call.
|
2005-05-09 09:26:02 +00:00 |
Eric Pouech
|
f479eef986
|
Fixed a wrong ops when creating named pipe client.
|
2005-05-09 09:25:45 +00:00 |
Huw Davies
|
da13552c55
|
It makes no sense to have a left pointing arrow as the desktop icon.
Replace it with something more appropiate.
|
2005-05-09 09:25:28 +00:00 |
Lionel Ulmer
|
233b5f5b80
|
- Windows reports 0x80 on pressed buttons not 0xFF
- trace the events reported to the application
|
2005-05-09 09:24:34 +00:00 |
Felix Nawothnig
|
4899a50056
|
Implemented WM_ENABLE.
|
2005-05-09 09:24:05 +00:00 |
Robert Reif
|
70fe39e42c
|
Remove dead code and redundant variables from DSOUND_CalcPlayPosition
and callers.
|
2005-05-09 09:23:54 +00:00 |
Henning Gerhardt
|
86f63cfef8
|
Update German resource files.
|
2005-05-09 09:23:29 +00:00 |
Alexandre Julliard
|
c0d2377565
|
Removed no longer used support for 32-bit register entry points.
|
2005-05-07 18:47:22 +00:00 |
William Poetra Yoga H
|
a83c19f48c
|
Support building man pages outside of the source directory.
|
2005-05-07 18:39:05 +00:00 |
Alexandre Julliard
|
2c7a248055
|
Converted all the kernel32 register functions to the
DEFINE_REGS_ENTRYPOINT mechanism.
|
2005-05-07 18:25:51 +00:00 |
Rolf Kalbermatter
|
84e00d4804
|
Implement ICaptureGraphBuilder and IcaptureGraphBuilder2 based on
Maarten Lankhorst's patch.
|
2005-05-07 18:18:39 +00:00 |
Alexandre Julliard
|
26050b49d5
|
Prefix the internal name of all register functions with __regs_ for
better consistency and to make automated checking possible.
|
2005-05-07 18:10:30 +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 |
Rolf Kalbermatter
|
836b7df693
|
Implement DLL registering and unregistering functions, class factory
and server locking based on how it is done with DirectX samples.
|
2005-05-07 18:00:33 +00:00 |
Rein Klazes
|
ce8c9426eb
|
Don't set the pen width to 1 in X11DRV_PolyLine.
|
2005-05-07 17:54:51 +00:00 |
Alexandre Julliard
|
c700f90e63
|
Use RaiseException instead of RtlRaiseException for delayed entry
points load failure to avoid creating a dependency on ntdll.
|
2005-05-07 15:06:30 +00:00 |
Alexandre Julliard
|
90af05f060
|
Treat 0xffff the same as 0 for the handle generation field to avoid
sign extension problems.
|
2005-05-07 15:03:00 +00:00 |
Robert Lunnon
|
c0cb4d352b
|
Implement futimes for Solaris using futimesat.
|
2005-05-07 14:53:38 +00:00 |