| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2019-08-02 | Add lineheight proposal | Jabier Arraiza | 1 | -4/+0 | |
| 2019-08-02 | moving hamburger to only line height part | Jabier Arraiza | 1 | -0/+4 | |
| 2019-06-13 | fix coding style | Jabier Arraiza | 1 | -2/+2 | |
| 2019-06-13 | Fix CI problem | Jabiertxof | 1 | -1/+1 | |
| 2019-06-13 | Try to fix issue with focus with thomas and add also stops to combos and ↵ | Jabiertxof | 1 | -3/+2 | |
| unitcombos | |||||
| 2019-06-13 | Fixes hover scrool bug | Jabiertxof | 1 | -0/+7 | |
| 2019-02-01 | clang-tidy recent changes | Alexander Valavanis | 1 | -5/+4 | |
| 2018-11-08 | Clarify licenses | Max Gaukler | 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 | |||||
| 2018-06-18 | Run clang-tidy’s modernize-use-equals-default pass. | Emmanuel Gil Peyrot | 1 | -1/+1 | |
| This replaces empty constructors and destructors with the default keyword. | |||||
| 2018-06-18 | Run clang-tidy’s modernize-use-nullptr pass. | Emmanuel Gil Peyrot | 1 | -4/+4 | |
| This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer. | |||||
| 2018-06-18 | Run clang-tidy’s modernize-use-override pass. | Emmanuel Gil Peyrot | 1 | -2/+2 | |
| This adds the override specifier on all methods which override a virtual method, whether they were already virtual or missing this specifier. | |||||
| 2018-06-12 | Run clang-tidy’s modernize-use-equals-delete pass. | Emmanuel Gil Peyrot | 1 | -2/+2 | |
| Adds a delete specifier on constructors, destructors or assignment methods that should never be called, ensuring they actually never will. | |||||
| 2016-07-28 | Finish removing GTK+ 2 fallbacks | Alex Valavanis | 1 | -4/+0 | |
| (bzr r15023.2.8) | |||||
| 2015-04-27 | Fix unnecessary inclusion of glibmm/threads.h. This can be resolved by ↵ | Alex Valavanis | 1 | -8/+0 | |
| ensuring that glibmm headers always preceed glib.h headers. Same applies with gtkmm/gtk+ etc (bzr r14064) | |||||
| 2014-08-30 | Fix modelines | Alex Valavanis | 1 | -3/+3 | |
| (bzr r13341.1.183) | |||||
| 2013-09-23 | fix crash on uninitialized unittracker for spinbuttons. fixes crash on ↵ | Johan B. C. Engelen | 1 | -5/+7 | |
| changing major grid line number, possibly other random crashes Fixed bugs: - https://launchpad.net/bugs/1229183 (bzr r12581) | |||||
| 2013-09-15 | Enable unit evaluation in toolbars. | Matthew Petroff | 1 | -0/+5 | |
| (bzr r12475.1.22) | |||||
| 2013-06-07 | Adding inclusion of config.h where needed for threads.h check. | Jon A. Cruz | 1 | -0/+4 | |
| (bzr r12355) | |||||
| 2013-06-06 | Added configure/ifdef guards to only bring in the needed #include if glibmm ↵ | Jon A. Cruz | 1 | -0/+2 | |
| has it. (bzr r12353) | |||||
| 2013-06-04 | Correct to compile against recent gtkmm, including updated macports ↵ | Jon A. Cruz | 1 | -0/+2 | |
| versions. Fixes bug #1179338. Fixed bugs: - https://launchpad.net/bugs/1179338 (bzr r12346.1.1) | |||||
| 2012-04-30 | gtkmm-3.0 changes for Gtk::Adjustment | Alex Valavanis | 1 | -0/+4 | |
| (bzr r11308) | |||||
| 2011-10-27 | Fixing more broken and split doc comments. | Jon A. Cruz | 1 | -8/+31 | |
| (bzr r10697) | |||||
| 2011-04-15 | add undo to SpinButton | Johan B. C. Engelen | 1 | -2/+8 | |
| (bzr r10167) | |||||
| 2011-04-13 | add expression evaluator for spinbox input boxes. also knows a little about ↵ | Johan B. C. Engelen | 1 | -4/+20 | |
| units. needs more work to fully integrate it in all of inkscape spinboxes also needs documentation rework (bzr r10162) | |||||
| 2011-04-11 | Use the subclassed SpinButton class for numeric inputs, such that '.' and ↵ | Johan B. C. Engelen | 1 | -2/+4 | |
| ',' both can be used as decimal point. (related to bug 484187) (bzr r10159) | |||||
| 2011-04-08 | add a subclassed spinbutton class. this numeric entry box accepts both ',' ↵ | Johan B. C. Engelen | 1 | -0/+57 | |
| and '.' as the decimal point when in numeric mode. (bzr r10150) | |||||
