goma /
wine /
8d0ac5574e277033fc359519da3bc3855ad65569 - 8d0ac55 Added gopher stubs. by Kirill Smelkov · 21 years ago
- 4a078c8 Fix some stupid bug with missing braces. by Lionel Ulmer · 21 years ago
- 5cc4b3b Removed dead code in VarDateFromUI2(). by Gerald Pfeifer · 21 years ago
- db3b78f If the command line is too long when calling etags, it's probably too by Francois Gouget · 21 years ago
- b1a2d88 Removed some more dependencies on wine 16-bit specific entities. by Eric Pouech · 21 years ago
- a1cb931 Don't bother to fill the color map on TrueColor displays. by Alexandre Julliard · 21 years ago
- 9f514fe Avoid the XSync call in X11DRV_expect_error by storing the current by Alexandre Julliard · 21 years ago
- a34a6d8 updated [mci] & [drivers32] sections. by Tom Wickline · 21 years ago
- 56b0939 Move scsi_command_size from winescsi.h to SCSI_Fix_CMD_LEN(), its only user. by Gerald Pfeifer · 21 years ago
- 6c7d5f5 Fix format specifiers for HWNDs. by Gerald Pfeifer · 21 years ago
- ed27249 Fixed buffer overflow. Fixed two -Wwrite-strings warnings (but there are more). by Francois Gouget · 21 years ago
- 6e12807 Load any TrueType fonts that fontconfig knows about. by Huw Davies · 21 years ago
- fc58ef8 Added chevron support. by Robert Shearman · 21 years ago
- a7c4fa8 ReleaseCapture on lbuttondown if the cursor is outside an item, just by Huw Davies · 21 years ago
- 9fb3f4e Update the visrgn in ResetDC so that GetClipBox works correctly after by Huw Davies · 21 years ago
- df93214 If GetNextDlgTabItem() cannot find any next control, return the handle by Rein Klazes · 21 years ago
- f45325e Create two separate wine binaries, one using libpthread and one using by Alexandre Julliard · 21 years ago
- 357c740 Re-use the loader directory for the main wine loader, and get rid of by Alexandre Julliard · 21 years ago
- b9efd4a Moved loader/module.c to dlls/kernel. by Alexandre Julliard · 21 years ago
- 00fdd9f AVM Computersysteme Vertriebs GmbH by Alexandre Julliard · 21 years ago
- 4dba172 Added server_abort_thread to replace SYSDEPS_AbortThread. by Alexandre Julliard · 21 years ago
- 8574412 Added wine_pthread_create_thread and wine_pthread_exit_thread to the by Alexandre Julliard · 21 years ago
- 8defcd3 Localization to the Portuguese of Brazil. by Marcelo Duarte · 21 years ago
- bd699e5 Implemented GetDCPenColor and GetDCBrushColor. by Vincent Béron · 21 years ago
- 636f29d Fix wave in stop. by Robert Reif · 21 years ago
- 22f450f Move and correct the MSIDBOPEN defines. by Mike McCormack · 21 years ago
- bd9d8a3 MsiOpenDatabase's szPersist parameter may be a string or a bitmask. by Mike McCormack · 21 years ago
- 16ff668 Implemented SetDCPenColor and SetDCBrushColor. by Ulrich Czekalla · 21 years ago
- d48f3b6 Stub implementation for MsiVerifyPackage. by Mike McCormack · 21 years ago
- da10653 Implemented RtlSelfRelativeToAbsoluteSD and RtlMakeSelfRelativeSD. by Ulrich Czekalla · 21 years ago
- af0d2af Initial implementation of OleUIInsertObject. by Ulrich Czekalla · 21 years ago
- 063cff8 Use the signal stack pointer to determine the current thread. by Alexandre Julliard · 21 years ago
- 47f62a4 Set %fs and %gs in the register context to their current value when by Alexandre Julliard · 21 years ago
- 83d6e26 Support for duplex printing. by Huw Davies · 21 years ago
- 4b0fc2e Make sure that all printer entries have a valid Name and Port key. by Huw Davies · 21 years ago
- 8404438 Let "info wnd" print the client rectangle in screen coordinates. by Rein Klazes · 21 years ago
- 4de17c3 LISTVIEW_GetSubItemRect should succeed if subitem == 0 whatever mode by Huw Davies · 21 years ago
- 56121b7 Correctly place a toolbar with CCS_BOTTOM style at the bottom, not the top. by Rein Klazes · 21 years ago
- 05d00f0 Implement MsiOpenProductW. by Mike McCormack · 21 years ago
- 03d9f0e Disable the asm inline functions when building ntdll to avoid trouble by Alexandre Julliard · 21 years ago
- 7924f42 Allocate the TEB and signal stack separately from the main stack. by Alexandre Julliard · 21 years ago
- bcb09c1 The CDDA case of CDROM_RawRead() no longer works on FreeBSD -CURRENT, by Gerald Pfeifer · 21 years ago
- e63e39f PropSheetPageProc callback should always have hwnd = 0. by Huw Davies · 21 years ago
- 55cb817 Authors: Ulrich Czekalla <ulrich@codeweavers.com>, Huw Davies <huw@codeweavers.com> by Alexandre Julliard · 21 years ago
- 3ce815e Fix a fixme. by Huw Davies · 21 years ago
- 9ac3bdd WM_WINDOWPOSCHANGING should receive original, not fixed values. by Dmitry Timoshkov · 21 years ago
- f962a79 Always repaint scroll bar if requested. by Dmitry Timoshkov · 21 years ago
- 3baa9b9 Protect ILIsParent from NULL pidls. by Dmitry Timoshkov · 21 years ago
- 0c55534 Fixed bug in capture stop. Only current header should be returned to by Robert Reif · 21 years ago
- 35645ca Avoid argument list limit in etags generation. by Mike Hearn · 21 years ago
- dfccba7 Pass through floats correctly to the render states at by Jason Edmeades · 21 years ago
- d970c09 Check that we don't write out of the defined range of palettes. by Carlos Lozano · 21 years ago
- a062677 Allocate a memory view for builtin dlls so that VirtualQuery returns by Alexandre Julliard · 21 years ago
- 7fcc737 Fixed type and protection values returned by NtQueryVirtualMemory to by Alexandre Julliard · 21 years ago
- 18b4cbf Put better values for code and data sizes in the NT header of builtin dlls. by Alexandre Julliard · 21 years ago
- 137f41d WM_LBUTTONDOWN calls SetFocus under Windows. Remove the SetFocus in by Huw Davies · 21 years ago
- f94159c Don't get confused if PSN_SETACTIVE returns a positive number that by Huw Davies · 21 years ago
- b37adfb Make the listview send its notifications to the parent window passed by Huw Davies · 21 years ago
- dfdb7cf Fix the return value of StretchDIBits. by Huw Davies · 21 years ago
- c346a8b Implement PSDRV_PaintRgn (also gets us FillRgn, FrameRgn and FillPath for free). by Huw Davies · 21 years ago
- 41566f2 Add common dialog notification messages and WM_SIZE. by Dmitry Timoshkov · 21 years ago
- 262b93c Add support for QWERTZ virtual keys mapping, fix many keyboard layouts by Dmitry Timoshkov · 21 years ago
- 02a2346 Implement fat32 extended free space function. by Jukka Heinonen · 21 years ago
- 49eaa0d Do not coerce arguments of ITypeLib::Invoke in-place, or we get by Marcus Meissner · 21 years ago
- 7e1f380 Stubs for job control. by Mike McCormack · 21 years ago
- 6d9350f Use a timeout when sending broadcast messages. by Alexandre Julliard · 21 years ago
- 736d96b Duplicate stdin/stdout handles to avoid closing them when library is unloaded. by Ulrich Czekalla · 21 years ago
- 84ad10b Switched a + to a - so that it makes sense when marking the last node by Aric Stewart · 21 years ago
- 2b832f1 Make support for CopyRects to a small area of the back buffer, and by Jason Edmeades · 21 years ago
- 99e3e6f Replace 28591 by 28605 (euro) for appropriate locales. by Dmitry Timoshkov · 21 years ago
- 289613a Make sure GetTempFileName never returns 0 on success. by Alexandre Julliard · 21 years ago
- b107b92 Mostly stub implemenation for cfgmgr32. by Mike McCormack · 21 years ago
- ef8a634 Clear should not be affected by write masks. by Jason Edmeades · 21 years ago
- 7370f60 Implemented RtlCreateUserThread, and use it to move thread creation to ntdll. by Alexandre Julliard · 21 years ago
- ef65d2a ColorWriteEnable should not impact clearing the screen. by Jason Edmeades · 21 years ago
- 90f3057 - Use the style returned in custom draw structure to draw the button, by Robert Shearman · 21 years ago
- 62ddeb9 - better traces by Raphael Junqueira · 21 years ago
- 785bae8 - Fix tab size for TCS_OWNERDRAWFIXED style. by Vitaliy Margolen · 21 years ago
- 0b37bf7 CopyRects (per rect) copied one too many lines, trashing the heap. by Jason Edmeades · 21 years ago
- 0b28472 Added a test for mailslots. by Mike McCormack · 21 years ago
- 0f95d54 Fixed race in %gs selector restoring during vm86 mode return. Minor cleanups. by Alexandre Julliard · 21 years ago
- 4f47bbc Change some variables from int to unsigned to avoid signedness mismatches. by Gerald Pfeifer · 21 years ago
- c5dc9d2 Add proper casts to avoid signed vs. unsigned mismatches in strmake(). by Gerald Pfeifer · 21 years ago
- d6f746d Cache the wave volume so it can be returned rather than the OSS by Robert Reif · 21 years ago
- c854f9e Return more sane mailslot error values. by Mike McCormack · 21 years ago
- b4e9ef0 Clean up *GetDevCaps to check for valid pointer and only copy proper by Robert Reif · 21 years ago
- 0f25237 Include ntdll_misc.h to avoid undefined reference to GetProcessHeap by Pavel Roskin · 21 years ago
- 6a83224 Fix incorrectly sized buffer. by Mike McCormack · 21 years ago
- c922278 Culling to different viewports failed as clearing the whole viewport by Jason Edmeades · 21 years ago
- 0371131 Better defaults for heap and stack sizes. by Alexandre Julliard · 21 years ago
- ab4e40c JoystickAImpl_Unacquire should return DI_NOEFFECT if the device is not by Hannu Valtonen · 21 years ago
- e40da9f Some stub implementations. by Mike McCormack · 21 years ago
- 6e86a2a Sql tokens are case insensitive in msi.dll. by Mike McCormack · 21 years ago
- 14231aa Correct writing to back buffer in non-ortho mode, and ensure the line by Jason Edmeades · 21 years ago
- 59022e5 Restored emulation of protected instructions in 32-bit code when by Alexandre Julliard · 21 years ago
- 3674627 Treat missing MSI tables as empty. by Mike McCormack · 21 years ago
- f083122 Increase WINE_LDT_FIRST_ENTRY to leave room for glibc thread selectors. by Alexandre Julliard · 21 years ago
- 07931f2 Removed no longer needed SIGNAL_Unblock() function. by Alexandre Julliard · 21 years ago
- f405629 Weekly spelling fixes. by Francois Gouget · 21 years ago
- 3871395 Fixed MSI buffer overflow. by Mike McCormack · 21 years ago