April 2008 Archives by subject
Starting: Tue Apr 1 06:51:16 CDT 2008
Ending: Wed Apr 30 16:49:15 CDT 2008
Messages: 1283
- [PATCH] Download-deb.template: Add note about apt-get update
Austin English
- [PATCH] download.template: update Mandriva download info
Austin English
- [PATCH] website: add links to cvs web interface and documentation writing.
Lei Zhang
- [WineHQ][WWN] WWN 345
Zachary Goldberg
- Alam Arias : include: Fix wingdi. h to define AW version of wglUseFontBitmaps and wglUseFontOutlines.
Alexandre Julliard
- Alex Villacís Lasso : riched20: EM_SETTEXTEX supports RTF strings, with tests.
Alexandre Julliard
- Alex Villacís Lasso : riched20: Fix behavior of EM_REPLACESEL with painting disabled.
Alexandre Julliard
- Alex Villacís Lasso : riched20: Implement ignoring of last \par for EM_STREAMIN - 1.0 emulation.
Alexandre Julliard
- Alex Villacís Lasso : riched20: Implement ignoring of last \par for EM_STREAMIN.
Alexandre Julliard
- Alex Villacís Lasso : riched20: Reject RTF that is recognized as invalid.
Alexandre Julliard
- Alex Villacís Lasso : riched20: Yet more tests for EM_STREAMIN.
Alexandre Julliard
- Alex Villacís Lasso : riched32: Add more todo tests for CR and LF behavior for richedit 1.0.
Alexandre Julliard
- Alex Villacís Lasso : riched32: Implement a portion of suggested interpretation of CRLF handling for richedit 1 .0 emulation.
Alexandre Julliard
- Alex Villacís Lasso : richedit: Accept RTF stream that does not start with {\rtf1 in 1.0 emulation.
Alexandre Julliard
- Alex Villacís Lasso : richedit: Add support for encoding number of CR and LF contained within a line break .
Alexandre Julliard
- Alex Villacís Lasso : richedit: EM_STREAMIN tests for richedit 1.0 emulation.
Alexandre Julliard
- Alex Villacís Lasso : richedit: EM_STREAMIN tests for richedit 2.0.
Alexandre Julliard
- Alex Villacís Lasso : richedit: Fix modify step setting in EM_SETCHARFORMAT.
Alexandre Julliard
- Alex Villacís Lasso : richedit: Fixups to move over to reliance on CR and LF counters.
Alexandre Julliard
- Alex Villacís Lasso : richedit: Flip the big switch and encode actual CR and LF into end-of-paragraph runs .
Alexandre Julliard
- Alex Villacís Lasso : richedit: Implement rule that in 1.0 emulation, a single CR that terminates the text is NOT a line break.
Alexandre Julliard
- Alex Villacís Lasso : richedit: On failure to parse incoming text as RTF, EM_STREAMIN must set dwError to -16.
Alexandre Julliard
- Alex Villacís Lasso : richedit: Only notify selection change when selection has actually changed from previous notification .
Alexandre Julliard
- Alex Villacís Lasso : richedit: Paragraph may have multiple rows, which should possibly update nHeight.
Alexandre Julliard
- Alex Villacís Lasso : richedit: Private movement of cursors in text insertion should not cause WM_NOTIFY to be sent .
Alexandre Julliard
- Alex Villacís Lasso : richedit: Remove indication for bCRLF, now that ME_GetTextW() knows how to honor CR and LF counters.
Alexandre Julliard
- Alex Villacís Lasso : richedit: Remove reliance on bEmulateVersion10 for end-of-line handling in ME_InternalDeleteText .
Alexandre Julliard
- Alex Villacís Lasso : richedit: WM_SETTEXT - Clear modify step flag before any notifications can be sent.
Alexandre Julliard
- Alex Villacís Lasso : richedit: EM_GETLINE: honor CR and LF counters.
Alexandre Julliard
- Alex Villacís Lasso : richedit: EM_LINELENGTH: honor CR and LF counters.
Alexandre Julliard
- Alex Villacís Lasso : richedit: Modify ME_GetTextW() to honor CR and LF encodings.
Alexandre Julliard
- Alex Villacís Lasso : user32: LoadImage(IMAGE_BITMAP ) should reject invalid BMP files (with tests).
Alexandre Julliard
- Alex Villacís Lasso : uxtheme: Fix nasty regression with painting of themed progress bar.
Alexandre Julliard
- Alex Villacís Lasso : uxtheme: Skip creation of temporary bitmap when painting a single tile.
Alexandre Julliard
- Alex Villacís Lasso : uxtheme: Speed up UXTHEME_SizedBlt in the ST_TILE by building an appropriately-sized memory bitmap out of the tile instead of iterating with UXTHEME_Blt () directly.
Alexandre Julliard
- Alexander Dorofeyev : ddraw/tests: Additional colorfill test in p8_primary_test.
Alexandre Julliard
- Alexander Dorofeyev : ddraw/tests: Add colorkeyed blit to p8_primary_test.
Alexandre Julliard
- Alexander Dorofeyev : ddraw/tests: Add viewport clearing tests.
Alexandre Julliard
- Alexander Dorofeyev : ddraw/tests: Extend p8_primary_test.
Alexandre Julliard
- Alexander Dorofeyev : ddraw: Add possibility to ignore lights in viewport_activate.
Alexandre Julliard
- Alexander Dorofeyev : ddraw: Set surface to NULL on failure in GetAttachedSurface.
Alexandre Julliard
- Alexander Dorofeyev : ddraw: Set active_device in AddViewport.
Alexandre Julliard
- Alexander Dorofeyev : ddraw: Temporarily activate viewport when clearing.
Alexandre Julliard
- Alexander Dorofeyev : include/d3d.h: Fix method calling macros.
Alexandre Julliard
- Alexander Dorofeyev : wined3d: Add missing check for p8 primary in surface_download_data.
Alexandre Julliard
- Alexander Dorofeyev : wined3d: Avoid calling LoadTexture with gl lock held in IWineD3DSurfaceImpl_PreLoad .
Alexandre Julliard
- Alexander Dorofeyev : wined3d: LEAVE_GL when exiting with error in tesselate_rectpatch.
Alexandre Julliard
- Alexander Dorofeyev : wined3d: Move PreLoad to avoid calling it with gl lock held.
Alexandre Julliard
- Alexander Dorofeyev : wined3d: Support index in alpha in BltOverride colorfill codepath.
Alexandre Julliard
- Alexander Dorofeyev : wined3d: Add device->isInDraw checks in LoadLocation.
Alexandre Julliard
- Alexander Dorofeyev : wined3d: Add ENTER_GL/ LEAVE_GL in IWineD3DDeviceImpl_ColorFill.
Alexandre Julliard
- Alexander Dorofeyev : wined3d: Add ENTER_GL/ LEAVE_GL in IWineD3DDeviceImpl_ResourceReleased.
Alexandre Julliard
- Alexander Dorofeyev : wined3d: Add ENTER_GL/ LEAVE_GL in IWineD3DDeviceImpl_Uninit3D.
Alexandre Julliard
- Alexander Dorofeyev : wined3d: Add ENTER_GL/ LEAVE_GL in IWineD3DEventQueryImpl_GetData.
Alexandre Julliard
- Alexander Dorofeyev : wined3d: Add ENTER_GL/ LEAVE_GL in IWineD3DEventQueryImpl_Issue.
Alexandre Julliard
- Alexander Dorofeyev : wined3d: Add ENTER_GL/ LEAVE_GL in IWineD3DOcclusionQueryImpl_GetData.
Alexandre Julliard
- Alexander Dorofeyev : wined3d: Add ENTER_GL/ LEAVE_GL in IWineD3DOcclusionQueryImpl_Issue.
Alexandre Julliard
- Alexander Dorofeyev : wined3d: Add ENTER_GL/ LEAVE_GL in IWineD3DQueryImpl_Release.
Alexandre Julliard
- Alexander Dorofeyev : wined3d: Add ENTER_GL/ LEAVE_GL in IWineD3DSurfaceImpl_Release.
Alexandre Julliard
- Alexander Dorofeyev : wined3d: Add ENTER_GL/ LEAVE_GL in surface_allocate_surface.
Alexandre Julliard
- Alexander Dorofeyev : wined3d: Add ENTER_GL/ LEAVE_GL in surface_bind_and_dirtify.
Alexandre Julliard
- Alexander Dorofeyev : wined3d: Don't copy the extra line.
Alexandre Julliard
- Alexander Dorofeyev : wined3d: Implement CONVERT_RGB32_888 conversion.
Alexandre Julliard
- Alexander Dorofeyev : wined3d: Improve detection of device palette change.
Alexandre Julliard
- Alexander Dorofeyev : wined3d: move ENTER_GL in IWineD3DDeviceImpl_Init3D.
Alexandre Julliard
- Alexander Dorofeyev : wined3d: Prevent console spamming in drawPrimitive.
Alexandre Julliard
- Alexander Dorofeyev : wined3d: Remove ENTER_GL/ LEAVE_GL in IWineD3DCubeTextureImpl_PreLoad.
Alexandre Julliard
- Alexander Dorofeyev : wined3d: Remove ENTER_GL/ LEAVE_GL in IWineD3DTextureImpl_PreLoad.
Alexandre Julliard
- Alexander Dorofeyev : wined3d: Set isInDraw later in drawPrimitive.
Alexandre Julliard
- Alexander Morozov : ntoskrnl.exe: Change calling conventions for Interlocked* functions.
Alexandre Julliard
- Alexander Morozov : setupapi: Add a test for SetupDiGetDeviceRegistryProperty and SetupDiSetDeviceRegistryProperty .
Alexandre Julliard
- Alexander Morozov : setupapi: Added a test for registering device interface and getting device path.
Alexandre Julliard
- Alexander Morozov : setupapi: Create device interface keys in registry as in Windows XP.
Alexandre Julliard
- Alexander Morozov : setupapi: Creating SymbolicLink value in registry as in Windows XP.
Alexandre Julliard
- Alexander Morozov : setupapi: Prevent of reallocating memory for _SP_DEVINFO_DATA structures.
Alexandre Julliard
- Alexander Morozov : setupapi: SetupDiGetDeviceRegistryProperty should return ERROR_INSUFFICIENT_BUFFER when buffer size is insufficient .
Alexandre Julliard
- Alexander Morozov : setupapi: SetupDiGetDeviceRegistryProperty should return ERROR_INVALID_DATA when buffer size is not 0 but buffer is NULL .
Alexandre Julliard
- Alexander Morozov : setupapi: Create DeviceInstance value in registry, delete todo_wine from test.
Alexandre Julliard
- Alexander Nicolaysen Sørnes : Allow users to disable the Xinha HTML editor
Chris Morgan
- Alexander Nicolaysen Sørnes : Standardize objectGetEntries parameters
Chris Morgan
- Alexander Nicolaysen Sørnes : comdlg32: Update Norwegian Bokmål resource .
Alexandre Julliard
- Alexander Nicolaysen Sørnes : oledlg: Fix control class in Norwegian Bokmål resource .
Alexandre Julliard
- Alexander Nicolaysen Sørnes : regedit: Update Norwegian Bokmål resource .
Alexandre Julliard
- Alexander Nicolaysen Sørnes : shell32: Update Norwegian Bokmål resource .
Alexandre Julliard
- Alexander Nicolaysen Sørnes : start: Update Norwegian Bokmål resource .
Alexandre Julliard
- Alexander Nicolaysen Sørnes : testData: Allow 'what didn't work' to be empty for Platinum ratings
Chris Morgan
- Alexander Nicolaysen Sørnes : testData: Fix moving of test results
Chris Morgan
- Alexander Nicolaysen Sørnes : winecfg: Update Norwegian Bokmål resource .
Alexandre Julliard
- Alexander Nicolaysen Sørnes : winecfg: Update Norwegian Bokmål resource .
Alexandre Julliard
- Alexander Nicolaysen Sørnes : winhelp: Update Norwegian Bokmål resource .
Alexandre Julliard
- Alexander Nicolaysen Sørnes : xcopy: Add Norwegian Bokmål resource .
Alexandre Julliard
- Alexandre Julliard : Add makedep magic comments for typelibs in resource files.
Alexandre Julliard
- Alexandre Julliard : advapi32: Silence the pipe read error in the normal case.
Alexandre Julliard
- Alexandre Julliard : comctl32: Get rid of the hack to remove size grips on managed windows.
Alexandre Julliard
- Alexandre Julliard : comdlg32: CDM_GETSPEC and CDM_GETFILEPATH should preserve double quotes in file lists .
Alexandre Julliard
- Alexandre Julliard : documentation: Remove PACKAGING, this is maintained on the wiki now.
Alexandre Julliard
- Alexandre Julliard : explorer: Allow specifying a default size for each desktop using the HKCU\Software\Wine\Explorer\Desktops registry key .
Alexandre Julliard
- Alexandre Julliard : explorer: Retrieve the default desktop name from the startup parameters or the registry .
Alexandre Julliard
- Alexandre Julliard : explorer: Convert the command line parsing to Unicode.
Alexandre Julliard
- Alexandre Julliard : explorer: Implement a global system tray window.
Alexandre Julliard
- Alexandre Julliard : fusion: Fix a number of leaks in assembly_create.
Alexandre Julliard
- Alexandre Julliard : gdi32: Fixed initialization of bit masks in GetDIBits for 16-bit bitmaps.
Alexandre Julliard
- Alexandre Julliard : gdi32: Return bitmask for 32-bit bitmaps too in GetDIBits.
Alexandre Julliard
- Alexandre Julliard : gdi32: Fix CreateCompatibleDC to reject invalid DCs.
Alexandre Julliard
- Alexandre Julliard : gdiplus: Fix the GdipFillRectangles spec entries.
Alexandre Julliard
- Alexandre Julliard : imm32: Remove stray semicolon. Don' t try to load an invalid file.
Alexandre Julliard
- Alexandre Julliard : Include wine/port.h everywhere we use exceptions.
Alexandre Julliard
- Alexandre Julliard : include: Add the SPSVCINST_* setupapi flags.
Alexandre Julliard
- Alexandre Julliard : itss: Fix function prototype now that widl does the right thing with const.
Alexandre Julliard
- Alexandre Julliard : kernel32: Create the windows and system directories if necessary.
Alexandre Julliard
- Alexandre Julliard : kernel32: If necessary reload the environment after wineboot has run.
Alexandre Julliard
- Alexandre Julliard : kernel32: Reserve the low 64Kb area separately from the rest of the DOS memory.
Alexandre Julliard
- Alexandre Julliard : libwine: Allow to specify a non-existing directory as WINEPREFIX.
Alexandre Julliard
- Alexandre Julliard : libwine: Only use the last line of the git version description.
Alexandre Julliard
- Alexandre Julliard : libwine: Added mappings for codepage 1361 ( Korean Johab).
Alexandre Julliard
- Alexandre Julliard : loader: Add stub versions of the pthread functions.
Alexandre Julliard
- Alexandre Julliard : localspl: Avoid creating zero-length string values in the registry.
Alexandre Julliard
- Alexandre Julliard : Make.rules: Move the all: target before the implicit rules to avoid confusing FreeBSD make.
Alexandre Julliard
- Alexandre Julliard : makedep: Don't try to open .tlb files.
Alexandre Julliard
- Alexandre Julliard : makefiles: Add support for generating correct dependencies for tlb files.
Alexandre Julliard
- Alexandre Julliard : msi: Avoid creating zero-length string values in the registry.
Alexandre Julliard
- Alexandre Julliard : msvcrt: Rename a few functions to avoid conflicts with Windows headers.
Alexandre Julliard
- Alexandre Julliard : ntdll: Add a guard page at the bottom of the stack and raise a stack overflow exception when hit .
Alexandre Julliard
- Alexandre Julliard : ntdll: Add support for handling page faults caused by guard pages on the thread stack .
Alexandre Julliard
- Alexandre Julliard : ntdll: Automatically setup the dosdevices directory if it doesn't exist.
Alexandre Julliard
- Alexandre Julliard : ntdll: Moved stack allocation for thread and process to a common routine in virtual .c.
Alexandre Julliard
- Alexandre Julliard : ntdll: Use LdrProcessRelocationBlock to apply relocations.
Alexandre Julliard
- Alexandre Julliard : ntdll: Don't create a temporary dir, run wineprefixcreate directly in the final dir.
Alexandre Julliard
- Alexandre Julliard : ntdll: Implemented LdrProcessRelocationBlock.
Alexandre Julliard
- Alexandre Julliard : oleaut32/tests: Store the test typelib in resources instead of depending on an external file .
Alexandre Julliard
- Alexandre Julliard : preloader: Reserve low memory areas in separate chunks .
Alexandre Julliard
- Alexandre Julliard : programs: Remove obsolete winelauncher script.
Alexandre Julliard
- Alexandre Julliard : programs: Remove winelauncher from install rules.
Alexandre Julliard
- Alexandre Julliard : quartz: Avoid sizeof in traces.
Alexandre Julliard
- Alexandre Julliard : Release 0.9.59.
Alexandre Julliard
- Alexandre Julliard : Release 0.9.60.
Alexandre Julliard
- Alexandre Julliard : server: Keep a file descriptor open to the config directory to make sure we don' t write the registry in the wrong place.
Alexandre Julliard
- Alexandre Julliard : services.exe: Make the changed status event an auto-reset event.
Alexandre Julliard
- Alexandre Julliard : services.exe: Don' t reject config changes if the display name corresponds to the service being changed .
Alexandre Julliard
- Alexandre Julliard : setupapi: Add support for creating directories from the FakeDlls section.
Alexandre Julliard
- Alexandre Julliard : setupapi: Implemented SetupInstallServicesFromInfSectionW.
Alexandre Julliard
- Alexandre Julliard : setupapi: Move strdupW and strdupWtoA to the setupapi_private.h header.
Alexandre Julliard
- Alexandre Julliard : setupapi: Install services in InstallHinfSection.
Alexandre Julliard
- Alexandre Julliard : shdocvw: Fixed typo in CLSID_InternetShortcut.
Alexandre Julliard
- Alexandre Julliard : shell32: Avoid traces that use size_t.
Alexandre Julliard
- Alexandre Julliard : tools: Remove the obsolete bug_report. pl and genpatch scripts.
Alexandre Julliard
- Alexandre Julliard : user32/tests: Replace the keyboard flags bitfield by the official flag definitions.
Alexandre Julliard
- Alexandre Julliard : user32/tests: Avoid testing uninitialized data.
Alexandre Julliard
- Alexandre Julliard : user32: Added support for WS_EX_RIGHT in the button control.
Alexandre Julliard
- Alexandre Julliard : user32: Added support for WS_EX_RIGHT in the edit control.
Alexandre Julliard
- Alexandre Julliard : user32: Added support for WS_EX_RIGHT in the static control.
Alexandre Julliard
- Alexandre Julliard : user32: Allow the default desktop name to be specified on a per-app basis.
Alexandre Julliard
- Alexandre Julliard : user32: Fix list_window_parents when run in the desktop process.
Alexandre Julliard
- Alexandre Julliard : user32: Forward all WM_SYSCOMMAND messages to the driver, not only moves and resizes.
Alexandre Julliard
- Alexandre Julliard : user32: Get rid of the debug mark option in the system menu.
Alexandre Julliard
- Alexandre Julliard : user32: Invalide DCEs also when resizing a hidden window, or when minimizing.
Alexandre Julliard
- Alexandre Julliard : user32: Make drivers non-const to avoid a compiler warning.
Alexandre Julliard
- Alexandre Julliard : user32: Moved the menu activation hack on managed windows to the X11 driver.
Alexandre Julliard
- Alexandre Julliard : user32: Don't start explorer. exe on non-visible window stations.
Alexandre Julliard
- Alexandre Julliard : user32: Dump more SetWindowPos flags.
Alexandre Julliard
- Alexandre Julliard : user32: Fix a few ShowWindow todo tests.
Alexandre Julliard
- Alexandre Julliard : user32: Remove redundant LocalUnlock calls.
Alexandre Julliard
- Alexandre Julliard : Wine release 0.9.59
Alexandre Julliard
- Alexandre Julliard : Wine release 0.9.60
Alexandre Julliard
- Alexandre Julliard : wine.inf: Add a version number to make sure the file changes between versions.
Alexandre Julliard
- Alexandre Julliard : wine.inf: Use a proper services section to install services.
Alexandre Julliard
- Alexandre Julliard : wine.inf: Fix the service type of the spooler service.
Alexandre Julliard
- Alexandre Julliard : wineboot: Add an option to update the prefix directory by re-executing wine.inf.
Alexandre Julliard
- Alexandre Julliard : wineboot: Automatically update the prefix directory if wine.inf changes.
Alexandre Julliard
- Alexandre Julliard : wineboot: No longer needs to keep running now that we have services.exe.
Alexandre Julliard
- Alexandre Julliard : wineboot: Make services. exe inherit the wineboot event to keep it alive.
Alexandre Julliard
- Alexandre Julliard : winecfg: Allow to configure the desktop separately for each application.
Alexandre Julliard
- Alexandre Julliard : winecfg: Add a couple of Unicode helper functions.
Alexandre Julliard
- Alexandre Julliard : winecfg: Don' t allow editing the configuration of the C drive.
Alexandre Julliard
- Alexandre Julliard : winedevice: Apply relocations to the driver in cases where the loader doesn't do it.
Alexandre Julliard
- Alexandre Julliard : winedos: Handle memory reservation errors more gracefully.
Alexandre Julliard
- Alexandre Julliard : winemenubuilder: Process messages while waiting for the semaphore or the parent process.
Alexandre Julliard
- Alexandre Julliard : winemine: Use a standard About box with the larger icon.
Alexandre Julliard
- Alexandre Julliard : wineprefixcreate: Moved creation of directories to wine.inf.
Alexandre Julliard
- Alexandre Julliard : wineprefixcreate: Use wineboot --update to run wine. inf.
Alexandre Julliard
- Alexandre Julliard : winex11: Add a timer to detect when a systray owner has been destroyed.
Alexandre Julliard
- Alexandre Julliard : winex11: Add some generic support for XEMBED client windows.
Alexandre Julliard
- Alexandre Julliard : winex11: Added an error handler to catch bad atoms in clipboard selections.
Alexandre Julliard
- Alexandre Julliard : winex11: Always update the window position without relying on the cached values.
Alexandre Julliard
- Alexandre Julliard : winex11: Avoid updating the wm states inside a ConfigureNotify event.
Alexandre Julliard
- Alexandre Julliard : winex11: Check if IsXExtensionPointer is defined before using it.
Alexandre Julliard
- Alexandre Julliard : winex11: Fix debug trace using the removed opengl channel.
Alexandre Julliard
- Alexandre Julliard : winex11: Fix handling of property sizes for 64-bit platforms.
Alexandre Julliard
- Alexandre Julliard : winex11: Get rid of the SetWindowPos hack to unmap systray windows.
Alexandre Julliard
- Alexandre Julliard : winex11: Get rid of the unnecessary opengl debug channel.
Alexandre Julliard
- Alexandre Julliard : winex11: Ignore ConfigureNotify events on unmapped windows.
Alexandre Julliard
- Alexandre Julliard : winex11: Ignore ConfigureNotify events when a window is iconified.
Alexandre Julliard
- Alexandre Julliard : winex11: Improved handling of broken 8-bit TARGETS selection.
Alexandre Julliard
- Alexandre Julliard : winex11: Make sure that the window gravity is always set.
Alexandre Julliard
- Alexandre Julliard : winex11: Make sure to flush painting operations before moving a window.
Alexandre Julliard
- Alexandre Julliard : winex11: Move all the embedded systray window support to winex11.drv.
Alexandre Julliard
- Alexandre Julliard : winex11: Move handling of WM_STATE changes to a separate function, and call it directly from wait_from_withdrawn_state.
Alexandre Julliard
- Alexandre Julliard : winex11: Moved the X11DRV_resize_desktop function to desktop.c.
Alexandre Julliard
- Alexandre Julliard : winex11: Replace the keyboard flags bitfield by the official flag definitions.
Alexandre Julliard
- Alexandre Julliard : winex11: Replace the lock_changes flag by a check on the event currently being processed .
Alexandre Julliard
- Alexandre Julliard : winex11: Separate the XIM process-wide setup from the IME creation.
Alexandre Julliard
- Alexandre Julliard : winex11: Set the _NET_WM_STATE atom directly for unmapped windows.
Alexandre Julliard
- Alexandre Julliard : winex11: Use SetWindowPos to invalidate DCEs when changing the pixel format.
Alexandre Julliard
- Alexandre Julliard : winex11: Use the same test for resizable windows when setting size and mwm hints.
Alexandre Julliard
- Alexandre Julliard : winex11: Abstract window map/ unmap to separate functions.
Alexandre Julliard
- Alexandre Julliard : winex11: Allow mapping/ unmapping a window even while processing another event.
Alexandre Julliard
- Alexandre Julliard : winex11: Don' t allow changing the X11 size of a maximized window.
Alexandre Julliard
- Alexandre Julliard : winex11: Don' t put window manager decorations on shaped windows.
Alexandre Julliard
- Alexandre Julliard : winex11: Don' t set full screen style on minimized windows.
Alexandre Julliard
- Alexandre Julliard : winex11: Don' t update the normal size hints when a window is minimized or maximized.
Alexandre Julliard
- Alexandre Julliard : winex11: Don't force tool windows to unmanaged mode.
Alexandre Julliard
- Alexandre Julliard : winex11: Don't set NET_WM_STATE on the desktop window.
Alexandre Julliard
- Alexandre Julliard : winex11: Fix KeymapNotify handler to take left/ right modifiers into account.
Alexandre Julliard
- Alexandre Julliard : winex11: Fix the type hint for the desktop window.
Alexandre Julliard
- Alexandre Julliard : winex11: Flush the display after creating X windows.
Alexandre Julliard
- Alexandre Julliard : winex11: Get rid of the useless systray hidden flag.
Alexandre Julliard
- Alexandre Julliard : winex11: Make the system tray window transparent.
Alexandre Julliard
- Alexandre Julliard : winex11: Make WS_EX_APPWINDOW windows have normal type .
Alexandre Julliard
- Alexandre Julliard : winex11: Merge the contents of clipping. c into graphics.c.
Alexandre Julliard
- Alexandre Julliard : winex11: Merged the contents of winpos.c into window.c .
Alexandre Julliard
- Alexandre Julliard : winex11: Moved the ConfigureNotify handler to event.c.
Alexandre Julliard
- Alexandre Julliard : winex11: Moved the ExposeEvent handler to event.c.
Alexandre Julliard
- Alexandre Julliard : winex11: Moved the MapNotify handler to event.c.
Alexandre Julliard
- Alexandre Julliard : winex11: Moved the WM_SYSCOMMAND handling to window.c.
Alexandre Julliard
- Alexandre Julliard : winex11: Rely on PropertyNotify events instead of Map/ UnmapNotify to detect iconification.
Alexandre Julliard
- Alexandre Julliard : winex11: Set type to dialog for owned popup windows.
Alexandre Julliard
- Alexandre Julliard : wininet: Avoid size_t type in trace.
Alexandre Julliard
- Alexandre Julliard : wordpad: Display the larger icon in the about box.
Alexandre Julliard
- Alexandre Julliard : wordpad: Don' t pass an invalid DC to CreateCompatibleDC.
Alexandre Julliard
- Alexandre Julliard : wrc: Add support for Unicode accelerator strings.
Alexandre Julliard
- Alexandre Julliard : ws2_32/tests: Fix the gethostname prototype.
Alexandre Julliard
- Alexandre Julliard : ws2_32: Don't name a parameter errno.
Alexandre Julliard
- Alistair Leslie-Hughes : mscoree: Add missing interfaces.
Alexandre Julliard
- Alistair Leslie-Hughes : mscoree: Added ICorRuntimeHost support.
Alexandre Julliard
- Alistair Leslie-Hughes : msxml3: Add tests for get_prefix and get_namespaceURI.
Alexandre Julliard
- Alistair Leslie-Hughes : msxml3: Added IObjectWithSite support in IXMLDOMDocument2.
Alexandre Julliard
- Alistair Leslie-Hughes : msxml3: Corrected IXMLDOMComment appendData with a broken xmlTextConcat function.
Alexandre Julliard
- Alistair Leslie-Hughes : msxml3: Implement IObjectSafety for IXMLDOMDocument2.
Alexandre Julliard
- Alistair Leslie-Hughes : msxml3: Corrected transformNode.
Alexandre Julliard
- Alistair Leslie-Hughes : msxml3: Implement get_namespaceURI.
Alexandre Julliard
- Alistair Leslie-Hughes : msxml3: Implement get_prefix.
Alexandre Julliard
- Alistair Leslie-Hughes : msxml3: Implement IDispatch for IXMLDOMNode.
Alexandre Julliard
- Alistair Leslie-Hughes : msxml3: Implement IXMLDOMComment insertData.
Alexandre Julliard
- Alistair Leslie-Hughes : msxml3: Implement transformNode.
Alexandre Julliard
- Allan Tong : wined3d: Call ActivateContext before any gl call in IWineD3DSurfaceImpl_Release.
Alexandre Julliard
- Anatoly Lyutin : user32/tests: Add test for switching not maximized mdi children.
Alexandre Julliard
- Anatoly Lyutin : user32/tests: Get rid of magic number.
Alexandre Julliard
- Andrew Talbot : advapi32: Array parameters are passed to function as pointers so lose size information .
Alexandre Julliard
- Andrew Talbot : advapi32: Do not call MIDL_user_free() with pointer to stack memory.
Alexandre Julliard
- Andrew Talbot : advapi32: Use correct function pointer cast.
Alexandre Julliard
- Andrew Talbot : browseui: Fix handle leak.
Alexandre Julliard
- Andrew Talbot : comctl32: Dangling pointers fix.
Alexandre Julliard
- Andrew Talbot : comctl32: Remove unused variables.
Alexandre Julliard
- Andrew Talbot : comctl32: Remove unused variables.
Alexandre Julliard
- Andrew Talbot : comctl32: Remove unused variables.
Alexandre Julliard
- Andrew Talbot : comdlg32: Remove unused variable.
Alexandre Julliard
- Andrew Talbot : comdlg32: Remove unused variables.
Alexandre Julliard
- Andrew Talbot : crypt32: Remove unused variables.
Alexandre Julliard
- Andrew Talbot : crypt32: Remove unwanted shadow variable.
Alexandre Julliard
- Andrew Talbot : ddraw: Remove unused variables.
Alexandre Julliard
- Andrew Talbot : dinput: Fix handle leak.
Alexandre Julliard
- Andrew Talbot : dmime: Remove unused variables.
Alexandre Julliard
- Andrew Talbot : dnsapi: Remove unused variables.
Alexandre Julliard
- Andrew Talbot : dplayx: Remove unused variables.
Alexandre Julliard
- Andrew Talbot : dsound: Remove unused variable.
Alexandre Julliard
- Andrew Talbot : gdi32: Remove unused variable.
Alexandre Julliard
- Andrew Talbot : gphoto2.ds: Remove unused variable.
Alexandre Julliard
- Andrew Talbot : hhctrl.ocx: Remove unused variable.
Alexandre Julliard
- Andrew Talbot : kernel32: Remove unused variables.
Alexandre Julliard
- Andrew Talbot : mciavi32: Remove unused variables.
Alexandre Julliard
- Andrew Talbot : mcicda: Remove unused variable.
Alexandre Julliard
- Andrew Talbot : mciseq: Remove unused variable.
Alexandre Julliard
- Andrew Talbot : mciseq: Remove unused variable.
Alexandre Julliard
- Andrew Talbot : mpr: Remove unused variables.
Alexandre Julliard
- Andrew Talbot : msdmo: Array parameter is passed to function as pointer so loses size information .
Alexandre Julliard
- Andrew Talbot : msdmo: Fix calculation of array size in bytes.
Alexandre Julliard
- Andrew Talbot : mshtml: Remove superfluous semicolon.
Alexandre Julliard
- Andrew Talbot : mshtml: Remove unused variable.
Alexandre Julliard
- Andrew Talbot : msi: Remove tentative declaration of static array with no size specifier.
Alexandre Julliard
- Andrew Talbot : msi: Remove unused variables.
Alexandre Julliard
- Andrew Talbot : msvcrt: Remove unused variable.
Alexandre Julliard
- Andrew Talbot : msvfw32: Remove unused variable.
Alexandre Julliard
- Andrew Talbot : msxml3: Remove superfluous semicolon.
Alexandre Julliard
- Andrew Talbot : netapi32: Remove unused variable.
Alexandre Julliard
- Andrew Talbot : ntdll: Remove superfluous semicolon.
Alexandre Julliard
- Andrew Talbot : ntdll: Remove unused variables.
Alexandre Julliard
- Andrew Talbot : oleaut32: Remove unused variables.
Alexandre Julliard
- Andrew Talbot : port: Remove superfluous semicolon.
Alexandre Julliard
- Andrew Talbot : qcap: Remove unused variable.
Alexandre Julliard
- Andrew Talbot : quartz: Remove unused variables.
Alexandre Julliard
- Andrew Talbot : riched20: Remove unused variables.
Alexandre Julliard
- Andrew Talbot : rpcrt4: Remove unused variables.
Alexandre Julliard
- Andrew Talbot : rsaenh: Remove tentative declaration of static array with no size specifier.
Alexandre Julliard
- Andrew Talbot : secur32: Remove unused variables.
Alexandre Julliard
- Andrew Talbot : setupapi: Remove unused variables.
Alexandre Julliard
- Andrew Talbot : shell32: Remove unused variables.
Alexandre Julliard
- Andrew Talbot : shlwapi: Remove unused variables.
Alexandre Julliard
- Andrew Talbot : user32: Remove unused variables.
Alexandre Julliard
- Andrew Talbot : uxtheme: Remove unused variable.
Alexandre Julliard
- Andrew Talbot : wined3d: Remove unused variables.
Alexandre Julliard
- Andrew Talbot : wintrust: Avoid assigning to struct members from other structs.
Alexandre Julliard
- Andrew Talbot : ws2_32: Make function declarations match definitions.
Alexandre Julliard
- Apostolos Alexiadis : comctl32: Greek resources update.
Alexandre Julliard
- Apostolos Alexiadis : comctl32: Greek translation update.
Alexandre Julliard
- Apostolos Alexiadis : comdlg32: Added Greek translation.
Alexandre Julliard
- Apostolos Alexiadis : comdlg32: Greek resources update.
Alexandre Julliard
- Apostolos Alexiadis : hhctrl: Added Greek translation.
Alexandre Julliard
- Apostolos Alexiadis : oleaut32: Added Greek translation.
Alexandre Julliard
- Aric Stewart : comctl32: Fix an off-by-one error in toolbar TOOLBAR_SetHotItem.
Alexandre Julliard
- Aric Stewart : hlink: Implement IExtensionServices.
Alexandre Julliard
- Aric Stewart : imm32: All HIMCC in the InputContext should be initialized at creation.
Alexandre Julliard
- Aric Stewart : imm32: Correct a typo accidently using data instead of root_context.
Alexandre Julliard
- Aric Stewart : imm32: Create the IME UI window with the IME instance so the registered class can be found .
Alexandre Julliard
- Aric Stewart : imm32: Keep track of context associations between HWND and HIMC.
Alexandre Julliard
- Aric Stewart : imm32: Properly handle unicode and non unicode IMEs with SetCompositionString.
Alexandre Julliard
- Aric Stewart : imm32: Remember to unset the hwnd for a context when that hwnd is associated with a different context .
Alexandre Julliard
- Aric Stewart : imm32: Semi-stub implement ImmEnumRegisterWord using loaded IME.
Alexandre Julliard
- Aric Stewart : imm32: Semi-stub implement ImmGetConversionList using loaded IME.
Alexandre Julliard
- Aric Stewart : imm32: Begin to add basic framework for loading IMEs as dlls .
Alexandre Julliard
- Aric Stewart : imm32: ImmDestroyContext cannot destroy the default context.
Alexandre Julliard
- Aric Stewart : imm32: Implement ImmConfigureIME using the loaded IME.
Alexandre Julliard
- Aric Stewart : imm32: Implement ImmGetImeMenuItems using loaded IME.
Alexandre Julliard
- Aric Stewart : imm32: Implement ImmGetRegisterWordStyle using loaded IME.
Alexandre Julliard
- Aric Stewart : imm32: Implement ImmProcessKey and ImmTranslateMessage.
Alexandre Julliard
- Aric Stewart : imm32: Implement ImmRegisterWord using loaded IME.
Alexandre Julliard
- Aric Stewart : imm32: Implement ImmUnregisterWord using loaded IME.
Alexandre Julliard
- Aric Stewart : imm32: Load a default IME if a specific one is not specified . This defaults to x11.
Alexandre Julliard
- Aric Stewart : imm32: Make use of of the loaded IME for all processing.
Alexandre Julliard
- Aric Stewart : imm32: Semi-stub implement ImmEscape using loaded IME.
Alexandre Julliard
- Aric Stewart : imm: Default context and hwnd are per thread so store that data in a thread local storage .
Alexandre Julliard
- Aric Stewart : imm: Implement GetCompositionFont.
Alexandre Julliard
- Aric Stewart : user32: Call ImmProcessKey in TranslateMessage to allow IMEs to handle key processing if they choose to .
Alexandre Julliard
- Aric Stewart : user32: Make sure there is space for at least 6 items in a combo dropdown without forcing it to be at most 6 items as well .
Alexandre Julliard
- Aric Stewart : winex11: Have all xim interaction pass through the new x11drv IME interface.
Alexandre Julliard
- Aric Stewart : winex11: Add IME functionality to winex11drv.
Alexandre Julliard
- Aric Stewart : wininet: Correct the case where Content-Length is set as well as Transfer-Encoding == chunked.
Alexandre Julliard
- Austin English : ddraw: Spelling fixes.
Alexandre Julliard
- Austin English : Download-deb.template: Add note about sudo apt-get update
Jeremy Newman
- Austin English : download.template: Update Mandriva download info (try 2)
Jeremy Newman
- Austin English : msi: Spelling fixes.
Alexandre Julliard
- Austin English : ole32: Spelling fixes.
Alexandre Julliard
- Austin English : oleaut32: Spelling fixes.
Alexandre Julliard
- Austin English : shell32: Fix a typo.
Alexandre Julliard
- Austin English : Spelling fixes.
Alexandre Julliard
- Austin English : Spelling fixes.
Alexandre Julliard
- Austin English : Spelling fixes.
Alexandre Julliard
- Austin English : Spelling fixes.
Alexandre Julliard
- Austin English : Spelling fixes.
Alexandre Julliard
- Austin English : Spelling fixes.
Alexandre Julliard
- Austin English : Spelling fixes.
Alexandre Julliard
- Austin English : Spelling fixes.
Alexandre Julliard
- Bryan DeGrendel : winex11: Rudimentary drawing support for display balloon tool tips in systray.
Alexandre Julliard
- ByeongSik Jeon : imm32: Add stub and header of Imm{Create|Show|Destroy}SoftKeyboard.
Alexandre Julliard
- ByeongSik Jeon : imm32: Examine whether the fOpen value differs with its old value.
Alexandre Julliard
- ByeongSik Jeon : imm32: Updated implementation of the Imm{Get|Set}CompositionFont{A|W}.
Alexandre Julliard
- ByeongSik Jeon : imm32: Add stub and header of ImmRequestMessage.
Alexandre Julliard
- ByeongSik Jeon : imm32: Add the updated ImmTranslateMessage declaration.
Alexandre Julliard
- ByeongSik Jeon : imm32: Fix a typo.
Alexandre Julliard
- ByeongSik Jeon : imm32: ImmGetVirtualKey return orignal virtual key value.
Alexandre Julliard
- ByeongSik Jeon : imm32: Implement ImmSetConversionStatus.
Alexandre Julliard
- ByeongSik Jeon : imm32: Implementation of the Imm{Get|Set}CandidateWindow.
Alexandre Julliard
- ByeongSik Jeon : imm32: Implementation of the Imm{Get|Set}StatusWindowPos.
Alexandre Julliard
- ByeongSik Jeon : imm32: More implementation of the ImmGetConversionStatus() .
Alexandre Julliard
- ByeongSik Jeon : imm32: Pass the old conversion status value to the IME.
Alexandre Julliard
- ByeongSik Jeon : imm32: Reconstruct the ImmProcessKey, ImmTranslateMessage for the VK_PROCESSKEY.
Alexandre Julliard
- ByeongSik Jeon : net: Update Korean translation.
Alexandre Julliard
- ByeongSik Jeon : reg: Add Korean translation.
Alexandre Julliard
- ByeongSik Jeon : shdoclc: Update Korean translation.
Alexandre Julliard
- ByeongSik Jeon : start: Update Korean translation.
Alexandre Julliard
- ByeongSik Jeon : user32: Pass the WM_IME_NOTIFY message to the default IME window.
Alexandre Julliard
- ByeongSik Jeon : user32: Set the vkey value to VK_PROCESSKEY when IME process key.
Alexandre Julliard
- ByeongSik Jeon : winecfg: Update Korean translation.
Alexandre Julliard
- ByeongSik Jeon : winex11: Add VK_HANGUL, VK_HANJA for Korean Native IME.
Alexandre Julliard
- Chris Robinson : quartz: Break processing loop when shutting down.
Alexandre Julliard
- Chris Robinson : wined3d: Check for NULL vertex declarations.
Alexandre Julliard
- Colin Finck : gdi32: Add a test to demonstrate a CreateCompatibleDC problem .
Alexandre Julliard
- Dan Hipschman : qedit/tests: Add a partial test for IMediaDet_get_StreamMediaType.
Alexandre Julliard
- Dan Hipschman : qedit/tests: Add test framework and test for IMediaDet_put_Filename.
Alexandre Julliard
- Dan Hipschman : qedit/tests: Add a test for IMediaDet_get_OutputStreams.
Alexandre Julliard
- Dan Hipschman : qedit/tests: Add a test for IMediaDet_(put|get) _CurrentStream.
Alexandre Julliard
- Dan Hipschman : qedit/tests: Add a test for IMediaDet_get_Filename.
Alexandre Julliard
- Dan Hipschman : qedit/tests: Don't forget CoUninitialize.
Alexandre Julliard
- Dan Hipschman : qedit/tests: Fix an incorrect count given to GetTempPathW.
Alexandre Julliard
- Dan Hipschman : qedit: Indicate the methods of IMediaDet are not implemented in the FIXMEs.
Alexandre Julliard
- Dan Hipschman : qedit: Add a stub for IMediaDet_get_StreamLength.
Alexandre Julliard
- Dan Hipschman : qedit: Implement IMediaDet_(put|get)_CurrentStream.
Alexandre Julliard
- Dan Hipschman : qedit: Implement IMediaDet_get_Filename.
Alexandre Julliard
- Dan Hipschman : qedit: Implement IMediaDet_get_FrameRate.
Alexandre Julliard
- Dan Hipschman : qedit: Implement IMediaDet_get_OutputStreams.
Alexandre Julliard
- Dan Hipschman : qedit: Implement IMediaDet_get_StreamMediaType.
Alexandre Julliard
- Dan Hipschman : qedit: Implement IMediaDet_put_Filename.
Alexandre Julliard
- Dan Hipschman : qmgr/tests: Fix minor potential memory leaks.
Alexandre Julliard
- Dan Hipschman : widl: Fix a mistake in an ordered list (keywords).
Alexandre Julliard
- Dan Hipschman : wininet: Don' t forget the INTERNET_STATUS_REDIRECT callback in HttpEndRequest.
Alexandre Julliard
- Dan Hipschman : wininet: Remove custom content-length/ type headers from redirects.
Alexandre Julliard
- Dan Kegel : gdiplus: GdipLoadImageFromStream: initialize variable.
Alexandre Julliard
- Dan Kegel : update LGPL url, specify version
Jeremy Newman
- Dan Kegel : winecfg: Restrict dpi slider to sane values.
Alexandre Julliard
- David Adam : amstream: Fix the condition of existence of the IMediaStream interface.
Alexandre Julliard
- David Adam : amstream: Register CLSID_AMDirectDrawStream.
Alexandre Julliard
- David Adam : wined3d: Fix a possible null dereference.
Alexandre Julliard
- Detlef Riekenberg : ntoskrnl.exe: Implement KeQueryActiveProcessors.
Alexandre Julliard
- Detlef Riekenberg : ntoskrnl.exe: Implement KeQueryInterruptTime.
Alexandre Julliard
- Dmitry Timoshkov : fonts: Change encoding of tahomabd.sfd to unicode.
Alexandre Julliard
- Dmitry Timoshkov : gdi32: Do not reselect objects while recording a metafile, that' s done at the playing time.
Alexandre Julliard
- Dmitry Timoshkov : gdi32: Fix lfWidth before caching the font to avoid duplicate entries in the cache .
Alexandre Julliard
- Dmitry Timoshkov : gdi32: Map glyph to Symbol range only if the font supports symbol encoding.
Alexandre Julliard
- Dmitry Timoshkov : gdi32: Reselect objects into the DC only if scaling factors change.
Alexandre Julliard
- Dmitry Timoshkov : gdi32: Add a font scaling test when lfHeight == 0 and lfWidth != 0, make it pass under Wine.
Alexandre Julliard
- Dmitry Timoshkov : gdi32: Add a test for EMR_EXTSELECTCLIPRGN, make it pass under Wine.
Alexandre Julliard
- Dmitry Timoshkov : gdi32: Add a test for ExtCreateRegion, make it pass under Wine.
Alexandre Julliard
- Dmitry Timoshkov : gdi32: Add SetPixel to the EMF DC functions.
Alexandre Julliard
- Dmitry Timoshkov : gdi32: Clarify which font doesn't contain 'x'.
Alexandre Julliard
- Dmitry Timoshkov : gdi32: Fully initialize face->ntmFlags on font load.
Alexandre Julliard
- Dmitry Timoshkov : gdi32: info->state.next is always NULL, there is no need to save/restore it.
Alexandre Julliard
- Dmitry Timoshkov : gdi32: Make the bitmap test pass under Windows 2000.
Alexandre Julliard
- Dmitry Timoshkov : gdi32: Move negative lfWidth test into a separate body, skip the test if there is no 'x' in the font.
Alexandre Julliard
- Dmitry Timoshkov : gdi32: Save/ restore internal EMF playing state on EMR_SAVEDC/EMR_RESTOREDC, add a test for this.
Alexandre Julliard
- Dmitry Timoshkov : regedit: Fix Win64 warnings.
Alexandre Julliard
- Dmitry Timoshkov : tools: Fix font structure layout for 64-bit mode.
Alexandre Julliard
- Dmitry Timoshkov : user32: Fix Win64 warnings.
Alexandre Julliard
- Dmitry Timoshkov : user32: Use appropriate type for lresult.
Alexandre Julliard
- Dmitry Timoshkov : wineboot: Fix Win64 warnings.
Alexandre Julliard
- Dmitry Timoshkov : winecfg: Add a font size preview, update all language resources to reflect this change.
Alexandre Julliard
- Dmitry Timoshkov : winecfg: Update Russian translation.
Alexandre Julliard
- Dmitry Timoshkov : wineconsole: Fix Win64 warning.
Alexandre Julliard
- Dmitry Timoshkov : winedump: Print contents of EMR_INTERSECTCLIPRECT and EMR_EXTSELECTCLIPRGN.
Alexandre Julliard
- Dmitry Timoshkov : winedump: Decipher contents of a couple EMF records.
Alexandre Julliard
- Dmitry Timoshkov : winedump: Print names for all known EMF records.
Alexandre Julliard
- Dmitry Timoshkov : winefile: Fix Win64 warnings.
Alexandre Julliard
- Dmitry Timoshkov : winex11.drv: Do not set window type to utility to avoid a Metacity bug.
Alexandre Julliard
- Dmitry Timoshkov : winex11.drv: Map zero-sized windows but don' t add WM decoration to them.
Alexandre Julliard
- Dmitry Timoshkov : winex11: Change the priority of evaluated window styles to workaround a Metacity bug with handling of utility windows .
Alexandre Julliard
- Dmitry Timoshkov : winhelp: Fix Win64 warnings.
Alexandre Julliard
- Dmitry Timoshkov : wordpad: Fix Win64 warnings.
Alexandre Julliard
- EA Durbin : include: Define some console display modes.
Alexandre Julliard
- Elias Benali : winhelp: Check against a NULL pointer dereference.
Alexandre Julliard
- Eric Pouech : dbghelp: Prevent debug overflow of internal buffer while tracing.
Alexandre Julliard
- Eric Pouech : dbghelp: Be stricter when looping in symbol tables.
Alexandre Julliard
- Eric Pouech : dbghelp: Fix invalid pointer dereference.
Alexandre Julliard
- Eric Pouech : janitorial: Prototype func() should be func(void).
Alexandre Julliard
- Eric Pouech : msvcrt: Added __iob_func implementation.
Alexandre Julliard
- Eric Pouech : msvcrt: Fixed space in type with double indirection.
Alexandre Julliard
- Eric Pouech : msvcrt: Fixed symbol unmangling for template-parameter-?? form, as well as test.
Alexandre Julliard
- Eric Pouech : msvcrt: undname: correctly handle multi-dimensional arrays.
Alexandre Julliard
- Eric Pouech : richedit: Ensure wrapping is done all the time after inserting an RTF stream.
Alexandre Julliard
- Eric Pouech : richedit: Force window update when the word wrap option has changed.
Alexandre Julliard
- Eric Pouech : richedit: Properly handle the background in case of border in paragraph.
Alexandre Julliard
- Eric Pouech : winhelp: Add proper support for charset from headers and escaped non ANSI characters in RTF stream .
Alexandre Julliard
- Eric Pouech : winhelp: Added proper RTF conversion for non breakable space and hyphen.
Alexandre Julliard
- Eric Pouech : winhelp: Added the notion of WINHELP_WNDPAGE and use it to move the history to the global variables .
Alexandre Julliard
- Eric Pouech : winhelp: Also store the relative offsets of a page in the history and back information sets .
Alexandre Julliard
- Eric Pouech : winhelp: Correctly compute the popup size and manage the popup when richedit is used .
Alexandre Julliard
- Eric Pouech : winhelp: Create the shadow window also for popups handled by RichEdit.
Alexandre Julliard
- Eric Pouech : winhelp: Emit the proper RTF stream for a metafile to RichEdit.
Alexandre Julliard
- Eric Pouech : winhelp: Fixed JumpId and JumpKeyword with correct signature and implementation.
Alexandre Julliard
- Eric Pouech : winhelp: Get rid of the reuse concept for Windows and refactor the code a bit for window creation / deletion.
Alexandre Julliard
- Eric Pouech : winhelp: Implement the first round of support for links in RichEdit.
Alexandre Julliard
- Eric Pouech : winhelp: Moved all static data used when parsing HLP files into the internal structures .
Alexandre Julliard
- Eric Pouech : winhelp: No longer store the WINHELP_WINDOW* inside the button box.
Alexandre Julliard
- Eric Pouech : winhelp: Present correctly the history when dealing with multiple files.
Alexandre Julliard
- Eric Pouech : winhelp: Replaced an erroneous FIXME by a TRACE in MACRO_DisableButton().
Alexandre Julliard
- Eric Pouech : winhelp: Silencing the copyright system record entry while parsing help files.
Alexandre Julliard
- Eric Pouech : winhelp: Simplify most of the helpers dealing with window creation.
Alexandre Julliard
- Eric Pouech : winhelp: Start feeding the richedit control with relevant RTF stream.
Alexandre Julliard
- Eric Pouech : winhelp: Add an (ugly) icon.
Alexandre Julliard
- Eric Pouech : winhelp: Added ability to locate information within a page ( and to store it inside WNDPAGE).
Alexandre Julliard
- Eric Pouech : winhelp: Added as an option, to use richedit to render the text window.
Alexandre Julliard
- Eric Pouech : winhelp: Added support for paragraph information.
Alexandre Julliard
- Eric Pouech : winhelp: Added support for richedit tabs in paragraph format.
Alexandre Julliard
- Eric Pouech : winhelp: Added support for transparent bitmaps.
Alexandre Julliard
- Eric Pouech : winhelp: Allow links inside popups to work properly.
Alexandre Julliard
- Eric Pouech : winhelp: Always create a main window, even for popups.
Alexandre Julliard
- Eric Pouech : winhelp: Be sure to raise a newly (re) created window in all cases.
Alexandre Julliard
- Eric Pouech : winhelp: Don' t add a page to the history when using the back button.
Alexandre Julliard
- Eric Pouech : winhelp: Emit proper RTF tokens for a bitmap.
Alexandre Julliard
- Eric Pouech : winhelp: Enable/Disable prev/next buttons if there's a prev/ next page.
Alexandre Julliard
- Eric Pouech : winhelp: Fix regression introduced by Win64 warning fixes.
Alexandre Julliard
- Eric Pouech : winhelp: Fix the link kind (and color) of the 0xEA-0xEF family.
Alexandre Julliard
- Eric Pouech : winhelp: Fix the loading of a row in a table (especially, for multiple paragraphs in a single cell).
Alexandre Julliard
- Eric Pouech : winhelp: Fix window caption index in |SYSTEM.
Alexandre Julliard
- Eric Pouech : winhelp: Fixed the parsing of a link containing both a . hlp file and a window name.
Alexandre Julliard
- Eric Pouech : winhelp: Generate the proper RTF data for a table formatting.
Alexandre Julliard
- Eric Pouech : winhelp: Get rid of the WM_USER message.
Alexandre Julliard
- Eric Pouech : winhelp: Instead of loading all pages at once, allow to browse them one by one.
Alexandre Julliard
- Eric Pouech : winhelp: Make richedit the default for rendering.
Alexandre Julliard
- Eric Pouech : winhelp: Now use the icon out of hlpfile if any.
Alexandre Julliard
- Eric Pouech : winhelp: Popup' s background color should be inherited from parent.
Alexandre Julliard
- Eric Pouech : winhelp: Properly decode the keep bit in paragraph style.
Alexandre Julliard
- Eric Pouech : winhelp: Properly display the page title.
Alexandre Julliard
- Eric Pouech : winhelp: Properly handle the back button (in multiple windows , in empty stack...).
Alexandre Julliard
- Eric Pouech : winhelp: Removed a couple of internal windows' handle and replaced them with control IDs.
Alexandre Julliard
- Eric Pouech : winhelp: Removed no longer needed field (wStringTableOffset) in Globals.
Alexandre Julliard
- Eric Pouech : winhelp: Set the alignment of paragraph in richedit.
Alexandre Julliard
- Eric Pouech : winhelp: Set the borders of a paragraph in richedit.
Alexandre Julliard
- Eric Pouech : winhelp: Setup a better font size for the richedit rendering.
Alexandre Julliard
- Eric Pouech : winhelp: Simplified message box handling.
Alexandre Julliard
- Eric Pouech : winhelp: Store reference to the popup (if any) as a WINHELP_WINDOW pointer.
Alexandre Julliard
- Eric Pouech : winhelp: Store the history in correct order.
Alexandre Julliard
- Eric Pouech : winhelp: When no help file is passed on command line, we should open then file pickup dialog.
Alexandre Julliard
- Eric Pouech : wordpad: Open the filename passed on command line if any.
Alexandre Julliard
- Erik de Castro Lopo : crypt32: Use LOWORD on LPCSTR type instead of casting to int.
Alexandre Julliard
- Erik de Castro Lopo : dbghelp: Fix pointer cast.
Alexandre Julliard
- Erik de Castro Lopo : include: Fix "warning: cast from pointer to integer of different size".
Alexandre Julliard
- Erik de Castro Lopo : msvcrt: Clear end-of-file flag on fseek.
Alexandre Julliard
- Erik de Castro Lopo : ntdll: Win64 fix for get_pointer_obfuscator.
Alexandre Julliard
- Erik de Castro Lopo : user32/tests: Use SetWindowLongPtr instead of SetWindowLong.
Alexandre Julliard
- Francois Gouget : Assorted spelling fixes.
Alexandre Julliard
- Francois Gouget : ddraw/tests: Fix compilation on systems that don' t support nameless unions.
Alexandre Julliard
- Francois Gouget : ddraw/tests: Fix compilation on systems that don' t support nameless unions.
Alexandre Julliard
- Francois Gouget : Fix spelling of dwAssign.
Alexandre Julliard
- Francois Gouget : fusion/tests: Fix compilation on systems that don' t support nameless unions.
Alexandre Julliard
- Francois Gouget : jscript/tests: Fix the '\n's in an ok() call.
Alexandre Julliard
- Francois Gouget : ole32: Fix spelling of GetComparisonData().
Alexandre Julliard
- Francois Gouget : services: Add a trailing '\n' to a couple of Wine traces.
Alexandre Julliard
- Francois Gouget : Spelling fix in the ldt bitfields.
Alexandre Julliard
- Francois Gouget : wineboot: Make sure COBJMACROS is defined before objidl. h is included.
Alexandre Julliard
- Francois Gouget : wldap32: Fix typo in the French resources.
Alexandre Julliard
- Frans Kool : shell32: Corrected/added Dutch translations.
Alexandre Julliard
- Frans Kool : start: Fixed Dutch translations.
Alexandre Julliard
- Frans Kool : winecfg: Added missing Dutch translation.
Alexandre Julliard
- Frans Kool : winecfg: Added missing Dutch translations.
Alexandre Julliard
- Guy Albertelli : listview: Correct return value from LVM_GETORIGIN including tests for this.
Alexandre Julliard
- Guy Albertelli : listview: Implement 2 pixel decoration at top of report style with grid lines.
Alexandre Julliard
- Guy Albertelli : listview: Implement LVS_EX_GRIDLINES functionality.
Alexandre Julliard
- Hans Leidekker : winebrowser: Convert to Unicode.
Alexandre Julliard
- Hans Leidekker : wininet: Parse the redirect URL in HTTP_HandleRedirect in case of a proxy connection .
Alexandre Julliard
- Hans Leidekker : wininet: Remove dead code from HTTP_DealWithProxy and improve its debug trace.
Alexandre Julliard
- Hans Leidekker : wininet: Use INTERNET_MAX_URL_LENGTH to size buffers we intend to store a URL in.
Alexandre Julliard
- Herve Chanal : winemine: A nicer icon.
Alexandre Julliard
- Herve Chanal : wordpad: A nicer icon.
Alexandre Julliard
- Hin-Tak Leung : hhctrl.ocx: Look up in chm if url doesn't contain "://".
Alexandre Julliard
- Hin-Tak Leung : hhctrl.ocx: Return help window handle to caller.
Alexandre Julliard
- Huw Davies : gdi32: Don' t overrun the current scanline while copying a glyph's bitmap.
Alexandre Julliard
- Huw Davies : gdi32: LineDDA shouldn't include the end point. Add some tests.
Alexandre Julliard
- Hwang YunSong( 황윤성 : comdlg32: Updated Korean resource.
Alexandre Julliard
- Hwang YunSong( 황윤성 : shell32: Updated Korean resource.
Alexandre Julliard
- Hwang YunSong( 황윤성 : user32: Updated Korean resource.
Alexandre Julliard
- Hwang YunSong( 황윤성 : user32: Updated Korean resource.
Alexandre Julliard
- Hwang YunSong( 황윤성 : winecfg: Updated Korean resource.
Alexandre Julliard
- Hwang YunSong( 황윤성 : winecfg: Updated Korean resource.
Alexandre Julliard
- Hwang YunSong( 황윤성 : winefile: Updated Korean resource.
Alexandre Julliard
- Hwang YunSong( 황윤성 : winemine: Updated Korean resource.
Alexandre Julliard
- Hwang YunSong( 황윤성 ) : avifil32: Updated Korean resource.
Alexandre Julliard
- Hwang YunSong( 황윤성 ) : clock: Updated Korean resource.
Alexandre Julliard
- Hwang YunSong( 황윤성 ) : credui: Updated Korean resource.
Alexandre Julliard
- Hwang YunSong( 황윤성 ) : crypt32: Updated Korean resource.
Alexandre Julliard
- Hwang YunSong( 황윤성 ) : devenum: New Korean resource.
Alexandre Julliard
- Hwang YunSong( 황윤성 ) : msi: Updated Korean resource.
Alexandre Julliard
- Hwang YunSong( 황윤성 ) : msrle32: Updated Korean resource.
Alexandre Julliard
- Hwang YunSong( 황윤성 ) : notepad: Updated Korean resource.
Alexandre Julliard
- Hwang YunSong( 황윤성 ) : progman: Updated Korean resource.
Alexandre Julliard
- Hwang YunSong( 황윤성 ) : reg: Updated Korean resource.
Alexandre Julliard
- Hwang YunSong( 황윤성 ) : shell32: Updated Korean resource.
Alexandre Julliard
- Hwang YunSong( 황윤성 ) : start: Updated Korean resource.
Alexandre Julliard
- Hwang YunSong( 황윤성 ) : uninstaller: Updated Korean resource.
Alexandre Julliard
- Hwang YunSong( 황윤성 ) : winecfg: Updated Korean resource.
Alexandre Julliard
- Hwang YunSong( 황윤성 ) : winemine: Update Korean resource.
Alexandre Julliard
- Hwang YunSong( 황윤성 ) : wineps.drv: Updated Korean resource.
Alexandre Julliard
- Hwang YunSong( 황윤성 ) : winhelp: Updated Korean resource.
Alexandre Julliard
- Hwang YunSong( 황윤성 ) : winhelp: Updated Korean resource.
Alexandre Julliard
- Hwang YunSong( 황윤성 ) : wordpad: Updated Korean resource.
Alexandre Julliard
- Hwang YunSong( 황윤성 ) : xcopy: Updated Korean resource.
Alexandre Julliard
- Jacek Caban : include: Added activedbg.idl.
Alexandre Julliard
- Jacek Caban : include: Added ICanHandleException interface.
Alexandre Julliard
- Jacek Caban : jscript: Added IObjectSafety implementation.
Alexandre Julliard
- Jacek Caban : jscript: Added IObjectSafety tests.
Alexandre Julliard
- Jacek Caban : mshtmdid.h: Fixed IHTMLWindow2 dispids.
Alexandre Julliard
- Jacek Caban : mshtml.idl: Added IHTMLDOMChildrenCollection and DispDOMChildrenCollection declaration .
Alexandre Julliard
- Jacek Caban : mshtml.idl: Added DispHTMLDOMText declaration.
Alexandre Julliard
- Jacek Caban : mshtml.idl: Added DispHTMLElementCollection declaration.
Alexandre Julliard
- Jacek Caban : mshtml.idl: Added DispHTMLImg implementation.
Alexandre Julliard
- Jacek Caban : mshtml.idl: Added DispHTMLInputElement declaration.
Alexandre Julliard
- Jacek Caban : mshtml.idl: Added DispHTMLOptionElement declaration.
Alexandre Julliard
- Jacek Caban : mshtml.idl: Added DispHTMLStyle declaration.
Alexandre Julliard
- Jacek Caban : mshtml.idl: Added DispHTMLUnknownElement declaration.
Alexandre Julliard
- Jacek Caban : mshtml.idl: Added DispHTMLWindow2 dispinterface.
Alexandre Julliard
- Jacek Caban : mshtml.idl: Added IHTMLDOMTextNode declaration.
Alexandre Julliard
- Jacek Caban : mshtml.idl: Added IHTMLWindow3 declaration.
Alexandre Julliard
- Jacek Caban : mshtml: Added generic IDispatchEx implementation and use it in OnNavigator.
Alexandre Julliard
- Jacek Caban : mshtml: Added IDispatchEx support to HTMLElementCollection object.
Alexandre Julliard
- Jacek Caban : mshtml: Added indexed access to HTMLElementCollection object support.
Alexandre Julliard
- Jacek Caban : mshtml: Added possibility to get node object from nsIDOMNode only if available.
Alexandre Julliard
- Jacek Caban : mshtml: Correctly handle NULL req in get_nscontainer_from_load_group.
Alexandre Julliard
- Jacek Caban : mshtml: Make sure to null terminate buffer in parse_extern_script.
Alexandre Julliard
- Jacek Caban : mshtml: Return VT_NULL instead of empty string in getAttribute.
Alexandre Julliard
- Jacek Caban : mshtml: Added elements IDispatchEx implementation.
Alexandre Julliard
- Jacek Caban : mshtml: Added get_firstChild implementation.
Alexandre Julliard
- Jacek Caban : mshtml: Added get_nodeType implementation.
Alexandre Julliard
- Jacek Caban : mshtml: Added HTMLDocument's IDispatchEx implementation.
Alexandre Julliard
- Jacek Caban : mshtml: Added IActiveScriptDebug32 stub implementation.
Alexandre Julliard
- Jacek Caban : mshtml: Added IDispatchEx support to HTMLInputElement.
Alexandre Julliard
- Jacek Caban : mshtml: Added IDispatchEx support to HTMLOptionElement.
Alexandre Julliard
- Jacek Caban : mshtml: Added IDispatchEx support to text node.
Alexandre Julliard
- Jacek Caban : mshtml: Added IDispatchEx::GetIDsOfNames implementation.
Alexandre Julliard
- Jacek Caban : mshtml: Added IDispatchEx::Invoke implementation.
Alexandre Julliard
- Jacek Caban : mshtml: Added IDispatchEx::InvokeEx implementation.
Alexandre Julliard
- Jacek Caban : mshtml: Added IDispEx::GetDispID implementation.
Alexandre Julliard
- Jacek Caban : mshtml: Added IHTMLCommentElement declaration.
Alexandre Julliard
- Jacek Caban : mshtml: Added IHTMLDocument3::getElementById implementation.
Alexandre Julliard
- Jacek Caban : mshtml: Added IHTMLDOMNode2 stub implementation.
Alexandre Julliard
- Jacek Caban : mshtml: Added IHTMLDOMNode2 to IDispatchEx support.
Alexandre Julliard
- Jacek Caban : mshtml: Added IHTMLDOMTextNode stub implementation.
Alexandre Julliard
- Jacek Caban : mshtml: Added IHTMLInputElement::get_disabled implementation.
Alexandre Julliard
- Jacek Caban : mshtml: Added IHTMLWindow2::get_document implementation.
Alexandre Julliard
- Jacek Caban : mshtml: Added IHTMLWindow2::get_navigator implementation.
Alexandre Julliard
- Jacek Caban : mshtml: Added IHTMLWindow3 stub implementation.
Alexandre Julliard
- Jacek Caban : mshtml: Added load event support.
Alexandre Julliard
- Jacek Caban : mshtml: Added more IDispatchEx tests.
Alexandre Julliard
- Jacek Caban : mshtml: Added navigator's IDispatchEx test.
Alexandre Julliard
- Jacek Caban : mshtml: Added put_backgroundImage implementation.
Alexandre Julliard
- Jacek Caban : mshtml: Added setTimeout implementation.
Alexandre Julliard
- Jacek Caban : mshtml: Added support for custom DISPIDs.
Alexandre Julliard
- Jacek Caban : mshtml: Added window IDispatchEx implementation.
Alexandre Julliard
- Jacek Caban : mshtml: Don't crash if nsWebBrowser could not be created.
Alexandre Julliard
- Jacek Caban : mshtml: Fixed copy&paste mistake.
Alexandre Julliard
- Jacek Caban : mshtml: Fixed typo.
Alexandre Julliard
- Jacek Caban : mshtml: Forward IHTMLDocument2' s IDispatch methods to IDispatchEx implementation.
Alexandre Julliard
- Jacek Caban : mshtml: Forward IHTMLWindow2::setTimeout to IHTMLWindow3:: setTimeout.
Alexandre Julliard
- Jacek Caban : mshtml: Forward IOmNavigator' s IDispatch method to IDispatchEx implementation.
Alexandre Julliard
- Jacek Caban : mshtml: Forward window IDispatch methods.
Alexandre Julliard
- Jacek Caban : mshtml: Make IHTMLDocument2 iterface offset independent.
Alexandre Julliard
- Jacek Caban : mshtml: Move get_typeinfo to dispex.c.
Alexandre Julliard
- Jacek Caban : mshtml: Parse and store onload attributes.
Alexandre Julliard
- Jacek Caban : mshtml: Remove unneeded includes.
Alexandre Julliard
- Jacek Caban : mshtml: Return S_OK in QueryContinue.
Alexandre Julliard
- Jacek Caban : mshtml: Store IActiveScriptParseProcedure in ScriptHost.
Alexandre Julliard
- Jacek Caban : mshtml: Use heap_alloc_zero for allocating node objects.
Alexandre Julliard
- Jacek Caban : oleaut32: Clear record in RecordDestroy.
Alexandre Julliard
- Jacek Caban : oleaut32: Handle VT_R4 in RecordClear ( spotted by Konrad Rzepecki).
Alexandre Julliard
- Jacek Caban : oleaut32: Properly clear VT_BSTR record.
Alexandre Julliard
- Jacek Caban : urlmon: Ignore query and hash part in file protocol URL.
Alexandre Julliard
- James Hawkins : advapi32: Fix a few tests that fail in win2k.
Alexandre Julliard
- James Hawkins : advapi32: Fix a test that fails in win2k3 SP2.
Alexandre Julliard
- James Hawkins : advapi32: Fix a test that fails in win2k3.
Alexandre Julliard
- James Hawkins : advapi32: Fix a test that fails on some versions of win2k.
Alexandre Julliard
- James Hawkins : advapi32: Remove a test that fails on some systems.
Alexandre Julliard
- James Hawkins : advpack: Remove a test that fails inconsistently on several platforms.
Alexandre Julliard
- James Hawkins : advpack: Fix a few failing tests in win95.
Alexandre Julliard
- James Hawkins : cabinet: Revert "cabinet: Fix for FDICopy with an empty cabinet file.".
Alexandre Julliard
- James Hawkins : crypt32: Remove tests for properties not present on all systems.
Alexandre Julliard
- James Hawkins : crypt32: Fix a few tests that fail in win2k.
Alexandre Julliard
- James Hawkins : d3d8: Fix a few test failures in win2k3.
Alexandre Julliard
- James Hawkins : d3d9: Fix a few test failures in win2k3.
Alexandre Julliard
- James Hawkins : ddraw: Fix tests that fail with the reference rasterizer.
Alexandre Julliard
- James Hawkins : ddraw: Remove a test that fails in VMs.
Alexandre Julliard
- James Hawkins : fusion: Explicitly check for -1 for a missing table.
Alexandre Julliard
- James Hawkins : fusion: Implement IAssemblyCache::InstallAssembly.
Alexandre Julliard
- James Hawkins : gdi32: Remove a dependence on the amount of available memory.
Alexandre Julliard
- James Hawkins : imm32: Fix a test that fails on all systems.
Alexandre Julliard
- James Hawkins : inetcomm: Fix a test that fails on all systems.
Alexandre Julliard
- James Hawkins : kernel32: Skip the screen buffer tests if codepage 866 is not available.
Alexandre Julliard
- James Hawkins : kernel32: Add traces to see why the tests fail in win2k.
Alexandre Julliard
- James Hawkins : kernel32: Fix a few failing tests in win2k.
Alexandre Julliard
- James Hawkins : kernel32: Fix a test that fails in win2k and up.
Alexandre Julliard
- James Hawkins : kernel32: Fix a test that fails in win2k.
Alexandre Julliard
- James Hawkins : kernel32: Fix a test that fails in win2k3.
Alexandre Julliard
- James Hawkins : kernel32: Fix a test that fails in win9x.
Alexandre Julliard
- James Hawkins : kernel32: Fix a test that fails on win9x.
Alexandre Julliard
- James Hawkins : kernel32: Fix two tests that fail in win9x.
Alexandre Julliard
- James Hawkins : kernel32: Remove an invalid trace and comment.
Alexandre Julliard
- James Hawkins : kernel32: Split the GetComputerName/ Ex tests into their own test functions.
Alexandre Julliard
- James Hawkins : msi: Handle the case where no files match the wildcard in MoveFiles.
Alexandre Julliard
- James Hawkins : msi: Open the install properties key based on the install context.
Alexandre Julliard
- James Hawkins : msi: Reset the feature states if iInstallLevel is 0 or below.
Alexandre Julliard
- James Hawkins : msi: Add initial implementation of MsiPublishAssemblies.
Alexandre Julliard
- James Hawkins : msi: Don' t execute the view again when modifying a WHERE query.
Alexandre Julliard
- James Hawkins : msi: Don' t reorder the table when matching rows as the results are already ordered.
Alexandre Julliard
- James Hawkins : msi: Downgrade a few messages to WARN.
Alexandre Julliard
- James Hawkins : msi: Fix a few tests that fail in win9x.
Alexandre Julliard
- James Hawkins : msi: Fix joining a nonexistent table with another table.
Alexandre Julliard
- James Hawkins : msi: Handle sorting an empty table.
Alexandre Julliard
- James Hawkins : msi: Remove a debugging call.
Alexandre Julliard
- James Hawkins : msi: Set the install context based on the ALLUSERS property .
Alexandre Julliard
- James Hawkins : msi: Test and reimplement MsiQueryProductState.
Alexandre Julliard
- James Hawkins : ntdll: Fix a few tests that fail in win2k.
Alexandre Julliard
- James Hawkins : ole32: Fix a few tests that fail in win2k.
Alexandre Julliard
- James Hawkins : oleaut32: Fix a few tests that fail in win2k.
Alexandre Julliard
- James Hawkins : pdh: Fix two tests that fail on win2k3.
Alexandre Julliard
- James Hawkins : riched20: Fix a few tests that fail in XP and up.
Alexandre Julliard
- James Hawkins : schannel: Fix a test that fails in win2k3.
Alexandre Julliard
- James Hawkins : shdocvw: Fix a test that fails on all platforms.
Alexandre Julliard
- James Hawkins : shell32: Handle a few cases in FO_COPY that arise from not double-NULL terminating the input .
Alexandre Julliard
- James Hawkins : shell32: Fix a few tests that fail in win2k.
Alexandre Julliard
- James Hawkins : shell32: Fix a test that fails in win2k3.
Alexandre Julliard
- James Hawkins : shell32: Fix and simplify the FO_COPY operation, with tests .
Alexandre Julliard
- James Hawkins : user32: Fix a test that fails in XP and win2k3.
Alexandre Julliard
- James Hawkins : user32: Fix a test that fails on platforms without IME.
Alexandre Julliard
- James Hawkins : uxtheme: Fix a test that fails in win2k3.
Alexandre Julliard
- James Hawkins : version: Fix tests that fail in win9x and win2k.
Alexandre Julliard
- James Hawkins : winmm: Remove a failing test that is driver-specific.
Alexandre Julliard
- James Hawkins : winspool.drv: Disable a test for capabilities not available on all printer drivers.
Alexandre Julliard
- Jason Edmeades : comctl32: Add basic custom draw support for tooltips.
Alexandre Julliard
- Jason Green : d3d9: Add a visual test for the DP2ADD shader instruction.
Alexandre Julliard
- Jason Green : d3d9: Add some visual tests for Direct3DDevice9_StretchRect() .
Alexandre Julliard
- Jeff Latimer : user32/tests: Fix typedefs & function definitions so that the code compiles in visual C++ 2005 .
Alexandre Julliard
- Jeff Zaroyko : msacm32.drv: Increase the reported vDriverVersion.
Alexandre Julliard
- Jeff Zaroyko : msadp32.acm: Use the same szShortName value as windows.
Alexandre Julliard
- Jeff Zaroyko : revise application rating definitions to include " cannot be installed" under Garbage
Chris Morgan
- Jeff Zaroyko : wine.inf: Use lowercase for some drivers32 entries and remove trailing whitespace.
Alexandre Julliard
- Jens Albretsen : ddraw: Fixed device name.
Alexandre Julliard
- Jeremy Newman : fix broken <br /> tags
Jeremy Newman
- Jeremy Newman : fix links to CodeWeavers appdb
Jeremy Newman
- Jeremy White : gdi32: Shift default height used in EnumStructs to the standard em size of 2048.
Alexandre Julliard
- Jeremy White : include: Add a resource type for scalable font resource (. fot) files.
Alexandre Julliard
- John Klehm : winex11: Add support for IsXExtensionPointer tablet devices.
Alexandre Julliard
- John Klehm : winex11: Allow wintab devices with less than 5 axes.
Alexandre Julliard
- John Klehm : winex11: Allow wizardpen to be detected as a stylus.
Alexandre Julliard
- John Klehm : wintab32: Implement WTSetA/W.
Alexandre Julliard
- Jonathan Ernst : comdlg32: Updated French translation.
Alexandre Julliard
- Jonathan Ernst : winecfg: Updated French translation.
Alexandre Julliard
- Jonathan Ernst : winefile: Updated French translation.
Alexandre Julliard
- Jonathan Ernst : winhelp: Updated French translation.
Alexandre Julliard
- Joris Huizer : mshtml: Fixed copy/paste mistake.
Alexandre Julliard
- Juan Lang : cryptdlg: Implement GetFriendlyNameOfCertA/W.
Alexandre Julliard
- Juan Lang : cryptui: Add stub DLL.
Alexandre Julliard
- Juan Lang : softpub: Forward softpub functions to wintrust.
Alexandre Julliard
- Jörg Höhle : wined3d: Fix missing break inside switch in SetAutoGenFilterType.
Alexandre Julliard
- Kai Blin : dpnhpast: Implement a stub for DirectPlayNATHelpCreate.
Alexandre Julliard
- Kai Blin : ws2_32: Handle gethostbyname call failure, add tests.
Alexandre Julliard
- Kai Blin : ws2_32: Work around the host name resolving to 127.x.x. x when using that for binding.
Alexandre Julliard
- Kirill K. Smirnov : winhelp: We can reference any page in HLPFILE_BrowsePage(). Perform similar change in HLPFILE_DoReadHlpFile() for the symmetry.
Alexandre Julliard
- Kirill K. Smirnov : winhelp: Fix possible copy/paste error.
Alexandre Julliard
- Kirill K. Smirnov : winhelp: Shift by 6 not 4 in case of old 3.0 file.
Alexandre Julliard
- Kusanagi Kouichi : imm32: Fix a meaningless test.
Alexandre Julliard
- Kusanagi Kouichi : imm32: Fix typos.
Alexandre Julliard
- Kusanagi Kouichi : user32: Handle IME messages more gracefully.
Alexandre Julliard
- Kusanagi Kouichi : winex11.drv: Generate WM_IME_ENDCOMPOSITION when preedit ends.
Alexandre Julliard
- Kusanagi Kouichi : winex11.drv: Fix Solaris build error.
Alexandre Julliard
- Kusanagi Kouichi : winex11: Destroy the handle to the composition string after it is cancelled.
Alexandre Julliard
- Kusanagi Kouichi : winex11: Generate WM_IME_ENDCOMPOSITION when composition string is canceled.
Alexandre Julliard
- Kusanagi Kouichi : winex11: hCompStr should never be NULL because Wine expects it is not NULL.
Alexandre Julliard
- Kusanagi Kouichi : winex11: Allow XIM server to be started after Wine.
Alexandre Julliard
- Kusanagi Kouichi : winex11: Connect to XIM server dynamically.
Alexandre Julliard
- Kusanagi Kouichi : winex11: Remove unnecessary #include.
Alexandre Julliard
- Kusanagi Kouichi : winex11: Update caret position.
Alexandre Julliard
- Lei Zhang : advapi32: Replace UuidToStringW call with a sprintfW.
Alexandre Julliard
- Lei Zhang : gdiplus: Add a stub for GdipSetImageAttributesOutputChannelColorProfile.
Alexandre Julliard
- Lei Zhang : gdiplus: Add a stub for GdipSetMetafileDownLevelRasterizationLimit.
Alexandre Julliard
- Lei Zhang : gdiplus: Add a stub for GdipSetImageAttributesCachedBackground.
Alexandre Julliard
- Lei Zhang : gdiplus: Add a stub for GdipSetImageAttributesOutputChannel.
Alexandre Julliard
- Lei Zhang : gdiplus: Add a stub for GdipGetCustomLineCapBaseInset.
Alexandre Julliard
- Lei Zhang : gdiplus: Add a stub for GdipSetClipRectI.
Alexandre Julliard
- Lei Zhang : gdiplus: Add a stub for GdipSetClipRegion.
Alexandre Julliard
- Lei Zhang : gdiplus: Add a stub for GdipSetCustomLineCapBaseCap.
Alexandre Julliard
- Lei Zhang : gdiplus: Add a stub for GdipSetCustomLineCapBaseInset.
Alexandre Julliard
- Lei Zhang : gdiplus: Add a stub for GdipSetCustomLineCapStrokeJoin.
Alexandre Julliard
- Lei Zhang : gdiplus: Add a stub for GdipSetCustomLineCapWidthScale.
Alexandre Julliard
- Lei Zhang : gdiplus: Add a stub for GdipSetEffectParameters.
Alexandre Julliard
- Lei Zhang : gdiplus: Add a stub for GdipSetEmpty.
Alexandre Julliard
- Lei Zhang : gdiplus: Add a stub for GdipSetImageAttributesGamma.
Alexandre Julliard
- Lei Zhang : gdiplus: Add a stub for GdipSetImageAttributesNoOp.
Alexandre Julliard
- Lei Zhang : gdiplus: Add a stub for GdipSetImageAttributesRemapTable.
Alexandre Julliard
- Lei Zhang : gdiplus: Add a stub for GdipSetImageAttributesThreshold.
Alexandre Julliard
- Lei Zhang : gdiplus: Add a stub for GdipSetImageAttributesToIdentity.
Alexandre Julliard
- Lei Zhang : gdiplus: Add a stub for GdipSetInfinite.
Alexandre Julliard
- Lei Zhang : gdiplus: Add a stub for GdipSetLineColors.
Alexandre Julliard
- Lei Zhang : gdiplus: Add a stub for GdipSetLineLinearBlend.
Alexandre Julliard
- Lei Zhang : gdiplus: Add a stub for GdipSetLinePresetBlend.
Alexandre Julliard
- Lei Zhang : gdiplus: Add a stub for GdipSetLineTransform.
Alexandre Julliard
- Lei Zhang : gdiplus: Do not access freed memory in a test.
Alexandre Julliard
- Lei Zhang : gdiplus: Initialize variables in the graphics test.
Alexandre Julliard
- Lei Zhang : msxml3: Check for xsltInit before calling it.
Alexandre Julliard
- Lei Zhang : user32: Add a test for sending WM_KEYDOWN to a child edit control.
Alexandre Julliard
- Lei Zhang : user32: Add edit control check to see if its in a dialog on WM_CHAR/VK_RETURN.
Alexandre Julliard
- Lei Zhang : user32: Add edit control check to see if its in a dialog on WM_CHAR/VK_TAB.
Alexandre Julliard
- Lei Zhang : user32: Add more tests for single line edit control inside a dialog.
Alexandre Julliard
- Lei Zhang : user32: Correctly handle VK_RETURN for edit controls with ES_WANTRETURN style.
Alexandre Julliard
- Lei Zhang : user32: Dialog should ignore WM_KEYDOWN messages if it gets DLGC_WANTCHARS.
Alexandre Julliard
- Lei Zhang : user32: Edit controls should ignore WM_KEYDOWN on control + enter.
Alexandre Julliard
- Lei Zhang : user32: Handle VK_RETURN WM_KEYDOWN events better in edit controls.
Alexandre Julliard
- Lei Zhang : user32: Add more edit dialog tests.
Alexandre Julliard
- Lei Zhang : user32: Add more tests for ES_WANTRETURN.
Alexandre Julliard
- Lei Zhang : user32: Add tests for edit controls and VK_RETURN.
Alexandre Julliard
- Lei Zhang : user32: Add tests for edit controls and VK_TAB.
Alexandre Julliard
- Lei Zhang : user32: Do checks in the right order in EDIT_BuildLineDefs_ML.
Alexandre Julliard
- Lei Zhang : user32: Fix a typo.
Alexandre Julliard
- Lei Zhang : user32: Fix WM_CHAR return value for edit controls.
Alexandre Julliard
- Lei Zhang : user32: Handle ctrl + end in edit control.
Alexandre Julliard
- Lei Zhang : user32: Handle ctrl + home in edit control.
Alexandre Julliard
- Lei Zhang : user32: Handle ES_MULTILINE correctly for WM_KEYDOWN/VK_RETURN.
Alexandre Julliard
- Lei Zhang : user32: Handle VK_ESCAPE correctly in EDIT_WM_KeyDown.
Alexandre Julliard
- Lei Zhang : user32: Handle VK_TAB in EDIT_WM_KeyDown.
Alexandre Julliard
- Lei Zhang : user32: Use a bogus wildcard in listbox test, change wildcard string to a const.
Alexandre Julliard
- Lei Zhang : userenv: Add initial tests for CreateEnvironmentBlock.
Alexandre Julliard
- Lei Zhang : userenv: Initial implementation of CreateEnvironmentBlock.
Alexandre Julliard
- Lei Zhang : website: add links to cvs web interface and documentation writing
Jeremy Newman
- Lei Zhang : winex11: control + enter should generate '\n' instead of '\r'.
Alexandre Julliard
- Lei Zhang : winmm: Do not unload drivers when the process is terminating.
Alexandre Julliard
- Lionel Debroux : dinput: joystick test: Improve reporting when enumerated axes/buttons/POVs don' t match capabilities.
Alexandre Julliard
- Louis Lenders : urlmon: Add stub for CoInternetSetFeatureEnabled.
Alexandre Julliard
- Louis Lenders : wininet: Improve stub for FindNextUrlCacheEntryW a tiny bit .
Alexandre Julliard
- Luis C. Busquets Pérez : tools: Add Spanish translation to wine.desktop.
Alexandre Julliard
- Maarten Lankhorst : dsound: Skip the sound checks on the primary module and change its driver module to "".
Alexandre Julliard
- Maarten Lankhorst : dsound: Hold lock in GetStatus.
Alexandre Julliard
- Maarten Lankhorst : dsound: Skip WAVE_FORMAT_EXTENSIBLE tests on directx < 8.
Alexandre Julliard
- Maarten Lankhorst : explorer/mountmgr.sys: Move device hotplug code over to mount manager.
Alexandre Julliard
- Maarten Lankhorst : include: Add BroadcastSystemMessageEx.
Alexandre Julliard
- Maarten Lankhorst : include: Add dvdmedia stub header.
Alexandre Julliard
- Maarten Lankhorst : include: Add ISeekingPassThru interface.
Alexandre Julliard
- Maarten Lankhorst : include: Update aviriff header.
Alexandre Julliard
- Maarten Lankhorst : quartz: Add a Disconnect function to the parser and use it to clean up allocated memory in avisplitter .
Alexandre Julliard
- Maarten Lankhorst : quartz: Add a function that can be called when stopping processing data.
Alexandre Julliard
- Maarten Lankhorst : quartz: Add a vtable argument to Parser_Create that individual filters can override .
Alexandre Julliard
- Maarten Lankhorst : quartz: Add more seek entries and fix a time continuity bug.
Alexandre Julliard
- Maarten Lankhorst : quartz: Add stubs for the IMediaSeeking interface in SeekingPassThru.
Alexandre Julliard
- Maarten Lankhorst : quartz: Allow parser filters to implement their own seeking methods.
Alexandre Julliard
- Maarten Lankhorst : quartz: Bring waveparser to the same level as the mpeg splitter.
Alexandre Julliard
- Maarten Lankhorst : quartz: Check for discontinuities in the directsound renderer.
Alexandre Julliard
- Maarten Lankhorst : quartz: Drop packets in the transform filter if in the wrong state.
Alexandre Julliard
- Maarten Lankhorst : quartz: Fix locking in MediaSeeking and forward SetPosition.
Alexandre Julliard
- Maarten Lankhorst : quartz: Fix