2003-10-07 |
Daniel Marmier | Fixed warnings with gcc option "-Wwrite-strings". |
commit | commitdiff | tree | snapshot |
2003-10-07 |
Warren Baird | Added extern "C". |
commit | commitdiff | tree | snapshot |
2003-10-07 |
Steven Edwards | Remove a few unneeded include statements in internal... |
commit | commitdiff | tree | snapshot |
2003-10-07 |
Mike McCormack | When registering a dll, search the dll's directory... |
commit | commitdiff | tree | snapshot |
2003-10-07 |
Rein Klazes | Added a check for <scsi/scsi.h> and include it in dlls... |
commit | commitdiff | tree | snapshot |
2003-10-07 |
Uwe Bonnes | Added some tests around fget(w)s. |
commit | commitdiff | tree | snapshot |
2003-10-07 |
Uwe Bonnes | fget(w)s(): Don't drop characters when buffer is not... |
commit | commitdiff | tree | snapshot |
2003-10-07 |
Uwe Bonnes | _write(): Don't fragment WriteFile() for TEXT mode... |
commit | commitdiff | tree | snapshot |
2003-10-07 |
Alexandre Julliard | Rewrite of the dll file search algorithm to better... |
commit | commitdiff | tree | snapshot |
2003-10-07 |
Alexandre Julliard | A couple more fixes in RtlGetFullPathName_U. |
commit | commitdiff | tree | snapshot |
2003-10-07 |
Alexandre Julliard | Store the global shell, progman and taskman windows... |
commit | commitdiff | tree | snapshot |
2003-10-07 |
Uwe Bonnes | _read(): In _O_TEXT mode make Readfile calls in chunks... |
commit | commitdiff | tree | snapshot |
2003-10-07 |
Dave Belanger | Spit out EMR_RESTOREDC metarecords with -1 as argument... |
commit | commitdiff | tree | snapshot |
2003-10-07 |
Jukka Heinonen | Use correct pointer when accessing real mode interrupt... |
commit | commitdiff | tree | snapshot |
2003-10-07 |
Jason Edmeades | DXTn stride is to the next block, which is the equivale... |
commit | commitdiff | tree | snapshot |
2003-10-07 |
Daniel Marmier | Fixed warnings with gcc option "-Wwrite-strings". |
commit | commitdiff | tree | snapshot |
2003-10-06 |
Alexandre Julliard | Moved the final process init and dependency loading to |
commit | commitdiff | tree | snapshot |
2003-10-06 |
Vincent Béron | Change resources from last language file used to LANG_N... |
commit | commitdiff | tree | snapshot |
2003-10-06 |
Uwe Bonnes | MSVCRT___RTDynamicCast: Reject a NULL cppobj. |
commit | commitdiff | tree | snapshot |
2003-10-06 |
Jon Griffiths | Implemented GetCPInfoExA/W. |
commit | commitdiff | tree | snapshot |
2003-10-06 |
Pavel Roskin | Read and write binary files in binary mode on Windows. |
commit | commitdiff | tree | snapshot |
2003-10-06 |
Kevin Koltzau | Added missing defines and fixed a few typos. |
commit | commitdiff | tree | snapshot |
2003-10-06 |
Alex Pasadyn | Fix buffer length error code for NtQueryInformationToken. |
commit | commitdiff | tree | snapshot |
2003-10-06 |
Daniel Marmier | Fixed warnings with gcc option "-Wwrite-strings". |
commit | commitdiff | tree | snapshot |
2003-10-06 |
Vincent Béron | Get rid of useless comment (empty function header). |
commit | commitdiff | tree | snapshot |
2003-10-04 |
Pavel Roskin | Convert resources to standard format without embedded... |
commit | commitdiff | tree | snapshot |
2003-10-04 |
Dave Belanger | Improved generation of font signature from freetype... |
commit | commitdiff | tree | snapshot |
2003-10-04 |
Alexandre Julliard | Converted process creation to Unicode. |
commit | commitdiff | tree | snapshot |
2003-10-04 |
Dave Belanger | Face families are in the top 4 bits of lfPitchAndFamily... |
commit | commitdiff | tree | snapshot |
2003-10-04 |
Dimitrie O... | Merge all binary resources for user32 in one file. |
commit | commitdiff | tree | snapshot |
2003-10-04 |
Kevin Koltzau | Initial implementation of uxtheme.dll, mostly stubbed... |
commit | commitdiff | tree | snapshot |
2003-10-04 |
Alexandre Julliard | Implemented RtlCreateProcessParameters and related... |
commit | commitdiff | tree | snapshot |
2003-10-04 |
Pavel Roskin | Use a better icon. Comment out the binary resource. |
commit | commitdiff | tree | snapshot |
2003-10-04 |
Hans Leidekker | Dutch translation of progman. |
commit | commitdiff | tree | snapshot |
2003-10-04 |
Dave Belanger | Implemented the SetArcDirection metarecord in EMF driver. |
commit | commitdiff | tree | snapshot |
2003-10-04 |
Pavel Roskin | Don't pass unused pointers to RegCreateKeyEx() - this... |
commit | commitdiff | tree | snapshot |
2003-10-04 |
Eric Pouech | Fixed a couple of bugs in RtlGetFullPathName_U. |
commit | commitdiff | tree | snapshot |
2003-10-04 |
Pavel Roskin | Set win_style of the main window to WS_OVERLAPPEDWINDOW. |
commit | commitdiff | tree | snapshot |
2003-10-04 |
Jukka Heinonen | Reboot (int19) under DOS now does ExitProcess. |
commit | commitdiff | tree | snapshot |
2003-10-04 |
Uwe Bonnes | SNOOP_ShowDebugmsgSnoop(): check for NULL function... |
commit | commitdiff | tree | snapshot |
2003-10-04 |
Michael Günnewig | - First part of a new IAVIEditStream implementation. |
commit | commitdiff | tree | snapshot |
2003-10-04 |
Michael Günnewig | Fixed warnings with gcc option "-Wwrite-strings". |
commit | commitdiff | tree | snapshot |
2003-10-03 |
Dimitrie O... | Extract binary resources to files, to fit the standard. |
commit | commitdiff | tree | snapshot |
2003-10-03 |
Alexandre Julliard | Avoid closing the cdrom if we failed to open it. |
commit | commitdiff | tree | snapshot |
2003-10-03 |
Jason Edmeades | Check for advertized vertex blend support before queryi... |
commit | commitdiff | tree | snapshot |
2003-10-03 |
Jon Griffiths | Tests for recent variant changes. |
commit | commitdiff | tree | snapshot |
2003-10-03 |
Pavel Roskin | Add support for SCSI CD-ROMs to CDROM_GetInterfaceInfo(). |
commit | commitdiff | tree | snapshot |
2003-10-03 |
Pavel Roskin | Added check for scsi/scsi_ioctl.h. |
commit | commitdiff | tree | snapshot |
2003-10-03 |
Mike McCormack | Fixed msi spec file. |
commit | commitdiff | tree | snapshot |
2003-10-03 |
Alexandre Julliard | A couple of new functions have been added to the pthrea... |
commit | commitdiff | tree | snapshot |
2003-10-03 |
Alexandre Julliard | We only need to check for same process siblings in... |
commit | commitdiff | tree | snapshot |
2003-10-03 |
Jon Griffiths | Add VarParseNumFromStr()/VarNumFromParseNum(), use... |
commit | commitdiff | tree | snapshot |
2003-10-03 |
Jason Edmeades | Minor fixes - Remove light debug statements, handle... |
commit | commitdiff | tree | snapshot |
2003-10-03 |
Daniel Marmier | Fixed warnings with gcc option "-Wwrite-strings". |
commit | commitdiff | tree | snapshot |
2003-10-03 |
Gerald Pfeifer | This is actually a /bin/sh script, /bin/bash is not... |
commit | commitdiff | tree | snapshot |
2003-10-03 |
Dimitrie O... | Make bin2res silent by default. |
commit | commitdiff | tree | snapshot |
2003-10-03 |
Kevin Koltzau | Added tmschema.h and some other theme defines. |
commit | commitdiff | tree | snapshot |
2003-10-03 |
Pavel Roskin | Implemented GetCompressedFileSize[AW]. |
commit | commitdiff | tree | snapshot |
2003-10-03 |
Pavel Roskin | Added check for st_blocks in struct stat. |
commit | commitdiff | tree | snapshot |
2003-10-02 |
Alexandre Julliard | Changed LdrLoadDll to only search for the dll in the... |
commit | commitdiff | tree | snapshot |
2003-10-02 |
Alexandre Julliard | In desktop mode, only move the window in Z-order relati... |
commit | commitdiff | tree | snapshot |
2003-10-02 |
Alexandre Julliard | Hack to update ntdll current directory value in DRIVE_C... |
commit | commitdiff | tree | snapshot |
2003-10-02 |
Alexandre Julliard | Fixed a couple of bugs in RtlDosSearchPath_U and RtlGet... |
commit | commitdiff | tree | snapshot |
2003-10-02 |
Dimitrie O... | Move the message sequences documented in documentation... |
commit | commitdiff | tree | snapshot |
2003-10-02 |
Dimitrie O... | Removed obsolete TODO file. |
commit | commitdiff | tree | snapshot |
2003-10-02 |
Rolf Kalbermatter | SHDOCVW_118 (ShellDDEInit) is really a dynamic forward... |
commit | commitdiff | tree | snapshot |
2003-10-02 |
Rolf Kalbermatter | Moved definition of newly documented API SHRestricted... |
commit | commitdiff | tree | snapshot |
2003-10-02 |
Gerald Pfeifer | Cast time_t parameters to fprintf(...,"%l",...) to... |
commit | commitdiff | tree | snapshot |
2003-10-02 |
Salmela | Updated Finnish keyboard layout. |
commit | commitdiff | tree | snapshot |
2003-10-02 |
Gerald Pfeifer | Remove obsolete "status" directory from EXTRASUBDIRS. |
commit | commitdiff | tree | snapshot |
2003-10-02 |
Hans Leidekker | Added Dutch translation. |
commit | commitdiff | tree | snapshot |
2003-10-02 |
Mike McCormack | Change a MESSAGE about creating a directory to a TRACE. |
commit | commitdiff | tree | snapshot |
2003-10-02 |
Pavel Roskin | Ignore window caption from PROPSHEETHEADER in wizards... |
commit | commitdiff | tree | snapshot |
2003-10-02 |
Dimitrie O... | Add author list as with the other guides. |
commit | commitdiff | tree | snapshot |
2003-10-02 |
Dimitrie O... | Tidy up the notes for the ODBC driver. |
commit | commitdiff | tree | snapshot |
2003-10-02 |
Robert Reif | Added some missing defines. |
commit | commitdiff | tree | snapshot |
2003-10-01 |
Gerald Pfeifer | Cast time_t to long for printing. |
commit | commitdiff | tree | snapshot |
2003-10-01 |
Jon Griffiths | Documentation updates. |
commit | commitdiff | tree | snapshot |
2003-10-01 |
Michael Stefaniuc | Fix missing mem freeing on error path. |
commit | commitdiff | tree | snapshot |
2003-10-01 |
Dimitrie O... | Teach bin2res to deal with one file at a time. |
commit | commitdiff | tree | snapshot |
2003-10-01 |
Mike McCormack | Stubs for Get/SetUserGeoID(). |
commit | commitdiff | tree | snapshot |
2003-10-01 |
Jon Griffiths | New tests for shlwapi string and clsid functions. |
commit | commitdiff | tree | snapshot |
2003-10-01 |
Jon Griffiths | Add @405/406, document URL functions. |
commit | commitdiff | tree | snapshot |
2003-10-01 |
Jon Griffiths | Ensure we generate for -noname ordinals documented... |
commit | commitdiff | tree | snapshot |
2003-10-01 |
Robert Reif | Fixed some traces. |
commit | commitdiff | tree | snapshot |
2003-10-01 |
Pavel Roskin | Make it possible to close the "About Wine" dialog by... |
commit | commitdiff | tree | snapshot |
2003-10-01 |
Hans Leidekker | Dutch translation of clock and cmdlgtst. |
commit | commitdiff | tree | snapshot |
2003-10-01 |
Pavel Roskin | Correctly set openfilename.lStructSize before calling |
commit | commitdiff | tree | snapshot |
2003-09-30 |
Alexandre Julliard | Store module names in Unicode in the server. |
commit | commitdiff | tree | snapshot |
2003-09-30 |
Daniel Marmier | Use #ifdef instead of #if for all feature tests. |
commit | commitdiff | tree | snapshot |
2003-09-30 |
Alex Pasadyn | - Add more logging to resolution changes and queries. |
commit | commitdiff | tree | snapshot |
2003-09-30 |
Pavel Roskin | Implement stubs for OleRenameServerDoc, OleRevertServer... |
commit | commitdiff | tree | snapshot |
2003-09-30 |
Christian Costa | Small lighting fix. |
commit | commitdiff | tree | snapshot |
2003-09-30 |
Francois Gouget | Return 2 in case of a usage error. |
commit | commitdiff | tree | snapshot |
2003-09-30 |
Mike Hearn | Move Applications tab before Libraries tab. |
commit | commitdiff | tree | snapshot |
2003-09-30 |
Vincent Béron | Extract localisable resources from shres.rc to proper... |
commit | commitdiff | tree | snapshot |
2003-09-30 |
Michael Stefaniuc | Fixes for memory leaks on error path. |
commit | commitdiff | tree | snapshot |
2003-09-30 |
Michael Stefaniuc | Fix memory leaks on error path. |
commit | commitdiff | tree | snapshot |
2003-09-30 |
Jukka Heinonen | Use correct linear pointer when accessing BIOS data... |
commit | commitdiff | tree | snapshot |
2003-09-30 |
Robert Shearman | Set version of kernel32 to Windows 2000 SP4. |
commit | commitdiff | tree | snapshot |
next |