1. 02 Jul, 2007 2 commits
  2. 01 Jul, 2007 6 commits
  3. 30 Jun, 2007 7 commits
  4. 29 Jun, 2007 2 commits
  5. 28 Jun, 2007 4 commits
  6. 27 Jun, 2007 4 commits
  7. 26 Jun, 2007 3 commits
  8. 24 Jun, 2007 3 commits
  9. 23 Jun, 2007 1 commit
    • twanvl's avatar
      Cleaned up Set::Styling/Card::Styling by spliting that functionality into a... · 974399c7
      twanvl authored
      Cleaned up Set::Styling/Card::Styling by spliting that functionality into a 'DelayedIndexMaps' class;
      Added 'right' and 'bottom' properties to style as an alternative way of specifying width/height;
      Added content_width, content_height and content_lines properties that give feedback on text rendering;
      Always show warnings when showing errors and vice-versa, this prevents script errors from appearing before the reader/parse error that caused them;
      Finally some preliminairy work on export templates
      974399c7
  10. 17 Jun, 2007 3 commits
  11. 15 Jun, 2007 2 commits
  12. 14 Jun, 2007 2 commits
  13. 13 Jun, 2007 1 commit
    • twanvl's avatar
      Reader now warns about invalid UTF-8 files; · 95c154d6
      twanvl authored
      Fixed possible hang when reading multiline strings with incorrect indentation;
      Warnings from reading are shown also in NewSetWindow;
      Script parse errors get reported with the correct line number;
      
      Added support for showing multiple choice fields as a single image;
      Added 'line_below' to ChoiceField::Choice, for putting a line below menu items.
      95c154d6