summaryrefslogtreecommitdiffstats
path: root/src/widgets (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix related to bug #1327267 -- don't bother to update gradient toolbar when ↵Liam P. White2014-08-091-30/+45
| | | | | not in gradient tool (bzr r13504)
* Fix for bug #1327267 (excessive calls to sp_style_read_from_prefs)Liam P. White2014-08-061-20/+25
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1327267 (bzr r13497)
* Replaced some abs/fabs with std::abs.Markus Engel2014-07-221-1/+1
| | | (bzr r13459)
* Fix a crash where the canvas does not have a valid main elementLiam P. White2014-06-191-0/+3
| | | (bzr r13433)
* 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)
* Display name of face from font file in Text and Font dialog (as well as ↵Tavmjong Bah2014-06-091-8/+22
| | | | | | | CSS/Pango name). Partial fix for #165521, #167353, #1008514 (bzr r13414)
* Unquote names in 'font-family' lists. Partial fix for #1029080Tavmjong Bah2014-05-301-0/+1
| | | (bzr r13402)
* remove unnecessary include, that is causing troubles (it is doing a bad ↵Johan B. C. Engelen2014-05-121-1/+0
| | | | | #define in MinGW) (bzr r13363)
* Make experimental feature enabling more unified/easy.Josh Andler2014-05-051-2/+3
| | | (bzr r13336)
* Clean up of style code: Patch from suv: SPStyle: struct -> classTavmjong Bah2014-04-261-1/+1
| | | (bzr r13309)
* Clean up of style code: refactor marker properties. Step 3.Tavmjong Bah2014-04-241-3/+4
| | | (bzr r13301)
* Clean up of style code, removal of SPFontStyle. Step 2.Tavmjong Bah2014-04-241-12/+11
| | | (bzr r13300)
* Restore ability to insert a font-family that is not on system or a ↵Tavmjong Bah2014-04-221-0/+7
| | | | | font-fallback list. (bzr r13296)
* Added "Gtk::" scope to "manage" function calls.Markus Engel2014-03-301-6/+6
| | | (bzr r13236)
* Cleaned up includes of tools / revert experimental casting macro ↵Markus Engel2014-03-262-10/+5
| | | | | replacements from r13061 (bzr r13216)
* Change stroke-dasharray and stroke-dashoffset handling to match other ↵Tavmjong Bah2014-03-112-17/+17
| | | | | | | properties. Split style.h into more manageable size files. (bzr r13135)
* Remove unused includes to tidy up the code.Martin Owens2014-03-097-13/+1
| | | (bzr r13132)
* Fix random crashes when spraying in single path mode.Krzysztof Kosi??ski2014-03-091-1/+1
| | | | | | | | Fixes LP bug #1274831 Fixed bugs: - https://launchpad.net/bugs/1274831 (bzr r13131)
* change 0 to NULL for pointersJohan B. C. Engelen2014-03-031-2/+2
| | | (bzr r13102)
* Fixed includes for tools.Markus Engel2014-03-0241-606/+326
| | | (bzr r13097)
* Added some consts. Turned functions to member functions.Markus Engel2014-03-021-1/+1
| | | (bzr r13089)
* Spray tool:Nicolas Dufour2014-02-281-2/+6
| | | | | | | * Partial patch (in sp_spray_dilate) for crashes explained in Bug #1274831. * Some minor style fixes (indentation). * Due to some remaining crashes, the Single path mode is disabled in Inkscape 0.91. (bzr r13077)
* Move extended input events stuff from desktop-widget.cpp to sp-canvas.cpp,Krzysztof Kosi??ski2014-02-271-5/+0
| | | | | where it belongs (bzr r13062)
* Added template functions as a casting-macro replacement.Markus Engel2014-02-261-2/+10
| | | (bzr r13061)
* DrawingContext: change variable names ct to dc (bug #1272073)David Mathog2014-02-081-2/+2
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1272073 (bzr r13009)
* cppcheck stuffKris De Gussem2014-01-201-2/+2
| | | (bzr r12963)
* i18n. Fix for Bug #1269943 (Context for message Offset:).kris-degussem2014-01-172-2/+2
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1269943 (bzr r12952)
* Fixing edit-clear icon in the star tool (partial fix for Bug #1269698).Nicolas Dufour2014-01-161-5/+6
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1269698 (bzr r12941)
* gtkmmification (seems there is more margin in desktop-widget.cpp)Kris De Gussem2014-01-112-19/+10
| | | (bzr r12915)
* null check: fix regression Bug #1258815 (crash after using Edit nodes icon ↵Kris De Gussem2014-01-091-1/+1
| | | | | twice (rev >= 12730)) (bzr r12903)
* modify get_scale_transform_for_variable_stroke() to be consistent with ↵Alvin Penner2014-01-041-2/+3
| | | | | | | | get_scale_transform_for_uniform_stroke() (Bug 1262146) Fixed bugs: - https://launchpad.net/bugs/1262146 (bzr r12881)
* fix pointer initialization ( "0" --> "NULL")Johan B. C. Engelen2014-01-021-12/+12
| | | (bzr r12871)
* try to improve some error-prone piece of code (icon name related)Johan B. C. Engelen2014-01-021-8/+9
| | | (bzr r12870)
* fix Windows build (constness)Johan B. C. Engelen2014-01-021-3/+3
| | | (bzr r12869)
* Fix Gtk+ 3.10 warnings: GtkStockItem is deprecatedAlex Valavanis2014-01-029-56/+48
| | | (bzr r12868)
* modify transform behaviour for unscaled stroke width, Preserved Transforms ↵Alvin Penner2013-12-301-1/+1
| | | | | | | | (Bug 1262146) Fixed bugs: - https://launchpad.net/bugs/1262146 (bzr r12863)
* modify transform behaviour for scaled stroke width, Preserved TransformsAlvin Penner2013-12-171-1/+1
| | | (bzr r12852)
* Partial fix for Bug #1256347 (spiral and stars tools, the inputbox for turns ↵Nicolas Dufour2013-12-121-1/+1
| | | | | and corners shows 3 after undo). (bzr r12846)
* Superficial text fix in gradient toolbar.Josh Andler2013-12-091-1/+1
| | | (bzr r12842)
* Fix for Bug #1094511 (GTK3: rulers render with solid black bg).Nicolas Dufour2013-12-031-1/+7
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1094511 (bzr r12835)
* Moved and renamed some tool-related files.Markus Engel2013-11-0924-36/+36
| | | (bzr r12785)
* First step of moving tools into appropriate namespaces.Markus Engel2013-11-0714-76/+90
| | | (bzr r12782)
* eek-preview: Hide unused variable in gtk3 buildAlex Valavanis2013-10-151-1/+3
| | | (bzr r12691)
* Units: stop newing Unit objects. pass around pointers to "undeletable" Unit ↵Johan B. C. Engelen2013-10-1211-55/+55
| | | | | 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)
* Documentation/Translation. Fix for Bug #1236382 (Typos in comments and ↵Nicolas Dufour2013-10-091-1/+1
| | | | | | | | message, localization context needed) by Yuri Chornoivan. Fixed bugs: - https://launchpad.net/bugs/1236382 (bzr r12673)
* Seamlessly switch between SVG circle, ellipse, and path (arc) elements while ↵Tavmjong Bah2013-10-081-7/+6
| | | | | using the Circle, Ellipse, and Arc tool. (bzr r12670)
* C++Johan B. C. Engelen2013-10-041-1/+1
| | | (bzr r12660)
* fix obvious leakJohan B. C. Engelen2013-09-301-0/+2
| | | (bzr r12634)
* Further refactored SPEllipse.Markus Engel2013-09-261-1/+1
| | | (bzr r12601)
* C++ify calling a few SPLPEItem functions, much more work than expected... ↵Johan B. C. Engelen2013-09-251-1/+1
| | | | | slowly slowly... (bzr r12593)