eliot/dic
Olivier Teulière 003b403422 - dic_search.cpp: Do not add twice the same word in a 7+1 search (this can happen when using jokers)
- dic_tools_widget.cpp: Allow up to 2 jokers in the 7+1 search
2008-10-30 19:03:07 +00:00
..
.cvsignore Merged the "cppdic" branch back into HEAD. 2008-01-08 13:52:32 +00:00
automaton.cpp Added consts, renamed a class, and simplified the code using vectors 2008-07-27 15:28:50 +00:00
automaton.h Added consts, renamed a class, and simplified the code using vectors 2008-07-27 15:28:50 +00:00
compdic.cpp - Renamed the binaries: eliot is now the Qt interface, whereas wxeliot is the wxWidgets interface 2008-09-07 13:17:39 +00:00
dic.cpp - Fixed a bug in the parser, preventing to parse correctly some regular expressions with wide chars. The regular expressions seem now to work fine with a dictionary using polish words. 2008-07-27 13:32:47 +00:00
dic.h Dic: 2008-08-31 11:48:11 +00:00
dic_exception.cpp Dic: 2008-08-31 11:48:11 +00:00
dic_exception.h Dic: 2008-08-31 11:48:11 +00:00
dic_internals.h Merged the "cppdic" branch back into HEAD. 2008-01-08 13:52:32 +00:00
dic_search.cpp - dic_search.cpp: Do not add twice the same word in a 7+1 search (this can happen when using jokers) 2008-10-30 19:03:07 +00:00
encoding.cpp Core: 2008-09-13 21:32:45 +00:00
encoding.h Merged the "cppdic" branch back into HEAD. 2008-01-08 13:52:32 +00:00
grammar.cpp - Compilation fix for Windows 2008-09-03 17:28:27 +00:00
grammar.h Added consts, renamed a class, and simplified the code using vectors 2008-07-27 15:28:50 +00:00
hashtable.cpp Merged the "cppdic" branch back into HEAD. 2008-01-08 13:52:32 +00:00
hashtable.h Merged the "cppdic" branch back into HEAD. 2008-01-08 13:52:32 +00:00
hashtable.i Merged the "cppdic" branch back into HEAD. 2008-01-08 13:52:32 +00:00
header.cpp Compilation fixes for some systems (missing headers) 2008-07-20 12:15:51 +00:00
header.h - Board::GetLetterMultiplier() and Board::GetWordMultiplier() are now static 2008-01-09 10:48:19 +00:00
listdic.cpp - Renamed the binaries: eliot is now the Qt interface, whereas wxeliot is the wxWidgets interface 2008-09-07 13:17:39 +00:00
Makefile.am - Renamed the binaries: eliot is now the Qt interface, whereas wxeliot is the wxWidgets interface 2008-09-07 13:17:39 +00:00
regexp.cpp Various little fixes to the regexp engine to support wide characters. 2008-07-13 07:55:47 +00:00
regexp.h Fixed a off-by-one error. 2008-07-28 18:37:09 +00:00
regexpmain.cpp - Renamed the binaries: eliot is now the Qt interface, whereas wxeliot is the wxWidgets interface 2008-09-07 13:17:39 +00:00
tile.cpp Merged the "cppdic" branch back into HEAD. 2008-01-08 13:52:32 +00:00
tile.h - The last commit in cross.cpp fixed a bug but introduced another one, now both are fixed 2008-10-15 19:43:23 +00:00