index
:
quackondo.git
macondo
Quackle crossword game artificial intelligence and analysis tool
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
quackleio
/
gcgio.cpp
Age
Commit message (
Expand
)
Author
2023-07-16
Fix remaining QTextStream::setCodec() calls for Qt6.
John Fultz
2023-07-16
Make UTF8-encoding of QTextStream work in Qt5 and 6.
John Fultz
2023-07-16
QRegEx -> QRegularExpression
John Fultz
2020-06-17
Xcode compiler warnings.
John Fultz
2019-07-22
Make UTF-8 default encoding (and write pragma)
alkamid
2019-02-04
After discussion with Jason/John, add myself as a copyright holder.
John Fultz
2017-08-02
More Qt5 changes and cleanups.
John Fultz
2016-08-02
Fixes to allow bad endgames to be loaded from GCGs.
John Fultz
2016-07-30
Oops...didn't mean to commit that hunk. Fix build.
John Fultz
2016-07-30
Fix memory leak when reading game files.
John Fultz
2016-07-03
Merge pull request #35 from gokceneraslan/master
John Fultz
2016-07-03
Fix problems with "ex n" where n is a number.
John Fultz
2016-07-02
More character encoding stuff
John Fultz
2016-01-06
GCGIO: Add a simple method to read GCG files using only the file names.
Gökçen Eraslan
2014-09-02
Change GPL file headers to v3.
John Fultz
2013-08-25
Initial git commit.
Jason Katz-Brown