1. 22 Mar, 2007 1 commit
  2. 08 Dec, 2006 1 commit
  3. 16 Nov, 2006 1 commit
  4. 09 Aug, 2006 1 commit
  5. 31 Jul, 2006 1 commit
  6. 24 Jul, 2006 1 commit
  7. 03 Jul, 2006 1 commit
  8. 23 May, 2006 1 commit
  9. 18 Apr, 2006 1 commit
  10. 27 Mar, 2006 1 commit
  11. 01 Mar, 2006 1 commit
  12. 06 Feb, 2006 1 commit
  13. 19 Sep, 2005 1 commit
  14. 26 Aug, 2005 1 commit
  15. 13 May, 2005 1 commit
  16. 09 May, 2005 1 commit
  17. 12 Apr, 2005 1 commit
  18. 11 Apr, 2005 1 commit
    • Huw Davies's avatar
      Fix the icon resource ids (most were off by one). · 861282bf
      Huw Davies authored
      Fix IExtractIcon_{GetIconLocation,Extract} to use -ve icon resource
      ids and fix bugs relating to confusion between resource ids and the
      system imagelist indicies.
      Extend the system imagelist initialization hack to load both +ve and
      -ve resource ids.
      Add a printer icon (that'll be used by an upcoming printer folder
      patch).
      861282bf
  19. 27 Oct, 2004 1 commit
  20. 29 Sep, 2004 1 commit
  21. 24 Sep, 2004 1 commit
  22. 12 Jul, 2004 1 commit
  23. 26 Apr, 2004 1 commit
  24. 03 Oct, 2003 1 commit
  25. 30 Sep, 2003 1 commit
  26. 05 Sep, 2003 1 commit
  27. 13 May, 2003 1 commit
  28. 19 Dec, 2002 1 commit
  29. 20 Nov, 2002 1 commit
  30. 15 Aug, 2002 1 commit
  31. 14 Aug, 2002 1 commit
  32. 01 Jun, 2002 1 commit
  33. 09 Mar, 2002 1 commit
  34. 14 Feb, 2002 1 commit
  35. 25 Jun, 2001 1 commit
  36. 21 Feb, 2001 1 commit
  37. 14 Feb, 2001 1 commit
  38. 31 Oct, 2000 1 commit
  39. 25 Aug, 2000 1 commit
  40. 01 May, 2000 1 commit
    • Bertho Stultiens's avatar
      - Implemented a new preprocessor that is (nearly) ANSI-C compliant. The · 27337af6
      Bertho Stultiens authored
        old parser has been stripped from the old preprocessor-code which
        cleaned up both resource-scanner and -parser.
      - Standard defines have been introduced (see README.wrc)
      - Both preprocessor- and resource-scanner have been optimized slightly
        so that no backing up is required (one char lookahead is enough).
      - Filename-scanning has been cleaned up, though not perfect yet.
      - User-type resources are compatible now.
      - Line-continuation in strings is corrected so that it does not
        introduce a newline in the output.
      27337af6