Add more Nt* functions.
[wine] / programs /
2005-07-05  Hajime SegawaFix for debug message buffer overflow in library tab.
2005-07-05  Huw DaviesAdd an English neutral version of the graphics tab.
2005-07-05  Jonathan ErnstUpdated winefile French resources.
2005-07-05  Jonathan Ernst- Updated winecfg French resources.
2005-07-05  Marcelo DuarteRemove double SEPARATOR.
2005-07-03  Jacek CabanMake registry compatible with winmine.
2005-07-01  Henning GerhardtUpdate German resource files.
2005-07-01  Michael JungAdded binfmt_misc to the filesystem blacklist.
2005-06-30  Paul VriensUpdate the Dutch translations.
2005-06-30  Francois GougetImprove the winedbg usage.
2005-06-30  Francois GougetRemove unneeded casts.
2005-06-30  Sven PaschukatRepaired extraction of icons when config file is missing.
2005-06-29  Gerald PfeiferAvoid compiler warning in AddEntryToList().
2005-06-29  Jacek CabanAdded mshtml test.
2005-06-28  Robert Reif- Add an audio configure button with code to display...
2005-06-27  Stefan HuehnerFix some -Wstrict-prototypes warnings.
2005-06-27  Andreas MohrConstify wcmd.
2005-06-27  Andreas MohrConstify all needlessly non-const winecfg structs.
2005-06-27  Jacek CabanAdded winemine debug channel.
2005-06-23  Michael JungMade the registry cache more general.
2005-06-23  Steven EdwardsRemove an outdated comment in the command line options.
2005-06-22  Stefan HuehnerRemove some more -Wstrict-prototypes warnings.
2005-06-21  Paul VriensUpdate Dutch resource file.
2005-06-20  Martin FuchsRemove superfluous include statements.
2005-06-20  Alexandre JulliardMoved the audio driver configuration to HKCU\Software...
2005-06-20  Stefan HuehnerFix more -Wstrict-prototypes warnings.
2005-06-20  Martin Fuchs- Sync with ReactOS repository, re-indent and remove...
2005-06-17  Alexandre JulliardUpdated paths of ShowDirSymlinks, ShowDotFiles and...
2005-06-17  Martin FuchsCorrections of Czech translation by Denzil.
2005-06-17  Stefan HuehnerRemove some -Wstrict-prototypes warnings.
2005-06-16  Paul VriensHide <-> Show Advanced.
2005-06-16  Alexandre JulliardUse RegOpenKey instead of RegOpenKeyEx to avoid trouble...
2005-06-16  Alexandre JulliardFixed registry paths to edit the real config, and remov...
2005-06-16  Stefan HuehnerFix some -Wstrict-prototypes warnings.
2005-06-16  Mike McCormackFix some declaration and write string warnings.
2005-06-13  Alexandre JulliardAdded magic comments to all Wine-specific registry...
2005-06-13  Alexandre JulliardChanged registry access functions to use more meaningfu...
2005-06-13  Mike McCormackMore warning fixes.
2005-06-13  Martin FuchsRemove duplicate toolbar button.
2005-06-13  Martin Fuchs- use const parameter in find_entry_shell()
2005-06-12  Martin FuchsRemove unnecessary paint code.
2005-06-12  Martin FuchsMove __WINE__ ifdef directive.
2005-06-12  Martin FuchsFix file size in property dialog by using _stprintf...
2005-06-10  Mike McCormackFix more warnings.
2005-06-07  Martin FuchsSynchronize resource scripts IDs of the different langu...
2005-06-06  Martin FuchsImplement file properties dialog (partly based on Rob...
2005-06-05  Martin FuchsRefresh window content after context menu popups only...
2005-06-05  Martin FuchsSync winefile's header between WINE and ReactOS.
2005-06-04  Mike McCormackFixes for -Wmissing-declarations and -Wwrite-strings...
2005-06-03  Martin FuchsFix position of column header labels.
2005-06-02  Mike McCormackFixes for -Wmissing-declarations and -Wwrite-strings...
2005-06-02  Henning GerhardtUpdate German resource files.
2005-06-02  Juan LangPrint command that fails to make error message a little...
2005-05-30  Stefan LeichterUpdate version resource of msiexec.exe to current versi...
2005-05-30  Martin Fuchs- implement commands 'copy' and 'delete'
2005-05-29  Martin FuchsRefresh display after executing a context menu command.
2005-05-29  Martin FuchsImplement file filtering (matching of file name pattern...
2005-05-29  Eric PouechReindented parts to be conform to the rest of the code.
2005-05-29  Eric PouechRewrote all stack backtrace code (more code sharing...
2005-05-29  Stefan LeichterInclude crypt32 tests into winetest.
2005-05-27  Alexandre JulliardAdded --list option to the tests and use that in winetest.
2005-05-27  Dimi PaunMove remaining GDI objects to the large heap.
2005-05-24  Hans LeidekkerFix uninitialized warnings.
2005-05-24  Eric Pouech- started infrastructure for proper multi-target suppor...
2005-05-24  David WelchAdded the ability to break into the program when using...
2005-05-24  David WelchFix decoding of thread IDs in the gdbproxy.
2005-05-23  Eric Pouech- now storing exception info (if any) in thread structure
2005-05-23  Martin FuchsBug fixes for _NO_EXTENSIONS mode.
2005-05-23  Eric PouechRemoved the macros for verbose memory read/write operat...
2005-05-23  Martin FuchsImplement ID_VIEW_SPLIT command.
2005-05-23  Eric Pouech- no longer store internally the " for strings
2005-05-19  Alexandre JulliardFail more gracefully if 16-bit support is missing.
2005-05-19  Martin FuchsThe call to ScreenToClient() changes the content of...
2005-05-19  James HawkinsLoad Show/Hide Advanced strings from resources.
2005-05-18  Pierre d'HerbemontRemove stdlib.h inclusion if winsock.h is included.
2005-05-18  James HawkinsAdd handling for drive options.
2005-05-18  Kouji SasakiCorrected RLE decompression processing.
2005-05-17  Robert ShearmanRename DllRegisterServer and DllUnregisterServer to...
2005-05-17  James HawkinsAdd ShowDirSymLink and ShowDotFiles to the drive ui.
2005-05-16  Martin FuchsImplement connecting and disconnecting of network drives.
2005-05-16  Alexandre JulliardAvoid referencing stackframe.h from outside kernel32.
2005-05-16  Martin FuchsImplement menu entry "format disk" (derived from Robert...
2005-05-16  Martin FuchsSwedish translation of winefile resources by David...
2005-05-16  Martin FuchsImplement switching of file sort order.
2005-05-14  Martin Fuchs- spelling fixes (prefered -> preferred)
2005-05-14  Martin FuchsDisplay free and total disk space in status bar.
2005-05-13  Martin FuchsDisplay source path in "move file" dialog.
2005-05-13  Martin FuchsReplace numeric resource identifiers by their defined...
2005-05-13  Kevin KoltzauEnable/disable menu items based on edit control state.
2005-05-11  Martin FuchsImproved version of Piotr Caban's bugfix patch "Fixed...
2005-05-11  Robert ReifAdded dinput tests.
2005-05-11  Dimitrie O. PaunMove {ABOVE,BELOW}_NORMAL_PRIORITY_CLASS to winbase.h.
2005-05-10  Michael StefaniucInstall msiexec in the bin directory.
2005-05-10  Alexandre JulliardBuild and load import libraries directly from the dll...
2005-05-10  James Hawkins- Remove useless LVN_ITEMACTIVATE notification handling.
2005-05-10  James HawkinsRemove old listbox code from driveui.
2005-05-10  James HawkinsSet listview style LVS_SINGLESEL so only one drive...
2005-05-09  James HawkinsUse a listview instead of a listbox for drives list.
2005-05-09  Henning GerhardtUpdate German resource files.
2005-05-07  Alexandre JulliardGet rid of the DOS version combobox, normal users shoul...
next