- 26 Dec, 2005 29 commits
-
-
Robert Shearman authored
-
Robert Shearman authored
-
Robert Shearman authored
accepting pointers.
-
Robert Shearman authored
interface has no methods.
-
Robert Shearman authored
-
Robert Shearman authored
Fixes several shift/reduce warnings.
-
Robert Shearman authored
Treat variables with array indices the same as pointers when writing out the proc & type format strings. Fix a typo when writing out the proc format string where a non-return type was written out for a return type and vice-versa.
-
Robert Shearman authored
-
Robert Shearman authored
typeformat strings for variables.
-
Robert Shearman authored
Only output the one function in the trace for ITypeInfo::Invoke. Process the return value on output in ITypeInfo::Invoke, but only copy it to pVarResult if pVarResult is not NULL.
-
Robert Shearman authored
-
Robert Shearman authored
Better tracing.
-
Robert Shearman authored
Move the debug channel check from dump_TLBFuncDesc[One] to its callers for more flexibility in which channel controls the output.
-
Jesse Allen authored
-
Jesse Allen authored
- Add pf_integer_conv and pf_is_integer_format. - Update pf_fill to handle printing the sign for signed integers. - Handle I64 integer sizes using pf_integer_conv and pf_output_format_A.
-
Jesse Allen authored
-
Jesse Allen authored
-
Rolf Kalbermatter authored
-
Jacek Caban authored
-
Alexander N. Sørnes authored
-
Jacek Caban authored
- Added support for URL_FILE_USE_PATHURL. - Fix handling of '/' and '\'.
-
Rolf Kalbermatter authored
-
Eric Pouech authored
- Now handling option SYMOPT_CASE_INSENSITIVE for symbol search. - Quick implementation of SymSearch on top of SymEnumSymbols (should be the other way around).
-
Maxime Bellengé authored
-
Robert Shearman authored
-
Dmitry Timoshkov authored
-
James Hawkins authored
- Make sure to create all the files used by the new tests. - Add a couple more SHFileOperation tests. - Fix some of the old tests.
-
Robert Reif authored
Misbehaving drivers can take a while to open so change to the hour glass cursor when opening them.
-
Ulrich Czekalla authored
According to MSDN AtlModuleInit should initialize the modules critical sections.
-
- 22 Dec, 2005 11 commits
-
-
Alexandre Julliard authored
-
Michael Jung authored
-
Alexandre Julliard authored
-
Dmitry Timoshkov authored
Rewrite asynchronous MCI_PLAY command handling in MCIAVI driver, make it more responsive to commands in the MCI_MODE_PLAY state by checking hStopEvent even if the time frame between frames has expired.
-
Ulrich Czekalla authored
-
Dmitry Timoshkov authored
-
Eric Pouech authored
-
Alexandre Julliard authored
-
Raphael Junqueira authored
Fix wgl regression: test glx server version and extensions to use (and not use glXQueryDrawable on older glx implementations).
-
James Hawkins authored
-
James Hawkins authored
-