summaryrefslogtreecommitdiffstats
path: root/src/dialogs/spellcheck.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Finished cleanup of outdated SP_OBJECT_REPR C macro.Jon A. Cruz2011-02-221-1/+1
| | | (bzr r10067)
* Fix change in revision 9947 to be consistent with rest of the codebase.Jon A. Cruz2010-12-121-2/+4
| | | (bzr r9950)
* Fix build failureKrzysztof Kosi??ski2010-12-121-1/+2
| | | (bzr r9947)
* Merge and cleanup of GSoC C++-ification project.Jon A. Cruz2010-12-121-8/+11
|\ | | | | (bzr r9945.1.1)
| * another c++ification for sp-object.h/cpp and still in progress...Abhishek Sharma Public2010-07-031-1/+1
| | | | | | (bzr r9546.1.4)
| * New Class SPDocumentUndo created which takes care of c++fying some non ↵Abhishek Sharma Public2010-07-021-1/+1
| | | | | | | | | | SPDocument based methods (bzr r9546.1.3)
| * This is the first c++ification commit from me. It handles sp-line, ↵Abhishek Sharma Public2010-06-291-3/+3
| | | | | | | | | | sp-polyline, sp-item and marks the onset of document c++ification as well. Users can check performace increase with [/usr/bin/time -v inkscape_binary_with_commandline_options]. (bzr r9546.1.1)
* | Super duper mega (fun!) commit: replaced encoding=utf-8 with ↵Chris Morgan2010-11-171-1/+1
|/ | | | | | | | | | | | | | | fileencoding=utf-8 in all 1074 Vim modelines. The reason for this is that (a) setting the encoding isn't nice, and (b) Vim 7.3 (with modeline enabled) disallows it and pops up an error whenever you open any file with it ("invalid modeline"). Also corrected five deviant modestrings: * src/ui/widget/dock.cpp and src/ui/widget/dock.h: missing colon at the end * src/ui/dialog/tile.cpp: removed gratuitous second colon at the end * src/helper/units-test.h: removed gratuitous space before a colon * share/extensions/export_gimp_palette.py: missing textwidth=99 That's my geekiest commit yet. (bzr r9900)
* - 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)