| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Improve casts from voids and fix a issue when fill/stroke is unset set ↵ | Jabier Arraiza | 2019-09-16 | 1 | -2/+2 |
| | | | | | desktop styles with it | ||||
| * | Improve spellcheck dialog | Thomas Holder | 2019-08-21 | 1 | -152/+141 |
| | | | | | | | | | | | | - 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 | ||||
| * | reduce usage of desktop coordinates (#341) | Thomas Holder | 2019-08-18 | 1 | -4/+3 |
| | | | | | | | | - avoid unnecessary internal usage of desktop coordinates, e.g. in SpellCheck::compareTextBboxes - document whether a function argument is in document or desktop coordinates, e.g. for SPDocument::getItemsInBox | ||||
| * | Hide spellcheck dialog if Aspell is missing | Nathan Lee | 2019-07-31 | 1 | -7/+7 |
| | | | | | Hide warnings emitted if Aspell/Potrace missing | ||||
| * | Aspell: No need to explicitly set prefix anymore | Patrick Storz | 2019-03-30 | 1 | -20/+0 |
| | | | | | | Aspell (at least the MSYS2 version) is properly relocatable these days. | ||||
| * | Header cleanup. | Tavmjong Bah | 2019-02-12 | 1 | -1/+1 |
| | | |||||
| * | Remove unused header file. | Tavmjong Bah | 2019-01-08 | 1 | -1/+0 |
| | | |||||
| * | modernize loops | Marc Jeanmougin | 2019-01-02 | 1 | -13/+13 |
| | | |||||
| * | 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 | -5/+4 |
| | | |||||
| * | Use _WIN32 instead of WIN32 | Eduard Braun | 2018-10-01 | 1 | -5/+5 |
| | | | | | | | | | The former is guaranteed to be set for any compiler targeting win32, the latter is implementation dependent (but works for gcc) See also http://nadeausoftware.com/articles/2012/01/c_c_tip_how_use_compiler_predefined_macros_detect_operating_system | ||||
| * | Run clang-tidy’s modernize-redundant-void-arg pass. | Emmanuel Gil Peyrot | 2018-06-19 | 1 | -2/+2 |
| | | |||||
| * | Run clang-tidy’s modernize-use-nullptr pass. | Emmanuel Gil Peyrot | 2018-06-18 | 1 | -20/+20 |
| | | | | | | This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer. | ||||
| * | Revert "Fix include order with clang-tidy check llvm-include-order" | Marc Jeanmougin | 2018-05-04 | 1 | -7/+7 |
| | | | | | This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60. | ||||
| * | Fix include order with clang-tidy check llvm-include-order | Marc Jeanmougin | 2018-04-29 | 1 | -7/+7 |
| | | |||||
| * | Move classes derived from SPObject to own directory. | Tavmjong Bah | 2018-01-30 | 1 | -4/+9 |
| | | | | | A lot of header clean-up. | ||||
| * | panel: Remove the unused "title" label | Stefano Facchini | 2018-01-16 | 1 | -1/+1 |
| | | |||||
| * | Removed all GSList occurences in .h files | Marc Jeanmougin | 2017-10-01 | 1 | -57/+30 |
| | | |||||
| * | Remove old icon handling code | Alexander Valavanis | 2017-06-29 | 1 | -1/+0 |
| | | |||||
| * | Merged trunk | Adrian Boguszewski | 2016-08-03 | 1 | -8/+1 |
| |\ | | | | | (bzr r14954.1.29) | ||||
| | * | Removed unused includes, decreased compilation time. Once again | Adrian Boguszewski | 2016-08-03 | 1 | -8/+1 |
| | | | | | | | (bzr r15034) | ||||
| | * | Reverted changes to r15024 after many building problems | Adrian Boguszewski | 2016-07-28 | 1 | -1/+8 |
| | | | | | | | (bzr r15027) | ||||
| | * | Removed unused includes, decrease compilation time | Adrian Boguszewski | 2016-07-28 | 1 | -8/+1 |
| | | | | | | | (bzr r15025) | ||||
| * | | Renamed children list in SPObject | Adrian Boguszewski | 2016-07-14 | 1 | -1/+1 |
| | | | | | | | (bzr r14954.1.21) | ||||
| * | | Second part of new SPObject children list | Adrian Boguszewski | 2016-07-13 | 1 | -6/+6 |
| |/ | | | (bzr r14954.1.19) | ||||
| * | Remove sp_desktop_document and finish cleanup of desktop-handles.h | Liam P. White | 2014-12-21 | 1 | -3/+3 |
| | | | | (bzr r13820) | ||||
| * | Purge sp_desktop_sketch and sp_desktop_tempgroup | Liam P. White | 2014-12-21 | 1 | -1/+1 |
| | | | | (bzr r13816) | ||||
| * | Move more UI code into ui/ | Liam P. White | 2014-10-05 | 1 | -1/+1 |
| | | | | (bzr r13341.1.253) | ||||
| * | Move obvious ui component to ui/ | Liam P. White | 2014-10-05 | 1 | -1/+1 |
| | | | | (bzr r13341.1.247) | ||||
| * | spellcheck.cpp: correct indenting. disable debug output. | Johan B. C. Engelen | 2014-06-01 | 1 | -37/+37 |
| | | | | (bzr r13341.1.44) | ||||
| * | fix crash when spelling error is in hidden part of a text on path | buliabyak | 2014-03-26 | 1 | -43/+45 |
| | | | | (bzr r13212) | ||||
| * | Moved and renamed some tool-related files. | Markus Engel | 2013-11-09 | 1 | -1/+1 |
| | | | | (bzr r12785) | ||||
| * | Fix format security errors | Alex Valavanis | 2013-09-21 | 1 | -1/+1 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1193025 (bzr r12563) | ||||
| * | Drop support for GTK+ < 2.24 | Alex Valavanis | 2012-11-26 | 1 | -14/+0 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1069024 (bzr r11907) | ||||
| * | cppcheck: Simple fixes for src/ui/dialog | Alex Valavanis | 2012-11-15 | 1 | -4/+4 |
| | | | | (bzr r11874) | ||||
| * | Stop deriving SPCanvasItem from GtkObject | Alex Valavanis | 2012-06-09 | 1 | -2/+2 |
| | | | | (bzr r11469.1.1) | ||||
| * | Clean up all remaining false warnings from Gtkmm | Alex Valavanis | 2012-02-26 | 1 | -3/+3 |
| | | | | (bzr r11018) | ||||
| * | Fix documentation | Kris De Gussem | 2012-02-25 | 1 | -2/+2 |
| | | | | (bzr r11012) | ||||
| * | Fix for 938349 : Compile error in spellcheck.h when aspell is unavailable | John Smith | 2012-02-22 | 1 | -4/+27 |
| | | | | (bzr r11008) | ||||
| * | Fix for 934721 : Convert SpellCheck dialog to a dockable dialog | John Smith | 2012-02-21 | 1 | -0/+871 |
| (bzr r11006) | |||||
