1. 23 May, 2006 1 commit
  2. 08 Apr, 2006 1 commit
  3. 16 Feb, 2006 1 commit
  4. 14 Feb, 2006 1 commit
  5. 04 Feb, 2006 1 commit
  6. 02 Feb, 2006 1 commit
  7. 21 Dec, 2005 1 commit
  8. 17 Dec, 2005 1 commit
  9. 07 Dec, 2005 1 commit
  10. 27 Oct, 2005 1 commit
  11. 13 Oct, 2005 1 commit
  12. 30 Aug, 2005 1 commit
  13. 25 Aug, 2005 1 commit
  14. 24 Aug, 2005 1 commit
  15. 12 Jul, 2005 1 commit
  16. 11 Jul, 2005 1 commit
  17. 06 Jul, 2005 1 commit
  18. 28 Jun, 2005 1 commit
  19. 19 May, 2005 1 commit
  20. 17 May, 2005 1 commit
  21. 07 May, 2005 2 commits
  22. 23 Nov, 2004 1 commit
    • Mike Hearn's avatar
      - More heapification. · 7d8711e1
      Mike Hearn authored
      - Split drive code into core, UI and autodetect.
      - Implement drive autodetection.
      - Slight redesign of drive tab.
      - Code cleanup.
      7d8711e1
  23. 28 Sep, 2004 2 commits
    • Mike Hearn's avatar
      - rewrite the transaction system to be based on a settings overlay, · 0af614e7
      Mike Hearn authored
        to have a nicer API, and to actually work (always a bonus)
      - change the libraries page to be based on a listbox rather than a
        treeview, clean up and shrink the code
      - add accelerator keys to the libraries page, focus management
      - make the window title reflect what the user is currently editing
      - remove bogus root warning
      - remove some unused control IDs in resource.h
      - start converting the x11drv dialog to kernel_style from javaStyle
      - bugfixing
      0af614e7
    • Mike Hearn's avatar
      - introduce keypath() function · a5ce4ee7
      Mike Hearn authored
      - rewrite and clean up appdefaults.c, use a listview rather than
        treeview
      - usability tweak: reverse windows version combo so more recent
        versions come first
      - usability tweak: improve the add application open dialog box
      - add accelerator keys
      - enable/disable controls correctly
      - begin to standardise on underscore_style for consistency with the
        rest of wine
      - comment out the translations for now, the UI will be changing more
      - begin phasing out libc malloc in favour of the win32 heap
      a5ce4ee7
  24. 30 Jul, 2004 1 commit
  25. 04 May, 2004 1 commit
    • Chris Morgan's avatar
      Implemented an array of 26 drives and interface functions for adding, · 49f0dd3a
      Chris Morgan authored
      copying, moving and deleting drives.
      Added a "Show/Hide Advanced" button in the drive edit dialog that
      toggles the display of advanced options and resizes/moves controls.
      Disable the 'autodetect' radio button in the drive edit dialog until
      we have autodetection support.
      Map window 'x' button to dialog close.
      49f0dd3a
  26. 01 Apr, 2004 1 commit
  27. 12 Mar, 2004 1 commit
  28. 17 Feb, 2004 1 commit
  29. 07 Feb, 2004 1 commit
    • Chris Morgan's avatar
      Rename 'General tab' to 'About', move to the last position. · 2c6ea211
      Chris Morgan authored
      Make applications tab handle global and per-app winver, dosver and
      winelook settings, mirroring the Libraries tab.  Code copied from
      Robert van Herk's libraries tab.
      Move global/app specific function and global to the x11drv tab where
      it is currently used.
      Add a couple of property helper functions.
      Set 3D border around treeview controls.
      Removed invalid resources from languages other than En.
      2c6ea211
  30. 20 Jan, 2004 1 commit
  31. 07 Jan, 2004 1 commit
  32. 30 Sep, 2003 1 commit
  33. 22 Sep, 2003 2 commits
  34. 18 Sep, 2003 1 commit
  35. 17 Sep, 2003 1 commit
    • Mike Hearn's avatar
      - All settings in the drive edit dialog are now instant apply. · 5a2cde65
      Mike Hearn authored
      - Replace OK/Cancel buttons on the right with a close button on the
        bottom.
      - Warn the user when a C drive is not present.
      - Add drive functionality will now always create a C drive if one
        isn't present.
      - Misc crasher fixes.
      - Drive list box now reflects drives that take their data from a
        device correctly.
      - Various code cleanups.
      5a2cde65
  36. 08 Sep, 2003 1 commit
    • Mike Hearn's avatar
      - Remove "PerfectGraphics", "Use XSHM extension", and "Use a private · cd0b7897
      Mike Hearn authored
        colour map".
      - Implement a simple transaction system for instant apply.
      - Complete the desktop size code, this now reads and writes to the
        registry correctly.
      - Remove const modifier from version accessor functions.
      - Change registry root to Wine/WineCfg for testing purposes.
      cd0b7897
  37. 02 Sep, 2003 1 commit
    • Mike Hearn's avatar
      - Path changes are saved to the struct correctly. · ff81133f
      Mike Hearn authored
      - Rename enable_cdrom_box to enable_labelserial_box to better reflect
        purpose.
      - Rename IDC_BOX_CDROM to IDC_BOX_LABELSERIAL.
      - Support for editing label for all drives, allow editing of
        serial/device for CD-ROMS.
      ff81133f