2005-06-01 |
Alexandre Julliard | Always load 16-bit gdi.exe at init time. |
commit | commitdiff | tree | snapshot |
2005-06-01 |
Alexandre Julliard | Revert previous change, it shouldn't be necessary ... |
commit | commitdiff | tree | snapshot |
2005-06-01 |
Mike McCormack | Eliminate some -Wwrite-strings warnings. |
commit | commitdiff | tree | snapshot |
2005-06-01 |
Robert Shearman | - Improve tracing. |
commit | commitdiff | tree | snapshot |
2005-06-01 |
Robert Shearman | If we are accessing a method from a superclass then... |
commit | commitdiff | tree | snapshot |
2005-06-01 |
Robert Shearman | - Fix the return values from QueryPathOfRegTypeLib. |
commit | commitdiff | tree | snapshot |
2005-06-01 |
Robert Shearman | DispInvoke is correct so there is no need to print... |
commit | commitdiff | tree | snapshot |
2005-06-01 |
Mike McCormack | Clean up headers and make some functions static. |
commit | commitdiff | tree | snapshot |
2005-06-01 |
Richard Cohen | - Add static, const. |
commit | commitdiff | tree | snapshot |
2005-06-01 |
Mike McCormack | - avoid unicode.h |
commit | commitdiff | tree | snapshot |
2005-05-31 |
Jason Edmeades | Added test case for infinite loops on RDW_REDRAWNOW. |
commit | commitdiff | tree | snapshot |
2005-05-31 |
Alexandre Julliard | Added a from_child parameter to the get_update_region... |
commit | commitdiff | tree | snapshot |
2005-05-31 |
Alexandre Julliard | Skip the Unicode signature if present. |
commit | commitdiff | tree | snapshot |
2005-05-31 |
Ivan Leo Puoti | Added IDT emulation. |
commit | commitdiff | tree | snapshot |
2005-05-31 |
Detlef Riekenberg | Mark links to dir with FILE_ATTRIBUTE_REPARSE_POINT... |
commit | commitdiff | tree | snapshot |
2005-05-31 |
Alexandre Julliard | Fixed RtlIsTextUnicode prototype, and made it properly... |
commit | commitdiff | tree | snapshot |
2005-05-31 |
Andreas Mohr | TV_ITEM is the old name of TVITEM, shouldn't be used... |
commit | commitdiff | tree | snapshot |
2005-05-31 |
Mike McCormack | Remove some unused code. |
commit | commitdiff | tree | snapshot |
2005-05-31 |
Alexandre Julliard | Remove import lib on make clean. |
commit | commitdiff | tree | snapshot |
2005-05-31 |
Alexandre Julliard | Fixed install rule (reported by Vincent Béron). |
commit | commitdiff | tree | snapshot |
2005-05-31 |
Stefan Leichter | Test GetFileVersionInfoSizeA with executables. |
commit | commitdiff | tree | snapshot |
2005-05-31 |
Christian Costa | Merged convert.c, struct_convert.c and helper.c into... |
commit | commitdiff | tree | snapshot |
2005-05-31 |
Alexandre Julliard | Authors: Evan Deaubl <wine@warpedview.com>, Robert... |
commit | commitdiff | tree | snapshot |
2005-05-31 |
Juan Lang | - implement Crypt{Get|Set}OIDFunctionValue |
commit | commitdiff | tree | snapshot |
2005-05-31 |
Robert Reif | Add multiple DIRECTSOUND object support (multiple sound... |
commit | commitdiff | tree | snapshot |
2005-05-31 |
Mike McCormack | Some warning fixes for the regression tests. |
commit | commitdiff | tree | snapshot |
2005-05-31 |
Mike McCormack | More -Wmissing-declarations and -Wwrite-strings warning... |
commit | commitdiff | tree | snapshot |
2005-05-31 |
Mike McCormack | Improve number parsing and avoid unicode.h. |
commit | commitdiff | tree | snapshot |
2005-05-30 |
Francois Gouget | On some systems (linux 2.6.8) AFS fails to set d_reclen... |
commit | commitdiff | tree | snapshot |
2005-05-30 |
Mike McCormack | Remove more types from the parser. |
commit | commitdiff | tree | snapshot |
2005-05-30 |
Mike McCormack | Add and correct some function declarations. |
commit | commitdiff | tree | snapshot |
2005-05-30 |
Robert Reif | Add support for more than 2 audio channels. |
commit | commitdiff | tree | snapshot |
2005-05-30 |
Antoine Chavasse | - Implemented the implicit creation of mipmaps for... |
commit | commitdiff | tree | snapshot |
2005-05-30 |
Kouji Sasaki | Added the feature to change row height in owner draw... |
commit | commitdiff | tree | snapshot |
2005-05-30 |
Kouji Sasaki | Corrected the determination of capturing inside EDIT_WM... |
commit | commitdiff | tree | snapshot |
2005-05-30 |
Dmitry Timoshkov | Make more of the OLE interface vtables const. |
commit | commitdiff | tree | snapshot |
2005-05-30 |
Francois Gouget | Assorted spelling fixes. |
commit | commitdiff | tree | snapshot |
2005-05-30 |
Stefan Leichter | Update version resource of msiexec.exe to current versi... |
commit | commitdiff | tree | snapshot |
2005-05-30 |
Martin Fuchs | - implement commands 'copy' and 'delete' |
commit | commitdiff | tree | snapshot |
2005-05-29 |
Marcus Meissner | Added VarMonthName() implementation. |
commit | commitdiff | tree | snapshot |
2005-05-29 |
Mike McCormack | Get rid of some redundant parser types. |
commit | commitdiff | tree | snapshot |
2005-05-29 |
Martin Fuchs | Refresh display after executing a context menu command. |
commit | commitdiff | tree | snapshot |
2005-05-29 |
Mike McCormack | -Wmissing-declarations and -Wwrite-strings warning... |
commit | commitdiff | tree | snapshot |
2005-05-29 |
Martin Fuchs | Implement file filtering (matching of file name pattern... |
commit | commitdiff | tree | snapshot |
2005-05-29 |
Eric Pouech | _findclose() exists on MinGW, so prefix it. |
commit | commitdiff | tree | snapshot |
2005-05-29 |
Eric Pouech | Reindented parts to be conform to the rest of the code. |
commit | commitdiff | tree | snapshot |
2005-05-29 |
Eric Pouech | Rewrote all stack backtrace code (more code sharing... |
commit | commitdiff | tree | snapshot |
2005-05-29 |
Mike McCormack | - always declare the lstr* functions, even if they... |
commit | commitdiff | tree | snapshot |
2005-05-29 |
Marcus Meissner | #undef interface before including alsa headers. |
commit | commitdiff | tree | snapshot |
2005-05-29 |
Robert Reif | Fix a multiple sound card interface bug. |
commit | commitdiff | tree | snapshot |
2005-05-29 |
Paul Vriens | Add SymLoadModule64. |
commit | commitdiff | tree | snapshot |
2005-05-29 |
Felix Nawothnig | Pass the right hwnd to ReleaseDC(). |
commit | commitdiff | tree | snapshot |
2005-05-29 |
Robert Reif | Fix volume control. |
commit | commitdiff | tree | snapshot |
2005-05-29 |
Kristiaan Lenaerts | gcc 4.0 compile fix. |
commit | commitdiff | tree | snapshot |
2005-05-29 |
Dmitry Timoshkov | Fix Estonian keyboard layout to better match the X11... |
commit | commitdiff | tree | snapshot |
2005-05-29 |
Francois Gouget | Remove unneeded cast. |
commit | commitdiff | tree | snapshot |
2005-05-29 |
Michael Stefaniuc | Tests for VarAdd. |
commit | commitdiff | tree | snapshot |
2005-05-29 |
Michael Stefaniuc | - Reimplement VarAdd, had missing functionality and... |
commit | commitdiff | tree | snapshot |
2005-05-29 |
Dimi Paun | Fix indentation. |
commit | commitdiff | tree | snapshot |
2005-05-29 |
Stefan Leichter | Include crypt32 tests into winetest. |
commit | commitdiff | tree | snapshot |
2005-05-29 |
Juan Lang | Use registered DLLs for encode/decode. |
commit | commitdiff | tree | snapshot |
2005-05-29 |
Juan Lang | Add a few missing defines. |
commit | commitdiff | tree | snapshot |
2005-05-27 |
Dmitry Timoshkov | Make some of the OLE interface vtables const. |
commit | commitdiff | tree | snapshot |
2005-05-27 |
Alexandre Julliard | Added --list option to the tests and use that in winetest. |
commit | commitdiff | tree | snapshot |
2005-05-27 |
Ivan Leo Puoti | Added some privileged instructions emulation. |
commit | commitdiff | tree | snapshot |
2005-05-27 |
Dimi Paun | Move remaining GDI objects to the large heap. |
commit | commitdiff | tree | snapshot |
2005-05-27 |
Richard Cohen | Fix some obsolete comments |
commit | commitdiff | tree | snapshot |
2005-05-27 |
Alexandre Julliard | Authors: Mike McCormack <mike@codeweavers.com>, Aric... |
commit | commitdiff | tree | snapshot |
2005-05-27 |
Aric Stewart | Introduce really basic scripting of actions. This is... |
commit | commitdiff | tree | snapshot |
2005-05-27 |
Aric Stewart | Restrict deformating of nested index keys [[1]]. |
commit | commitdiff | tree | snapshot |
2005-05-27 |
Michael Jung | Use the Data Protection API to protect the users privat... |
commit | commitdiff | tree | snapshot |
2005-05-27 |
Michael Jung | It's sufficienct for Crypt[Un]ProtectData to acquire... |
commit | commitdiff | tree | snapshot |
2005-05-27 |
Maarten Lankhorst | Implemented VfwCapture interface. |
commit | commitdiff | tree | snapshot |
2005-05-27 |
Michael Jung | Use SystemFunction036 to generate random bytes. |
commit | commitdiff | tree | snapshot |
2005-05-27 |
Rolf Kalbermatter | Add declarations for AVICAP and SDK part of Video Captu... |
commit | commitdiff | tree | snapshot |
2005-05-27 |
Mike McCormack | Test and fix the size of stream fields in a record. |
commit | commitdiff | tree | snapshot |
2005-05-27 |
Alexandre Julliard | Authors: Aric Stewart <aric@codeweavers.com>, Mike... |
commit | commitdiff | tree | snapshot |
2005-05-27 |
Mike McCormack | Add xmldom guids. |
commit | commitdiff | tree | snapshot |
2005-05-27 |
Peter Oberndorfer | Use proper return values in amstream stub functions. |
commit | commitdiff | tree | snapshot |
2005-05-26 |
Stefan Dösinger | *Handle cidl==0 in shfldr_desktop, shfldr_fs and shfldr... |
commit | commitdiff | tree | snapshot |
2005-05-26 |
Aric Stewart | First pass at writing out CurVer keys for ProgIds.... |
commit | commitdiff | tree | snapshot |
2005-05-26 |
Rein Klazes | Add a stub for ODBCCPlApplet. |
commit | commitdiff | tree | snapshot |
2005-05-26 |
Rein Klazes | Add a stub for IsAdminOverrideActive. |
commit | commitdiff | tree | snapshot |
2005-05-26 |
Uwe Bonnes | Call fileio_terminate for FILE_AsyncWriteService. |
commit | commitdiff | tree | snapshot |
2005-05-26 |
Alexandre Julliard | Crop the update region to the new window rectangle... |
commit | commitdiff | tree | snapshot |
2005-05-26 |
Alexandre Julliard | Don't fetch the window class name if it's not needed... |
commit | commitdiff | tree | snapshot |
2005-05-26 |
Aric Stewart | A big rewrite of the whole RegisterClass, RegisterProgId, |
commit | commitdiff | tree | snapshot |
2005-05-26 |
Michael Jung | Use IShellFolder::GetDisplayNameOf instead of SHGetPath... |
commit | commitdiff | tree | snapshot |
2005-05-26 |
Kouji Sasaki | Added the callback item processing for LISTVIEW_EndEdit... |
commit | commitdiff | tree | snapshot |
2005-05-26 |
Mike McCormack | Added some idl definitions. |
commit | commitdiff | tree | snapshot |
2005-05-26 |
Alexandre Julliard | Workaround to allow using the async keyword as method... |
commit | commitdiff | tree | snapshot |
2005-05-25 |
Alexandre Julliard | Moved functions from windows/user.c to more appropriate... |
commit | commitdiff | tree | snapshot |
2005-05-25 |
Robert Shearman | - Use NULL instead of 0 for all non-handle pointers. |
commit | commitdiff | tree | snapshot |
2005-05-25 |
Alexandre Julliard | Moved a couple of 16-bit functions to dlls/user/user16.c. |
commit | commitdiff | tree | snapshot |
2005-05-25 |
Rein Klazes | Use the screen resolution to convert from twips (1440... |
commit | commitdiff | tree | snapshot |
2005-05-25 |
Alexandre Julliard | Moved the syscolor functions to dlls/user/sysparams.c. |
commit | commitdiff | tree | snapshot |
2005-05-25 |
Aric Stewart | Implement the [!file] format to produce the short filename. |
commit | commitdiff | tree | snapshot |
2005-05-25 |
Uwe Bonnes | Fix small typo. |
commit | commitdiff | tree | snapshot |
2005-05-25 |
Mike McCormack | Add some more headers. |
commit | commitdiff | tree | snapshot |
2005-05-25 |
Alexandre Julliard | Better support for building stand-alone tests. |
commit | commitdiff | tree | snapshot |
next |