- 10 Nov, 2004 4 commits
-
-
Jason Edmeades authored
- Change QueryServiceObjectSecurity so it initializes the ACL with a null DACL, and return as though it worked. - Changed QueryServiceStatus to tell if the service is running by the presence of some named shared storage - copied from StartService when it checks to see if its already running.
-
James Hawkins authored
-
Robert Shearman authored
- Optimize WM_STYLECHANGED handler to only redraw when a CCS_* style is changed, like native.
-
Michael Jung authored
-
- 09 Nov, 2004 10 commits
-
-
Rein Klazes authored
even when building wine without X11.
-
Hamish authored
-
Stefan Leichter authored
-
Stefan Leichter authored
-
Robert Reif authored
-
Dmitry Timoshkov authored
- in UDM_SETACCEL handler do not forget to update number of accelerators - update arrows info in WM_LBUTTONDOWN as well as in WM_MOUSEMOVE - use accelerators in WM_LBUTTONDOWN handler
-
Kevin Koltzau authored
Partial implementation of GetThemeBackgroundRegion. Correct a few comments.
-
Kevin Koltzau authored
-
Kevin Koltzau authored
-
Walt Ogburn authored
palette has been defined.
-
- 08 Nov, 2004 14 commits
-
-
Robert Shearman authored
places where it was used. - Remove a load of useless NULL infoPtr checks. - Hardcode the default padding like native instead of using a wacky formula. - Replace some tabs with spaces and remove NMHDR casts.
-
William Poetra Yoga H authored
top border.
-
William Poetra Yoga H authored
-
Eric Pouech authored
-
Eric Pouech authored
-
Vitaliy Margolen authored
- single-line edit control does not want all messages - additional style combinations are possible for both multi-line and single-line edit controls - tests to confirm it
-
Dmitry Timoshkov authored
window size.
-
Hans Leidekker authored
-
Eric Pouech authored
- enhance some loading logic between ELF/PE DLL pairs - removed unused indirect memory access function - get rid of some GCC generated symbols
-
Eric Pouech authored
- in backtrace, show at least module when no symbol is found - protect event parsing from command line (when no real number)
-
Walt Ogburn authored
-
William Poetra Yoga H authored
upper limit in GetSysColor() validation.
-
William Poetra Yoga H authored
buttons.
-
Rémi Assailly authored
-
- 06 Nov, 2004 8 commits
-
-
Alexandre Julliard authored
condition.
-
Rein Klazes authored
structure. Instead return error when it is given an unormalized date. - Use better algorithms for RtlTimeToTimeFields and RtlTimeFieldsToTime. RtlTimeToTimeFields is about 3 times faster. - Add tests for RtlTimeFieldsToTime. - SystemTimeToFileTime must fail if RtlTimeFieldsToTime fails. Users of SystemTimeToFileTime must do likewise. - Remove a todo_wine from SystemTimeToFileTime tests. - Since msvcrt.mktime must accept unnormalized dates, it cannot use SystemTimeToFileTime and do the calculations itself. - Add some tests for mktime accepting unnormalized dates.
-
Mike Hearn authored
-
Robert Shearman authored
-
Gerald Pfeifer authored
-
Mike Hearn authored
-
Robert Shearman authored
-
Robert Shearman authored
-
- 04 Nov, 2004 4 commits
-
-
Michael Jung authored
-
Mike Hearn authored
-
Dmitry Timoshkov authored
-
Hans Leidekker authored
Add tests for WSAAddressToString{A,W} and WSAStringToAddress{A,W}. Add TRACEs to WSAStringToAddress{A,W}.
-