1. 19 Jan, 2009 1 commit
  2. 02 Jan, 2009 1 commit
  3. 03 Dec, 2008 1 commit
  4. 05 Sep, 2008 1 commit
  5. 20 Jun, 2008 1 commit
  6. 11 Mar, 2008 1 commit
  7. 06 Apr, 2007 1 commit
  8. 05 Apr, 2007 1 commit
  9. 24 Oct, 2006 1 commit
  10. 23 May, 2006 1 commit
  11. 10 Apr, 2006 1 commit
  12. 03 Nov, 2005 1 commit
  13. 24 Jan, 2005 1 commit
  14. 09 Jan, 2005 1 commit
  15. 06 Jan, 2005 1 commit
  16. 22 Dec, 2004 2 commits
  17. 30 Dec, 2003 1 commit
  18. 12 Dec, 2003 1 commit
  19. 05 Sep, 2003 1 commit
  20. 29 Apr, 2003 1 commit
  21. 15 Feb, 2003 1 commit
    • Shachar Shemesh's avatar
      - Implemented two lookup tables for the sample fonts. The first, · ee63d5ee
      Shachar Shemesh authored
        "CHARSET_ORDER", is for converting codepage to ordinal charset num,
        and the second, "SAMPLE_LANG_TEXT", is for giving the actual sample
        text.
      - Removed all references to changing the font directly in stc5.
      - Modified the "InvalidateRect" calls to invalidate the rect where
        stc5 is, rather than stc5 itself.
      - Added handling of WM_PAINT that draws the sample text, properly
        truncated.
      - Removed handling of WM_CTLCOLOR - no longer neccessary.
      ee63d5ee
  22. 28 Jan, 2003 1 commit
  23. 03 Jan, 2003 1 commit
  24. 21 Nov, 2002 1 commit
  25. 17 Oct, 2002 1 commit
  26. 06 Sep, 2002 1 commit
  27. 16 Aug, 2002 1 commit
    • Mike McCormack's avatar
      - Do not modify pointers in the OPENFILENAME structure passed to · 9e4c409b
      Mike McCormack authored
        GetFileDialog95A/W.
      - Use Unicode as default for strings from the OPENFILENAME structures.
      - Fill out the OPENFILENAME structure before sending the FILEOK
        notification.
      - Send a CDN_FOLDERCHANGE notification on OPENFILENAME dialog init.
      - Fix miscalculation of the size of Explorer style file dialog boxes
        with templates.
      - Remove redundant MapHModuleLS and MapHModuleSL calls that also cause
        hInstance to be trashed when it holds a template pointer instead of a
        real hInstance (when OFN_ENABLETEMPLATEPOINTER is specified).
      9e4c409b
  28. 31 May, 2002 1 commit
  29. 09 Mar, 2002 1 commit
  30. 02 Feb, 2002 1 commit
  31. 12 Feb, 2001 1 commit
  32. 17 Jan, 2001 1 commit
  33. 13 Dec, 2000 1 commit
  34. 26 Sep, 2000 2 commits
  35. 24 Jun, 2000 1 commit
  36. 16 Jun, 2000 1 commit
  37. 02 Jun, 2000 1 commit
    • Juergen Schmied's avatar
      - Rewrite of the shell related parts of the dialog to use the already · e2f4aefb
      Juergen Schmied authored
        in shell32implemented functions (ShellFolder/Path*). Eliminated direct
        file access.
      - Replaced LoadLibraryA with GetModuleHandleA since comdlg32 is imports
        some dlls per *.spec file
      - Most OpenFile Flags (OFN_*) should work properly now
      - The edit box should work right with all stuff entered in it like
        ..\temp\file.txt or just c: to change a drive
      - Optimized DataObject handling
      - Some bugs fixed, should work with native shell32 again.
      - Stubs for PrintDlgEx
      e2f4aefb
  38. 26 May, 2000 1 commit