- Aug 10, 2001
-
-
- Aug 09, 2001
-
-
conversions to global atoms - enhanced internal handle <=> pointer conversions, as well as validity of such objects (life time, destruction, mutual access...) - fixed a few ANSI/Unicode issues, stores most of the data as Unicode - started having both Ansi/Unicode DDE window procs for message A/W transformation - fixed a few segmented pointer issues (mainly in DdeInitialize & DdeGetData) - added most of the CBF_ flags handling - implemented the conversation announcement (XTYP_CONNECT_CONFIRM) on server side - enhanced DdeQueryConfig and implemented DdeReconnect - implemented conversation termination (including XTYP_UNREGISTER) - several others code clean up - added transaction support on server side too
-
-
-
-
-
- More reorganizations and fixes.
-
Alexandre Julliard authored
-
Alexandre Julliard authored
Fixed InterlockedCompareExchange prototype.
-
-
-
-
- Aug 08, 2001
-
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
-
-
- Aug 07, 2001
-
-
-
-
-
Alexandre Julliard authored
Implemented inter-process messaging. Moved most message routines to dlls/user, and split off 16-bit routines to a separate file.
-
- Aug 06, 2001
-
-
Added support for loading JPEG, Bitmap and Icons from persistant streams. Implemented JPEG support using libjpeg, added necessary configure.in options. Added IConnectionPoint style notifications to the IPicture iface. Implemented several of the stubs already there, added some more.
-
made sure that we have keyboard focus when using DirectX.
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Enhanced process & thread display with process name.
-
-
-
-
-
Fixed buffer len passing to snprintf().
-
- Aug 03, 2001
-
-
twice.
-
-
-
exist.
-
-
-
message. - Organize WM_NOTIFY processing in preparation for Unicode - Implement TBN_GETDISPINFO and I_IMAGECALLBACK for bitmaps. - Implement drawing of separator for TBSTYLE_DROPDOWN similar to native. - Change drawing of buttons to support TBSTYLE_LIST and make match native pixel layout (with and without bitmaps). - Change TOOLBAR_MeasureString to measure with DrawText like native. This eliminates extra space due to prefix char ("&"). - Speed up TOOLBAR_CalcStrings by doing the HDC and FONT selection once. - Change calc of buttons to match drawing for TBSTYLE_LIST and separators.
-