gdi32: IntersectClipRect should update actual clipping region for a EMF DC.
[wine] / libs / wine / port.c
2013-01-16  André Hentschellibwine: Implemented the wine_call_on_stack function...
2012-04-30  André Hentschellibwine: Always use Thumb instructions on ARM.
2012-04-09  André Hentschellibwine: Add thumb support.
2011-01-17  Alexandre Julliardlibwine: Remove redundant wine_switch_to_stack implemen...
2011-01-17  André Hentschellibwine: Implemented the call_on_stack function for...
2010-09-21  André Hentschelbuild-env: Don't use 'exchange instruction set' instruc...
2010-09-20  André Hentschellibs/wine: Fix ARM support.
2010-04-12  Alexandre Julliardlibwine: Make cfi annotations optional for x86_64.
2009-10-02  André Hentschellibwine: Implemented the call_on_stack function for...
2009-07-06  Alexandre Julliardinclude: Get rid of the no longer used wine/pthread.h.
2009-06-25  Alexandre Julliardlibwine: Add call frame annotations in x86 assembly...
2009-06-16  Alexandre Julliardlibwine: Add unwind annotations to the stack switching...
2009-05-18  Gerald Pfeiferlibwine: Remove redundant prototype for wine_call_on_st...
2008-06-02  Simon Richterlibwine: Fix wine_switch_to_stack on ppc.
2008-06-02  Simon Richterlibwine: Implement wine_call_on_stack for ppc.
2008-03-26  Alexandre Julliardlibwine: Added a wine_call_on_stack function.
2007-01-17  Joel ParkerRemove redundant semicolons for ANSI compatibility.
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2005-11-23  Alexandre JulliardPreserve 16-byte stack alignment in the various assembly
2005-09-08  Alexandre JulliardImplemented wine_switch_to_stack for x86_64.
2005-09-03  Alexandre JulliardUse explicit function pointers for pthread support...
2004-11-22  Eric FriasFix Sparc assembly code in wine_switch_to_stack.
2004-10-11  Vincent BéronImplement interlocked* and wine_switch_to_stack for...
2004-05-25  Emmanuel MaillardAdjust stack pointer in wine_switch_to_stack to prevent...
2004-05-25  Alexandre JulliardAdded support for managing reserved memory areas in...
2004-02-05  Alexandre JulliardFixed a couple of race conditions in the wine_pthread...
2003-11-27  Alexandre JulliardPorting fixes.
2003-11-22  Alexandre JulliardCreate a huge array in bss to reserve the memory area...
2003-11-09  Alexandre JulliardMoved the remaining SYSDEPS_* functions to the wine_pth...
2003-11-05  Alexandre JulliardAdded wine_pthread_create_thread and wine_pthread_exit_...
2003-10-14  Alexandre JulliardAdded check for pthread.h (reported by Steven Edwards).
2003-10-10  Alexandre JulliardAdded placeholders for wine_pthread_init_process and
2003-08-29  Alexandre JulliardExport SYSDEPS_SwitchToThreadStack() functionality...