1. 03 Jul, 2009 1 commit
  2. 19 Jan, 2009 2 commits
  3. 12 Jun, 2008 1 commit
  4. 11 Jun, 2008 1 commit
  5. 10 Jun, 2008 1 commit
  6. 30 May, 2008 1 commit
  7. 11 Mar, 2008 1 commit
  8. 05 Nov, 2007 1 commit
  9. 23 May, 2006 1 commit
  10. 10 Apr, 2006 1 commit
  11. 02 Dec, 2005 1 commit
  12. 03 Nov, 2005 1 commit
  13. 07 Jul, 2005 1 commit
  14. 05 Jul, 2005 1 commit
  15. 14 Feb, 2005 1 commit
  16. 24 Jan, 2005 1 commit
  17. 09 Jan, 2005 1 commit
  18. 06 Jan, 2005 1 commit
  19. 04 Jan, 2005 1 commit
  20. 22 Dec, 2004 1 commit
  21. 24 Aug, 2004 1 commit
  22. 16 Aug, 2004 1 commit
  23. 03 May, 2004 1 commit
  24. 02 Apr, 2004 1 commit
  25. 02 Jan, 2004 1 commit
  26. 03 Dec, 2003 1 commit
  27. 01 Dec, 2003 1 commit
  28. 28 Jul, 2003 1 commit
  29. 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
  30. 28 Jan, 2003 1 commit
  31. 08 Nov, 2002 1 commit
  32. 01 Jun, 2002 1 commit
  33. 09 Mar, 2002 1 commit
  34. 14 Jul, 2001 1 commit
  35. 05 May, 2001 1 commit
  36. 12 Feb, 2001 1 commit
  37. 23 Jul, 2000 1 commit
  38. 24 Jun, 2000 1 commit
  39. 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