| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Run clang-tidy’s modernize-use-nullptr pass. | Emmanuel Gil Peyrot | 2018-06-18 | 1 | -1/+1 |
| | | | | | | This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer. | ||||
| * | Convert UnitTracker to use ink-select-one-action. | Tavmjong Bah | 2018-02-04 | 1 | -71/+110 |
| | | | | | Additional code clean up. | ||||
| * | Relink GtkAdjustments that use same UnitTracker. | Tavmjong Bah | 2018-02-03 | 1 | -1/+1 |
| | | | | | Link broken by commit e0957537 (removing GSList). | ||||
| * | Move classes derived from SPObject to own directory. | Tavmjong Bah | 2018-01-30 | 1 | -2/+2 |
| | | | | | A lot of header clean-up. | ||||
| * | Removed all GSList occurences in .h files | Marc Jeanmougin | 2017-10-01 | 1 | -28/+23 |
| | | |||||
| * | Add prependUnit function | Martin Owens | 2016-03-22 | 1 | -0/+10 |
| | | | | (bzr r14737) | ||||
| * | Reverting 14701. | Tavmjong Bah | 2016-03-18 | 1 | -10/+0 |
| | | | | (bzr r14716.1.2) | ||||
| * | Add a units box to line height and wire in the style units, plus some cleanup | Martin Owens | 2016-03-12 | 1 | -0/+10 |
| | | | | (bzr r14701) | ||||
| * | Move GtkAction subclasses to widgets/ | Liam P. White | 2014-10-05 | 1 | -1/+1 |
| | | | | (bzr r13341.1.249) | ||||
| * | Units: stop newing Unit objects. pass around pointers to "undeletable" Unit ↵ | Johan B. C. Engelen | 2013-10-12 | 1 | -13/+14 |
| | | | | | | 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) | ||||
| * | Rewrite the internals of the unit code for somewhat better performance | Krzysztof Kosi??ski | 2013-10-05 | 1 | -4/+4 |
| | | | | (bzr r12661) | ||||
| * | cppcheck: performance | Kris De Gussem | 2013-09-26 | 1 | -1/+1 |
| | | | | (bzr r12598) | ||||
| * | Switched to global UnitTable. | Matthew Petroff | 2013-08-04 | 1 | -5/+7 |
| | | | | (bzr r12380.1.62) | ||||
| * | Fix UnitTracker percentage bug. | Matthew Petroff | 2013-08-01 | 1 | -1/+1 |
| | | | | (bzr r12380.1.59) | ||||
| * | Added percent support back to select toolbar. | Matthew Petroff | 2013-07-31 | 1 | -1/+8 |
| | | | | (bzr r12380.1.53) | ||||
| * | Switch unit functions from using pointer arguements to reference arguements. | Matthew Petroff | 2013-07-18 | 1 | -4/+3 |
| | | | | (bzr r12380.1.28) | ||||
| * | Fixed conversion factors and missed unit include removal. | Matthew Petroff | 2013-07-17 | 1 | -1/+1 |
| | | | | (bzr r12380.1.12) | ||||
| * | Added new UnitTracker class. | Matthew Petroff | 2013-07-17 | 1 | -0/+255 |
| (bzr r12380.1.9) | |||||
