summaryrefslogtreecommitdiffstats
path: root/src/ui/dialog/spellcheck.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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)