summaryrefslogtreecommitdiffstats
path: root/src/ui/dialog/spellcheck.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Improve spellcheck dialogThomas Holder2019-08-211-7/+20
| | | | | | | | | | | - only use one language at a time for spell check - allow quick language change in spellcheck dialog - if no languages selected in preferences, list all installed aspell dictionaries in dialog - don't make "en" the default, use first available dictionary - add preferences button - auto-select first suggestion - fix #362 crash if no dictionaries available
* Hide spellcheck dialog if Aspell is missingNathan Lee2019-07-311-2/+2
| | | | Hide warnings emitted if Aspell/Potrace missing
* Clarify licensesMax Gaukler2018-11-081-1/+2
| | | | | | - add license headers to everything - convert a few files from public domain or LGPL2.1+ to GPL2+ - some archaeology to clarify which files are from which library
* Remove #include "config.h" wherever possibleEduard Braun2018-10-011-1/+1
|
* Run clang-tidy’s modernize-use-equals-default pass.Emmanuel Gil Peyrot2018-06-181-1/+1
| | | | | This replaces empty constructors and destructors with the default keyword.
* Run clang-tidy’s modernize-use-override pass.Emmanuel Gil Peyrot2018-06-181-3/+3
| | | | | This adds the override specifier on all methods which override a virtual method, whether they were already virtual or missing this specifier.
* Move classes derived from SPObject to own directory.Tavmjong Bah2018-01-301-1/+5
| | | | A lot of header clean-up.
* Removed all GSList occurences in .h filesMarc Jeanmougin2017-10-011-4/+7
|
* Drop remaining GTKMM 2 fallback supportAlex Valavanis2016-07-281-15/+0
| | | (bzr r15023.2.7)
* Fix unnecessary inclusion of glibmm/threads.h. This can be resolved by ↵Alex Valavanis2015-04-271-4/+0
| | | | | ensuring that glibmm headers always preceed glib.h headers. Same applies with gtkmm/gtk+ etc (bzr r14064)
* Adding inclusion of config.h where needed for threads.h check.Jon A. Cruz2013-06-071-0/+4
| | | (bzr r12355)
* Added configure/ifdef guards to only bring in the needed #include if glibmm ↵Jon A. Cruz2013-06-061-0/+2
| | | | | has it. (bzr r12353)
* Correct to compile against recent gtkmm, including updated macports ↵Jon A. Cruz2013-06-041-0/+2
| | | | | | | | versions. Fixes bug #1179338. Fixed bugs: - https://launchpad.net/bugs/1179338 (bzr r12346.1.1)
* GTK+ 3: Use orientable widgetsAlex Valavanis2012-12-161-0/+10
| | | (bzr r11959)
* Clean up a few Gtkmm orientablesAlex Valavanis2012-04-111-0/+4
| | | (bzr r11230)
* Clean up all remaining false warnings from GtkmmAlex Valavanis2012-02-261-8/+4
| | | (bzr r11018)
* Header cleaningAlex Valavanis2012-02-251-0/+1
| | | (bzr r11015)
* Fix documentationKris De Gussem2012-02-251-1/+1
| | | (bzr r11012)
* Fix for 938349 : Compile error in spellcheck.h when aspell is unavailableJohn Smith2012-02-221-3/+3
| | | (bzr r11008)
* Fix for 934721 : Convert SpellCheck dialog to a dockable dialogJohn Smith2012-02-211-0/+280
(bzr r11006)