| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | fix coding style | Jabier Arraiza | 2019-06-13 | 1 | -1/+1 |
| | | |||||
| * | Fix step value | Jabiertxof | 2019-06-13 | 1 | -5/+5 |
| | | |||||
| * | Try to fix issue with focus with thomas and add also stops to combos and ↵ | Jabiertxof | 2019-06-13 | 1 | -6/+9 |
| | | | | | unitcombos | ||||
| * | Improve event handle | Jabier Arraiza | 2019-06-13 | 1 | -2/+2 |
| | | |||||
| * | allow page increments with control key | Jabier Arraiza | 2019-06-13 | 1 | -0/+3 |
| | | |||||
| * | Fixes hover scrool bug | Jabiertxof | 2019-06-13 | 1 | -2/+24 |
| | | |||||
| * | 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 | -4/+0 |
| | | |||||
| * | Run clang-tidy’s modernize-use-nullptr pass. | Emmanuel Gil Peyrot | 2018-06-18 | 1 | -2/+2 |
| | | | | | | 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 | -1/+1 |
| | | | | | This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60. | ||||
| * | Fix include order with clang-tidy check llvm-include-order | Marc Jeanmougin | 2018-04-29 | 1 | -1/+1 |
| | | |||||
| * | Rename get_group0_keyval to get_latin_keyval | Andrey Mozzhuhin | 2017-10-05 | 1 | -1/+1 |
| | | |||||
| * | Removed unused includes, decreased compilation time. Once again | Adrian Boguszewski | 2016-08-03 | 1 | -1/+1 |
| | | | | (bzr r15034) | ||||
| * | Reverted changes to r15024 after many building problems | Adrian Boguszewski | 2016-07-28 | 1 | -1/+1 |
| | | | | (bzr r15027) | ||||
| * | Removed unused includes, decrease compilation time | Adrian Boguszewski | 2016-07-28 | 1 | -1/+1 |
| | | | | (bzr r15025) | ||||
| * | Fix modelines | Alex Valavanis | 2014-08-30 | 1 | -3/+3 |
| | | | | (bzr r13341.1.183) | ||||
| * | Moved and renamed some tool-related files. | Markus Engel | 2013-11-09 | 1 | -1/+1 |
| | | | | (bzr r12785) | ||||
| * | First step of moving tools into appropriate namespaces. | Markus Engel | 2013-11-07 | 1 | -1/+1 |
| | | | | (bzr r12782) | ||||
| * | Units: stop newing Unit objects. pass around pointers to "undeletable" Unit ↵ | Johan B. C. Engelen | 2013-10-12 | 1 | -3/+3 |
| | | | | | | objects in the UnitTable. I think we should move to using indexed units, and pass around the index of the unit in the unittable, or smth like that... ? (bzr r12679) | ||||
| * | fix crash on uninitialized unittracker for spinbuttons. fixes crash on ↵ | Johan B. C. Engelen | 2013-09-23 | 1 | -2/+2 |
| | | | | | | | | | changing major grid line number, possibly other random crashes Fixed bugs: - https://launchpad.net/bugs/1229183 (bzr r12581) | ||||
| * | C++ify expression evaluator. | Matthew Petroff | 2013-09-16 | 1 | -3/+5 |
| | | | | (bzr r12475.1.23) | ||||
| * | Enable unit evaluation in toolbars. | Matthew Petroff | 2013-09-15 | 1 | -2/+8 |
| | | | | (bzr r12475.1.22) | ||||
| * | Drop GTK+ 2.20 support. | Alex Valavanis | 2012-07-05 | 1 | -4/+0 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1020494 (bzr r11529) | ||||
| * | Eliminated duplication of GTK key defines. | Jon A. Cruz | 2012-05-03 | 1 | -3/+1 |
| | | | | (bzr r11318) | ||||
| * | Get rid of remaining deprecated GDK Key symbols | Alex Valavanis | 2012-04-15 | 1 | -3/+9 |
| | | | | (bzr r11250) | ||||
| * | Fixing more broken and split doc comments. | Jon A. Cruz | 2011-10-27 | 1 | -29/+4 |
| | | | | (bzr r10697) | ||||
| * | Doxygen cleanup. | Jon A. Cruz | 2011-10-03 | 1 | -1/+1 |
| | | | | (bzr r10660) | ||||
| * | add undo to SpinButton | Johan B. C. Engelen | 2011-04-15 | 1 | -4/+66 |
| | | | | (bzr r10167) | ||||
| * | add expression evaluator for spinbox input boxes. also knows a little about ↵ | Johan B. C. Engelen | 2011-04-13 | 1 | -17/+24 |
| | | | | | | | | | units. needs more work to fully integrate it in all of inkscape spinboxes also needs documentation rework (bzr r10162) | ||||
| * | add a subclassed spinbutton class. this numeric entry box accepts both ',' ↵ | Johan B. C. Engelen | 2011-04-08 | 1 | -0/+60 |
| and '.' as the decimal point when in numeric mode. (bzr r10150) | |||||
