2005-03-07 |
Alexandre Julliard | Added a missing prototype.
|
commit | commitdiff | tree |
2005-03-07 |
Ulrich Czekalla | Create a thread-specific selection window to make sure...
|
commit | commitdiff | tree |
2005-03-07 |
Rein Klazes | Support execution of pif files.
|
commit | commitdiff | tree |
2005-03-07 |
Alexandre Julliard | Authors: Justin Chevrier <jchevrier@nexicom.net>, Paul...
|
commit | commitdiff | tree |
2005-03-07 |
Jacek Caban | - Implemented GetRecordInfoFromTypeInfo and GetRecordInfoFro...
|
commit | commitdiff | tree |
2005-03-07 |
Alexandre Julliard | Moved TranslateMessage and DispatchMessage to dlls...
|
commit | commitdiff | tree |
2005-03-07 |
Alexandre Julliard | Set SM_DBCSENABLED according to the current locale...
|
commit | commitdiff | tree |
2005-03-07 |
Mike McCormack | Port the RTF parser to the richedit 2.0 control.
|
commit | commitdiff | tree |
2005-03-07 |
Robert Shearman | Make each ifproxy have its own channel buffer to fix...
|
commit | commitdiff | tree |
2005-03-07 |
Dmitry Timoshkov | Avoid unnecessary window locking in X11DRV_DestroyWindow.
|
commit | commitdiff | tree |
2005-03-07 |
Dmitry Timoshkov | - Call SetCursorPos for an injected mouse message only...
|
commit | commitdiff | tree |
2005-03-07 |
Alexandre Julliard | Make output line-buffered to avoid messing up log files.
|
commit | commitdiff | tree |
2005-03-07 |
Mike McCormack | Fix more incorrect uses of STGM_ enumerations.
|
commit | commitdiff | tree |
2005-03-07 |
Eric Pouech | When initializing a live target, ask to load module...
|
commit | commitdiff | tree |
2005-03-07 |
Matthew Mastracci | Added surface locking.
|
commit | commitdiff | tree |
2005-03-07 |
Alexandre Julliard | Retry sending a WM_PAINT in update_now after we sent...
|
commit | commitdiff | tree |
2005-03-07 |
Mike McCormack | Use lstrcmpiA in preference to strcasecmp.
|
commit | commitdiff | tree |
2005-03-07 |
Alexandre Julliard | Fixed DLL_PROCESS_DETACH handler to actually unregister...
|
commit | commitdiff | tree |
2005-03-07 |
Eric Pouech | Created dump.c as a central point for file dumping...
|
commit | commitdiff | tree |
2005-03-07 |
Eric Pouech | Added support for minidump (read & write).
|
commit | commitdiff | tree |
2005-03-07 |
Jason Edmeades | Add stub for GetClassObject function.
|
commit | commitdiff | tree |
2005-03-07 |
Matthew Mastracci | Add DDCAPS_OVERLAY and DDCAPS_OVERLAYSTRETCH to GetCaps().
|
commit | commitdiff | tree |
2005-03-07 |
Jason Edmeades | Make msvcrt printf use the internal routines which...
|
commit | commitdiff | tree |
2005-03-07 |
Jason Edmeades | Add stub for SetSecurityInfo.
|
commit | commitdiff | tree |
2005-03-07 |
Krzysztof Foltman | Added a check for empty scrollbar range.
|
commit | commitdiff | tree |
2005-03-07 |
Vincent Béron | Make wineoss's mixer know about DST_HEADPHONES, DST_LINE and
|
commit | commitdiff | tree |
2005-03-07 |
Juan Lang | Implement StgCreatePropSetStg.
|
commit | commitdiff | tree |
2005-03-07 |
Dmitry Timoshkov | Another attempt of a test for a visible desktop.
|
commit | commitdiff | tree |
2005-03-07 |
Dmitry Timoshkov | Call ReleaseDC() with correct window handle.
|
commit | commitdiff | tree |
2005-03-07 |
Ulrich Czekalla | Print out error message if we fail to remove message...
|
commit | commitdiff | tree |
2005-03-05 |
Alexandre Julliard | Fixed DOS line endings.
|
commit | commitdiff | tree |
2005-03-05 |
Vincent Béron | Create symlinks named wineg++ and winecpp while building...
|
commit | commitdiff | tree |
2005-03-05 |
Krzysztof Foltman | Initial implementation of riched20.
|
commit | commitdiff | tree |
2005-03-05 |
Robert Reif | Don't consider no sound device a failure.
|
commit | commitdiff | tree |
2005-03-05 |
Alexandre Julliard | Avoid potential crash when freeing a message queue.
|
commit | commitdiff | tree |
2005-03-05 |
Robert Shearman | WM_USER messages should be dumped in the format "WM_USER...
|
commit | commitdiff | tree |
2005-03-05 |
Jacek Caban | Write uuid of library in header.
|
commit | commitdiff | tree |
2005-03-05 |
Robert Reif | Print dsound.dll version from file versioninfo resource.
|
commit | commitdiff | tree |
2005-03-05 |
Mike McCormack | Test and fix grfMode handling in StgOpenDocfile.
|
commit | commitdiff | tree |
2005-03-05 |
Vincent Béron | APPMODE can now be one of -mwindows or -mconsole.
|
commit | commitdiff | tree |
2005-03-05 |
Paul Vriens | LastError is not set on failure for *MOUSEHOVER* on...
|
commit | commitdiff | tree |
2005-03-05 |
Jakob Eriksson | Account for permissions on Win2k.
|
commit | commitdiff | tree |
2005-03-05 |
Mike McCormack | Declare the value of STGM_DIRECT_SWMR.
|
commit | commitdiff | tree |
2005-03-05 |
Mike McCormack | Handle %ls in sprintf.
|
commit | commitdiff | tree |
2005-03-05 |
Troy Rollo | Make GetFileSecurityW return a standard SECURITY_DESCRIPTOR...
|
commit | commitdiff | tree |
2005-03-04 |
Steven Edwards | Added a check for poll.h.
|
commit | commitdiff | tree |
2005-03-04 |
Alexandre Julliard | Avoid a compiler warning.
|
commit | commitdiff | tree |
2005-03-04 |
Troy Rollo | Return an empty string for service dependencies when...
|
commit | commitdiff | tree |
2005-03-04 |
Ulrich Czekalla | Add support for radio buttons.
|
commit | commitdiff | tree |
2005-03-04 |
Justin Chevrier | Expand conformance registry entry test to handle registry...
|
commit | commitdiff | tree |
2005-03-04 |
Alexandre Julliard | Authors: Rob Shearman <rob@codeweavers.com>, Mike Hearn...
|
commit | commitdiff | tree |
2005-03-04 |
Maxime Bellengé | Implements OleLoadPicturePath.
|
commit | commitdiff | tree |
2005-03-04 |
Alexandre Julliard | Support sending WM_PAINT across processes when it doesn...
|
commit | commitdiff | tree |
2005-03-04 |
Mike McCormack | Implement StgSetTimes.
|
commit | commitdiff | tree |
2005-03-04 |
Mike McCormack | Don't clear ES_AUTO[HV]SCROLL in the edit control created by
|
commit | commitdiff | tree |
2005-03-04 |
Troy Rollo | Correct incorrect use of arguments to QueryServiceConfigW.
|
commit | commitdiff | tree |
2005-03-04 |
Mike McCormack | Handle the printf %F format modifier.
|
commit | commitdiff | tree |
2005-03-04 |
Krzysztof Foltman | - added missing CFM_ constants to make RichEdit 2.0...
|
commit | commitdiff | tree |
2005-03-04 |
Huw Davies | Fix regression in GetPrivateProfileSection for lines...
|
commit | commitdiff | tree |
2005-03-04 |
Mike Hearn | Suppress some useless warnings in the RPC runtime,...
|
commit | commitdiff | tree |
2005-03-04 |
Paul Vriens | Better way of handling non-existent SystemParametersInfoW.
|
commit | commitdiff | tree |
2005-03-03 |
Alexandre Julliard | Fixed a few regressions in the handling of segmented...
|
commit | commitdiff | tree |
2005-03-03 |
Oliver Stieber | Added a stubbed out version of query to d3d9 and wined3d.
|
commit | commitdiff | tree |
2005-03-03 |
Huw Davies | Don't prepend '\\' to the subkey name.
|
commit | commitdiff | tree |
2005-03-03 |
Dimitrie O. Paun | Unicodification. Small cleanups.
|
commit | commitdiff | tree |
2005-03-03 |
Uwe Bonnes | Dump HeapWalk entries.
|
commit | commitdiff | tree |
2005-03-03 |
Dmitry Timoshkov | Use IsWindowVisible instead of GetWindowLong(GWL_STYLE...
|
commit | commitdiff | tree |
2005-03-03 |
Francois Gouget | Warn the user if he is running the test in interactive...
|
commit | commitdiff | tree |
2005-03-02 |
Francois Gouget | Assorted spelling fixes.
|
commit | commitdiff | tree |
2005-03-02 |
Oliver Stieber | Implemented guids for wined3d.
|
commit | commitdiff | tree |
2005-03-02 |
Francois Gouget | Apply Jeremy White's SMPTE calculation fix to each...
|
commit | commitdiff | tree |
2005-03-02 |
Alexandre Julliard | Avoid spaces before preprocessor directives, that's...
|
commit | commitdiff | tree |
2005-03-02 |
Alexandre Julliard | wineprefixcreate and related files need to be installed...
|
commit | commitdiff | tree |
2005-03-02 |
Jeremy White | Aggressively round up to the proper alignment when...
|
commit | commitdiff | tree |
2005-03-02 |
Dmitry Timoshkov | Ask for an MDI child id in all cases.
|
commit | commitdiff | tree |
2005-03-02 |
Dmitry Timoshkov | DestroyMenu should not destroy system menu popup owner.
|
commit | commitdiff | tree |
2005-03-02 |
Oliver Stieber | Put all the stubs in wined3d in place, with some functionali...
|
commit | commitdiff | tree |
2005-03-02 |
Alexandre Julliard | Beginnings of inter-process GetDC support.
|
commit | commitdiff | tree |
2005-03-02 |
Alexandre Julliard | Convert the process dll list to a standard list.
|
commit | commitdiff | tree |
2005-03-02 |
Juan Lang | Convert more API calls to Unicode.
|
commit | commitdiff | tree |
2005-03-02 |
Scott Ritchie | Add all known windows executables to MIME type in wine...
|
commit | commitdiff | tree |
2005-03-02 |
Robert Shearman | - Fix one more place where the code assumes row indices are
|
commit | commitdiff | tree |
2005-03-02 |
Jeremy White | More correctly establish cases where the OSS input...
|
commit | commitdiff | tree |
2005-03-02 |
Christian Costa | Handle End Of Stream notifications.
|
commit | commitdiff | tree |
2005-03-02 |
Stefan Leichter | Make rsaenh_crosstest.exe loadable on NT 4.0.
|
commit | commitdiff | tree |
2005-03-02 |
Jakob Eriksson | Accept (shorter) date format in Win NT and Win 95.
|
commit | commitdiff | tree |
2005-03-02 |
Dmitry Timoshkov | Protect SetParent from creating circular window dependencies.
|
commit | commitdiff | tree |
2005-03-02 |
Dimitrie O. Paun | Fix indentation for consistency with the rest of the...
|
commit | commitdiff | tree |
2005-03-02 |
Rein Klazes | When enumerating keys using Get(Private)ProfileString...
|
commit | commitdiff | tree |
2005-03-01 |
Alexandre Julliard | Use a dispatch table to handle X client messages.
|
commit | commitdiff | tree |
2005-03-01 |
Alexandre Julliard | Convert the object wait queue to a standard list.
|
commit | commitdiff | tree |
2005-03-01 |
Paul Vriens | Change Favourite(s) into Favorite(s).
|
commit | commitdiff | tree |
2005-03-01 |
Justin Chevrier | - Created SPI_{GET,SET}KEYBOARDPREF and SPI_{GET,SET...
|
commit | commitdiff | tree |
2005-03-01 |
Michael Jung | Fixed parsing of ITEMIDLIST in InitializeTreeView.
|
commit | commitdiff | tree |
2005-03-01 |
Aric Stewart | Text reformatting patch to clean up all the static...
|
commit | commitdiff | tree |
2005-03-01 |
Filip Navara | Implement SB_SETBORDERS.
|
commit | commitdiff | tree |
2005-03-01 |
Juan Lang | Implement SetupDiGetClassDevsA/W, SetupDiEnumDeviceInterfaces,
|
commit | commitdiff | tree |
2005-03-01 |
Francois Gouget | Fix a race condition in create_dir().
|
commit | commitdiff | tree |
2005-03-01 |
Alexandre Julliard | Convert the per-process thread list to a standard list.
|
commit | commitdiff | tree |
2005-03-01 |
Emmanuel Maillard | Add '-read_only_relocs warning' to LDDLLFLAGS on Darwin.
|
commit | commitdiff | tree |