- 22 Feb, 2006 21 commits
-
-
Mike McCormack authored
-
Alexandre Julliard authored
since ImagePathName is not always set at that point.
-
Alexandre Julliard authored
and make it compatible with the way other options are stored.
-
Robert Shearman authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
to represent load order values. Added a special value for default load order so that we can handle it differently later on.
-
Alexandre Julliard authored
-
Huw Davies authored
FT_Module_Get_Flags existed briefly in freetype 2.2.0.rc1 but has now been replaced by FT_Get_TrueType_Engine_Type. There's no point in supporting an rc1 release, so this removes support for FT_Module_Get_Flags and adds support for FT_Get_TrueType_Engine_Type.
-
Mike McCormack authored
-
Jeff Latimer authored
-
Peter Beutner authored
It seems like the esp value (which is saved at [ebp-16]) is sometimes changed inside the catch handler so we end up with a bogus esp afterwards. To avoid that save it before calling the catch block.
-
Peter Beutner authored
Save in each nested frame a pointer to the original exception record. Only one refence in thread_data isn't enough when we have multiple nested frames.
-
Peter Beutner authored
Move handling of nested exceptions completely in the catch_function_nested_handler(). If a new exception was thrown inside a catch block destroy the old exception object, if it is a rethrow re-propagate the previous object.
-
Eric Pouech authored
- read strings from left to right (PathGetDriveNumberW) - don't access buffers before they are filled (SHGetPathFromIDListW) - fill buffers & variables on all paths (SHELL_FindExecutable) - handle error condition (unix_fs) - don't shoot in the blind for AW APIs (tests/shelllink.c)
-
Marco Timpano authored
-
Francois Gouget authored
Add some missing MAPI prototypes to mapi.h (spotted by winapi_check) and include it where they are implemented. Make mapi.h and mapix.h compatible. gcc does not like macros and prototypes to be redefined so this involved protecting against multiple definitions. Fix the MAPISendMail() implementation prototype.
-
Lei Zhang authored
Removed todo flag from affected FR_MATCHCASE tests.
-
Ulrich Czekalla authored
-
Ulrich Czekalla authored
-
Stefan Leichter authored
-
Alexandre Julliard authored
-
- 21 Feb, 2006 19 commits
-
-
Alexandre Julliard authored
-
Aric Stewart authored
Implement the DG_IMAGE/DAT_IMAGEMEMXFER/MSG_GET code path. Along with a number of corrections and improvements to allow the actual aquiring of images to succeed.
-
Huw Davies authored
-
Huw Davies authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
Find the proper modref in that case based on the dlopen handle.
-
Alexandre Julliard authored
This ensures that we never fixup imports twice on the same dll.
-
Alexandre Julliard authored
-
Alexandre Julliard authored
Fixed the startup_info signaled state to avoid blocking the parent process when the child crashes on startup.
-
Alexandre Julliard authored
when loadorder is set to builtin only.
-
Uwe Bonnes authored
-
Jason Green authored
-
Jeff Latimer authored
-
Jeff Latimer authored
The key function is to calculate the total of the ABC widths of the characters converted to gylphs by ScriptShape.
-
Jacek Caban authored
-
Roderick Colenbrander authored
Let the few existing parts which need the capabiliteis use the WineD3D capability structure (gl_info). This info structure contains next to 'flags' inidicating certain features also all GL/GLX functions pointers. Because D3D8 moves over to the wined3d gl_info structure all the gl prototypes in d3dcore_gl.h were unneeded and removed.
-
Lei Zhang authored
Fixed the cpMin/cpMax validation code for EM_FINDTEXT. Removed todo flag from affected EM_FINDTEXT tests.
-
James Hawkins authored
-
James Hawkins authored
-