summaryrefslogtreecommitdiffstats
path: root/src/dialogs/spellcheck.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - Fix bug #396322: "Spell checker crashes the OS X package"mjwybrow2009-07-071-23/+13
| | | | | | | | | | | - Include the aspell dictionary files in the app bundle. - Show an error if at least the en dictionary files are not available. - Replace the GtkOptionMenu (for selecting which dictionary to add extra words to) with a GtkComboBox since this one behaves correctly when it is insensitive. GtkOptionMenu is deprecated and the menu would appear when clicking on the insensitive widget and then could not be closed. (bzr r8224)
* support up to 3 languagesbulia byak2009-02-241-44/+254
| | | (bzr r7364)
* fix cursor placement logicbulia byak2009-02-181-4/+4
| | | (bzr r7323)
* Warning cleanup.Jon A. Cruz2009-02-181-35/+35
| | | (bzr r7317)
* spellcheckerbulia byak2009-02-171-0/+834
(bzr r7311)