1. 1f13973 comdlg32: The Dutch translation uses UTF-8. by Michael Stefaniuc · 15 years ago
  2. bdb373d mapi32: Add Slovenian translation. by Matej Špindler · 15 years ago
  3. ebdf7ed wordpad: Update Slovenian translation. by Matej Špindler · 15 years ago
  4. 5846333 notepad: Update Slovenian translation. by Matej Špindler · 15 years ago
  5. cb53241 wineboot: Update Slovenian translation. by Matej Špindler · 15 years ago
  6. 53459e0 shell32: Update Slovenian translation. by Matej Špindler · 15 years ago
  7. edbbd1f winecfg: Update Slovenian translation. by Matej Špindler · 15 years ago
  8. 78f3943 winedbg: Don't install the man page in a wow64 build. by Alexandre Julliard · 15 years ago
  9. f3831cf configure: Rename the 64-bit loader to wine64 and keep wine always for the 32-bit loader. by Alexandre Julliard · 15 years ago
  10. 3915cfb comctl32/imagelist: Fix the allocated size of the has_alpha array. by Alexandre Julliard · 15 years ago
  11. 45fd49b comctl32/imagelist: Generate the mask from the alpha channel if present. by Alexandre Julliard · 15 years ago
  12. f2b993d comctl32/imagelist: Pre-multiply the colors by the alpha channel when storing an image with alpha. by Alexandre Julliard · 15 years ago
  13. 5532927 server: Make sure a thread doesn't get freed while it's processing a request. by Alexandre Julliard · 15 years ago
  14. 39d5452 ntdll: Preserve registers in call_thread_entry_point on x86_64. by Alexandre Julliard · 15 years ago
  15. 69326aa kernel32: Move a 16 bit related comment to krnl386. by Detlef Riekenberg · 15 years ago
  16. 03e0440 mshtml: Fixed platform test on 64-bit IE6. by Jacek Caban · 15 years ago
  17. e660381 comdlg32: Fix Dutch translation. by Sven Baars · 15 years ago
  18. d1c8769 ntdll: Add some tests for RtlIsTextUnicode. by Hans Leidekker · 15 years ago
  19. 41e147e winhttp: Support setting security flags on request handles. by Hans Leidekker · 15 years ago
  20. 14e061a fltlib: Add stub implementations of FilterFindFirst and FilterFindClose. by Hans Leidekker · 15 years ago
  21. ccbf4c1 hnetcfg: Return success from fw_port_get_Enabled. by Hans Leidekker · 15 years ago
  22. 3c31a37 winemenubuilder: Expand environment strings in the shortcut path. by Hans Leidekker · 15 years ago
  23. df260d1 winemenubuilder: Lower case the content type. by Hans Leidekker · 15 years ago
  24. f6612ad winedump: Print the network share name in .lnk files. by Hans Leidekker · 15 years ago
  25. 3a5ddab opengl32: Add 32-bit bitmap rendering test. by Roderick Colenbrander · 15 years ago
  26. e91f4ae wined3d: Make sure wglFlush is not between ENTER_GL/LEAVE_GL. by Roderick Colenbrander · 15 years ago
  27. 162d95a Fix the bitmap info size computation when masks are present. by Alexandre Julliard · 15 years ago
  28. 91948f9 comctl32: Always alpha blend images for 32-bpp imagelists. by Alexandre Julliard · 15 years ago
  29. 33e7d02 comctl32: Store an alpha channel present flag for each image in an imagelist. by Alexandre Julliard · 15 years ago
  30. 528722e comctl32: Also generate an alpha channel when replacing an image or icon in an imagelist. by Alexandre Julliard · 15 years ago
  31. f02adf3 comctl32: Generate an alpha channel if necessary when adding images to a 32-bit imagelist. by Alexandre Julliard · 15 years ago
  32. f75c7b5 comctl32: Make ImageList_AddMasked call ImageList_Add instead of duplicating the functionality. by Alexandre Julliard · 15 years ago
  33. 4f9e09e server: Get rid of sock_try_event. by Mike Kaplinskiy · 15 years ago
  34. d03fe9d server: Always treat POLLHUP as a hangup, just special case checking TCP sockets. by Mike Kaplinskiy · 15 years ago
  35. 8619895 ws2_32/tests: Fix non-portable syntax. by Alexandre Julliard · 15 years ago
  36. 0c07c7b winemaker: Add French translation. by Frédéric Delanoy · 15 years ago
  37. 54b973a winemaker: Fix typos in manpage. by Frédéric Delanoy · 15 years ago
  38. cb469fe quartz: Fix return value of DSoundRender_GetState. by Gerald Pfeifer · 15 years ago
  39. a8acdac winecfg: Remove variable lRes which is not really used from configureAudioDriver. by Gerald Pfeifer · 15 years ago
  40. 29cc4c9 comctl32/tests: Check for the outcome of the SendMessage calls in test_monthcal_size. by Gerald Pfeifer · 15 years ago
  41. 3e2ff7e comctl32/tests: Remove some dead code from TaskManager_OnRestoreMainWindow. by Gerald Pfeifer · 15 years ago
  42. 2ba53f4 msi: Update French translation. by Frédéric Delanoy · 15 years ago
  43. 1fcf509 wordpad: Update French translation. by Frédéric Delanoy · 15 years ago
  44. 563d289 mshtml: Fixed test on some IEs. by Jacek Caban · 15 years ago
  45. 2a8958e gdi32: Use usp10 to optionally generate glyphs for bidi strings. by Aric Stewart · 15 years ago
  46. 745b5fe d3dx9: Add sampler dcl instruction support to the shader assembler. by Matteo Bruni · 15 years ago
  47. 6cbd511 d3dx9: Add input dcl instruction support to the shader assembler. by Matteo Bruni · 15 years ago
  48. efec8bb d3dx9: Complete output dcl instruction support. by Matteo Bruni · 15 years ago
  49. b627d13 d3dx9: Add output dcl instruction partial support to the shader assembler. by Matteo Bruni · 15 years ago
  50. c79be42 urlmon: CreateUri should return E_INVALIDARG for NULL args. by Thomas Mullaly · 15 years ago
  51. 3aa93e1 server: Use a less hackish approach to not POLLIN when we have a hung up socket. by Mike Kaplinskiy · 15 years ago
  52. 535f878 server: Keep polling sockets after we got a 0 recv, but not for POLLIN. by Mike Kaplinskiy · 15 years ago
  53. f928580 server: Set FD_READ in only 1 place (cleanup). by Mike Kaplinskiy · 15 years ago
  54. 688b94b ws2_32/tests: Add some socket event tests. by Mike Kaplinskiy · 15 years ago
  55. 00d5f87 comctl32: Remove document of (already removed) infoPtr from LISTVIEW_StyleChanged. by Gerald Pfeifer · 15 years ago
  56. f3b4bd2 kernel32: Return the correct processor arch and type in wow64 mode. by Paul Vriens · 15 years ago
  57. 57ddcee ole32: Use a temporary variable in TransactedSnapshotImpl_EnsureReadEntry. by Vincent Povirk · 15 years ago
  58. f10af18 msvcrt: Add some missing CDECL. by Marcus Meissner · 15 years ago
  59. 2ecd1df ntdll: Implement bsearch, lfind to use correct comparator functions. by Marcus Meissner · 15 years ago
  60. b2ff743 comctl32: Remove unused variable infoPtr from TVIEW_StyleChanging. by Gerald Pfeifer · 15 years ago
  61. e60bf53 msi: Improve some traces. by Hans Leidekker · 15 years ago
  62. 6475c11 msi: Only extract a file when its disk id matches the media disk id. by Hans Leidekker · 15 years ago
  63. 376c2fd msi: Store the disk id in the MSIFILE structure. by Hans Leidekker · 15 years ago
  64. cd6ba35 jscript: Avoid using long. by Michael Stefaniuc · 15 years ago
  65. 5ee89aa winex11: Update the cursor also for events ignored by a hook. by Alexandre Julliard · 15 years ago
  66. 364242f ntdll: Rename mergesort to NTDLL_mergesort. by Marcus Meissner · 15 years ago
  67. 9847d28 d3dx9: Add predicate support to the shader assembler. by Matteo Bruni · 15 years ago
  68. 93b2648 d3dx9: Add other flow control instructions in the shader assembler. by Matteo Bruni · 15 years ago
  69. 25c929a d3dx9: Support some flow control instructions in the shader assembler. by Matteo Bruni · 15 years ago
  70. 5fd618a quartz: Remove unused variable pOutputPin from MPEGSplitter_process_sample. by Gerald Pfeifer · 15 years ago
  71. 879328f user32/tests: Make checks in test_LoadImageFile and test_LoadImage more comprehensive. by Gerald Pfeifer · 15 years ago
  72. d6b23f4 start: Update Dutch translation. by Sven Baars · 15 years ago
  73. a432a7f winemenubuilder: Fix a char/widechar typo in association .desktop paths. by Damjan Jovanovic · 15 years ago
  74. 92c48ef urlmon/tests: Fixed IUri tests so they fail gracefully on machines with IE <7. by Thomas Mullaly · 15 years ago
  75. 24592a7 secur32: Avoid using long. by Michael Stefaniuc · 15 years ago
  76. 693ccc2 oleview: Replace long with LONG. by Michael Stefaniuc · 15 years ago
  77. af84fc4 wordpad: Update German translation. by André Hentschel · 15 years ago
  78. 32b821d wordpad: Update Dutch translation. by Sven Baars · 15 years ago
  79. 246aa63 wordpad: Update Lithuanian translation. by Aurimas Fišeras · 15 years ago
  80. 1a8fdf0 winemaker: Add missing linefeed. by André Hentschel · 15 years ago
  81. 25d8616 mshtml: Added IHTMLTextAreaElement::readOnly property implementation. by Jacek Caban · 15 years ago
  82. d9427e3 mshtml: Added IHTMLFormElement::action property implementation. by Jacek Caban · 15 years ago
  83. 5bb9172 mshtml: Added IHTMLFormElement::item implementation. by Jacek Caban · 15 years ago
  84. 68e9bd2 mshtml: Moved getting form's elements by index to separated function. by Jacek Caban · 15 years ago
  85. 5847928 mshtml: Added IHTMLSelectElement::item implementation. by Jacek Caban · 15 years ago
  86. b52bdff mshtml: Moved getting select's option element by index to separated function. by Jacek Caban · 15 years ago
  87. 061fee4 mshtml: Added IHTMLTextAreaElement::put_value implementation. by Jacek Caban · 15 years ago
  88. 85f0793 mshtml: Added IHTMLOptionElement::selected property implementation. by Jacek Caban · 15 years ago
  89. c7a9e3a comctl32: Fix an hfont leak. by Huw Davies · 15 years ago
  90. 8a00bdd ws2_32: Stub out WS_SIO_UDP_CONNRESET WSioctl. by Kai Blin · 15 years ago
  91. dd305c3 msi: Set the SourceDir property to the registered source if the product is installed. by Hans Leidekker · 15 years ago
  92. 41a7f02 msi: Avoid A->W conversions in msi_publish_install_properties. by Hans Leidekker · 15 years ago
  93. 347bb13 msi: Set install properties just once. by Hans Leidekker · 15 years ago
  94. 4d2fb55 msi: Add a test to show that the InstallSource property is unchanged after an upgrade. by Hans Leidekker · 15 years ago
  95. 715a506 msi: Add more patch registration tests. by Hans Leidekker · 15 years ago
  96. 06a8cc2 msi: Add a test to show that patches are not committed to the local package database. by Hans Leidekker · 15 years ago
  97. 2b07ead mshtml/tests: Replace long with LONG. by Michael Stefaniuc · 15 years ago
  98. 667944a localspl/tests: Improve the tests in test_XcvDataPort_AddPort by properly checking return values and avoiding a duplicate test. by Gerald Pfeifer · 15 years ago
  99. 47fff74 comctl32/tests: Remove variable hwndheader which is not really used from test_redraw. by Gerald Pfeifer · 15 years ago
  100. 7457476 winemenubuilder: Escape freedesktop exec keys properly. by Damjan Jovanovic · 15 years ago