- ebf0eb3 Make static Unicode strings const. by Francois Gouget · 21 years ago
- 9e4ed64 .spec.c files are no longer used for 32-bit dlls. by Alexandre Julliard · 21 years ago
- 1992476 - Add a lot of traces to make debugging a bit easier. by Dmitry Timoshkov · 21 years ago
- 7ba8fba Moved msrle32 to the top-level dlls directory. by Alexandre Julliard · 21 years ago
- bd6d739 Fix a typo in a comment. by Dmitry Timoshkov · 21 years ago
- 2ae461e Use some heuristics to decide what type of MCIWNDM_OPEN message to use. by Dmitry Timoshkov · 21 years ago
- 80064d7 Take palette into account while responding on ICM_DECOMPRESS_GETFORMAT. by Dmitry Timoshkov · 21 years ago
- 6b6ed72 Add missing '\n's to debug traces. by Francois Gouget · 21 years ago
- c660117 Fixed some problems found while compiling and linking Wine under Cygwin. by Dmitry Timoshkov · 21 years ago
- 21272b3 Make MCIWnd play a bit better as an MDI child. by Dmitry Timoshkov · 21 years ago
- 2b9d138 Trackbar range should be fixed only in the case of successful by Dmitry Timoshkov · 21 years ago
- cd61ce8 Add support for many MCIWNDM_ messages and some MCI_ commands in the by Dmitry Timoshkov · 21 years ago
- be6d014 Add Unicode->ANSI MCI message mapping, implement mciSendCommandW, fix by Dmitry Timoshkov · 21 years ago
- ccf25f0 Translate msrle32 and oledlg resources. by Hans Leidekker · 21 years ago
- 0646499 Implement support for many MCIWndClass MCI_ and MCIWNDM_ messages. by Dmitry Timoshkov · 21 years ago
- 853329b Add support for some MCIWNDF_ styles, indicate that we do not support by Dmitry Timoshkov · 21 years ago
- baa2b1f Added Italian language support. by Ivan Leo Murray-Smith · 21 years ago
- fbdfd91 Remove SYMBOLFILE and LDDLLFLAGS from Makefiles. by Dimitrie O. Paun · 21 years ago
- 8b25584 Remove the obsolete pascal16 (replaced by pascal -ret16). by Dimitrie O. Paun · 22 years ago
- bf5f07a Yet another batch of French resources updates. by Vincent Béron · 22 years ago
- 766ef66 Moved some MM internal definition to internal include files. by Eric Pouech · 22 years ago
- 20c169e Fixed a few more headers dependency issues. by Alexandre Julliard · 22 years ago
- e37c6e1 Fixed header dependencies to be fully compatible with the Windows by Alexandre Julliard · 22 years ago
- 9c771e7 - Implemented semi-stubs for GetOpenFileNamePreviewA/W and by Michael Günnewig · 22 years ago
- 617839d Added varargs support for 16-bit entry points. by Alexandre Julliard · 22 years ago
- 5069edc More Spanish translations. by José Manuel Ferrer Ortiz · 22 years ago
- 56aaea2 Spelling fixes. by Francois Gouget · 22 years ago
- 5061d3a - renamed winmm.OpenDriverW into winmm.OpenDriver by Eric Pouech · 22 years ago
- 8ac6d20 Fixed 2 typos in my last patch. by Michael Günnewig · 22 years ago
- 4e1ef0c For all DLLs with defined DllMain and which do not require by Dmitry Timoshkov · 22 years ago
- de08661 - Localization to Portuguese of Brazil by Marcelo Duarte · 22 years ago
- 3ebf9a5 - Fixed interframe compression - now works for RLE4 and RLE8. by Michael Günnewig · 22 years ago
- 3a42dd2 Added support for video compressor/decompressor dynamic installation. by Christian Costa · 22 years ago
- c287980 - added stubs for GetOpenFileNamePreview{A,W} by Michael Günnewig · 22 years ago
- e36fa45 Updated a bunch of translations for Slovenian language. by Rok Mandeljc · 22 years ago
- da9e567 - Fixed end flags while encoding -- only EOI instead of EOL and EOI. by Michael Günnewig · 22 years ago
- 97b7bc1 Added a lot of Russian translations. by Igor Stepin · 22 years ago
- e048ada List 16-bit spec files explicitly to avoid problems with some versions of make. by Alexandre Julliard · 22 years ago
- 114a31a Take advantage of new winebuild syntax to remove redundant function by Alexandre Julliard · 22 years ago
- 7e92c9a Replaced most uses of the auto-generated glue code by explicit calls by Alexandre Julliard · 22 years ago
- 766ea91 - made ICInfo closer to Windows behavior (i.e. no longer opens the by Eric Pouech · 22 years ago
- f9b35fa Fixed initialization of szDevice in ICINFO. by Waldeck Schutzer · 22 years ago
- 91d4f41 Fixed problems with finding and listing all the video by Waldeck Schutzer · 22 years ago
- 9b0b1e0 Remove (POINTER)NULL casts. by Francois Gouget · 22 years ago
- cef5961 Eliminate lots of __WINE__ conditionals from the headers. by Dimitrie O. Paun · 22 years ago
- a2251e2 Fixed some nasty bugs in drawdib creation/deletion. by Eric Pouech · 22 years ago
- d4fcfa8 Fix bad logic in == NULL test. by Lionel Ulmer · 22 years ago
- dbf8b78 Added .spec.def files. by Alexandre Julliard · 22 years ago
- d2667a4 Removed unnecessary HANDLE typecasts. by Francois Gouget · 22 years ago
- 14a2270 Added definitions for a couple of stub functions that we import so by Alexandre Julliard · 22 years ago
- 7c59874 No longer using Win32 API relative to 16 bit subsystem for the 32 bit part. by Eric Pouech · 22 years ago
- 517a93a Fixed some issues found by winapi_check. by Patrik Stridvall · 22 years ago
- 1e1313d Made the dll entry point default to DllMain and removed most of the by Alexandre Julliard · 22 years ago
- 7a1cb65 Moved 16-bit definitions out of mmddk.h into mmsystem16.h. by Alexandre Julliard · 22 years ago
- 7656b14 Split between 16 / 32 bit code. by Eric Pouech · 22 years ago
- ca3dd3f Compile the msvideo dll with -DSTRICT. by Michael Stefaniuc · 22 years ago
- 23bb371 Added support for building certain dlls with -DSTRICT. by Alexandre Julliard · 22 years ago
- 0ca051e Fixed wownt32.h to make it usable from inside Wine, and use it to by Alexandre Julliard · 22 years ago
- a821a8f Prevent some segfaults in msrle32. by Michael Günnewig · 22 years ago
- 288b8ee Implemented the MS RLE video codec. by Michael Günnewig · 22 years ago
- c728efc Added --disable-win16 configure option. by Alexandre Julliard · 23 years ago
- 025c0b7 Prepare dlls/{comctl32,gdi,msvideo,setupapi,shell32,twain,winmm} for by Michael Stefaniuc · 23 years ago
- 1033ffe Convert HPALETTE to a void*. by Michael Stefaniuc · 23 years ago
- a1412f6 Moved most of the 16-bit functions in dlls/msvideo to msvideo16.c. by Michael Stefaniuc · 23 years ago
- 9611986 Correct the size of the colour map allocated in the bitmap header for by Mike McCormack · 23 years ago
- ec7d7b7 - Convert HDRVR to a void*. - Fix declaration of DriverCallback(). by Michael Stefaniuc · 23 years ago
- 526531e Create at most one glue file for a single dll. by Alexandre Julliard · 23 years ago
- 77afd6c Made some more spec file entries optional or unnecessary. by Alexandre Julliard · 23 years ago
- 9a62491 Removed trailing whitespace. by Vincent Béron · 23 years ago
- 2ab7625 Removed most imports of ntdll since we no longer import Wine internal by Alexandre Julliard · 23 years ago
- ad53383 Added winebuild support for generating a .dbg.c file containing the by Alexandre Julliard · 23 years ago
- 67371bc Added -res option to specify resources on winebuild command-line. by Alexandre Julliard · 23 years ago
- 3245991 Moved imports specification from the .spec into the Makefile so that by Alexandre Julliard · 23 years ago
- 39d013c MCIWndCreateA: check for NULL filename. by Uwe Bonnes · 23 years ago
- c1bfca0 Changed builtin dlls file names to make it clear they are not normal by Alexandre Julliard · 23 years ago
- 0799c1a Added LGPL standard comment, and copyright notices where necessary. by Alexandre Julliard · 23 years ago
- 693cca5 Make FIXMEs more grep-able. by Dimitrie O. Paun · 23 years ago
- 74e4d21 Avoid wildcards in .cvsignore. by Patrik Stridvall · 23 years ago
- d7b7682 Use MapLS/UnMapLS instead of SEGPTR_* macros. by Alexandre Julliard · 23 years ago
- b3ec677 Added stub for ICImageCompress. Implemented ICImageDecompress. by Hidenori Takeshima · 23 years ago
- 72d4152 Documentation fixes. by Patrik Stridvall · 24 years ago
- a3d3d40 Started implementing the MCIWnd* functions. by Eric Pouech · 24 years ago
- bc38d6b - Made sure that the files that contains the declarations by Patrik Stridvall · 24 years ago
- 044855c Documentation fixes. by Patrik Stridvall · 24 years ago
- a274dd9 Fixed some issues found by winapi_check. by Patrik Stridvall · 24 years ago
- 56a1992 Replace some 16-bit calls by their 32-bit equivalents. by Dmitry Timoshkov · 24 years ago
- 3ca9823 Documentation ordinal fixes. by Patrik Stridvall · 24 years ago
- 8b216b3 Documentation ordinal fixes. by Patrik Stridvall · 24 years ago
- 172cd1b Fixed some issues found by winapi_check. by Patrik Stridvall · 24 years ago
- 7ad126d Removed some unnecessary ordinals. by Alexandre Julliard · 24 years ago
- 4b4b462 Added some more 16->32 mappings for ICM* messages. by Marcus Meissner · 24 years ago
- 31052f9 Implemented VideoCapDriverDescAndVer. by Marcus Meissner · 24 years ago
- 052b3f1 Fixed a few oddities. by Eric Pouech · 24 years ago
- 0639d60 Added a bit more of flags handling in drawdib functions. by Eric Pouech · 24 years ago
- f4d5fef Add <string.h> to files that needed it. by James Juran · 24 years ago
- b952103 Warning fix. by Francois Gouget · 24 years ago
- 0529c8b Fixed bitmap size handling. by Andreas Mohr · 24 years ago
- 44a1822 winuser.h now requires that we include winbase.h first. by François Gouget · 24 years ago
- ab7fc4a Mapping for ICM_SETSTATE (ptr in lParam1 to private data). by Marcus Meissner · 24 years ago
- 982a223 Replaced PTR_SEG_TO_LIN macro by exported MapSL function. by Alexandre Julliard · 24 years ago