- Nov 19, 2004
-
-
- Nov 10, 2004
-
-
-
- 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.
-
-
- Optimize WM_STYLECHANGED handler to only redraw when a CCS_* style is changed, like native.
-
-
- Nov 09, 2004
-
-
even when building wine without X11.
-
-
-
-
-
- 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
-
Partial implementation of GetThemeBackgroundRegion. Correct a few comments.
-
-
-
palette has been defined.
-
- Nov 08, 2004
-
-
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.
-
top border.
-
-
-
-
- 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
-
window size.
-
-
- enhance some loading logic between ELF/PE DLL pairs - removed unused indirect memory access function - get rid of some GCC generated symbols
-
- in backtrace, show at least module when no symbol is found - protect event parsing from command line (when no real number)
-
-
upper limit in GetSysColor() validation.
-
buttons.
-
-
- Nov 06, 2004
-
-
Alexandre Julliard authored
condition.
-
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.
-
-
-
-
-
-
-
- Nov 04, 2004
-
-