summaryrefslogtreecommitdiffstats
path: root/src/widgets/toolbox.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add convert to guides optionJabier Arraiza Cenoz2015-10-161-0/+1
| | | (bzr r14393.2.4)
* Convert Measure to Item doneJabier Arraiza Cenoz2015-10-121-0/+1
| | | (bzr r14393.1.17)
* update to trunkJabier Arraiza Cenoz2015-10-101-1/+4
|\ | | | | (bzr r14393.1.16)
| * Add buttons for some side/corner mesh opeartions.Tavmjong Bah2015-10-081-1/+4
| | | | | | (bzr r14402)
* | Added new button to get global measure as a dimensionJabier Arraiza Cenoz2015-10-101-0/+2
| | | | | | (bzr r14393.1.15)
* | add snaping to knots and stating convert measure to itemsJabier Arraiza Cenoz2015-10-061-0/+1
| | | | | | (bzr r14393.1.9)
* | add reverse to meassure outputJabier Arraiza Cenoz2015-10-051-0/+1
| | | | | | (bzr r14393.1.8)
* | Add improvements to measure tool:Jabier Arraiza Cenoz2015-10-041-0/+3
|/ | | | | | | | more responsive add option to handle only active layer or all add a option to hide/show first and last segment add a option to compute only one global sice (bzr r14393.1.1)
* add flattern button to interactive simplifyJabier Arraiza Cenoz2015-07-271-0/+1
| | | (bzr r14261)
* update to trunkJabier Arraiza Cenoz2015-07-241-4/+0
|\ | | | | (bzr r13973.1.15)
| * Fix unnecessary inclusion of glibmm/threads.h. This can be resolved by ↵Alex Valavanis2015-04-271-4/+0
| | | | | | | | | | ensuring that glibmm headers always preceed glib.h headers. Same applies with gtkmm/gtk+ etc (bzr r14064)
* | allow use multiple lines, added new iconJabier Arraiza Cenoz2015-03-081-1/+0
| | | | | | (bzr r13973.1.3)
* | add interactive smooth to pen toolJabier Arraiza Cenoz2015-03-071-0/+2
|/ | | (bzr r13973.1.1)
* Experimental mesh smoothing code.Tavmjong Bah2015-02-021-0/+2
| | | (bzr r13890)
* Remove sp_desktop_document and finish cleanup of desktop-handles.hLiam P. White2014-12-211-1/+0
| | | (bzr r13820)
* Purge sp_desktop_namedview in favor of SPDesktop::getNamedViewLiam P. White2014-12-211-2/+2
| | | (bzr r13810)
* Move more UI code into ui/Liam P. White2014-10-051-1/+1
| | | (bzr r13341.1.253)
* Move GtkAction subclasses to widgets/Liam P. White2014-10-051-5/+5
| | | (bzr r13341.1.249)
* Move obvious ui component to ui/Liam P. White2014-10-051-1/+1
| | | (bzr r13341.1.247)
* Spray. Fix for bug #1327577 (Tablet pressure button wrongly located in Spray ↵Nicolas Dufour2014-06-111-1/+1
| | | | | | | | tool control bar). Fixed bugs: - https://launchpad.net/bugs/1327577 (bzr r13419)
* Make experimental feature enabling more unified/easy.Josh Andler2014-05-051-2/+3
| | | (bzr r13336)
* Moved and renamed some tool-related files.Markus Engel2013-11-091-1/+1
| | | (bzr r12785)
* First step of moving tools into appropriate namespaces.Markus Engel2013-11-071-8/+9
| | | (bzr r12782)
* Merge from trunk.Matthew Petroff2013-09-201-47/+49
|\ | | | | (bzr r12475.1.29)
| * Merged from trunk (r12488).Markus Engel2013-08-301-8/+0
| |\ | | | | | | (bzr r11608.1.120)
| * \ Merge from trunk (r12439).Markus Engel2013-07-251-1/+1
| |\ \ | | | | | | | | (bzr r11608.1.108)
| * \ \ Merged from trunk (r12419).Markus Engel2013-07-141-6/+12
| |\ \ \ | | | | | | | | | | (bzr r11608.1.107)
| * | | | Merging of EventContext classes complete.Markus Engel2013-04-201-2/+2
| | | | | | | | | | | | | | | (bzr r11608.1.98)
| * | | | Further changes to EventContexts; they work without GObjectMarkus Engel2013-04-201-47/+49
| | | | | | | | | | | | | | | (bzr r11608.1.97)
* | | | | Enable unit evaluation in toolbars.Matthew Petroff2013-09-151-2/+4
| |_|_|/ |/| | | | | | | (bzr r12475.1.22)
* | | | Merge from trunk.Matthew Petroff2013-07-301-1/+1
|\ \ \ \ | | |_|/ | |/| | (bzr r12380.1.51)
| * | | Fix spelling error in filenameKrzysztof Kosi??ski2013-07-231-1/+1
| | |/ | |/| | | | (bzr r12430)
* | | Removed "helper/unit-menu.h" from "widgest/toolbar.*" and associated files.Matthew Petroff2013-07-191-5/+0
| | | | | | | | | (bzr r12380.1.30)
* | | Port remaining files away from "helper/unit-tracker.h".Matthew Petroff2013-07-171-3/+0
|/ / | | | | (bzr r12380.1.19)
* | Factored layer model out into new Inkscape::LayerModel class. This allowsEric Greveson2013-07-011-6/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | Inkscape::Selection to use a LayerModel that is not associated with a UI. Changed the interface of verbs (SPAction) to use a new ActionContext rather than UI::View::View, again so that verbs may be used in a console mode. Modified boolean operation verbs to work in console-only mode. Fixed up DESKTOP_IS_ACTIVE macro to work in the case of no desktops. Modified main.cpp to process selections and verbs in no-GUI mode. Other changes are all consequences of the SPDesktop, Selection and LayerModel interface changes. (bzr r12387.1.1)
* | Added configure/ifdef guards to only bring in the needed #include if glibmm ↵Jon A. Cruz2013-06-061-0/+2
| | | | | | | | | | has it. (bzr r12353)
* | Correct to compile against recent gtkmm, including updated macports ↵Jon A. Cruz2013-06-041-0/+2
|/ | | | | | | | versions. Fixes bug #1179338. Fixed bugs: - https://launchpad.net/bugs/1179338 (bzr r12346.1.1)
* Fixed uninitialized variables & misc warnings.Jon A. Cruz2013-03-251-1/+1
| | | (bzr r12241)
* Drop use of deprecated GtkHandleBox widget (remove tear-off toolbar ↵Alex Valavanis2013-01-151-53/+4
| | | | | | | | functionality) Fixed bugs: - https://launchpad.net/bugs/1096350 (bzr r12027)
* Merge in connector cleanupMartin Owens2013-01-111-3/+0
|\ | | | | (bzr r12015)
| * Step 1. Remove junk and keep functionality.Martin Owens2012-11-301-3/+0
| | | | | | (bzr r11894.1.1)
* | Fix for 255792 : Calligraphy tool presets managementJohn Smith2012-11-301-0/+1
|/ | | (bzr r11916)
* GTK3: Migrate toolbox to GtkGrid APIAlex Valavanis2012-10-201-0/+19
| | | (bzr r11815)
* Fix for 246153 : Broken style indicatorJohn Smith2012-10-111-1/+1
| | | (bzr r11776)
* i18n. Fix for Bug #1034663 (Split msgid "Text" for menu Effects).Nicolas Dufour2012-08-151-1/+1
| | | | | Translations. inkscape.pot and French translation update. (bzr r11606)
* Fix for 575831 : Add font variant drop-down box to new text toolbarJohn Smith2012-08-041-2/+3
| | | (bzr r11586)
* Drop GTK+ 2.20 support.Alex Valavanis2012-07-051-4/+0
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1020494 (bzr r11529)
* Add Mesh tool (experimental, requires Cario >= 1.11.4, disabled by default).Tavmjong Bah2012-05-231-2/+21
| | | (bzr r11406)
* Fix for 169759 : HIG compliant Edit menuJohn Smith2012-05-111-1/+1
| | | (bzr r11354)
* Fix for 986446 : Refactor toolbox into tool specific filesJohn Smith2012-05-081-6818/+31
| | | (bzr r11346)