Changed registry access functions to use more meaningful names.
[wine] / programs / winecfg /
2005-06-13  Alexandre JulliardChanged registry access functions to use more meaningfu...
2005-06-02  Mike McCormackFixes for -Wmissing-declarations and -Wwrite-strings...
2005-06-02  Henning GerhardtUpdate German resource files.
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-17  James HawkinsAdd ShowDirSymLink and ShowDotFiles to the drive ui.
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-07  Alexandre JulliardGet rid of the DOS version combobox, normal users shoul...
2005-05-07  Michael JungThe unixfs extension doesn't have a distinguished ...
2005-05-04  Vincent BéronUse SUBLANG_NEUTRAL for French resources.
2005-05-04  James HawkinsEnlarge the license text control length.
2005-05-04  James HawkinsRemove the corresponding registry entry when deleting...
2005-05-04  James HawkinsDon't add the same program in AppDefaults more than...
2005-04-18  Peter Berg LarsenReplace strncpy with memcpy or lstrcpyn.
2005-04-18  Eric PouechFixed some signed / unsigned pointer casts.
2005-03-28  Peter Berg LarsenJanitorial: Get rid of strncpy/strncpyW.
2005-03-14  Steven EdwardsPorting fixes.
2005-03-09  Michael JungImplemented 'Browse' functionality for the drive mappin...
2005-02-25  Paul van SchayckAs last option for drive type detection we try the...
2005-02-24  Jonathan ErnstFrench localization.
2005-02-23  Henning GerhardtAdded German language support.
2005-02-21  Marcelo DuarteUse "MS Shell Dlg" everywhere except for Japanese.
2005-02-16  Alex Villacís LassoChange SUBLANG_DEFAULT to SUBLANG_NEUTRAL for LANG_SPAN...
2005-02-16  Paul van SchayckChange detection order to: OSS-ALSA-ARTS-JACK.
2005-02-15  Dmitry Timoshkov- Fix prototypes of GetClassLongA/W, GetClassLongPtrA...
2005-02-14  Michael JungAdded support for command line parameter '/D' to do...
2005-02-14  Michael JungInclude config.h to reenable reading /etc/fstab on...
2005-02-14  Michael JungSet pointers to NULL in delete_drive to prevent heap...
2005-02-14  Marcelo DuarteUpdate the resources for Portuguese.
2005-02-14  Michael JungFixed automatic drive detection for the case that the...
2005-02-10  Alexandre JulliardAuthors: Américo José Melo <mmodem00@netvisao.pt>,...
2005-02-08  Kris MarshFixed window height to show all data properly.
2005-02-03  Paul van SchayckClean up about dialog. Remove groupbox, position logo...
2005-01-19  Paul van SchayckReset the type dropdown when selecting another drive.
2005-01-17  Gerald PfeiferUse switch statements instead of if-cascades. Avoid...
2005-01-14  Crestez LeonardFix add application (memory error).
2005-01-10  Mike HearnDelete the \r not the \n in PRINTERROR.
2005-01-10  Mike HearnDo not apply changes just because QueryDosDevice revers...
2005-01-09  Mike HearnFix a memory management bug in apply_drive_changes...
2005-01-09  Mike HearnMake the UI update properly when the user adds/removes...
2005-01-03  Mike Hearn- Finish off the "Remove Application" button.
2004-12-23  Michael StefaniucDo not check for non NULL pointer before HeapFree'ing...
2004-12-22  Eric PouechReadFile and WriteFile must be passed a parameter for...
2004-11-30  Gerald PfeiferAgain rename getkey() and setkey() for FreeBSD.
2004-11-28  Gerald PfeiferFix compilation on systems which do not have <mntent.h>.
2004-11-23  Mike Hearn- More heapification.
2004-11-21  José Manuel Ferrer... Updated Spanish translations.
2004-10-25  David KredbaNew Czech resources.
2004-10-19  Anish MistryRename getkey and setkey for FreeBSD.
2004-10-18  Marcus MeissnerReturn out of the default case, assert() is removed...
2004-09-28  Mike Hearn- switch x11drvdlg to kernel_style, and clean up some...
2004-09-28  Mike Hearn- rewrite the transaction system to be based on a setti...
2004-09-28  Mike Hearn- introduce keypath() function
2004-09-28  Mike HearnDisplay message box to alert users more reliably that...
2004-09-22  Hans LeidekkerFix signed/unsigned comparison warnings.
2004-08-24  Huw DaviesChange dialogs to use MS Shell Dlg rather than Helv...
2004-08-22  Rein KlazesAdded Dutch translation.
2004-08-04  José Manuel Ferrer... Updated some Spanish translations.
2004-07-30  James HawkinsUnder the Drives tab, remove the 'Windows Drive' section.
2004-07-30  James HawkinsRename X11 Driver tab of winecfg to Graphics.
2004-07-29  James HawkinsRemoved the 'Windows Look:' option from winecfg.
2004-07-29  James HawkinsRemove the UseTakeFocus option from winecfg.
2004-07-22  Ivan Leo PuotiAdded Italian resources.
2004-07-21  Marcelo DuarteVisual updates to Winecfg.
2004-07-19  Marcelo DuarteUpdate localization for Portuguese language.
2004-05-13  Chris MorganFree up the original buffer pointer instead of the...
2004-05-06  Alexandre JulliardFixed crash when selecting the drive letter combo box.
2004-05-04  Chris MorganImplemented an array of 26 drives and interface functio...
2004-04-01  Dimitrie O. PaunRemove the rest of the Tweak look hack.
2004-03-30  Chris MorganInvalid "Desktop" values would crash winecfg, use the...
2004-03-19  Alexandre JulliardAvoid including windows.h since it conflicts with unistd.h.
2004-03-16  Alexandre JulliardNeed to include config.h.
2004-03-15  Chris MorganMessage box to suggest the user not run wine as root.
2004-03-12  Dimitrie O. PaunRemove the FileSystem option from the drive configuration.
2004-03-09  Alexandre JulliardTake advantage of the new winegcc -B support.
2004-03-02  Alexandre JulliardWe no longer use the .exe.spec.c files.
2004-03-02  Alexandre JulliardBuild all the programs with winegcc.
2004-02-17  Robert van HerkAllow user to choose "native", "native,builtin", "builtin",
2004-02-07  Chris MorganRename 'General tab' to 'About', move to the last position.
2004-01-20  Chris MorganAdd audio tab with first pass at autodetection of audio...
2004-01-18  Marcelo DuarteUpdate of Portuguese resources.
2004-01-07  Robert van HerkAdded a tabsheet that allows the user to change the...
2003-11-27  Alexandre JulliardPorting fixes.
2003-11-26  Dimitrie O. PaunMake the winehq.org domain the official one.
2003-11-17  Marcelo DuarteLocalization to Portuguese.
2003-10-24  Mike HearnMinor GUI relayout.
2003-10-22  Mike HearnComplete support DOS version and winelook settings.
2003-10-22  Mike Hearn- Clear screen depth combo box on page init.
2003-10-09  Daniel MarmierFixed warnings with gcc option "-Wwrite-strings".
2003-10-03  Dimitrie O. PaunExtract binary resources to files, to fit the standard.
2003-09-30  Mike HearnMove Applications tab before Libraries tab.
2003-09-22  Mike HearnRemove Managed option. Add DXGrab, DesktopDoubleBuffer...
2003-09-22  Mike HearnAdd screen depth option and remove "Allocated System...
2003-09-18  Mike Hearn- Implement "managed mode" setting.
2003-09-17  Mike Hearn- All settings in the drive edit dialog are now instant...
2003-09-17  Igor StepinAdded a lot of Russian translations.
next