2003-12-12 |
Jon Griffiths | Added RtlNtStatusToDosErrorNoTeb, RtlGet/Set/RestoreLas... |
tree | commitdiff |
2003-12-12 |
Jeremy Shaw | Move the data around when the ring buffer is resized... |
tree | commitdiff |
2003-12-12 |
Eric Pouech | Moved all remaining console related code to dlls/kernel... |
tree | commitdiff |
2003-12-12 |
Gerald Pfeifer | Fix types in WSAHtonl. |
tree | commitdiff |
2003-12-11 |
Alexandre Julliard | Store a pointer to the client-side class structure... |
tree | commitdiff |
2003-12-11 |
Jon Griffiths | Oops - VT_EMPTY->VT_RECORD is not allowed. |
tree | commitdiff |
2003-12-11 |
Jon Griffiths | Test almost all of the low level variant functions |
tree | commitdiff |
2003-12-11 |
Rein Klazes | Do conversions between the font size specified in point... |
tree | commitdiff |
2003-12-11 |
Kirill Smelkov | Added stub and prototype for WSAJoinLeaf. |
tree | commitdiff |
2003-12-11 |
Jon Griffiths | Reimplement/document every low level variant function. |
tree | commitdiff |
2003-12-11 |
Christian Costa | Added WaveIn support. |
tree | commitdiff |
2003-12-11 |
Rein Klazes | Enable the display of a true type bitmap for true type... |
tree | commitdiff |
2003-12-11 |
Huw Davies | Fix incorrect calculation of transport_addr. |
tree | commitdiff |
2003-12-11 |
Huw Davies | Don't crash if lpDependencies is NULL. |
tree | commitdiff |
2003-12-11 |
Mike McCormack | Implement CryptRegisterOIDFunction and CryptSIPAddProvider. |
tree | commitdiff |
2003-12-11 |
Jeremy Shaw | Add a '\r\n' to lpszHeaders if it is not already termin... |
tree | commitdiff |
2003-12-11 |
Frank | Fixed size check in GetCommConfig(). |
tree | commitdiff |
2003-12-11 |
Richard Cohen | - Check FindFirstFile against INVALID_HANDLE_VALUE... |
tree | commitdiff |
2003-12-10 |
Alexandre Julliard | Added tests for class style and instance handling. |
tree | commitdiff |
2003-12-10 |
Alexandre Julliard | Added window classes in the server, and support for... |
tree | commitdiff |
2003-12-10 |
Andreas Rosenberg | Point size in DLG_TEMPLATE may be negative. |
tree | commitdiff |
2003-12-10 |
Dmitry Timoshkov | Add support for some MCIWNDF_ styles, indicate that... |
tree | commitdiff |
2003-12-10 |
Marcelo Duarte | - Implementation of HCR_GetExecuteCommandExW for intern... |
tree | commitdiff |
2003-12-10 |
Andrew de Quincey | Upwards traversal of inheritance tree didn't occur... |
tree | commitdiff |
2003-12-10 |
Jon Griffiths | Fix a couple of tests for w2k (Russian). |
tree | commitdiff |
2003-12-10 |
Jon Griffiths | Don't call GetWindowLong for every comparison while... |
tree | commitdiff |
2003-12-10 |
Huw Davies | If a font has a version 0 OS2 table then Windows uses... |
tree | commitdiff |
2003-12-09 |
Jon Griffiths | Fix the tests to pass when locale settings are user... |
tree | commitdiff |
2003-12-09 |
Jon Griffiths | Implement conversions between dates and strings. |
tree | commitdiff |
2003-12-08 |
Kevin Koltzau | Implemented GetTitleBarInfo. |
tree | commitdiff |
2003-12-08 |
Robert Shearman | - Fix IMemAlloc_Free when IMemAlloc_Alloc hasn't yet... |
tree | commitdiff |
2003-12-08 |
Kevin Koltzau | Load, validate and retrieve a few properties from an... |
tree | commitdiff |
2003-12-08 |
Hans Leidekker | Include tests for MoveFile[W|A]. |
tree | commitdiff |
2003-12-08 |
Hans Leidekker | Deal with kernels that don't have IsValidLanguageGroup. |
tree | commitdiff |
2003-12-08 |
Hans Leidekker | Check for ERROR_CALL_NOT_IMPLEMENTED error from RemoveD... |
tree | commitdiff |
2003-12-08 |
Dimitrie O. Paun | Move content of global.h into the appropriate private... |
tree | commitdiff |
2003-12-08 |
Eric Pouech | Move (again) usage of 16 bit specific functions (thunk... |
tree | commitdiff |
2003-12-08 |
Lionel Ulmer | Limit usage of vertex arrays to correct states. |
tree | commitdiff |
2003-12-08 |
Huw Davies | If usWinAscent + usWinDescent == 0 then use the Ascende... |
tree | commitdiff |
2003-12-08 |
Dmitry Timoshkov | Fix a font object leak in the font dialog's WM_PAINT... |
tree | commitdiff |
2003-12-08 |
Mike McCormack | Stub implementations for CertCreateCRLContext and CertC... |
tree | commitdiff |
2003-12-08 |
Ove Kaaven | Remove an instance of exit(). We should return failure... |
tree | commitdiff |
2003-12-08 |
Christian Costa | First enumerate all internal devices and then external... |
tree | commitdiff |
2003-12-08 |
Hans Leidekker | Remove ntdll from imports. |
tree | commitdiff |
2003-12-08 |
Juan Lang | Partially implement NetWkstaGetInfo. |
tree | commitdiff |
2003-12-08 |
Stefan Leichter | Fixed parameter types of function Extract. |
tree | commitdiff |
2003-12-08 |
Huw Davies | Run length and ascii85 encode image data. |
tree | commitdiff |
2003-12-05 |
Alexandre Julliard | Get rid of clipboard.h. |
tree | commitdiff |
2003-12-05 |
Alexandre Julliard | Removed now useless call to glXQueryExtensionsString. |
tree | commitdiff |
2003-12-05 |
Alexandre Julliard | Moved all the files in graphics/x11drv to dlls/x11drv. |
tree | commitdiff |
2003-12-05 |
Alexandre Julliard | Added a WINEDEBUG environment variable that allows... |
tree | commitdiff |
2003-12-05 |
Alexandre Julliard | Removed X11 display parameter from the config file... |
tree | commitdiff |
2003-12-04 |
Alexandre Julliard | Initialize Xlib threading support to see what it breaks... |
tree | commitdiff |
2003-12-04 |
Mike Hearn | Map (WS_EX_TOOLWINDOW & WS_CAPTION) to _NET_WM_WINDOW_T... |
tree | commitdiff |
2003-12-04 |
Rein Klazes | Correct the test for the ODS_SELECTED bit in the WM_DRA... |
tree | commitdiff |
2003-12-04 |
Dimitrie O. Paun | More tests for {Local,Global}{,Re}Alloc() calls. |
tree | commitdiff |
2003-12-04 |
Alexandre Julliard | Define ALSA_PCM_OLD_* symbols for compatibility with... |
tree | commitdiff |
2003-12-04 |
Juan Lang | Partially implement DeviceIoControl for VDHCP, VNETBIOS... |
tree | commitdiff |
2003-12-04 |
Kevin Koltzau | Added stubs for all functions. |
tree | commitdiff |
2003-12-04 |
Huw Davies | Let PSDRV_WriteSpool cope with strings longer than... |
tree | commitdiff |
2003-12-04 |
Mike McCormack | Stub implementations for some functions. |
tree | commitdiff |
2003-12-04 |
Jon Griffiths | Implement the Rtlp* registry functions. |
tree | commitdiff |
2003-12-04 |
Alexandre Julliard | Implement some more register functions using DEFINE_REG... |
tree | commitdiff |
2003-12-04 |
Alexandre Julliard | Moved the DEFINE_REGS_ENTRYPOINT macros to include... |
tree | commitdiff |
2003-12-04 |
Alexandre Julliard | We no longer need a special case for codepages on startup, |
tree | commitdiff |
2003-12-04 |
Alexandre Julliard | Portability fixes. |
tree | commitdiff |
2003-12-04 |
Jon Griffiths | Added Thai translation. |
tree | commitdiff |
2003-12-04 |
Juan Lang | Removed unused structure declaration. |
tree | commitdiff |
2003-12-04 |
Rein Klazes | Use the lfHeight field to initialize the font dialog... |
tree | commitdiff |
2003-12-04 |
Dimitrie O. Paun | Fix NetApiBufferReallocate and add a few tests for... |
tree | commitdiff |
2003-12-04 |
Marcus Meissner | On i686, report processor level 6. |
tree | commitdiff |
2003-12-03 |
Alexandre Julliard | Converted locale setup to Unicode so that we don't... |
tree | commitdiff |
2003-12-03 |
Rein Klazes | Implement combobox to select the font's character set. |
tree | commitdiff |
2003-12-03 |
Alexandre Julliard | Removed no longer used extra space allocated in the... |
tree | commitdiff |
2003-12-03 |
Alexandre Julliard | Revert change for handling user overrides as numbers... |
tree | commitdiff |
2003-12-03 |
Alexandre Julliard | Implemented RunDLL_CallEntry16. |
tree | commitdiff |
2003-12-02 |
Daniel Skorka | Fixed a problem using glXGetProcAddresARB with bad... |
tree | commitdiff |
2003-12-02 |
Alexandre Julliard | Use wine_server_release_fd() instead of close() everywh... |
tree | commitdiff |
2003-12-02 |
Jacek Caban | Added glut32 dll. |
tree | commitdiff |
2003-12-02 |
Jon Griffiths | Add hash tables for all supported languages. |
tree | commitdiff |
2003-12-02 |
Mike McCormack | Stub implementations for ChangeServiceConfigA/W. |
tree | commitdiff |
2003-12-02 |
Thomas Brix Larsen | Added stub for CryptProtectData, so programs like Skype... |
tree | commitdiff |
2003-12-02 |
Eric Pouech | Move usage of 16 bit specific functions (MapSL) in... |
tree | commitdiff |
2003-12-02 |
Vitaliy Margolen | - Fix drawing of HotTracked tabs & buttons. |
tree | commitdiff |
2003-12-01 |
Alexandre Julliard | Added wine_server_release_fd function to release the... |
tree | commitdiff |
2003-12-01 |
Alexandre Julliard | Allow RELAY_SetupDLL to be called twice on the same... |
tree | commitdiff |
2003-12-01 |
Jon Griffiths | Fail GetCalendarInfoA for Unicode-only locales. |
tree | commitdiff |
2003-12-01 |
Jon Griffiths | Allow user overridden locale data to be retrieved as... |
tree | commitdiff |
2003-12-01 |
Steven Edwards | Split the Win16/32 color dialog by duplicating two... |
tree | commitdiff |
2003-12-01 |
Huw Davies | Implement CopyEnhMetaFileW. |
tree | commitdiff |
2003-12-01 |
Jon Griffiths | Spelling/Grammar fixes. |
tree | commitdiff |
2003-12-01 |
Rein Klazes | Add sample texts for all missing character sets (or... |
tree | commitdiff |
2003-12-01 |
Eric Pouech | Move usage of 16 bit specific functions (MapSL) in... |
tree | commitdiff |
2003-12-01 |
Jukka Heinonen | Add upper limit for the number of pending timer interrupts. |
tree | commitdiff |
2003-12-01 |
Marcus Meissner | Use correct pointer for SysFreeString. |
tree | commitdiff |
2003-12-01 |
Tom Wickline | Use the same version format for all DX dlls. |
tree | commitdiff |
2003-12-01 |
Kevin Koltzau | Export QueryWorkingSet. |
tree | commitdiff |
2003-11-30 |
Juan Lang | - fixes thread safety issues |
tree | commitdiff |
2003-11-30 |
Dmitry Timoshkov | A general cleanup of the version resources in Wine... |
tree | commitdiff |
2003-11-30 |
Juan Lang | Removed annoying message about missing entry in /etc... |
tree | commitdiff |
next |