bc434f9542
Added CI status to README.md
2016-02-28 01:54:17 +03:00
352fd6b2b5
Reduced number of libraris in Makefile to compile
2016-02-28 01:48:30 +03:00
a0e3f7208b
Fixed Travis config
2016-02-28 01:27:12 +03:00
035a96d9d0
Modified Travis config and Makefile for CI
2016-02-28 01:21:18 +03:00
212a3e1f20
Removed clang from Travis config
2016-02-28 00:51:57 +03:00
215a1b42f5
Fixed Travis config and removed OSX building
2016-02-28 00:42:40 +03:00
07c62fb7f7
Fixed Travis config
2016-02-28 00:39:05 +03:00
2033d3fbcb
Added Travis config
2016-02-28 00:35:14 +03:00
467a7f46ae
Added Travis config
2016-02-28 00:33:03 +03:00
f9d8fbf10a
Added new non CodeLite Makefile
2016-02-28 00:30:42 +03:00
445fe44936
Changed README
2015-08-14 14:38:07 +03:00
da28a8687f
Added translation to Russian. Fixed non-standard lamda in crossword generating. Added release builder script
v1.0
2015-07-23 22:53:56 +03:00
fb3a3fb19a
Added getRandInterval funstion. Full support of dictionaries with multiple definitions of one word.
2015-07-23 21:21:57 +03:00
7825985f1d
Dictionary type changed from std::map to std::multimap. But need to improve this
2015-07-16 23:34:43 +03:00
8d5b9bfc95
Improved debug output
2015-06-28 16:12:15 +03:00
e0429bb034
New, improved scoring function. Works better, but can be improved
2015-06-28 16:03:48 +03:00
1a272c5ab9
Some eurisitic improvements.
...
Now size number of words is reducing using scoring system -- words with small scores are deleted. Score is a function : frequency -> score. Time on difficult grids is decreased
2015-06-28 15:07:45 +03:00
ae0c87ec8e
Added "Profile" configuration to CrossBench
2015-06-23 17:25:50 +03:00
ea8523683d
Replaced vector.at(x) to vector[x] at procCross function.
...
Generating became more than 20% faster
2015-06-23 14:27:19 +03:00
c1eb60d5c3
Improvements by Cppcheck
2015-06-23 10:39:31 +03:00
43d6a2dd05
Deleted auto-generated by Codelite makefiles
2015-06-22 19:43:02 +03:00
4a989d1dbf
Some structure changes. Added saving of window size
2015-06-22 15:44:58 +03:00
d7cd29f24f
Fixed not informated error when generating crossword without loaded grid
2015-06-22 15:16:05 +03:00
c830057810
Some codestyle changes
2015-06-22 15:00:54 +03:00
8ead60066e
Structure changes in CrossBench
2015-06-22 00:48:38 +03:00
43670d88c9
Reduced scope of i in readGrid
2015-06-20 13:53:43 +03:00
d2635ba659
Removed some unused headers
2015-06-20 13:48:57 +03:00
aa1a2101ed
Big changes of project structure
2015-06-20 13:46:30 +03:00
71641535db
Addet hack than removes ugly frame background under Windows
2015-06-19 19:04:56 +03:00
046d5a3a7c
Small codestyle changes
2015-06-19 13:18:58 +03:00
f3748c1e95
GUI improvements. Positions of grid and output are reverted
2015-06-19 13:14:57 +03:00
378655c361
A lot of changes, finished Settings dialog.
2015-06-19 12:39:52 +03:00
6a6814fb9f
Added "Settings" menu item and dialog
2015-06-18 21:10:19 +03:00
32e5770be9
Added "Preferences" menu item
2015-06-18 20:17:53 +03:00
83efb62a9f
Added AboutBox
2015-06-18 08:57:38 +03:00
a3a63043b8
Readme.md changes
2015-06-17 22:32:11 +03:00
d511837691
Structure changes, some bug fixing.
...
Now tOutput is clearing after loading new crossword. Generating string with questions and grid is two different functions. Some refactoring
2015-06-17 17:52:49 +03:00
fd35fc64a6
Some structure changes to add exporting questions
2015-06-17 17:40:06 +03:00
68376baa4a
Added exporting.
...
A lot of changes: GUI changed, added exporting(not completed yet) to txt
2015-06-17 17:21:46 +03:00
b4c25c71b7
Some changes for translating support
2015-06-17 11:15:54 +03:00
1925f5eeee
Added AppName to wxApp class
2015-06-17 11:08:44 +03:00
16b8d41a43
Added automatic recacalculating sizes after preview drawing
2015-06-16 23:37:35 +03:00
a9c86ca6f6
Changed GUI from wxGlade-generated to wxFormBuilder-generated
...
wxGlade project deleted. Added wxFormBuilder project. Sources also changed
2015-06-16 23:12:10 +03:00
b3f8230d07
Added primitive for Crossword Exporting.
...
Added first exporting function
2015-06-16 16:58:30 +03:00
af923b152f
Some style improvements
2015-06-16 10:58:18 +03:00
ef0efd652a
Some optimizing changes in generateCross function.
...
We can use caching of generated AllWords.
2015-06-16 10:51:46 +03:00
83bdef4bfa
Replaced for-cycle to std::transform in generateCross function
2015-06-15 19:50:37 +03:00
7f85add918
Added 2 very simple grids
2015-06-15 18:17:59 +03:00
9e63ecc2fd
Simple grids are renamed
2015-06-15 18:13:33 +03:00
41b89fbd70
Deleted *.d files
2015-06-15 13:44:54 +03:00