- 26 Jan, 2006 4 commits
-
-
Phil Krylov authored
-
Hans Leidekker authored
-
Hans Leidekker authored
-
Mike McCormack authored
-
- 25 Jan, 2006 14 commits
-
-
Vitaliy Margolen authored
Add a few tests for this.
-
Alexandre Julliard authored
by Mike McCormack).
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Mike Frysinger authored
-
Robert Reif authored
-
Jacek Caban authored
-
Jacek Caban authored
-
Michael Kaufmann authored
- Stretch bitmaps and icons to the whole control size if SS_CENTERIMAGE is absent - Draw the background of centered bitmaps and icons with the background brush (like Windows XP for applications with a manifest)
-
Michael Kaufmann authored
-
Juan Lang authored
- remove restriction of one IP address per interface - remove dead code, and make static functions that can be - update comments and copyright notice
-
Hans Leidekker authored
registered for itself.
-
- 24 Jan, 2006 22 commits
-
-
Alexandre Julliard authored
instead of the base.
-
Huw Davies authored
-
Mike McCormack authored
-
Alexandre Julliard authored
-
Dmitry Timoshkov authored
-
Alexandre Julliard authored
Make a copy instead of a link if the original file is writable.
-
Alexandre Julliard authored
-
Mike McCormack authored
Create a set_fd_user function. Update create_file() to use the above functions.
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
to the real libc functions instead.
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Juan Lang authored
- pass heap to allocate from directly to helper functions, instead of unnecessarily copying returned data - use public types rather than internal ones - make sure GetBestRoute doesn't return bogus matches
-
Robert Shearman authored
-
Robert Shearman authored
Correctly identify structures containing varying arrays as conformant varying structures.
-
Robert Shearman authored
Rename has_conformant_array to has_conformance, add a new variable has_variance and map has_conformant_string to has_conformance and has_variance. A conformant varying struct should be returned if just variance is present and even if no pointers are present.
-
Robert Shearman authored
-
Robert Shearman authored
Conformant arrays should cause a size of 0 to be returned from type_memsize.
-
Robert Shearman authored
-
Robert Shearman authored
Fix detection of conformant arrays and output an error if the array isn't at the end of the structure.
-
Robert Shearman authored
-