2002-12-03 |
Alexandre Julliard | Removed input.h, queue.h, spy.h and sysmetrics.h and... |
tree | commitdiff |
2002-12-03 |
Rolf Kalbermatter | Modify PrivateExtractIcons{AW} to match better current... |
tree | commitdiff |
2002-12-02 |
Francois Gouget | Removed unnecessary HANDLE typecasts. |
tree | commitdiff |
2002-11-24 |
Bill Medland | Correct UnhookWindowsHook: clear the handle so that... |
tree | commitdiff |
2002-11-22 |
Alexandre Julliard | Made user compile with -DSTRICT. |
tree | commitdiff |
2002-11-22 |
Alexandre Julliard | Fixed more -DSTRICT issues. |
tree | commitdiff |
2002-11-22 |
Alexandre Julliard | Properly split the 16-bit versions of GrayString and... |
tree | commitdiff |
2002-11-22 |
Alexandre Julliard | Moved some more 16-bit functions to user16.c. |
tree | commitdiff |
2002-11-21 |
Steve Lustbader | Have PostMessage call PostThreadMessage when hwnd is... |
tree | commitdiff |
2002-11-20 |
Alexandre Julliard | Added support for system-wide hooks. |
tree | commitdiff |
2002-11-18 |
Alexandre Julliard | Removed support for 'rsrc' spec file statement. |
tree | commitdiff |
2002-11-15 |
Patrik Stridvall | Made tests compile on Windows. |
tree | commitdiff |
2002-11-14 |
Alexandre Julliard | Added ReleaseDC function to the USER driver interface. |
tree | commitdiff |
2002-11-12 |
Patrik Stridvall | Updated the generated tests. |
tree | commitdiff |
2002-11-11 |
Eric Pouech | Implemented a Wine-only scheme for interprocess WinHelp... |
tree | commitdiff |
2002-11-06 |
Patrik Stridvall | Updated the generated tests. |
tree | commitdiff |
2002-11-06 |
Alexandre Julliard | Added winebuild -e option to specify the entry point... |
tree | commitdiff |
2002-11-04 |
Zoly Nagy | Added/upgraded Hungarian resources. |
tree | commitdiff |
2002-11-04 |
Patrik Stridvall | Updated the generated tests. |
tree | commitdiff |
2002-10-31 |
Alexandre Julliard | Split out some more 16-bit code. |
tree | commitdiff |
2002-10-31 |
Dmitry Timoshkov | Fix some types and function prototypes according to... |
tree | commitdiff |
2002-10-30 |
Michael Stefaniuc | Some more fixes for compiling the user dll with -DSTRICT. |
tree | commitdiff |
2002-10-29 |
Alexandre Julliard | Removed a couple of no longer used queue functions. |
tree | commitdiff |
2002-10-29 |
Patrik Stridvall | Fixed some issues found by winapi_check. |
tree | commitdiff |
2002-10-29 |
Patrik Stridvall | Fixed tests to compile with MS C on Windows. |
tree | commitdiff |
2002-10-29 |
Patrik Stridvall | Updated the generated tests. |
tree | commitdiff |
2002-10-29 |
Alexandre Julliard | Rewrote hook support to store the hook chain in the... |
tree | commitdiff |
2002-10-28 |
Michael Stefaniuc | Some fixes for the compilation of the user dll with... |
tree | commitdiff |
2002-10-28 |
Alexandre Julliard | Moved a few remaining 16-bit window functions to wnd16... |
tree | commitdiff |
2002-10-25 |
Alexandre Julliard | Install the shell hook as a 32-bit hook. |
tree | commitdiff |
2002-10-23 |
Vincent Béron | Bring some French resources in sync with English ones. |
tree | commitdiff |
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 |
next |