summaryrefslogtreecommitdiffstats
path: root/src/ui/dialog/spellcheck.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Improve casts from voids and fix a issue when fill/stroke is unset set deskto...Jabier Arraiza2019-09-161-2/+2
* Improve spellcheck dialogThomas Holder2019-08-211-152/+141
* reduce usage of desktop coordinates (#341)Thomas Holder2019-08-181-4/+3
* Hide spellcheck dialog if Aspell is missingNathan Lee2019-07-311-7/+7
* Aspell: No need to explicitly set prefix anymorePatrick Storz2019-03-301-20/+0
* Header cleanup.Tavmjong Bah2019-02-121-1/+1
* Remove unused header file.Tavmjong Bah2019-01-081-1/+0
* modernize loopsMarc Jeanmougin2019-01-021-13/+13
* Clarify licensesMax Gaukler2018-11-081-1/+2
* Remove #include "config.h" wherever possibleEduard Braun2018-10-011-5/+4
* Use _WIN32 instead of WIN32Eduard Braun2018-10-011-5/+5
* Run clang-tidy’s modernize-redundant-void-arg pass.Emmanuel Gil Peyrot2018-06-191-2/+2
* Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot2018-06-181-20/+20
* Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin2018-05-041-7/+7
* Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin2018-04-291-7/+7
* Move classes derived from SPObject to own directory.Tavmjong Bah2018-01-301-4/+9
* panel: Remove the unused "title" labelStefano Facchini2018-01-161-1/+1
* Removed all GSList occurences in .h filesMarc Jeanmougin2017-10-011-57/+30
* Remove old icon handling codeAlexander Valavanis2017-06-291-1/+0
* Merged trunkAdrian Boguszewski2016-08-031-8/+1
|\
| * Removed unused includes, decreased compilation time. Once againAdrian Boguszewski2016-08-031-8/+1
| * Reverted changes to r15024 after many building problemsAdrian Boguszewski2016-07-281-1/+8
| * Removed unused includes, decrease compilation timeAdrian Boguszewski2016-07-281-8/+1
* | Renamed children list in SPObjectAdrian Boguszewski2016-07-141-1/+1
* | Second part of new SPObject children listAdrian Boguszewski2016-07-131-6/+6
|/
* Remove sp_desktop_document and finish cleanup of desktop-handles.hLiam P. White2014-12-211-3/+3
* Purge sp_desktop_sketch and sp_desktop_tempgroupLiam P. White2014-12-211-1/+1
* Move more UI code into ui/Liam P. White2014-10-051-1/+1
* Move obvious ui component to ui/Liam P. White2014-10-051-1/+1
* spellcheck.cpp: correct indenting. disable debug output.Johan B. C. Engelen2014-06-011-37/+37
* fix crash when spelling error is in hidden part of a text on pathbuliabyak2014-03-261-43/+45
* Moved and renamed some tool-related files.Markus Engel2013-11-091-1/+1
* Fix format security errorsAlex Valavanis2013-09-211-1/+1
* Drop support for GTK+ < 2.24Alex Valavanis2012-11-261-14/+0
* cppcheck: Simple fixes for src/ui/dialogAlex Valavanis2012-11-151-4/+4
* Stop deriving SPCanvasItem from GtkObjectAlex Valavanis2012-06-091-2/+2
* Clean up all remaining false warnings from GtkmmAlex Valavanis2012-02-261-3/+3
* Fix documentationKris De Gussem2012-02-251-2/+2
* Fix for 938349 : Compile error in spellcheck.h when aspell is unavailableJohn Smith2012-02-221-4/+27
* Fix for 934721 : Convert SpellCheck dialog to a dockable dialogJohn Smith2012-02-211-0/+871