summaryrefslogtreecommitdiffstats
path: root/src/widgets/box3d-toolbar.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Move toolbars to ui/toolbarAlexander Valavanis2018-06-171-444/+0
|
* Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin2018-05-041-1/+1
| | | | This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60.
* Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin2018-04-291-1/+1
|
* Move classes derived from SPObject to own directory.Tavmjong Bah2018-01-301-5/+10
| | | | A lot of header clean-up.
* Remove old icon handling codeAlexander Valavanis2017-06-291-3/+3
|
* Split InkAction classes into separate filesAlex Valavanis2016-08-051-1/+1
| | | (bzr r15043)
* Removed unused includes, decreased compilation time. Once againAdrian Boguszewski2016-08-031-2/+1
| | | (bzr r15034)
* Reverted changes to r15024 after many building problemsAdrian Boguszewski2016-07-281-1/+2
| | | (bzr r15027)
* Removed unused includes, decrease compilation timeAdrian Boguszewski2016-07-281-2/+1
| | | (bzr r15025)
* Fix for potential null pointer call in the 3D box toolbar widget.Nicolas Dufour2015-03-121-7/+7
| | | (bzr r13997)
* Remove sp_desktop_document and finish cleanup of desktop-handles.hLiam P. White2014-12-211-3/+3
| | | (bzr r13820)
* Deprecate and remove sp_desktop_selection in favor of SPDesktop::getSelectionLiam P. White2014-12-211-4/+4
| | | (bzr r13809)
* Replace INKSCAPE.active_desktop() by SP_ACTIVE_DESKTOP for easier grepabilityLiam P. White2014-11-261-1/+1
| | | (bzr r13768)
* Update to trunk r13648Liam P. White2014-10-311-2/+2
|\ | | | | (bzr r13341.5.19)
| * Update to trunk r13638Liam P. White2014-10-251-2/+2
| |\ | | | | | | (bzr r13341.1.286)
| | * Initial removal of box3d outdated GTKish macros.Jon A. Cruz2014-10-241-2/+2
| | | | | | | | | (bzr r13634)
* | | Update to experimental r13598Liam P. White2014-10-081-2/+2
|\| | | | | | | | (bzr r13341.5.17)
| * | Move GtkAction subclasses to widgets/Liam P. White2014-10-051-2/+2
| | | | | | | | | (bzr r13341.1.249)
* | | Update to experimental r13527Liam P. White2014-08-301-4/+16
|\| | | | | | | | (bzr r13341.5.15)
| * | Further fixes related to bug #1327267, toolbars don't need to update when ↵Liam P. White2014-08-101-4/+16
| |/ | | | | | | | | their context is not in use (bzr r13341.1.126)
* | 5. Refactoring of Application class: make copy/assignment operators private, ↵Liam P. White2014-06-271-1/+1
| | | | | | | | | | disallow pointers to Application (bzr r13341.5.9)
* | 1. make it compileLiam P. White2014-06-251-1/+1
|/ | | (bzr r13341.5.1)
* Fixed includes for tools.Markus Engel2014-03-021-29/+13
| | | (bzr r13097)
* Moved and renamed some tool-related files.Markus Engel2013-11-091-2/+2
| | | (bzr r12785)
* Removed "helper/unit-menu.h" from "widgest/toolbar.*" and associated files.Matthew Petroff2013-07-191-3/+3
| | | (bzr r12380.1.30)
* Fixed conversion factors and missed unit include removal.Matthew Petroff2013-07-171-5/+0
| | | (bzr r12380.1.12)
* Workaround usage of deprecated glib symbols in 3rd party librariesAlex Valavanis2013-03-251-1/+1
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1122774 (bzr r12243)
* Replace remaining C-style pointer casts for src/widgetsAlex Valavanis2012-11-111-2/+2
| | | (bzr r11868)
* Removed outdated classes.Jon A. Cruz2012-06-171-0/+2
| | | | | Pruned header to not introduce extraneous includes. (bzr r11502)
* Build with GDK_DISABLE_DEPRECATED for Gtk+ 2Alex Valavanis2012-05-281-1/+1
| | | | | | Fixed bugs: - https://launchpad.net/bugs/943207 (bzr r11431)
* Fix for 986446 : Refactor toolbox into tool specific filesJohn Smith2012-05-081-0/+447
(bzr r11346)