György 'Nog' Jeney [Thu, 3 Oct 2002 23:01:01 +0000 (23:01 +0000)]
Abort with error if the app uses our api to subclass and then theirs
then ours again.
Steve Lustbader [Thu, 3 Oct 2002 22:57:55 +0000 (22:57 +0000)]
Implemented GetDateFormatW.
Ove Kaaven [Thu, 3 Oct 2002 22:51:49 +0000 (22:51 +0000)]
Added UuidCreateNil, UuidEqual and UuidIsNil.
Alexandre Julliard [Thu, 3 Oct 2002 19:54:57 +0000 (19:54 +0000)]
Added process_id_t and thread_it_t types to the server interface
instead of using void*, and removed a number of type casts.
Alexandre Julliard [Thu, 3 Oct 2002 19:48:59 +0000 (19:48 +0000)]
Moved CreateBrushIndirect16 and CreateDIBPatternBrush16 to gdi16.c.
Alexandre Julliard [Thu, 3 Oct 2002 19:46:27 +0000 (19:46 +0000)]
Removed LPxxx handle types that don't exist under Windows.
Alexandre Julliard [Thu, 3 Oct 2002 19:43:10 +0000 (19:43 +0000)]
Removed error message that confuses users.
Alexandre Julliard [Thu, 3 Oct 2002 19:42:45 +0000 (19:42 +0000)]
Build tests with -DSTRICT.
Dimitrie O. Paun [Wed, 2 Oct 2002 23:53:04 +0000 (23:53 +0000)]
- Reorganize DrawItem.
- Unify text attribute selection between Draw{Sub,}Item.
- Usual cleanups, and simplifications.
Alexandre Julliard [Wed, 2 Oct 2002 23:49:30 +0000 (23:49 +0000)]
Added support for multiple object namespaces, and a bunch functions
for managing linked lists.
Alexandre Julliard [Wed, 2 Oct 2002 23:47:14 +0000 (23:47 +0000)]
Fixed GDI heap selector handling broken by previous change.
György 'Nog' Jeney [Wed, 2 Oct 2002 23:46:20 +0000 (23:46 +0000)]
Use the new Subclassing API.
Dimitrie O. Paun [Wed, 2 Oct 2002 23:45:50 +0000 (23:45 +0000)]
Fancy/optimized EnsureVisible method that eliminates flicker.
Minor cleanups.
György 'Nog' Jeney [Wed, 2 Oct 2002 20:01:01 +0000 (20:01 +0000)]
Implemented {G|S}etWindowSubClass, DefSubclassProc,
RemoveWindowSubclass.
Dimitrie O. Paun [Wed, 2 Oct 2002 19:59:55 +0000 (19:59 +0000)]
- Fix the subitem drawing code.
- A lot faster drawing in report mode.
- A great deal of cleanup, and simplifications.
Patrik Stridvall [Wed, 2 Oct 2002 19:58:27 +0000 (19:58 +0000)]
Added some more autogenerated tests.
Patrik Stridvall [Wed, 2 Oct 2002 19:54:14 +0000 (19:54 +0000)]
- Minor improvements.
- Added tests for GDI and USER.
György 'Nog' Jeney [Wed, 2 Oct 2002 19:46:45 +0000 (19:46 +0000)]
Added a couple of defines.
Dimitrie O. Paun [Wed, 2 Oct 2002 19:45:48 +0000 (19:45 +0000)]
Fix Validate{Rect,Rgn} prototypes.
Alexandre Julliard [Wed, 2 Oct 2002 18:50:09 +0000 (18:50 +0000)]
Preliminary support for dumping NE binaries.
Dimitrie O. Paun [Wed, 2 Oct 2002 18:38:11 +0000 (18:38 +0000)]
- Fix the state icon handling.
- Fix handling of new image lists.
- Small cleanups.
Alexandre Julliard [Wed, 2 Oct 2002 18:34:58 +0000 (18:34 +0000)]
except_handler3: Set correct %ebp when calling exception filter.
Alexandre Julliard [Wed, 2 Oct 2002 18:33:53 +0000 (18:33 +0000)]
Enable anti-aliasing for all font sizes.
Greg Turner [Wed, 2 Oct 2002 18:33:21 +0000 (18:33 +0000)]
CreateDC: handle (nil, <string>, ...) gracefully if no driver found.
Dimitrie O. Paun [Wed, 2 Oct 2002 18:32:08 +0000 (18:32 +0000)]
- Rework the {Insert,Delete}Column functions.
- Drawing optimizations when adding/removing columns.
- More cleanups, and simplifications.
Alexandre Julliard [Wed, 2 Oct 2002 02:36:20 +0000 (02:36 +0000)]
Make sure things still work if 16-bit dlls cannot be loaded.
Alexandre Julliard [Wed, 2 Oct 2002 02:34:09 +0000 (02:34 +0000)]
Added --disable-win16 configure option.
Alexandre Julliard [Wed, 2 Oct 2002 01:34:17 +0000 (01:34 +0000)]
Fixed warnings.
Alexandre Julliard [Wed, 2 Oct 2002 01:29:22 +0000 (01:29 +0000)]
Added EUC-JP encoding as codepage 20932 (with the help of Aric
Stewart).
Patrik Stridvall [Wed, 2 Oct 2002 01:24:27 +0000 (01:24 +0000)]
Fixed some issues found by winapi_check.
Patrik Stridvall [Wed, 2 Oct 2002 01:23:55 +0000 (01:23 +0000)]
- API file update.
- Minor bug fixes.
Patrik Stridvall [Wed, 2 Oct 2002 01:23:33 +0000 (01:23 +0000)]
Added some more useful macros.
Alexandre Julliard [Tue, 1 Oct 2002 18:16:19 +0000 (18:16 +0000)]
Moved X flags and libraries out of Make.rules into the makefiles that
need them.
Alexandre Julliard [Tue, 1 Oct 2002 18:14:04 +0000 (18:14 +0000)]
Use correct 16-bit resources to avoid warnings.
Francois Gouget [Tue, 1 Oct 2002 18:13:09 +0000 (18:13 +0000)]
Update documentation of how to invoke winedbg.
Patrik Stridvall [Tue, 1 Oct 2002 18:11:47 +0000 (18:11 +0000)]
Added new autogenerated test for data structure packing.
Patrik Stridvall [Tue, 1 Oct 2002 18:10:54 +0000 (18:10 +0000)]
- Added a new tool winapi_test for generating tests.
- Added a data structure packing test to winapi_test.
- Reorganized and optimized a few things.
Patrik Stridvall [Tue, 1 Oct 2002 18:07:37 +0000 (18:07 +0000)]
Added a GNU C implementation of some of the DECLSPEC_ macros and used
them wherever possible.
Dimitrie O. Paun [Tue, 1 Oct 2002 18:06:15 +0000 (18:06 +0000)]
- Fix LIST mode, broken by previous changes.
- Implement GetItemRect in terms of GetItemMeasurements.
- Improvements in debug traces.
- Many bug fixes, compelete implementation for GetItemMeasurements.
- Lots of code cleanups, simplifications.
- Documentation updates.
Jeff Smith [Mon, 30 Sep 2002 19:01:20 +0000 (19:01 +0000)]
PathIsExe: corrected and added executable types.
Guy L. Albertelli [Mon, 30 Sep 2002 18:52:52 +0000 (18:52 +0000)]
- The TTM_ message needed to be in correct order.
- Added TTM_GETBUBBLESIZE.
Paul Rupe [Mon, 30 Sep 2002 18:52:33 +0000 (18:52 +0000)]
Prevent crash when listview trace logging is on.
Christian Costa [Mon, 30 Sep 2002 18:52:06 +0000 (18:52 +0000)]
Implement SwapTextureHandles method.
György 'Nog' Jeney [Mon, 30 Sep 2002 18:51:33 +0000 (18:51 +0000)]
Define SNDMSG.
Greg Turner [Sun, 29 Sep 2002 18:35:31 +0000 (18:35 +0000)]
Attempt at handling 'k' and 'B' symbols.
Guy Albertelli [Sun, 29 Sep 2002 18:34:51 +0000 (18:34 +0000)]
- Eliminate extra background fills.
- Eliminate bogus error messages.
Alexandre Julliard [Sun, 29 Sep 2002 18:21:06 +0000 (18:21 +0000)]
Fixed a couple of bugs in the debugger startup.
Alexandre Julliard [Sun, 29 Sep 2002 18:07:25 +0000 (18:07 +0000)]
Don't build d3d8 if we don't have OpenGL support.
Alexandre Julliard [Sun, 29 Sep 2002 18:05:32 +0000 (18:05 +0000)]
Added check for OpenGL.
György 'Nog' Jeney [Sun, 29 Sep 2002 18:04:55 +0000 (18:04 +0000)]
Added {G|S}etWindowLongPtr.
György 'Nog' Jeney [Sun, 29 Sep 2002 18:04:15 +0000 (18:04 +0000)]
Initial implementation of custom control header.
Jukka Heinonen [Sun, 29 Sep 2002 18:02:40 +0000 (18:02 +0000)]
Use correct check to see if xserver supports xvidmode.
Dimitrie O. Paun [Sun, 29 Sep 2002 18:02:21 +0000 (18:02 +0000)]
- Cache GWL_STYLE, to avoid fetching in virtually every function.
- Separate GetOrigin from GetAllMeasures as it is item independent,
and rename function to reflect the change.
- Small cleanups.
Ove Kaaven [Sun, 29 Sep 2002 18:01:33 +0000 (18:01 +0000)]
Fix for soundcards that can't do 8-bit audio, only 16-bit (also
checked for soundcards that can't do stereo while I was at it).
Christian Costa [Sun, 29 Sep 2002 18:01:13 +0000 (18:01 +0000)]
execute: Activate the viewport passed as parameter when executing
buffer.
Christian Costa [Sun, 29 Sep 2002 18:00:43 +0000 (18:00 +0000)]
Implement IDirect3DViewport2_DeleteLight.
Jukka Heinonen [Sun, 29 Sep 2002 18:00:23 +0000 (18:00 +0000)]
Functions sscanf and swscanf now expect strings to be terminated with
null (0) instead of EOF (-1).
Bill Medland [Sun, 29 Sep 2002 17:59:58 +0000 (17:59 +0000)]
Minor typo fix.
Dimitrie O. Paun [Fri, 27 Sep 2002 22:47:00 +0000 (22:47 +0000)]
Remove item from the list, if we fail to initialize it at insert
time.
Jason Edmeades [Fri, 27 Sep 2002 22:46:16 +0000 (22:46 +0000)]
Initial D3D8 implementation.
Alexandre Julliard [Fri, 27 Sep 2002 22:45:20 +0000 (22:45 +0000)]
Fixed nameless union/struct declaration.
Bill Medland [Fri, 27 Sep 2002 22:07:40 +0000 (22:07 +0000)]
Expanded the "Linux Libraries as Dlls" winelib section and brought it
up to date.
Francois Gouget [Fri, 27 Sep 2002 22:06:56 +0000 (22:06 +0000)]
Updated the wrapper code to match the new naming executable and
library conventions.
Executables don't need spec files.
Removed unused code.
Chris Morgan [Fri, 27 Sep 2002 22:05:23 +0000 (22:05 +0000)]
Added stubs for HttpEndRequestA/W, InternetReadFileExA/W,
SetUrlCacheEntryGroup, CreateUrlCacheGroup, DeleteUrlCacheGroup.
Michael Stefaniuc [Fri, 27 Sep 2002 22:04:54 +0000 (22:04 +0000)]
Moved some 16-bit functions from windows/cursoricon.c to
dlls/user/user16.c.
György 'Nog' Jeney [Fri, 27 Sep 2002 22:03:44 +0000 (22:03 +0000)]
Check for an empty string in DOSFS_FindNextEx to avoid an unnecessary
failure.
Dimitrie O. Paun [Fri, 27 Sep 2002 22:02:16 +0000 (22:02 +0000)]
- Fix crashes in debug mode.
- Fix some focus rectangle problems.
- Better debugging output.
- More cleanups.
Christian Costa [Fri, 27 Sep 2002 22:01:28 +0000 (22:01 +0000)]
Remove wrong and useless transformation of z projected coordinates.
Add normals world transformation.
Christian Costa [Fri, 27 Sep 2002 22:01:12 +0000 (22:01 +0000)]
Fix devices creation broken code. Now, the display and the drawable
are retrieve through GDI escape sequences and stored in the private
data. Add desallocation of the device private data.
György 'Nog' Jeney [Fri, 27 Sep 2002 22:00:41 +0000 (22:00 +0000)]
Split the 16-bit funcitons into a seperate file.
Alexandre Julliard [Thu, 26 Sep 2002 03:23:13 +0000 (03:23 +0000)]
Fixed X11 error code mismatch and removed debugging output.
Greg Turner [Thu, 26 Sep 2002 03:21:54 +0000 (03:21 +0000)]
- fixed up some semantic misunderstandings using the helpful advice of
Rein Klazes
- added SO_SNDTIMEO support
- added ifdef's for consistency with rest of socket.c
Francois Gouget [Thu, 26 Sep 2002 03:20:59 +0000 (03:20 +0000)]
Bring the naming of libraries and executable up to current standards.
Install dlls and executables in dlldir.
It is no longer necessary to import ntdll.dll.
Christian Costa [Thu, 26 Sep 2002 03:20:35 +0000 (03:20 +0000)]
Added desallocation of the viewport private data.
Christian Costa [Thu, 26 Sep 2002 03:20:23 +0000 (03:20 +0000)]
Added allocation/desallocation of the light private data.
Christian Costa [Thu, 26 Sep 2002 03:20:07 +0000 (03:20 +0000)]
Enable creation of our OpenGL Direct3D device from a surface used as
rendering target.
Enable creation of a texture from a surface.
Alexandre Julliard [Wed, 25 Sep 2002 03:29:55 +0000 (03:29 +0000)]
Moved ts_xlib.c into x11drv and removed libwine_tsx11.
Alexandre Julliard [Wed, 25 Sep 2002 03:25:43 +0000 (03:25 +0000)]
Added missing WIN_ReleasePtr (spotted by Dmitry Timoshkov).
Dimitrie O. Paun [Wed, 25 Sep 2002 03:24:53 +0000 (03:24 +0000)]
- Stop passing hwnd around when we're passing EDITSTATE.
- Merge the non-obsolete bits of EDIT.TODO into edit.c.
- Some cleanups, and simplifications.
Paul Rupe [Wed, 25 Sep 2002 03:20:01 +0000 (03:20 +0000)]
- Initialize memory to prevent crashes when -debugmsg +listview is on.
- Fix various array bounds related errors.
Paul Rupe [Wed, 25 Sep 2002 03:19:24 +0000 (03:19 +0000)]
Resize dynamic pointer array more carefully when adding new entries.
Christian Costa [Wed, 25 Sep 2002 03:18:38 +0000 (03:18 +0000)]
Added support for POINT, WIREFRAME and SOLID fill modes.
Christian Costa [Wed, 25 Sep 2002 03:18:17 +0000 (03:18 +0000)]
IDirect3DTexture2Impl_Load: when the surface is not allocated and no
location are specified, set it to video memory.
Alexandre Julliard [Wed, 25 Sep 2002 00:29:56 +0000 (00:29 +0000)]
Import wine_tsx11_lock/unlock directly from x11drv in opengl32 and
ddraw, so that they don't need to link with libwine_tsx11.
Removed header wine_gl.h.
Alexandre Julliard [Wed, 25 Sep 2002 00:21:56 +0000 (00:21 +0000)]
Fixed a number of bugs in the handling of window parent and owner and
added a regression test (based on the work of Bill Medland).
Dimitrie O. Paun [Wed, 25 Sep 2002 00:16:52 +0000 (00:16 +0000)]
By default, we should use our own dlls.
Greg Turner [Wed, 25 Sep 2002 00:15:43 +0000 (00:15 +0000)]
Accept time_t argument in WS_setsockopt/WS_SO_RCVTIMEO; translate to
struct timeval for edification of setsockopt.
Alexandre Julliard [Tue, 24 Sep 2002 18:36:51 +0000 (18:36 +0000)]
Removed some more TSX11 functions and files.
Patrik Stridvall [Tue, 24 Sep 2002 18:29:39 +0000 (18:29 +0000)]
Fixed some issues found by winapi_check.
Patrik Stridvall [Tue, 24 Sep 2002 18:27:47 +0000 (18:27 +0000)]
- Don't add standard headers for the dll separation hacks.
- API files update.
Guy L. Albertelli [Tue, 24 Sep 2002 18:27:21 +0000 (18:27 +0000)]
- Localize origin, location, and rectangle computation.
- Support state icons in LVS_ICON style.
- Draw only items that are in the clip box.
- Draw non-selected items first then the selected ones because large
icons may overlap each other.
- Correct invalidation rectangles for items.
- Correct drawing of large icons.
- Eliminate divide by zero cases in scrolling.
- Invalidate selected items prior to setting window losing focus.
Dimitrie O. Paun [Tue, 24 Sep 2002 18:26:42 +0000 (18:26 +0000)]
Small cleanups, updated documentation.
Alexandre Julliard [Tue, 24 Sep 2002 03:59:08 +0000 (03:59 +0000)]
Fixed #endif.
Alexandre Julliard [Tue, 24 Sep 2002 03:17:31 +0000 (03:17 +0000)]
Removed a bunch of no longer used TSX wrappers.
Patrik Stridvall [Tue, 24 Sep 2002 03:09:50 +0000 (03:09 +0000)]
Fixed some issues found by winapi_check.
Michael Stefaniuc [Tue, 24 Sep 2002 03:09:12 +0000 (03:09 +0000)]
Convert HKEY to a void*.
Patrik Stridvall [Tue, 24 Sep 2002 03:07:38 +0000 (03:07 +0000)]
- Added support for %struct16 (used by CLSID).
- API files update.
Raul Dias [Tue, 24 Sep 2002 03:07:17 +0000 (03:07 +0000)]
Added new "GlobalRegistryDir" option.
Patrick J. McNerthney [Tue, 24 Sep 2002 03:05:59 +0000 (03:05 +0000)]
Removed the #undef of WS_DEFINE_SELECT so that select is in fact
defined.
Fixed if statement in __WS_FD_SET2 which used a = where a == is
needed, in additition the if did not have its outer set of
parenthesis.
Removed parentheses around type to be cast in __WS_FD_SET macro.
Removed WS macro usage from within other macros because the WS macro
is undefined when these macros are expanded.
Added WINAPI attributee to select definition.
Patrick J. McNerthney [Tue, 24 Sep 2002 03:04:45 +0000 (03:04 +0000)]
Added casts to all macros to avoid compiler warnings.