| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Improve spellcheck dialog | Thomas Holder | 2019-08-21 | 1 | -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 missing | Nathan Lee | 2019-07-31 | 1 | -2/+2 |
| | | | | | Hide warnings emitted if Aspell/Potrace missing | ||||
| * | Clarify licenses | Max Gaukler | 2018-11-08 | 1 | -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 possible | Eduard Braun | 2018-10-01 | 1 | -1/+1 |
| | | |||||
| * | Run clang-tidy’s modernize-use-equals-default pass. | Emmanuel Gil Peyrot | 2018-06-18 | 1 | -1/+1 |
| | | | | | | This replaces empty constructors and destructors with the default keyword. | ||||
| * | Run clang-tidy’s modernize-use-override pass. | Emmanuel Gil Peyrot | 2018-06-18 | 1 | -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 Bah | 2018-01-30 | 1 | -1/+5 |
| | | | | | A lot of header clean-up. | ||||
| * | Removed all GSList occurences in .h files | Marc Jeanmougin | 2017-10-01 | 1 | -4/+7 |
| | | |||||
| * | Drop remaining GTKMM 2 fallback support | Alex Valavanis | 2016-07-28 | 1 | -15/+0 |
| | | | | (bzr r15023.2.7) | ||||
| * | Fix unnecessary inclusion of glibmm/threads.h. This can be resolved by ↵ | Alex Valavanis | 2015-04-27 | 1 | -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. Cruz | 2013-06-07 | 1 | -0/+4 |
| | | | | (bzr r12355) | ||||
| * | Added configure/ifdef guards to only bring in the needed #include if glibmm ↵ | Jon A. Cruz | 2013-06-06 | 1 | -0/+2 |
| | | | | | | has it. (bzr r12353) | ||||
| * | Correct to compile against recent gtkmm, including updated macports ↵ | Jon A. Cruz | 2013-06-04 | 1 | -0/+2 |
| | | | | | | | | | versions. Fixes bug #1179338. Fixed bugs: - https://launchpad.net/bugs/1179338 (bzr r12346.1.1) | ||||
| * | GTK+ 3: Use orientable widgets | Alex Valavanis | 2012-12-16 | 1 | -0/+10 |
| | | | | (bzr r11959) | ||||
| * | Clean up a few Gtkmm orientables | Alex Valavanis | 2012-04-11 | 1 | -0/+4 |
| | | | | (bzr r11230) | ||||
| * | Clean up all remaining false warnings from Gtkmm | Alex Valavanis | 2012-02-26 | 1 | -8/+4 |
| | | | | (bzr r11018) | ||||
| * | Header cleaning | Alex Valavanis | 2012-02-25 | 1 | -0/+1 |
| | | | | (bzr r11015) | ||||
| * | Fix documentation | Kris De Gussem | 2012-02-25 | 1 | -1/+1 |
| | | | | (bzr r11012) | ||||
| * | Fix for 938349 : Compile error in spellcheck.h when aspell is unavailable | John Smith | 2012-02-22 | 1 | -3/+3 |
| | | | | (bzr r11008) | ||||
| * | Fix for 934721 : Convert SpellCheck dialog to a dockable dialog | John Smith | 2012-02-21 | 1 | -0/+280 |
| (bzr r11006) | |||||
