summaryrefslogtreecommitdiffstats
path: root/src/dialogs/spellcheck.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2012-02-21Fix for 934721 : Convert SpellCheck dialog to a dockable dialogJohn Smith1-1060/+0
2012-02-17Fix for 171579 : Make inkscape remember dialogs window statusJohn Smith1-0/+4
2012-02-12Header cleaningAlex Valavanis1-0/+1
2012-02-08(cppcheck and janitorial tasks:) C-style casting to C++-style castingKris De Gussem1-2/+2
2012-01-04More GSEAL issuesAlex Valavanis1-3/+3
2012-01-02Replace deprecated combo box APIAlex Valavanis1-7/+22
2011-10-03Doxygen cleanup.Jon A. Cruz1-2/+3
2011-08-27Refactor SPItem bounding box methods: remove NRRect usage and make codeKrzysztof Kosi??ski1-2/+2
2011-07-17- rename SPItem::i2d_affine to i2dt_affine, to clarify that it is item-to-des...Johan B. C. Engelen1-3/+3
2011-06-26Gtk cleanup: gtk_object_get_dataAlex Valavanis1-7/+7
2011-06-25Gtk cleanup: gtk_object_set_dataAlex Valavanis1-3/+3
2011-06-13Replace deprecated GtkSignalAlex Valavanis1-3/+3
2011-06-05Replace use of deprecated GtkTooltips APIAlex Valavanis1-10/+8
2011-06-04Removed outdated/unsafe SP_DOCUMENT_DEFS macro and reduced usage of SP_ROOT()...Jon A. Cruz1-0/+1
2011-02-22Finished cleanup of outdated SP_OBJECT_REPR C macro.Jon A. Cruz1-1/+1
2010-12-12Fix change in revision 9947 to be consistent with rest of the codebase.Jon A. Cruz1-2/+4
2010-12-12Fix build failureKrzysztof Kosi??ski1-1/+2
2010-11-17Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf...Chris Morgan1-1/+1
2010-07-03another c++ification for sp-object.h/cpp and still in progress...Abhishek Sharma Public1-1/+1
2010-07-02New Class SPDocumentUndo created which takes care of c++fying some non SPDocu...Abhishek Sharma Public1-1/+1
2010-06-29This is the first c++ification commit from me. It handles sp-line, sp-polylin...Abhishek Sharma Public1-3/+3
2009-07-07- Fix bug #396322: "Spell checker crashes the OS X package"mjwybrow1-23/+13
2009-02-24support up to 3 languagesbulia byak1-44/+254
2009-02-18fix cursor placement logicbulia byak1-4/+4
2009-02-18Warning cleanup.Jon A. Cruz1-35/+35
2009-02-17spellcheckerbulia byak1-0/+834