1. e149b37 Finish the conversion of HWND to a void*. by Michael Stefaniuc · 23 years ago
  2. 1ee88a2 Removed trailing white space. by Patrik Stridvall · 23 years ago
  3. d016f81 Added include protection for unistd.h and sys/time.h. by Patrik Stridvall · 23 years ago
  4. 933733c Get the initial paper size from the locale info. by Huw D M Davies · 23 years ago
  5. 238b4da Correct font size for non MM_TEXT modes. by Huw D M Davies · 23 years ago
  6. ac81d02 Portability fixes for Cygwin. by Rafael Kitover · 23 years ago
  7. 0e8da89 Pass "Manual Feed" as short input slot name. by Carl Sopchak · 23 years ago
  8. 5ee1599 Replaced LPTODP/DPTOLP macros by calls to LPtoDP/DPtoLP (with the help by Alexandre Julliard · 23 years ago
  9. ae4278e Added Type 1 and Type 42 font downloading. Misc bug fixes. by Huw D M Davies · 23 years ago
  10. 7a6ea91 Handle dmScale. by Huw D M Davies · 23 years ago
  11. 22ae3bd psdrv doesn't care about hGCClipRgn, just use GetClipRgn instead. by Huw D M Davies · 23 years ago
  12. 4aa2c81 Get rid of a few thousand useless TRACE lines. by Huw D M Davies · 23 years ago
  13. eee03b0 Added afm weight "NORMAL". by Huw D M Davies · 23 years ago
  14. 77afd6c Made some more spec file entries optional or unnecessary. by Alexandre Julliard · 23 years ago
  15. d3cab18 Moved DC origin into device-specific structure. by Alexandre Julliard · 23 years ago
  16. ff4f41d Added Korean resources. by Won-kyu Park · 23 years ago
  17. 7cae558 Removed some more trailing whitespace. by Alexandre Julliard · 23 years ago
  18. 9a62491 Removed trailing whitespace. by Vincent Béron · 23 years ago
  19. 7fbd74e Replaced the GET/PUT_UA macros by memcpy. Fixed a few big-endian issues. by Alexandre Julliard · 23 years ago
  20. 67e8dc6 Added configure check for the soname of libraries that we load by Alexandre Julliard · 23 years ago
  21. 012478c Spelling stuff. by Andreas Mohr · 23 years ago
  22. 2ab7625 Removed most imports of ntdll since we no longer import Wine internal by Alexandre Julliard · 23 years ago
  23. ad53383 Added winebuild support for generating a .dbg.c file containing the by Alexandre Julliard · 23 years ago
  24. 67371bc Added -res option to specify resources on winebuild command-line. by Alexandre Julliard · 23 years ago
  25. 3245991 Moved imports specification from the .spec into the Makefile so that by Alexandre Julliard · 23 years ago
  26. 92b376d Moved parts of the DC initialisation and bitmap selection out of the by Alexandre Julliard · 23 years ago
  27. dec2cee Removed some direct accesses to the DC structure. by Alexandre Julliard · 23 years ago
  28. 7418d39 Export a few more 16-bit GDI functions. Finished wineps separation. by Alexandre Julliard · 23 years ago
  29. ab246a6 Pass a PHYSDEV to EnumDeviceFont and release the GDI lock in by Alexandre Julliard · 23 years ago
  30. b88f724 Implement ResetDC and PHYSICALOFFSET[X|Y] devcaps. Fixes to MergeDevmodes. by Huw D M Davies · 23 years ago
  31. 7526fc5 Changed default paper size to letter. by Huw D M Davies · 23 years ago
  32. 18036cb Make ExtDeviceMode dialog use unicode property sheet functions. by Huw D M Davies · 23 years ago
  33. d14b2f0 Load libfreetype.so on the fly with dlopen and friends. by Huw D M Davies · 23 years ago
  34. 14c96c1 Fixed some issues found by winapi_check. by Patrik Stridvall · 23 years ago
  35. e21c15e Changed the GDI driver interface to pass an opaque PHYSDEV pointer by Alexandre Julliard · 23 years ago
  36. c1bfca0 Changed builtin dlls file names to make it clear they are not normal by Alexandre Julliard · 23 years ago
  37. 0799c1a Added LGPL standard comment, and copyright notices where necessary. by Alexandre Julliard · 23 years ago
  38. 57e5784 Move __stdcall/__cdecl to the right place. by Patrik Stridvall · 23 years ago
  39. 62f083c malloc.h is obsolete and stdlib.h should be used instead. by Francois Gouget · 23 years ago
  40. 809c45f Include ftsnames.h or ftnames.h, not both. by Francois Gouget · 23 years ago
  41. 9cef2d0 - fix wrong hexadecimal GetLastError() output by Andreas Mohr · 23 years ago
  42. f101e27 Add support for environment variables in the printer settings. by Francois Gouget · 23 years ago
  43. e5ddd26 When including config.h, include it first. by Francois Gouget · 23 years ago
  44. 814654e Lay down the infrastructure for gdi font rendering. by Huw D M Davies · 24 years ago
  45. 78f9fae Create GDI stock objects as normal objects instead of using magic handle values. by Alexandre Julliard · 24 years ago
  46. e811f9c Specify sizes for stock fonts again; removed the FixStockFontSize by Alexandre Julliard · 24 years ago
  47. 2576513 Eliminate glyph bounding boxes & other unused font metrics. by Ian Pilcher · 24 years ago
  48. 1ea54c6 Remove unused character width array. by Ian Pilcher · 24 years ago
  49. ec74ea3 Make EnumFonts and SelectObject use common font scaling. by Ian Pilcher · 24 years ago
  50. 061cfa8 Removed ANSI encoding stuff. by Ian Pilcher · 24 years ago
  51. c4e40d8 Remove previously disabled code. by Ian Pilcher · 24 years ago
  52. a2afd5b Documentation fixes. by Patrik Stridvall · 24 years ago
  53. 625bef4 Rewrite and separate AFM parsing code (no more [afmfiles]). by Ian Pilcher · 24 years ago
  54. 9208301 Rewrote Escape to avoid calling down to Escape16. by Alexandre Julliard · 24 years ago
  55. 99bb9f9 Added GetDeviceCaps to the DC driver interface. Removed devCaps by Alexandre Julliard · 24 years ago
  56. 3dd63eb Build the DC function table by using GetProcAddress on the graphics by Alexandre Julliard · 24 years ago
  57. 42e052d Rewrite TrueType font metric parsing code. by Ian Pilcher · 24 years ago
  58. 5f728ca Removed HEAP_strdupA. by Alexandre Julliard · 24 years ago
  59. d8f2c8b Make built-in font data read-only. by Ian Pilcher · 24 years ago
  60. 4bc1ebb5 Modify init code to handle const data types. by Ian Pilcher · 24 years ago
  61. d80b7a0 Use Windows metrics for font scaling. by Ian Pilcher · 24 years ago
  62. 7dd9ad7 Only index glyph names when necessary. by Ian Pilcher · 24 years ago
  63. f899ef0 Removed some unnecessary includes. by Alexandre Julliard · 24 years ago
  64. c85b9fd Eliminate UNICODEVECTOR data type. by Ian Pilcher · 24 years ago
  65. 0dd55c4 Removed some direct accesses to GDI internal pen/brush/font structures. by Alexandre Julliard · 24 years ago
  66. 6bbc745 Moved the 16-bit pointer to the DIB bits out of the driver-specific by Alexandre Julliard · 24 years ago
  67. a9eae85 Remove redundant data structure from font metrics. by Ian Pilcher · 24 years ago
  68. 0201466 Read/calculate average character width for all fonts. by Ian Pilcher · 24 years ago
  69. 4194fe4 Make Helvetica Narrow a separate font family. by Ian Pilcher · 24 years ago
  70. 044855c Documentation fixes. by Patrik Stridvall · 24 years ago
  71. 01d5e5b Documentation fixes. by Patrik Stridvall · 24 years ago
  72. 7aa8694 Fix some inter dll dependencies. by Dmitry Timoshkov · 24 years ago
  73. 043f640 Replace PROFILE_* functions by Reg*. by Dmitry Timoshkov · 24 years ago
  74. 36b4e1e Replace some 16-bit calls by their 32-bit equivalents. by Dmitry Timoshkov · 24 years ago
  75. 172cd1b Fixed some issues found by winapi_check. by Patrik Stridvall · 24 years ago
  76. 40432fe Use autoconf checks to check for various FreeType headers. by Ian Pilcher · 24 years ago
  77. a3b562f Updated built-in metrics for core PostScript fonts. by Ian Pilcher · 24 years ago
  78. fee7fa6 Removed incorrect string length calculation. by Ian Pilcher · 24 years ago
  79. afdeba8 Fixed font metric rounding error. by Ian Pilcher · 24 years ago
  80. 55d2e57 Build AFM data for core PostScript fonts into WINEPS. by Ian Pilcher · 24 years ago
  81. 3534362 Use macros for FreeType includes. by Ian Pilcher · 24 years ago
  82. 267d630 Added AvgCharWidth member to font metrics. by Ian Pilcher · 24 years ago
  83. dd31257 Updated PostScript glyph name data. by Ian Pilcher · 24 years ago
  84. 563598d Read metrics from TrueType fonts. by Ian Pilcher · 24 years ago
  85. c6eeda4 Guesstimate Windows font metrics for Type 1 fonts. by Ian Pilcher · 24 years ago
  86. 3f1ed52 Implemented 64bit file size handling. by Marcus Meissner · 24 years ago
  87. ee285b7 Remove unnecessary single quoting of debugstr_xxx strings. by Francois Gouget · 24 years ago
  88. 9c1ac51 Eliminate __compar_fn_t. by Ian Pilcher · 24 years ago
  89. 657c4af Unicode encodings for PostScript fonts. by Ian Pilcher · 24 years ago
  90. 0c63012 Implemented /etc/printcap based printing support. by Marcus Meissner · 24 years ago
  91. f30b035 PS passthrough was sending 2 bytes too many. by Marcus Meissner · 24 years ago
  92. 6e73ee0 Make PSDRV_Escape(GETPHYSPAGESIZE) return physical size. by Ian Pilcher · 24 years ago
  93. 506f790 Fixed rounding error in page size calculation. by Ian Pilcher · 24 years ago
  94. 8367baf Report that we have 2^16 colors, so PowerPoint97 prints colored slides. by Marcus Meissner · 24 years ago
  95. 3493de8 For underlining and striking out text we need to send a 'newpath' or by Marcus Meissner · 24 years ago
  96. b111809 Paper dialog translated to German. by Marcus Meissner · 24 years ago
  97. 91857a6 Misc. error checking in PostScript driver. by Ian Pilcher · 24 years ago
  98. 2ce7bc8 Check for errors in PSDRV_Init. by Ian Pilcher · 24 years ago
  99. ab8b7db Added CUPS printing support. by Marcus Meissner · 24 years ago
  100. 60268d1 Use typecasts to suppress compiler warnings. by Ian Pilcher · 24 years ago