2002-08-13 |
Alexandre Julliard | Add QM_SMRESULT in wake bits too in case the changed... |
tree | commitdiff |
2002-08-09 |
Alexandre Julliard | Create separate makefiles for tests for more flexibility. |
tree | commitdiff |
2002-08-01 |
Alexandre Julliard | Create at most one glue file for a single dll. |
tree | commitdiff |
2002-07-31 |
Alexandre Julliard | Fixed HANDLE<->HFILE conversions, since they will be... |
tree | commitdiff |
2002-07-28 |
Alexandre Julliard | Convert HTASK to void* (based on a patch by Michael... |
tree | commitdiff |
2002-07-10 |
Jon Griffiths | Stubs/docs for NotifyWinEvent,SetWinEventHook,IsWinEven... |
tree | commitdiff |
2002-07-05 |
Alexandre Julliard | Tried to make IsDialogMessageW more compatible. Changed |
tree | commitdiff |
2002-07-03 |
Gregg Mattinson | Void functions can't return a value, even if it is... |
tree | commitdiff |
2002-06-28 |
Philipp Wollermann | Implemented SPI_GETDESKWALLPAPER action, fixed SPI_SETD... |
tree | commitdiff |
2002-06-22 |
Alexandre Julliard | Added printf format checking to the ok() and trace... |
tree | commitdiff |
2002-06-21 |
Alexandre Julliard | Made some more spec file entries optional or unnecessary. |
tree | commitdiff |
2002-06-14 |
Alexandre Julliard | Removed install_libdir targets and centralized the... |
tree | commitdiff |
2002-06-13 |
Alexandre Julliard | Authors: Mike McCormack <mikem@codeweavers.com>, Jeremy... |
tree | commitdiff |
2002-06-10 |
Paul Rupe | Faster performance in TEXT_Ellipsify for long strings. |
tree | commitdiff |
2002-06-10 |
Won-kyu Park | Added Korean resources. |
tree | commitdiff |
2002-06-04 |
Alexandre Julliard | Duplicated wsprintf implementation in shlwapi. |
tree | commitdiff |
2002-06-01 |
Alexandre Julliard | Removed some more trailing whitespace. |
tree | commitdiff |
2002-05-31 |
Vincent Béron | Removed trailing whitespace. |
tree | commitdiff |
2002-05-23 |
Francois Gouget | Make the tests compile with Visual C++. |
tree | commitdiff |
2002-05-21 |
Alexandre Julliard | Renamed Winelib apps to .exe.so to follow the dll namin... |
tree | commitdiff |
2002-05-21 |
Eric Pouech | Added 16/32 DDE message conversion. |
tree | commitdiff |
2002-05-20 |
Alexandre Julliard | Got rid of GetSysColorPen. |
tree | commitdiff |
2002-05-20 |
Andreas Mohr | Better error messages. |
tree | commitdiff |
2002-05-20 |
Andreas Mohr | Spelling stuff. |
tree | commitdiff |
2002-05-19 |
Francois Gouget | Make the 'error' string of a couple of checks consisten... |
tree | commitdiff |
2002-05-17 |
Alexandre Julliard | Removed most imports of ntdll since we no longer import... |
tree | commitdiff |
2002-05-17 |
Alexandre Julliard | A few fixes for mingw cross-compilation. |
tree | commitdiff |
2002-05-17 |
Alexandre Julliard | Export the debugging API from libwine instead of ntdll. |
tree | commitdiff |
2002-05-14 |
Alexandre Julliard | Added winebuild support for generating a .dbg.c file... |
tree | commitdiff |
2002-05-14 |
Alexandre Julliard | Specify the complete source file list for a dll inside... |
tree | commitdiff |
2002-05-11 |
Alexandre Julliard | Added -res option to specify resources on winebuild... |
tree | commitdiff |
2002-05-09 |
Alexandre Julliard | Moved imports specification from the .spec into the... |
tree | commitdiff |
2002-05-06 |
David Hammerton | Added implementation of GetWindowInfo. |
tree | commitdiff |
2002-04-27 |
Robert O'Callahan | Fixed bug in TEXT_WordBreak that was variously throwing... |
tree | commitdiff |
2002-04-26 |
Alexandre Julliard | Better support for configure detection of missing types... |
tree | commitdiff |
2002-04-24 |
Bill Medland | First regression test for wsprintf. |
tree | commitdiff |
2002-04-21 |
Mike McCormack | Added a simple test set for window classes. |
tree | commitdiff |
2002-04-20 |
Bill Medland | Correct handling of zero-padded negative numbers; trans... |
tree | commitdiff |
2002-04-05 |
Stefan Leichter | Check for NULL pointer in DrawTextExA. |
tree | commitdiff |
2002-04-02 |
François Gouget | Include wine/test.h before windows headers. |
tree | commitdiff |
2002-03-29 |
Alexandre Julliard | Fixed pack/unpack routines for WM_DDE_EXECUTE. |
tree | commitdiff |
2002-03-26 |
Alexandre Julliard | Renamed some 16-bit spec files to match the dll name. |
tree | commitdiff |
2002-03-22 |
Bill Medland | Initialise a stack variable. |
tree | commitdiff |
2002-03-20 |
Alexandre Julliard | Changed builtin dlls file names to make it clear they... |
tree | commitdiff |
2002-03-19 |
Francois Gouget | Don't show the window. |
tree | commitdiff |
2002-03-11 |
Alexandre Julliard | Fixed inter-process packing of CB/LB_FINDSTRING, CB... |
tree | commitdiff |
2002-03-11 |
Hidenori Takeshima | Added and fixed some Japanese resources. |
tree | commitdiff |
2002-03-11 |
Bill Medland | Pass information through arguments instead of static... |
tree | commitdiff |
2002-03-09 |
Alexandre Julliard | Added LGPL standard comment, and copyright notices... |
tree | commitdiff |
2002-02-27 |
Andriy Palamarchuk | Added SystemParametersInfo unit test. |
tree | commitdiff |
2002-02-26 |
Bill Medland | Correct Word breaking in centred/right justified mode... |
tree | commitdiff |
2002-02-26 |
Eric Pouech | Fixed DdeGetData when called for getting size. |
tree | commitdiff |
2002-02-25 |
Peter Hunnisett | New file msvcrt/excpt.h. Move some stuff out of winnt... |
tree | commitdiff |
2002-02-21 |
Bill Medland | DrawText ellipsification on all lines, not just single... |
tree | commitdiff |
2002-02-20 |
Bill Medland | Drawtext tidying up ready for the next big change: |
tree | commitdiff |
2002-02-19 |
Bill Medland | Change the way that DrawText parses the next line to... |
tree | commitdiff |
2002-02-15 |
Patrik Stridvall | Added some defines for compatibility with Windows headers. |
tree | commitdiff |
2002-02-15 |
Bill Medland | Measure the text more reasonably. This handles intercha... |
tree | commitdiff |
2002-02-14 |
Bill Medland | DrawText should not split words just because of clipping. |
tree | commitdiff |
2002-02-12 |
Bill Medland | Put in place a proper tab model within DrawText (also... |
tree | commitdiff |
2002-02-05 |
Bill Medland | Split the path and word/end ellipsification out of... |
tree | commitdiff |
2002-02-02 |
Patrik Stridvall | Move __stdcall/__cdecl to the right place. |
tree | commitdiff |
2002-02-02 |
Bill Medland | Ensure that the whole modified text is returned from... |
tree | commitdiff |
2002-02-02 |
Andreas Mohr | Fixed some more missing parenthesis issues. |
tree | commitdiff |
2002-01-31 |
Bill Medland | - Introduce a significant design decision. |
tree | commitdiff |
2002-01-29 |
Bill Medland | Put the prefix-underline-drawing away into it's own... |
tree | commitdiff |
2002-01-18 |
Eric Pouech | Fixed initialisation messages for raw DDE. |
tree | commitdiff |
2002-01-18 |
Eric Pouech | Implemented interprocess DDE message posting. |
tree | commitdiff |
2002-01-18 |
Bill Medland | - Don't string copy from uninitialised stack memory... |
tree | commitdiff |
2002-01-15 |
Rein Klazes | Move the implementation of comctl32._TrackMouseEvent to |
tree | commitdiff |
2002-01-15 |
Bill Medland | First stage of DrawText upgrade. |
tree | commitdiff |
2002-01-12 |
Alexandre Julliard | Updated debug channels. |
tree | commitdiff |
2002-01-07 |
Patrik Stridvall | Fixed some issues found by winapi_check. |
tree | commitdiff |
2002-01-07 |
Mike McCormack | - Don't use event flags with ReadFileEx and WriteFileEx. |
tree | commitdiff |
2002-01-04 |
Sander van Leeuwen | Fixed DC leak. |
tree | commitdiff |
2002-01-04 |
Alexandre Julliard | Removed LoadOEMResource from USER driver. |
tree | commitdiff |
2002-01-03 |
Alexandre Julliard | Use DrawFrameControl instead of bitmaps in certain... |
tree | commitdiff |
2002-01-02 |
Alexandre Julliard | Moved the OEM bitmaps that don't depend on the Wine... |
tree | commitdiff |
2002-01-01 |
Alexandre Julliard | Removed some of the calls to HEAP_strdup* functions. |
tree | commitdiff |
2001-12-26 |
Andreas Mohr | Fixed, added or implemented stubs: |
tree | commitdiff |
2001-12-26 |
Michael Stefaniuc | Check the return value of *snprintf for C99 style overf... |
tree | commitdiff |
2001-12-26 |
Mike McCormack | Use alertable waits in PeekMessage16 and GetMessage16... |
tree | commitdiff |
2001-12-24 |
Alexandre Julliard | Use MapLS/UnMapLS instead of SEGPTR_* macros. |
tree | commitdiff |
2001-12-20 |
Alexandre Julliard | Use MapLS/UnMapLS instead of SEGPTR_* macros. |
tree | commitdiff |
2001-12-17 |
Alexandre Julliard | Export DestroyIcon32 from user32 and use GetProcAddress... |
tree | commitdiff |
2001-12-17 |
Alexandre Julliard | Changed 16-bit USER Enum* functions to not use thunks... |
tree | commitdiff |
2001-12-17 |
Alexandre Julliard | Got rid of dynamic thunk allocation in mouse/keyboard... |
tree | commitdiff |
2001-12-14 |
Alexandre Julliard | Changed 16->32 window procedure thunks to use winebuild... |
tree | commitdiff |
2001-12-13 |
Alexandre Julliard | Started rewrite of painting functions for multiple... |
tree | commitdiff |
2001-12-13 |
Mike McCormack | Only RTS_CONTROL_HANDSHAKE should set CRTSCTS. |
tree | commitdiff |
2001-12-06 |
Andriy Palamarchuk | Implemented processing for actions: SPI_GET/SETGRIDGRAN... |
tree | commitdiff |
2001-11-30 |
Andriy Palamarchuk | Removed Get/SetScreenSaveTimeout user driver functions... |
tree | commitdiff |
2001-11-30 |
Alexandre Julliard | Redesign of the server communication protocol to allow... |
tree | commitdiff |
2001-11-23 |
Mike McCormack | Check for completed overlappeds in ReadComm16 to solve... |
tree | commitdiff |
2001-11-14 |
Alexandre Julliard | Moved WIN_FindWinToRepaint functionality to the server. |
tree | commitdiff |
2001-11-12 |
Lawson Whitney | Cast id to unsigned in GetDlgItem16. |
tree | commitdiff |
2001-11-09 |
Joshua Thielen | Changed BM_ messages SETCHECK and GETCHECK to SETCHECK1... |
tree | commitdiff |
2001-11-08 |
Mike McCormack | Find out how much data is available when calling ReadFi... |
tree | commitdiff |
2001-11-06 |
Francois Gouget | Don't prefix %p with 0x. |
tree | commitdiff |
2001-11-05 |
Guy Albertelli | Move SPY_EnterMessage call after all possible exits... |
tree | commitdiff |
next |