summaryrefslogtreecommitdiffstats
path: root/src/ui/dialog/spellcheck.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2019-09-16Improve casts from voids and fix a issue when fill/stroke is unset set deskto...Jabier Arraiza1-2/+2
2019-08-21Improve spellcheck dialogThomas Holder1-152/+141
2019-08-18reduce usage of desktop coordinates (#341)Thomas Holder1-4/+3
2019-07-31Hide spellcheck dialog if Aspell is missingNathan Lee1-7/+7
2019-03-30Aspell: No need to explicitly set prefix anymorePatrick Storz1-20/+0
2019-02-12Header cleanup.Tavmjong Bah1-1/+1
2019-01-08Remove unused header file.Tavmjong Bah1-1/+0
2019-01-02modernize loopsMarc Jeanmougin1-13/+13
2018-11-08Clarify licensesMax Gaukler1-1/+2
2018-10-01Remove #include "config.h" wherever possibleEduard Braun1-5/+4
2018-10-01Use _WIN32 instead of WIN32Eduard Braun1-5/+5
2018-06-19Run clang-tidy’s modernize-redundant-void-arg pass.Emmanuel Gil Peyrot1-2/+2
2018-06-18Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot1-20/+20
2018-05-04Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin1-7/+7
2018-04-29Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin1-7/+7
2018-01-30Move classes derived from SPObject to own directory.Tavmjong Bah1-4/+9
2018-01-16panel: Remove the unused "title" labelStefano Facchini1-1/+1
2017-10-01Removed all GSList occurences in .h filesMarc Jeanmougin1-57/+30
2017-06-29Remove old icon handling codeAlexander Valavanis1-1/+0
2016-08-03Removed unused includes, decreased compilation time. Once againAdrian Boguszewski1-8/+1
2016-07-28Reverted changes to r15024 after many building problemsAdrian Boguszewski1-1/+8
2016-07-28Removed unused includes, decrease compilation timeAdrian Boguszewski1-8/+1
2016-07-14Renamed children list in SPObjectAdrian Boguszewski1-1/+1
2016-07-13Second part of new SPObject children listAdrian Boguszewski1-6/+6
2014-12-21Remove sp_desktop_document and finish cleanup of desktop-handles.hLiam P. White1-3/+3
2014-12-21Purge sp_desktop_sketch and sp_desktop_tempgroupLiam P. White1-1/+1
2014-10-05Move more UI code into ui/Liam P. White1-1/+1
2014-10-05Move obvious ui component to ui/Liam P. White1-1/+1
2014-06-01spellcheck.cpp: correct indenting. disable debug output.Johan B. C. Engelen1-37/+37
2014-03-26fix crash when spelling error is in hidden part of a text on pathbuliabyak1-43/+45
2013-11-09Moved and renamed some tool-related files.Markus Engel1-1/+1
2013-09-21Fix format security errorsAlex Valavanis1-1/+1
2012-11-26Drop support for GTK+ < 2.24Alex Valavanis1-14/+0
2012-11-15cppcheck: Simple fixes for src/ui/dialogAlex Valavanis1-4/+4
2012-06-09Stop deriving SPCanvasItem from GtkObjectAlex Valavanis1-2/+2
2012-02-26Clean up all remaining false warnings from GtkmmAlex Valavanis1-3/+3
2012-02-25Fix documentationKris De Gussem1-2/+2
2012-02-22Fix for 938349 : Compile error in spellcheck.h when aspell is unavailableJohn Smith1-4/+27
2012-02-21Fix for 934721 : Convert SpellCheck dialog to a dockable dialogJohn Smith1-0/+871