2000-08-21 |
Uwe Bonnes | Call WriteOutProfiles16 to make sure that last profile... |
tree | commitdiff |
2000-08-21 |
Gerard Patel | Disable the owner of a modal dialog box just before... |
tree | commitdiff |
2000-08-20 |
Kai Morich | Fixed bug in repeatedly iconisation, code cleanup. |
tree | commitdiff |
2000-08-20 |
Chris Morgan | Implemented DuplicateIcon(). |
tree | commitdiff |
2000-08-20 |
Chris Morgan | Removed direct calls to TREEVIEW_Refresh(). |
tree | commitdiff |
2000-08-19 |
Alexandre Julliard | Authors: Alexandre Julliard <julliard@codeweavers.com... |
tree | commitdiff |
2000-08-18 |
Marcus Meissner | Fixed STATUS_GetTextW in regard to NULL pointers. |
tree | commitdiff |
2000-08-18 |
Ed Snow | Clean out the hack on BASS/TREBLE and suppress them... |
tree | commitdiff |
2000-08-18 |
Chris Morgan | - Added a helper function TOOLBAR_GetText() and macro... |
tree | commitdiff |
2000-08-18 |
Gerard Patel | Turns the handling to pure 16 bits, remove references... |
tree | commitdiff |
2000-08-18 |
Albert den Haan | Remove unused critical section global variable PRINT32_... |
tree | commitdiff |
2000-08-18 |
Gerard Patel | Avoids changing 2 levels when clicking .. in the direct... |
tree | commitdiff |
2000-08-18 |
Chris Morgan | Stubbed SetConsoleInputExeNameA/W. |
tree | commitdiff |
2000-08-18 |
Gerard Patel | WM_GETFONT should return a real font handle instead... |
tree | commitdiff |
2000-08-16 |
Niclas Karlsson... | Implemented ACS_CENTER for animation controls. |
tree | commitdiff |
2000-08-16 |
Francois Methot | Implemented background transparency on animation contro... |
tree | commitdiff |
2000-08-16 |
Louis Philippe Gagnon | While dragging, catch keyboard messages between WM_KEYF... |
tree | commitdiff |
2000-08-16 |
Peter Ganten | If a module cannot be found in LoadLibraryEx32W16,... |
tree | commitdiff |
2000-08-16 |
Marcus Meissner | Missed the first character of every argument in Command... |
tree | commitdiff |
2000-08-16 |
Gerard Patel | Add an error message if devmode structure in registry... |
tree | commitdiff |
2000-08-14 |
Gerard Patel | Fix return value to 16 bits for 16 bit hook; remove... |
tree | commitdiff |
2000-08-14 |
Alexandre Julliard | Moved CharUpper* and CharLower* functions to dlls/user. |
tree | commitdiff |
2000-08-14 |
Niclas Karlsson... | LPSTR_TEXTCALLBACK wouldn't work if the application... |
tree | commitdiff |
2000-08-14 |
Alexandre Julliard | Cleaned up a few inter-dll dependencies. Added a few... |
tree | commitdiff |
2000-08-14 |
Alexandre Julliard | Replaced all lstr* calls from inside Wine code by their... |
tree | commitdiff |
2000-08-14 |
Alexandre Julliard | Replaced VERSION_* calls by exported API equivalents. |
tree | commitdiff |
2000-08-14 |
Alexandre Julliard | Replaced global Callbacks structure by appropriate... |
tree | commitdiff |
2000-08-11 |
Aric Stewart | Fixed sending of LVN_ITEMCHANGING and LVN_ITEMCHANGED... |
tree | commitdiff |
2000-08-11 |
Alexandre Julliard | Added Unicode ctype support. |
tree | commitdiff |
2000-08-11 |
Alexandre Julliard | Moved NM_UPDOWN definition to commctrl.h. |
tree | commitdiff |
2000-08-11 |
Dmitry Timoshkov | Initialize lpstrInitialDir to really bogus value to... |
tree | commitdiff |
2000-08-11 |
Ove Kaaven | Implemented fopen() append mode, and a really cheesy... |
tree | commitdiff |
2000-08-11 |
Dmitry Timoshkov | 1. Make buffer for message large enough to hold very... |
tree | commitdiff |
2000-08-10 |
Alexandre Julliard | Merged clipboard driver into USER driver. |
tree | commitdiff |
2000-08-09 |
Alexandre Julliard | Removed some unnecessary #includes and dll dependencies. |
tree | commitdiff |
2000-08-09 |
Alexandre Julliard | Removed obsolete SHMDATA parameter in GLOBAL_CreateBlock. |
tree | commitdiff |
2000-08-09 |
James Hatheway | - Avoid null-pointer exceptions by testing listnodes... |
tree | commitdiff |
2000-08-09 |
Huw D M Davies | Fix some remaining problems with tooltips. |
tree | commitdiff |
2000-08-09 |
Alexandre Julliard | Moved a few non-standard headers into their respective... |
tree | commitdiff |
2000-08-09 |
Alexandre Julliard | Removed all non-standard common control headers from... |
tree | commitdiff |
2000-08-08 |
Alexandre Julliard | Small dll interfaces cleanups. |
tree | commitdiff |
2000-08-08 |
Aric Stewart | Reworked how selections are kept track of in the list... |
tree | commitdiff |
2000-08-08 |
Louis Philippe Gagnon | When unsubclassing tools, use toolPtr->hwnd instead... |
tree | commitdiff |
2000-08-07 |
Andreas Mohr | Prevent endless looping in linebreak handling. |
tree | commitdiff |
2000-08-07 |
Marcus Meissner | If we are looking for an existing pixmap format, we... |
tree | commitdiff |
2000-08-07 |
Peter Ganten | LoadLibraryEx32W16 should use the search algorithm... |
tree | commitdiff |
2000-08-07 |
Andreas Mohr | VIF_OUTOFSPACE and VIF_OUTOFMEM were reversed. |
tree | commitdiff |
2000-08-07 |
Marcus Meissner | Fixed CharNextW. |
tree | commitdiff |
2000-08-06 |
Alexandre Julliard | Added imports of kernel32.dll where necessary. |
tree | commitdiff |
2000-08-06 |
Alexandre Julliard | Link USER resources into libuser.so. |
tree | commitdiff |
2000-08-06 |
Chris Morgan | Converted all calls to RedrawWindow to InvalidateRect... |
tree | commitdiff |
2000-08-06 |
Alexandre Julliard | Moved most USER string functions to dlls/user. |
tree | commitdiff |
2000-08-06 |
Alexandre Julliard | Replaced lstrlen/lstrcmp by libc equivalents everywhere... |
tree | commitdiff |
2000-08-04 |
Patrik Stridvall | Fixed issues found by winapi_check. |
tree | commitdiff |
2000-08-04 |
Patrik Stridvall | Fixed some warnings. |
tree | commitdiff |
2000-08-04 |
Alexandre Julliard | Moved a bunch of functions out of libwine/kernel/gdi... |
tree | commitdiff |
2000-08-04 |
Alexandre Julliard | Removed a few dependencies on GDI internals from USER... |
tree | commitdiff |
2000-08-04 |
Alexandre Julliard | Added a few missing imports. |
tree | commitdiff |
2000-08-03 |
Alexandre Julliard | Make USER and GDI separate dlls. |
tree | commitdiff |
2000-08-03 |
Andreas Mohr | Fixed the Win16/Win32 structure size/alignment differen... |
tree | commitdiff |
2000-08-03 |
Huw D M Davies | Redo the show/hide logic and add a comment to explain... |
tree | commitdiff |
2000-08-03 |
Alexandre Julliard | Changed the AFM metrics structure to use an array inste... |
tree | commitdiff |
2000-08-03 |
John R. Sheets | Added "Mime-Version" to standard MIME headers parsed in |
tree | commitdiff |
2000-08-03 |
Juergen Schmied | Implemented the ErrorInfo interfaces. |
tree | commitdiff |
2000-08-03 |
Alexandre Julliard | Added explicit dependency on message files for people... |
tree | commitdiff |
2000-08-03 |
Alexandre Julliard | Moved GUID definitions to their respective dll. |
tree | commitdiff |
2000-08-03 |
Alexandre Julliard | Fixed IShellLinkA/W definitions. |
tree | commitdiff |
2000-08-03 |
Alexandre Julliard | Added guiddef.h and moved a few GUID definitions to... |
tree | commitdiff |
2000-08-03 |
Alexandre Julliard | Fixed IsEqualGUID definition. |
tree | commitdiff |
2000-08-03 |
Aric Stewart | - Fixed bug where InitSubItem was doing a ZeroMemory... |
tree | commitdiff |
2000-08-03 |
Marcus Meissner | One of the 24/32 convert color masks was wrong. |
tree | commitdiff |
2000-08-03 |
Marcus Meissner | GetPropA/W have string args. |
tree | commitdiff |
2000-08-03 |
Alexandre Julliard | Added imports of user32/gdi32/kernel32 wherever necessary. |
tree | commitdiff |
2000-08-02 |
Marcus Meissner | PE_MESSAGE_HEADER.Length contains the header itself... |
tree | commitdiff |
2000-08-01 |
Gerard Patel | Changed the win31 style file dialog to 32 bits structur... |
tree | commitdiff |
2000-08-01 |
Alexandre Julliard | Serge Ivanov |
tree | commitdiff |
2000-08-01 |
Matthew Lake | Fixed a segfault problem using the standard file open... |
tree | commitdiff |
2000-08-01 |
Susan Farley | More consistent calculation of line height, scrolls... |
tree | commitdiff |
2000-08-01 |
Aric Stewart | Fixed a few bugs including one with setting extended... |
tree | commitdiff |
2000-08-01 |
Aric Stewart | Implemented InternetCheckConnectionA. |
tree | commitdiff |
2000-08-01 |
Marcus Meissner | Fixed 2 forward entries. |
tree | commitdiff |
2000-08-01 |
Marcus Meissner | Removed some flicker by detecting if we set the same... |
tree | commitdiff |
2000-07-31 |
Alexandre Julliard | Cleaned up some more USER dependencies. |
tree | commitdiff |
2000-07-31 |
Alexandre Julliard | Moved toolhelp implementation into kernel32 dll. |
tree | commitdiff |
2000-07-31 |
Dave Pickles | Added text for all messages included in win95 and winNT. |
tree | commitdiff |
2000-07-31 |
Marcus Meissner | Added { } around stuff in ADD_TO_T macros. |
tree | commitdiff |
2000-07-29 |
Alexandre Julliard | Removed some unnecessary inclusions of wingdi.h and... |
tree | commitdiff |
2000-07-29 |
Alexandre Julliard | Removed a few external dependencies from ntdll. |
tree | commitdiff |
2000-07-29 |
Marcus Meissner | Added CreateTypeLib,LHashValOfNameSys stubs. |
tree | commitdiff |
2000-07-29 |
Marcus Meissner | Implemented SmoothScrollWindow. |
tree | commitdiff |
2000-07-29 |
Marcus Meissner | Get rid of USER32 functions in KERNEL32. |
tree | commitdiff |
2000-07-29 |
Uwe Bonnes | We always have strerror, so no need to ifdef HAVE_STRERROR. |
tree | commitdiff |
2000-07-29 |
Marcus Meissner | Implemented OleGetAutoConvert. |
tree | commitdiff |
2000-07-29 |
Marcus Meissner | No longer crash when running with DirectDraw with a... |
tree | commitdiff |
2000-07-28 |
Francois Jacques | - implementation of SetWindowsRgn and GetWindowRgn |
tree | commitdiff |
2000-07-28 |
Dmitry Timoshkov | Added stub for OLE32.OleSetAutoConvert needed by Adobe... |
tree | commitdiff |
2000-07-28 |
Huw D M Davies | Add Connection Point support to OLE font objects. |
tree | commitdiff |
2000-07-28 |
Alexandre Julliard | Added 'owner' field to 16-bit spec files to specify... |
tree | commitdiff |
2000-07-26 |
Alexandre Julliard | Merged setupx.dll into setupapi.dll. |
tree | commitdiff |
2000-07-26 |
Alexandre Julliard | Added a few empty source files so that each dll has... |
tree | commitdiff |
next |