2002-10-23 |
Alexandre Julliard | Moved network.c to 16-bit sources. |
tree | commitdiff |
2002-10-23 |
Alexandre Julliard | Store thread id instead of queue handle in timer structure. |
tree | commitdiff |
2002-10-23 |
Alexandre Julliard | Implemented GetWindowTask16 on top of GetWindowThreadPr... |
tree | commitdiff |
2002-10-23 |
Patrik Stridvall | Updated the generated tests. |
tree | commitdiff |
2002-10-22 |
Dmitry Timoshkov | Restore setting of caption "Error". |
tree | commitdiff |
2002-10-19 |
Michael Stefaniuc | Silence some warnings due to casts between pointer... |
tree | commitdiff |
2002-10-19 |
Michael Stefaniuc | Fix warnings when converting between an ATOM and a... |
tree | commitdiff |
2002-10-18 |
Alexandre Julliard | Added support for building certain dlls with -DSTRICT. |
tree | commitdiff |
2002-10-18 |
Alexandre Julliard | Store the original GDI palette functions in pfnSelectPa... |
tree | commitdiff |
2002-10-17 |
Alexandre Julliard | Use the WOWHandle functions to convert between task... |
tree | commitdiff |
2002-10-17 |
Alexandre Julliard | Fixed wownt32.h to make it usable from inside Wine... |
tree | commitdiff |
2002-10-17 |
Alexandre Julliard | Rewrote caret implementation to store the information... |
tree | commitdiff |
2002-10-15 |
Michael Stefaniuc | Compile fix when all handles are converted to a void*. |
tree | commitdiff |
2002-10-15 |
Patrik Stridvall | Updated the generated tests. |
tree | commitdiff |
2002-10-11 |
Alexandre Julliard | Reimplemented Get/SetActiveWindow, Get/SetFocus and |
tree | commitdiff |
2002-10-11 |
Alexandre Julliard | Added server-side infrastructure for the thread input... |
tree | commitdiff |
2002-10-10 |
Michael Stefaniuc | - change the internal functions in windows/cursoricon... |
tree | commitdiff |
2002-10-10 |
Steve Lustbader | Provide a stub for GetComboBoxInfo. |
tree | commitdiff |
2002-10-09 |
Alexandre Julliard | Avoid infinite SendMessage recursion, just like Windows... |
tree | commitdiff |
2002-10-09 |
Michael Stefaniuc | Fix handle conversions. |
tree | commitdiff |
2002-10-07 |
Eric Pouech | Fixed some NULL pointer handling errors. |
tree | commitdiff |
2002-10-04 |
Alexandre Julliard | Fixed printf formats for -DSTRICT handles. |
tree | commitdiff |
2002-10-04 |
Alexandre Julliard | Fixed some handle conversions in prevision of void... |
tree | commitdiff |
2002-10-03 |
Alexandre Julliard | Added process_id_t and thread_it_t types to the server... |
tree | commitdiff |
2002-10-03 |
Alexandre Julliard | Build tests with -DSTRICT. |
tree | commitdiff |
2002-10-02 |
Patrik Stridvall | Added some more autogenerated tests. |
tree | commitdiff |
2002-10-02 |
Alexandre Julliard | Make sure things still work if 16-bit dlls cannot be... |
tree | commitdiff |
2002-10-02 |
Alexandre Julliard | Added --disable-win16 configure option. |
tree | commitdiff |
2002-10-01 |
Alexandre Julliard | Use correct 16-bit resources to avoid warnings. |
tree | commitdiff |
2002-09-27 |
Michael Stefaniuc | Moved some 16-bit functions from windows/cursoricon... |
tree | commitdiff |
2002-09-25 |
Alexandre Julliard | Fixed a number of bugs in the handling of window parent... |
tree | commitdiff |
2002-09-24 |
Patrik Stridvall | Fixed some issues found by winapi_check. |
tree | commitdiff |
2002-09-23 |
Dimitrie O. Paun | - Remove export of DRAG_QueryUpdate from USER. |
tree | commitdiff |
2002-09-20 |
Dimitrie O. Paun | Have USER deal with the caret when scrolling a window. |
tree | commitdiff |
2002-09-17 |
Francois Gouget | IDI_APPLICATIONW does not exist on Windows. Use IDI_APP... |
tree | commitdiff |
2002-09-12 |
Alexandre Julliard | Replaced 'heap' .spec statement by a command line option. |
tree | commitdiff |
2002-09-12 |
Dimitrie O. Paun | Make all spec files grep-able. |
tree | commitdiff |
2002-09-06 |
Alexandre Julliard | Link all remaining dlls except kernel32 as separated... |
tree | commitdiff |
2002-09-04 |
Michael Stefaniuc | - Rename WIN_Handle16 to HWDN_16 and make it a macro. |
tree | commitdiff |
2002-08-28 |
Per Nystrom | Implemented GetCursorInfo. |
tree | commitdiff |
2002-08-28 |
Alexandre Julliard | Fixed a number of dll separation issues. |
tree | commitdiff |
2002-08-28 |
Michael Stefaniuc | Convert HACCEL to a void*. |
tree | commitdiff |
2002-08-28 |
Patrik Stridvall | Implement wrapper calls for the 16 bit GlobalAtom*... |
tree | commitdiff |
2002-08-27 |
Ulrich Czekalla | - Add a max wait time for selection notifies. |
tree | commitdiff |
2002-08-17 |
Patrik Stridvall | Added include protection for unistd.h and sys/time.h. |
tree | commitdiff |
2002-08-16 |
Aric Stewart | Added BroadcastSystemMessageA. |
tree | commitdiff |
2002-08-15 |
Alexandre Julliard | Added support for #pragma code_page. |
tree | commitdiff |
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 |
next |