1. 69ace8c Use the right buffer size in SYSPARAMS_Load instead of some random value. by Alexandre Julliard · 22 years ago
  2. 96c7034 Initialize lpLogFont->lfQuality to the default. by Adam Gundy · 22 years ago
  3. 1d57f4b Implemented a default behavior for SPI_GETGRADIENTCAPTIONS flag in by Stephan BEUZE · 22 years ago
  4. 034000b Convert Twips values from the registry. by Andreas Mohr · 22 years ago
  5. 389df3d Extend the code to set both the Win9x and the NT registry keys. Only by Francois Gouget · 22 years ago
  6. 6fed1e3 Update the registry keys of SPI_ICONHORIZONTALSPACING, by Francois Gouget · 22 years ago
  7. 72e6490 SPI_GETMINIMIZEDMETRICS implemented. by Robert Shearman · 22 years ago
  8. 0fd521f Change RECT to use LONG to match win32 standard headers and fix format by Dan Kegel · 22 years ago
  9. 18d0297 Removed input.h, queue.h, spy.h and sysmetrics.h and moved their by Alexandre Julliard · 22 years ago
  10. ea4913f - noop redefinition of SPI_[GET/SET]MENUUNDERLINES by Greg Turner · 22 years ago
  11. ec5612e Some more fixes for compiling the user dll with -DSTRICT. by Michael Stefaniuc · 22 years ago
  12. b1f2325 Correct some of the system metrics to more closely match Windows values. by Dmitry Timoshkov · 23 years ago
  13. a32dc91 Implemented SPI_GETDESKWALLPAPER action, fixed SPI_SETDESKWALLPAPER. by Philipp Wollermann · 23 years ago
  14. 9a62491 Removed trailing whitespace. by Vincent Béron · 23 years ago
  15. 32886f6 Add missing \n to output messages. by James Juran · 23 years ago
  16. 2223450 Use default GUI font instead of hard-coded 'MS Sans Serif'. by Hidenori Takeshima · 23 years ago
  17. 41024bc Added FIXMEs for actions with id>=115. These actions were not processed before. by Andriy Palamarchuk · 23 years ago
  18. 0799c1a Added LGPL standard comment, and copyright notices where necessary. by Alexandre Julliard · 23 years ago
  19. d473d30 Authors: Dmitry Timoshkov <dmitry@codeweavers.com>, Guy Albertelli <guy@codeweavers.com> by Alexandre Julliard · 23 years ago
  20. 4163e08 SystemParametersInfo: fixed return value for SPI_SETFASTTASKSWITCH. by Andriy Palamarchuk · 23 years ago
  21. 5bba14d Implemented processing of actions SPI_SETKEYBOARDPREF, by Andriy Palamarchuk · 23 years ago
  22. 735a329 Implemented basic handling of assessibility actions. by Andriy Palamarchuk · 23 years ago
  23. d3212f9 Implemented processing for actions SPI_SETMOUSEBUTTONSWAP, by Andriy Palamarchuk · 23 years ago
  24. 2489dc9 Implemented processing for actions: SPI_GET/SETGRIDGRANULARITY, by Andriy Palamarchuk · 23 years ago
  25. 096bab6 Implemented processing for actions SPI_GET/SETSCREENSAVETIMEOUT, by Andriy Palamarchuk · 23 years ago
  26. 0bf1c24 Implemented processing for SPI_GET/SETMOUSE, SPI_GET/SETKEYBOARDDELAY, by Andriy Palamarchuk · 23 years ago
  27. 67fab90 Implemented SPI_ICONHORIZONTALSPACING, SPI_ICONVERTICALSPACING system by Andriy Palamarchuk · 23 years ago
  28. c9228e1 Created new infrastructure for SystemParametersInfo function. Used it by Andriy Palamarchuk · 23 years ago
  29. 070e749 Don't prefix %p with 0x. Various English fixes. by Francois Gouget · 23 years ago
  30. 4b62618 Added support for low-level mouse and keyboard hooks. by Alexandre Julliard · 23 years ago
  31. 676eb23 Added SYSMETRICS_Set. Implemented SPI_SETSHOWSOUNDS action. by Andriy Palamarchuk · 24 years ago
  32. 914a1dc Implemented SPI_GETSHOWSOUNDS. by Andriy Palamarchuk · 24 years ago
  33. 7a9ddd4 Added basic support for SPI_GETSCREENREADER. by Eric Pouech · 24 years ago
  34. c6a835a Remove Get/SetBeepActive from USER driver and manage it locally inside by Alexandre Julliard · 24 years ago
  35. 36b698f Add value 106 to SystemParametersInfo. by James Juran · 24 years ago
  36. b28e18b Replace fixme for SPI_GETWHEELSCROLLLINES with the default value of 3. by Chris Morgan · 24 years ago
  37. f4d5fef Add <string.h> to files that needed it. by James Juran · 24 years ago
  38. a41b2cf Moved tweak support to USER dll. Removed tweak.h and cache.h. by Alexandre Julliard · 24 years ago
  39. 2ece70e Various documentation fixes. by Patrik Stridvall · 24 years ago
  40. 91222da Moved most builtin controls structures into their respective C file. by Alexandre Julliard · 24 years ago
  41. 24a62ab Got rid of the Wine internal lstrcpy* functions and of winestring.h. by Alexandre Julliard · 24 years ago
  42. 0ed182f Cleanup SystemParametersInfo<16|A|W>. by James Abbatiello · 24 years ago
  43. 2bf380c Added SPI_GETWINDOWSEXTENSION. by Andreas Mohr · 24 years ago
  44. 072dfb5 Removed inclusion of wine/winestring.h from winbase.h and added it to by Alexandre Julliard · 25 years ago
  45. 9b1e1dc Add "FullWindowDrag" feature for not managed windows. by Dmitry Timoshkov · 25 years ago
  46. 42d20f9 Merged clipboard driver into USER driver. by Alexandre Julliard · 25 years ago
  47. 1f0c216 Implemented/stubbed IconSize() and ControlPanelInfo() needed for Win by Andreas Mohr · 25 years ago
  48. 3f13c7a Added default values for SPI_GETMOUSEHOVERHEIGHT, SPI_GETMOUSEHOVERWIDTH and by Chris Morgan · 25 years ago
  49. 2d6457c Added/fixed some documentation reported by winapi_check. by Patrik Stridvall · 25 years ago
  50. 7f3418f Store monitor size and depth in the generic structure. by Alexandre Julliard · 25 years ago
  51. e9f5153 Added proper termination upon failure. by Andreas Mohr · 25 years ago
  52. 62f824f Avoid calling the *Rect USER functions from inside GDI. by Alexandre Julliard · 25 years ago