Instead of setting the coordinates for the window, call [window center] in [awakeFromNib]
[scrabbalize.git] / Source /
2008-06-05 Robert SesekInstead of setting the coordinates for the window,... master 2.0
2008-06-05 Robert SesekMinor change to the algorithm to support wildcards
2008-06-05 Robert SesekDon't select any rows in the list display
2008-06-05 Robert SesekFinished the algorithm for finding words
2008-05-29 Robert SesekDo not #include the non-existent NSStringAdditions.h
2008-05-28 Robert SesekRemoving the NSStringAdditions.m+h file because we...
2008-05-28 Robert SesekAdding a nice gradient to the background to make the...
2008-05-28 Robert SesekAlgorithm updates. We no longer crash/get raise:'d...
2008-05-22 Robert SesekRemoving the NSCoder methods of the Word class
2008-05-22 Robert SesekMaking the app 10.4 compatible by disabling garbage...
2008-05-22 Robert SesekBumping the copyright year to 2008
2008-05-22 Robert SesekOur algorithm no longer causes exceptions, but it's...
2008-05-22 Robert SesekRemoving the extra dictionary tool because it's not...
2008-05-22 Robert SesekWorking on a new algorithm that includes wild card...
2008-05-22 Robert SesekWe forgot to tell the Word class to actually generate...
2008-05-21 Robert SesekAdding an alphagram ivar to Word which is calculated...
2007-12-17 Robert SesekFound a better way to remove all the objects in the...
2007-12-17 Robert SesekForgot to add the GPL header to a file
2007-12-17 Robert SesekFinished the algorithm for checking the words. We now...
2007-12-17 Robert SesekAdding some comments to the -[findWords:] method
2007-12-17 Robert SesekAutomatically sort the words by length
2007-12-17 Robert SesekWe now populate the word list appropriately
2007-12-17 Robert SesekCreating a new model object to manage words to use...
2007-12-17 Robert SesekChanging the wordlist ivar to be a NSMutableArray rathe...
2007-12-17 Robert SesekBeginning the filtering mechanism
2007-12-17 Robert SesekSetting up the AppController as the delegate so that...