| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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 | ||||
| * | Run clang-tidy’s modernize-use-override pass. | Emmanuel Gil Peyrot | 2018-06-18 | 1 | -1/+1 |
| | | | | | | 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. | ||||
| * | Misc. typos | Unknown | 2017-11-07 | 1 | -1/+1 |
| | | | | | | | | | | | | | Found using `codespell -q 3 -w --skip="*.svg,*.po,*.ts,./share/tutorials,./src/libavoid,./packaging/win32/languages,./man,./src/2geom" -I ../inkscape-whitelist.txt` whereby whitelist file contained: ``` dum iff glight substract te upto ``` | ||||
| * | Removed all GSList occurences in .h files | Marc Jeanmougin | 2017-10-01 | 1 | -3/+4 |
| | | |||||
| * | Fix unnecessary inclusion of glibmm/threads.h. This can be resolved by ↵ | Alex Valavanis | 2015-04-27 | 1 | -8/+0 |
| | | | | | | ensuring that glibmm headers always preceed glib.h headers. Same applies with gtkmm/gtk+ etc (bzr r14064) | ||||
| * | Change marker layout in stroke-widget so they are all on one line. | Martin Owens | 2013-06-11 | 1 | -2/+0 |
| | | | | (bzr r12363) | ||||
| * | 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) | ||||
| * | Fix for 165865 : Fix marker color on duplicate | John Smith | 2012-09-17 | 1 | -2/+3 |
| | | | | (bzr r11671) | ||||
| * | Fix for 165865 : markers must take object's stroke color | John Smith | 2012-08-20 | 1 | -0/+2 |
| | | | | (bzr r11614) | ||||
| * | Fix for 1030239 : Custom markers only added to the list in 'Fill and Stroke ↵ | John Smith | 2012-08-07 | 1 | -0/+3 |
| | | | | | | - Style' after reloading the file : Fix selection regression (bzr r11597) | ||||
| * | Fix for 1030239 : Custom markers only added to the list in Stroke Style ↵ | John Smith | 2012-08-04 | 1 | -8/+14 |
| | | | | | | after reloading the file (bzr r11588) | ||||
| * | Fix for 943225 : Replace Gtk::OptionMenu with Gtk::ComboBox | John Smith | 2012-03-14 | 1 | -0/+104 |
| (bzr r11083) | |||||
