2004-08-19 |
Francois Gouget | Define COBJMACROS. Fixes compilation on Windows. |
commit | commitdiff | tree | snapshot |
2004-08-19 |
Francois Gouget | Add new fields to the NOTIFYICONDATA structure so it... |
commit | commitdiff | tree | snapshot |
2004-08-19 |
Ulrich Czekalla | Clear tooltip when text is set to NULL. |
commit | commitdiff | tree | snapshot |
2004-08-19 |
Ulrich Czekalla | Forward focus to combobox, otherwise edit control won... |
commit | commitdiff | tree | snapshot |
2004-08-19 |
Ulrich Czekalla | The rectangle passed in DRAWITEMSTRUCT is slightly... |
commit | commitdiff | tree | snapshot |
2004-08-19 |
Huw Davies | Complete cp1252 for System. |
commit | commitdiff | tree | snapshot |
2004-08-19 |
Robert Shearman | - Fix anchor highlighting. |
commit | commitdiff | tree | snapshot |
2004-08-19 |
Robert Shearman | Better TRACE's for some Internet* functions. |
commit | commitdiff | tree | snapshot |
2004-08-19 |
Mike McCormack | Fix BuildTrusteeWithSid, implement and test BuildTruste... |
commit | commitdiff | tree | snapshot |
2004-08-19 |
John K. Hohm | Consistently suggest proper Emulation rather than Emula... |
commit | commitdiff | tree | snapshot |
2004-08-19 |
Robert Shearman | Handle ECONNRESET in FILE_GetNtStatus. |
commit | commitdiff | tree | snapshot |
2004-08-19 |
Robert Shearman | - Errors should only be reported to I/O completion... |
commit | commitdiff | tree | snapshot |
2004-08-19 |
Robert Shearman | - Remove duplicated code in file reader. |
commit | commitdiff | tree | snapshot |
2004-08-19 |
Emmanuel Maillard | - Update build system to support IOKit and CoreFoundati... |
commit | commitdiff | tree | snapshot |
2004-08-19 |
Robert Reif | Added 32 bit sample size tests and 4 and 6 channel... |
commit | commitdiff | tree | snapshot |
2004-08-19 |
Robert Reif | Cleanup messages in supportedFormat. |
commit | commitdiff | tree | snapshot |
2004-08-19 |
Robert Reif | Don't try to find alternate formats for non PCM formats. |
commit | commitdiff | tree | snapshot |
2004-08-19 |
Stefan Leichter | Added stub for DeleteIE3Cache. |
commit | commitdiff | tree | snapshot |
2004-08-19 |
Zach Gorman | When searching for the DEFPUSHBUTTON in a dialog, recur... |
commit | commitdiff | tree | snapshot |
2004-08-19 |
Zach Gorman | WS_TABSTOP should not be a default style for GROUPBOX... |
commit | commitdiff | tree | snapshot |
2004-08-19 |
Vincent Béron | Show the proper make command at the end of configure. |
commit | commitdiff | tree | snapshot |
2004-08-18 |
Michael Jung | Added some defines for CPSetKeyParam. |
commit | commitdiff | tree | snapshot |
2004-08-18 |
Stefan Leichter | Fixed tests of GetAcceptLanguagesA for win2k and win XP. |
commit | commitdiff | tree | snapshot |
2004-08-18 |
Robert Shearman | Allow the user to move managed windows by dragging... |
commit | commitdiff | tree | snapshot |
2004-08-18 |
Vincent Béron | Don't hardcode c:\windows paths in msi.dll. |
commit | commitdiff | tree | snapshot |
2004-08-18 |
Vincent Béron | Don't hardcode C:\windows\system\start.exe. |
commit | commitdiff | tree | snapshot |
2004-08-18 |
Alexandre Julliard | The argv array passed to the app needs to be in the... |
commit | commitdiff | tree | snapshot |
2004-08-18 |
Huw Davies | Fix printer selection in PD_PRINTSETUP type dialogs. |
commit | commitdiff | tree | snapshot |
2004-08-18 |
Andreas Mohr | Added OBJ_COLORSPACE define. |
commit | commitdiff | tree | snapshot |
2004-08-18 |
Rein Klazes | Do not make a directory read-only. |
commit | commitdiff | tree | snapshot |
2004-08-18 |
Ferenc Wagner | Avoid crashing on unsuccessful send. |
commit | commitdiff | tree | snapshot |
2004-08-18 |
Robert Reif | Cleanup messages. |
commit | commitdiff | tree | snapshot |
2004-08-18 |
Alex Villacís... | Add detection of graphic file header in picture load... |
commit | commitdiff | tree | snapshot |
2004-08-18 |
Robert Reif | Allocate wave format structure dynamically based on... |
commit | commitdiff | tree | snapshot |
2004-08-18 |
Robert Reif | Cleanup some more messages. |
commit | commitdiff | tree | snapshot |
2004-08-18 |
Robert Reif | Some sound cards have different capabilities when doing... |
commit | commitdiff | tree | snapshot |
2004-08-18 |
Alex Villacís... | Apply HIMETRIC transformation on icons, just like bitmaps. |
commit | commitdiff | tree | snapshot |
2004-08-18 |
José Manuel... | Added Spanish translation. |
commit | commitdiff | tree | snapshot |
2004-08-18 |
Alexandre Julliard | Fd type is no longer used, get rid of it. |
commit | commitdiff | tree | snapshot |
2004-08-17 |
Eric Pouech | - better support for non-blocking COMM and socket read... |
commit | commitdiff | tree | snapshot |
2004-08-17 |
Huw Davies | First stab at Wine versions of Courier, System and... |
commit | commitdiff | tree | snapshot |
2004-08-17 |
Robert Shearman | User controls: GWL_ -> GWLP_. |
commit | commitdiff | tree | snapshot |
2004-08-17 |
Aric Stewart | Let StartServiceCtrlDispatcher handle services not... |
commit | commitdiff | tree | snapshot |
2004-08-17 |
Aric Stewart | Added handling of TokenPrimaryGroup. |
commit | commitdiff | tree | snapshot |
2004-08-17 |
Krishna Murthy | Allow resizing windows without thickframe style. |
commit | commitdiff | tree | snapshot |
2004-08-17 |
Alexandre Julliard | ALTNAMES has been removed, use SPEC_SRCS16 instead. |
commit | commitdiff | tree | snapshot |
2004-08-17 |
Fergal Daly | Document dosdevices/unc mapping. |
commit | commitdiff | tree | snapshot |
2004-08-17 |
Mike McCormack | Stub implementation for NtSetInformationToken. |
commit | commitdiff | tree | snapshot |
2004-08-17 |
Robert Shearman | Draw background in WM_PAINT instead of WM_ERASEBKGND. |
commit | commitdiff | tree | snapshot |
2004-08-17 |
Robert Shearman | Always redraw dialog on changing between pages. |
commit | commitdiff | tree | snapshot |
2004-08-17 |
Marcus Meissner | Newer dependent linux headers have __user notations... |
commit | commitdiff | tree | snapshot |
2004-08-17 |
Huw Davies | Convert installed font list to list.h. |
commit | commitdiff | tree | snapshot |
2004-08-17 |
James Hawkins | If pszTypeName is too small to hold the type name in |
commit | commitdiff | tree | snapshot |
2004-08-17 |
Mike McCormack | Remove unnecessary casts in crypt tests. |
commit | commitdiff | tree | snapshot |
2004-08-17 |
Mike McCormack | Update directory list. |
commit | commitdiff | tree | snapshot |
2004-08-16 |
Eric Pouech | Implemented the mmTask* functions. |
commit | commitdiff | tree | snapshot |
2004-08-16 |
Ferenc Wagner | The desktop process is not automatically restarted... |
commit | commitdiff | tree | snapshot |
2004-08-16 |
Ferenc Wagner | Terminate test loop on the first error to avoid excessi... |
commit | commitdiff | tree | snapshot |
2004-08-16 |
Ge van Geldorp | Handle shell link files contained in double quotes. |
commit | commitdiff | tree | snapshot |
2004-08-16 |
Mike McCormack | Implemented Get/SetFileSecurity A->W. |
commit | commitdiff | tree | snapshot |
2004-08-16 |
Zach Gorman | OK button should be default in non-wizard property... |
commit | commitdiff | tree | snapshot |
2004-08-16 |
Christian Costa | Added tests for filtergraph. |
commit | commitdiff | tree | snapshot |
2004-08-16 |
Dmitry Timoshkov | - Use "MS Shell Dlg" in the Open File dialog templates... |
commit | commitdiff | tree | snapshot |
2004-08-16 |
Michael Jung | Register TypeName registry key value. |
commit | commitdiff | tree | snapshot |
2004-08-16 |
James Hawkins | Fix alloc test in CryptEnumProviderTypesW that failed... |
commit | commitdiff | tree | snapshot |
2004-08-16 |
James Hawkins | Fixed a few crypt test bugs. |
commit | commitdiff | tree | snapshot |
2004-08-16 |
Robert Reif | Added test for WAVEFORMATEXTENSIBLE support. |
commit | commitdiff | tree | snapshot |
2004-08-16 |
Robert Reif | Added WAVEFORMATEXTENSIBLE support. |
commit | commitdiff | tree | snapshot |
2004-08-16 |
Robert Reif | Adds enough of ks.h, ksguid.h and ksmedia.h to start... |
commit | commitdiff | tree | snapshot |
2004-08-16 |
Mike McCormack | Stub implementation and declaration for NtCreateNamedPi... |
commit | commitdiff | tree | snapshot |
2004-08-16 |
Dmitry Timoshkov | Implement IMultiLanguage2_GetCharsetInfo, add a test... |
commit | commitdiff | tree | snapshot |
2004-08-16 |
Mike McCormack | Declaration, implemention and test for BuildTrusteeWithSid. |
commit | commitdiff | tree | snapshot |
2004-08-16 |
Robert Shearman | Fix potential race in IPinImpl_ConnectedTo. |
commit | commitdiff | tree | snapshot |
2004-08-16 |
Alexandre Julliard | Make sure we check for egrep before we use it. |
commit | commitdiff | tree | snapshot |
2004-08-16 |
Andreas Mohr | Move some OpenGL defines from the private wgl.h header... |
commit | commitdiff | tree | snapshot |
2004-08-16 |
Christian Costa | Added handling of 'idx1' (index) chunk. |
commit | commitdiff | tree | snapshot |
2004-08-16 |
David Kredba | Added Czech resources. |
commit | commitdiff | tree | snapshot |
2004-08-16 |
Ulrich Czekalla | Bottom of button should be rbox.top + checkBoxHeight. |
commit | commitdiff | tree | snapshot |
2004-08-16 |
Mike McCormack | Define new propsheet messages. |
commit | commitdiff | tree | snapshot |
2004-08-16 |
Robert Reif | Delete buffer array when releasing last buffer. |
commit | commitdiff | tree | snapshot |
2004-08-16 |
Robert Reif | Allow proper release while capturing. |
commit | commitdiff | tree | snapshot |
2004-08-16 |
Gerald Pfeifer | Fix incorrect sizeof in RtlCreateSecurityDescriptor(). |
commit | commitdiff | tree | snapshot |
2004-08-16 |
Mike McCormack | Add some stub declarations. |
commit | commitdiff | tree | snapshot |
2004-08-16 |
Tom Wickline | Remove rewind section due to lack of updates. |
commit | commitdiff | tree | snapshot |
2004-08-16 |
Rein Klazes | Fix a crash saving a file without file name extension... |
commit | commitdiff | tree | snapshot |
2004-08-16 |
Mike McCormack | Clean up messy comment in SHFileOperation. |
commit | commitdiff | tree | snapshot |
2004-08-16 |
Zach Gorman | Propsheet pages need WS_EX_CONTROLPARENT style. |
commit | commitdiff | tree | snapshot |
2004-08-16 |
Steven Edwards | Added stubs for LcidToRfc1766[A/W]. |
commit | commitdiff | tree | snapshot |
2004-08-16 |
Christian Costa | Fixed a bug that made the connection possible whereas... |
commit | commitdiff | tree | snapshot |
2004-08-16 |
Aric Stewart | devguid.h defines device class GUIDs used in device... |
commit | commitdiff | tree | snapshot |
2004-08-16 |
Aric Stewart | Add some GUIDs from the win2k DDK that are used for... |
commit | commitdiff | tree | snapshot |
2004-08-16 |
Mike McCormack | Move declaration of LSA* structs to ntsecapi.h. |
commit | commitdiff | tree | snapshot |
2004-08-16 |
Francois Gouget | Add the CCHILDREN_TITLEBAR+1 and NUM_POINTS macros. |
commit | commitdiff | tree | snapshot |
2004-08-14 |
Alexandre Julliard | Release 20040813. wine-20040813 |
commit | commitdiff | tree | snapshot |
2004-08-14 |
Markus Amsler | Add DOS editing key support in BUFFERED INPUT. |
commit | commitdiff | tree | snapshot |
2004-08-14 |
Alexandre Julliard | WM_NEXTDLGCTL should not change the default button... |
commit | commitdiff | tree | snapshot |
2004-08-14 |
Jacek Caban | Translation update. |
commit | commitdiff | tree | snapshot |
2004-08-14 |
Jacek Caban | Fix a bug in passing parameters to CFn_WMInitDialog... |
commit | commitdiff | tree | snapshot |
2004-08-14 |
Francois Gouget | Avoid annoying 'macro redefinition' warnings by defining |
commit | commitdiff | tree | snapshot |
2004-08-13 |
Francois Gouget | Fix the PSID and PSECURITY_DESCRIPTOR types. |
commit | commitdiff | tree | snapshot |
next |