2000-12-13 |
Alexandre Julliard | Removed some unnecessary includes. |
tree | commitdiff |
2000-12-13 |
Alexandre Julliard | Replaced PTR_SEG_TO_LIN macro by exported MapSL function. |
tree | commitdiff |
2000-12-12 |
Alexandre Julliard | Changed LoadImage16 to take an LPCSTR instead of a... |
tree | commitdiff |
2000-12-12 |
Alexandre Julliard | Use the DRIVE_* API constants instead of the DRIVETYPE... |
tree | commitdiff |
2000-12-12 |
Dimitrie O. Paun | Fixed indentation problems resulting from automatic... |
tree | commitdiff |
2000-12-11 |
Gerard Patel | Implemented DrawTextW as Unicode and DrawTextA as call... |
tree | commitdiff |
2000-12-10 |
Alexandre Julliard | Moved most builtin controls structures into their respe... |
tree | commitdiff |
2000-12-07 |
Alexandre Julliard | Removed dependencies on the internals of the CLASS... |
tree | commitdiff |
2000-12-05 |
Aric Stewart | Added Chinese resources. |
tree | commitdiff |
2000-12-05 |
Ken Coleman | Added a first-cut version of MapVirtualKeyExW() that... |
tree | commitdiff |
2000-12-01 |
Patrik Stridvall | Added/modified documentation for function arguments. |
tree | commitdiff |
2000-12-01 |
Alexandre Julliard | Removed some unnecessary includes. |
tree | commitdiff |
2000-12-01 |
Alexandre Julliard | Finished separation of shell32 and wsock32. |
tree | commitdiff |
2000-11-30 |
Alexandre Julliard | Finished separation of advapi32. |
tree | commitdiff |
2000-11-30 |
David Elliott | Remove libXXXX.so.1.0 lines from .cvsignore files. |
tree | commitdiff |
2000-11-30 |
Alexandre Julliard | Export a few 16-bit functions needed by higher-level... |
tree | commitdiff |
2000-11-29 |
Alexandre Julliard | Renamed CallTo16* functions to wine_call_to_16* and... |
tree | commitdiff |
2000-11-27 |
Dimitrie O. Paun | Require {DECLARE,DEFAULT}_DEBUG_CHANNEL statements... |
tree | commitdiff |
2000-11-27 |
Alexandre Julliard | Fixed a few dependencies on 16-bit or internal function... |
tree | commitdiff |
2000-11-27 |
Alexandre Julliard | Added entry for PrivateExtractIconsA. |
tree | commitdiff |
2000-11-27 |
Alexandre Julliard | Changed GetProcAddress16 and 16-bit resource functions... |
tree | commitdiff |
2000-11-26 |
Alexandre Julliard | Moved wsprintf functions to dlls/user. |
tree | commitdiff |
2000-11-25 |
Alexandre Julliard | Fixed typos. |
tree | commitdiff |
2000-11-25 |
Ove Kaaven | Implemented Win16 behaviour of DDL_DRIVES in DlgDirList. |
tree | commitdiff |
2000-11-15 |
Alexandre Julliard | Moved standard syslevel APIs declaration to winbase.h. |
tree | commitdiff |
2000-11-10 |
Francois Gouget | Use DUMMYxxxNAME for anonymous struct/unions. |
tree | commitdiff |
2000-11-08 |
Alexandre Julliard | Removed .s files. |
tree | commitdiff |
2000-11-06 |
Alexandre Julliard | Added missing dependency for 16-bit resource files. |
tree | commitdiff |
2000-11-05 |
Alexandre Julliard | Declare debug channels in all dlls that need them;... |
tree | commitdiff |
2000-11-01 |
Patrik Stridvall | Fixed issue found by winapi_check. |
tree | commitdiff |
2000-10-31 |
Peter Ivanyi | Added/upgraded Slovak messages, and Slovak and Czech... |
tree | commitdiff |
2000-10-31 |
Alexandre Julliard | Added import of ntdll. |
tree | commitdiff |
2000-10-29 |
David Elliott | Added basic working stubs of new Windows 2000 API funct... |
tree | commitdiff |
2000-10-28 |
Matthew Clarke | Don't assume we are building in the source tree, but... |
tree | commitdiff |
2000-10-25 |
Dmitry Timoshkov | Replaced ToAscii by ToUnicode in the User driver interface. |
tree | commitdiff |
2000-10-25 |
Alexandre Julliard | Added support for loading .res files for 16-bit resources. |
tree | commitdiff |
2000-10-23 |
Alexandre Julliard | Build Win32 resources as .res files and dump them into... |
tree | commitdiff |
2000-10-23 |
Alexandre Julliard | Moved all USER resources to new dlls/user/resources... |
tree | commitdiff |
2000-10-23 |
Alexandre Julliard | Duplicate resource directory searching routines instead... |
tree | commitdiff |
2000-10-22 |
Marcus Meissner | Added two checks for out of range pointer accesses. |
tree | commitdiff |
2000-10-19 |
Alexandre Julliard | Use a binary search to find entries in resource directo... |
tree | commitdiff |
2000-10-15 |
Rein Klazes | LoadStringA inserts terminating null in the buffer... |
tree | commitdiff |
2000-10-12 |
Francois Gouget | Added many missing *Pxxx types. |
tree | commitdiff |
2000-10-12 |
Francois Gouget | Fix the parameter types and comments of the DDElParam... |
tree | commitdiff |
2000-09-27 |
Alexandre Julliard | Added a few missing imports. |
tree | commitdiff |
2000-09-26 |
Alexandre Julliard | Moved all Win16 definitions out of the standard Windows... |
tree | commitdiff |
2000-09-25 |
Alexandre Julliard | Removed some of the XXX_reg macros now that we are... |
tree | commitdiff |
2000-09-24 |
Alexandre Julliard | Call WH_GETMESSAGE hook in PeekMessage too (based on... |
tree | commitdiff |
2000-09-22 |
Susan Farley | Added support DT_PATH_ELLIPSIS, DT_END_ELLIPSIS, and... |
tree | commitdiff |
2000-09-16 |
Alexandre Julliard | Moved Select/RealizePalette implementation to USER... |
tree | commitdiff |
2000-08-26 |
Andreas Mohr | Don't make DDEML mutexes global any more. |
tree | commitdiff |
2000-08-25 |
Alexandre Julliard | Fixed a couple of WINAPI issues with 16-bit spec files... |
tree | commitdiff |
2000-08-14 |
Alexandre Julliard | Moved CharUpper* and CharLower* functions to dlls/user. |
tree | commitdiff |
2000-08-11 |
Alexandre Julliard | Added Unicode ctype support. |
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-07 |
Marcus Meissner | Fixed CharNextW. |
tree | commitdiff |
2000-08-06 |
Alexandre Julliard | Link USER resources into libuser.so. |
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 |
Alexandre Julliard | Moved a bunch of functions out of libwine/kernel/gdi... |
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 |
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-07-28 |
Alexandre Julliard | Added 'owner' field to 16-bit spec files to specify... |
tree | commitdiff |
2000-07-15 |
Peter Ganten | Stubs for CreateDesktopA and EnumDesktopWindows. |
tree | commitdiff |
2000-07-10 |
Marcus Meissner | Stub for RegisterDeviceNotificationA. |
tree | commitdiff |
2000-06-24 |
Andreas Mohr | Implemented/stubbed IconSize() and ControlPanelInfo... |
tree | commitdiff |
2000-06-24 |
Alexandre Julliard | Split bidi16.c and network.c out of misc/ into their... |
tree | commitdiff |
2000-06-23 |
Andreas Mohr | Added more ordinals to KERNEL, GDI, USER and system... |
tree | commitdiff |
2000-06-20 |
Alexandre Julliard | For dlls, derive SPEC_SRCS from MODULE and ALTNAMES. |
tree | commitdiff |
2000-06-13 |
Bertho Stultiens | - Bugfix: Corrected "off by one" error in the linenumbe... |
tree | commitdiff |
2000-06-12 |
Juergen Schmied | Implementation for PrivateExtractIcons, PrivateExtractI... |
tree | commitdiff |
2000-06-08 |
Alexandre Julliard | Merged mouse dll into USER. |
tree | commitdiff |
2000-06-03 |
Alexandre Julliard | Merged display.dll into USER. |
tree | commitdiff |
2000-05-14 |
Dimitrie O. Paun | Moved DDEML into dlls/user. |
tree | commitdiff |
2000-05-07 |
Alexandre Julliard | Cleaned up local heap initialisation. |
tree | commitdiff |
2000-04-28 |
Alexandre Julliard | Added libkeyboard.so creation. |
tree | commitdiff |
2000-04-08 |
Alexandre Julliard | Removed a number of global handle allocations and criti... |
tree | commitdiff |
2000-03-28 |
Patrik Stridvall | - Added/fixed some documentation reported by winapi_check |
tree | commitdiff |
2000-03-25 |
Alexandre Julliard | Added missing keyboard.spec. |
tree | commitdiff |
2000-03-24 |
Alexandre Julliard | Moved gdi/user thunking functions into their respective... |
tree | commitdiff |
2000-03-19 |
Alexandre Julliard | Created separate dlls for user,gdi,ttydrv,x11drv. |
tree | commitdiff |
|