1. e37c6e1 Fixed header dependencies to be fully compatible with the Windows by Alexandre Julliard · 22 years ago
  2. 549e247 Implementation of SelectPalette and RealizePalette in the metafile driver. by Dave Belanger · 22 years ago
  3. 369116d When GetObject is called with a NULL pointer, return the object's size. by Mike McCormack · 22 years ago
  4. 14a5d16 Fixed some common spelling errors. by Francois Gouget · 22 years ago
  5. 6f92965 Extended SetSystemPaletteUse to deal with error conditions. by Andrew John Hughes · 22 years ago
  6. 547cdc2 Made gdi compile with -DSTRICT. by Alexandre Julliard · 22 years ago
  7. 28a632a Some -DSTRICT fixes. by Michael Stefaniuc · 22 years ago
  8. 0ccb9fe Store the original GDI palette functions in pfnSelectPalette and by Alexandre Julliard · 22 years ago
  9. b5bb32c Fixed some issues found by winapi_check. by Patrik Stridvall · 23 years ago
  10. a62a26c Fixed some issues found by winapi_check. by Patrik Stridvall · 23 years ago
  11. a0b32d7 Added internal 32-bit versions of GDISelectPalette and GDIRealizePalette. by Alexandre Julliard · 23 years ago
  12. 1c4b5c4 Moved a large number of 16-bit functions to a separate gdi16.c file. by Alexandre Julliard · 23 years ago
  13. 7375597 Fixed some handle type mismatches and added a few casts in prevision by Alexandre Julliard · 23 years ago
  14. 376e650 Better separation of the palette functions. Removed the palette driver. by Alexandre Julliard · 23 years ago
  15. 9a62491 Removed trailing whitespace. by Vincent Béron · 23 years ago
  16. d8a9244 Added function table to GDI objects for better encapsulation. by Alexandre Julliard · 23 years ago
  17. 5cab46e Cleaned up some inter-dll dependencies in palette management. by Alexandre Julliard · 23 years ago
  18. 0799c1a Added LGPL standard comment, and copyright notices where necessary. by Alexandre Julliard · 23 years ago
  19. 314b9fd Fix for GetNearestColor so it returns the true color rather than the by Dave Hawkes · 23 years ago
  20. 57e5784 Move __stdcall/__cdecl to the right place. by Patrik Stridvall · 23 years ago
  21. ae7fe2d Added the correct halftone palette. by Aric Stewart · 23 years ago
  22. 99bb9f9 Added GetDeviceCaps to the DC driver interface. Removed devCaps by Alexandre Julliard · 24 years ago
  23. 044855c Documentation fixes. by Patrik Stridvall · 24 years ago
  24. 01d5e5b Documentation fixes. by Patrik Stridvall · 24 years ago
  25. 56a1992 Replace some 16-bit calls by their 32-bit equivalents. by Dmitry Timoshkov · 24 years ago
  26. 17fd4e3 Documentation name fixes. by Patrik Stridvall · 24 years ago
  27. e76218d Add '\n' at the end of traces. by Francois Gouget · 24 years ago
  28. ea2a9a8 Removed a few Callout functions by doing a GetProcAddress at the time by Alexandre Julliard · 24 years ago
  29. d0a4177 Documentation ordinal fixes. by Patrik Stridvall · 24 years ago
  30. 4d75640 Fixed some signed/unsigned warnings. by Joerg Mayer · 24 years ago
  31. 2b3aa61 Added/modified documentation for function arguments. by Patrik Stridvall · 24 years ago
  32. 4e951ea Check all Callouts function pointers for NULL before using them. by Alexandre Julliard · 24 years ago
  33. 2239abb Allocate DC objects on the process heap, and removed WIN_DC_INFO by Alexandre Julliard · 24 years ago
  34. 4c18636 Use GetStockObject() instead of the magic STOCK_* handles. by Alexandre Julliard · 24 years ago
  35. f87b96e - Explicitly initialize structures. by Patrik Stridvall · 24 years ago
  36. ea8795b GDISelectPalette16 checked GetObjectType() return value for by Andreas Mohr · 25 years ago
  37. 3993216 Moved Select/RealizePalette implementation to USER and use by Alexandre Julliard · 25 years ago
  38. 2a2321b Authors: Alexandre Julliard <julliard@codeweavers.com> (for Corel), Albert den Haan <albertd@corel.com> by Alexandre Julliard · 25 years ago
  39. c7e7df8 Replaced all lstr* calls from inside Wine code by their str* equivalent. by Alexandre Julliard · 25 years ago
  40. 93652e1 Moved a bunch of functions out of libwine/kernel/gdi into USER. by Alexandre Julliard · 25 years ago
  41. 946a444 Cleaned up a few USER dependencies. by Alexandre Julliard · 25 years ago
  42. a7116b0 Fixed memory allocations. by Alexandre Julliard · 25 years ago
  43. 9ad9636 Removed most calls to xmalloc/xrealloc. by Dimitrie O. Paun · 25 years ago
  44. d3e22d9 Removed #include of wingdi.h and windef.h from winuser.h (and resolved by Jeremy White · 25 years ago
  45. 31b4721 Added partial implementation of GetICMProfileA, required by Paint Shop Pro 5. by Ian Schmidt · 26 years ago
  46. 1565709 Converted to the new debug interface, using script written by Patrik Stridvall. by Alexandre Julliard · 26 years ago
  47. 92ae219 Removed redundant include of winbase.h from winuser16.h. by Michael Veksler · 26 years ago
  48. b4b9fae New debug scheme with explicit debug channels declaration. by Patrik Stridvall · 26 years ago
  49. b87fe2e More code moved to the X11 driver (bitmap and palette and misc). by Patrik Stridvall · 26 years ago
  50. a396029 Large-scale renaming of all Win32 functions and types to use the by Alexandre Julliard · 26 years ago
  51. 0bdff36 WinG fixes. by Brad Pepers · 26 years ago
  52. 8d8703c Moved some more code to the X11 driver. by Patrik Stridvall · 26 years ago
  53. 58b2f0a Implemented CreateHalftonePalette. Fixed 3 crashes (1 real, 2 potential). by Juergen Schmied · 26 years ago
  54. 151170c Moved more things to the X11 driver. by Patrik Stridvall · 26 years ago
  55. a38d84d GetSystemPaletteEntries returns palette size if entries==NULL. by Huw D M Davies · 26 years ago
  56. c509615 Checking for NULL-pointer. by Juergen Schmied · 26 years ago
  57. 8150b52 Added stubs for two undocumented GDI routines, SetMagicColors and by Ian Schmidt · 26 years ago
  58. 241c730 Fixed some LPPOINT/LPSIZE mismatches and some missing "const" in the by François Gouget · 26 years ago
  59. d30dfd2 Release 980927 by Alexandre Julliard · 27 years ago wine-980927
  60. 829fe32 Release 980726 by Alexandre Julliard · 27 years ago wine-980726
  61. 642d313 Release 980712 by Alexandre Julliard · 27 years ago wine-980712
  62. dadf78f Release 980517 by Alexandre Julliard · 27 years ago wine-980517
  63. c7c217b Release 980413 by Alexandre Julliard · 27 years ago wine-980413
  64. 54c2711 Release 980329 by Alexandre Julliard · 27 years ago wine-980329
  65. a69b88b Release 980315 by Alexandre Julliard · 27 years ago wine-980315
  66. a11d7b1 Release 980301 by Alexandre Julliard · 27 years ago wine-980301
  67. 60ce85c Release 980201 by Alexandre Julliard · 27 years ago wine-980201
  68. 02e9008 Release 980104 by Alexandre Julliard · 27 years ago wine-980104
  69. 44ed71f Release 971221 by Alexandre Julliard · 27 years ago wine-971221
  70. 491502b Release 971101 by Alexandre Julliard · 27 years ago wine-971101
  71. 670cdc4 Release 970824 by Alexandre Julliard · 28 years ago wine-970824
  72. 23946ad Release 970616 by Alexandre Julliard · 28 years ago wine-970616
  73. 889f742 Release 970415 by Alexandre Julliard · 28 years ago wine-970415
  74. 2197901 Release 970305 by Alexandre Julliard · 28 years ago wine-970305
  75. f0cbfa0 Release 970215 by Alexandre Julliard · 28 years ago wine-970215
  76. 01d6346 Release 970120 by Alexandre Julliard · 28 years ago wine-970120
  77. 75d86e1 Release 961117 by Alexandre Julliard · 28 years ago wine-961117
  78. 530ee84 Release 961023 by Alexandre Julliard · 28 years ago wine-961023
  79. 2c69f6d Release 960928 by Alexandre Julliard · 29 years ago wine-960928
  80. 0e270f4 Release 960824 by Alexandre Julliard · 29 years ago wine-960824
  81. f1aa303 Release 960805 by Alexandre Julliard · 29 years ago wine-960805
  82. ac9c9b0 Release 960728 by Alexandre Julliard · 29 years ago wine-960728
  83. 18f92e7 Release 960717 by Alexandre Julliard · 29 years ago wine-960717
  84. ca22b33 Release 960712 by Alexandre Julliard · 29 years ago wine-960712
  85. e2bfa4c Release 960516 by Alexandre Julliard · 29 years ago wine-960516
  86. 59730ae Release 960324 by Alexandre Julliard · 29 years ago wine-960324
  87. 0c126c7 Release 960218 by Alexandre Julliard · 29 years ago wine-960218
  88. 7e56f68 Release 960131 by Alexandre Julliard · 29 years ago wine-960131
  89. ade697e Release 951124 by Alexandre Julliard · 29 years ago wine-951124
  90. 902da69 Release 951105 by Alexandre Julliard · 29 years ago wine-951105
  91. af0bae5 Release 951003 by Alexandre Julliard · 30 years ago wine-951003
  92. a2f2e01 Release 950606 by Alexandre Julliard · 30 years ago wine-950606
  93. 2787be8 Release 950522 by Alexandre Julliard · 30 years ago wine-950522
  94. e2abbb1 Release 950319 by Alexandre Julliard · 30 years ago wine-950319
  95. 7cbe657 Release 950109 by Alexandre Julliard · 30 years ago wine-950109
  96. 3a5816f Release 941227 by Alexandre Julliard · 30 years ago wine-941227
  97. 234bc24 Release 941210 by Alexandre Julliard · 30 years ago wine-941210
  98. ecc3712 Release 941122 by Alexandre Julliard · 30 years ago wine-941122
  99. aca0578 Release 941017 by Alexandre Julliard · 30 years ago wine-941017
  100. 8d24ae6 Release 940405 by Alexandre Julliard · 31 years ago wine-940405