summaryrefslogtreecommitdiffstats
path: root/src/widgets (follow)
Commit message (Collapse)AuthorAgeFilesLines
* updated with trunkMarc Jeanmougin2015-04-2912-60/+10
|\ | | | | (bzr r13922.1.19)
| * Fix regression: Update default font-family if nothing is selected on canvas.Tavmjong Bah2015-04-291-4/+10
| | | | | | (bzr r14072)
| * Fix unnecessary inclusion of glibmm/threads.h. This can be resolved by ↵Alex Valavanis2015-04-2711-56/+0
| | | | | | | | | | ensuring that glibmm headers always preceed glib.h headers. Same applies with gtkmm/gtk+ etc (bzr r14064)
* | removed a few useless SP_OBJECT() castsMarc Jeanmougin2015-04-271-2/+2
| | | | | | (bzr r13922.1.17)
* | fixMarc Jeanmougin2015-04-261-1/+1
| | | | | | (bzr r13922.1.14)
* | mergingMarc Jeanmougin2015-04-265-101/+76
|\| | | | | (bzr r13922.1.13)
| * Replace GList by std::vectorTavmjong Bah2015-04-141-12/+9
| | | | | | (bzr r14057)
| * Fix for potential null pointer call in the 3D box toolbar widget.Nicolas Dufour2015-03-121-7/+7
| | | | | | (bzr r13997)
| * scale spinboxes for rectangle toolbar. (Bug 307656)Alvin Penner2015-03-041-6/+5
| | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/307656 (bzr r13964)
| * Rename <meshGradient> to <mesh>, <meshRow> to <meshrow>, <meshPatch> to ↵Tavmjong Bah2015-03-012-76/+55
| | | | | | | | | | | | | | | | <meshpatch>. Remove experimental smoothing types. Add new smoothing 'type' attribute with bicubic smoothing option. Per SVG WG decission at Sydney 2015 face-to-face meeting. (bzr r13956)
* | mergeMarc Jeanmougin2015-04-262-18/+26
|\| | | | | (bzr r13922.1.12)
| * load rectangle parameters as px. (Bug 1424798)Alvin Penner2015-02-251-1/+1
| | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1424798 (bzr r13943)
| * Backport commit 2086344 from GIMP master: try to fix rulers (bug #1351597)Liam P. White2015-02-251-17/+25
| | | | | | | | | | This might not do what it's supposed to, but I doubt keeping it in will do any harm if it doesn't fix the bug (bzr r13941)
* | more cast cleanupMarc Jeanmougin2015-02-274-8/+8
| | | | | | (bzr r13922.1.11)
* | corrected the casts (hopefully)Marc Jeanmougin2015-02-2710-31/+32
| | | | | | (bzr r13922.1.10)
* | Merge, resolved conflictsMarc Jeanmougin2015-02-231-22/+15
|\| | | | | (bzr r13922.1.8)
| * Make icon creation more consistent - use sp_icon_new where possibleLiam P. White2015-02-221-22/+15
| | | | | | (bzr r13936)
* | Put a few std::vector<SPitem*>Marc Jeanmougin2015-02-1911-65/+65
| | | | | | (bzr r13922.1.5)
* | At first, I was thinking "I just have to go to the selection file, and ↵Marc Jeanmougin2015-02-1711-129/+114
|/ | | | | | | | change that GSList* with a std::list, then resolve the few problems" So, i tried that. And I will continue tomorrow, and the days after, on and on. (bzr r13922.1.1)
* Commenting dead assignments.Nicolas Dufour2015-02-081-3/+6
| | | (bzr r13909)
* Fix two instances of "Dead Initialization" found via Clang scan-build.Tavmjong Bah2015-02-031-2/+0
| | | (bzr r13897)
* Experimental mesh smoothing code.Tavmjong Bah2015-02-022-19/+207
| | | (bzr r13890)
* Remove sp_style_new().Tavmjong Bah2014-12-252-26/+21
| | | (bzr r13822.1.6)
* Add missing SPStyle::readFromPrefs(), remove sp_style_read_from_prefs().Tavmjong Bah2014-12-242-82/+69
| | | (bzr r13822.1.2)
* Use gray for 'context-fill' and 'context-stroke' in marker selector.Tavmjong Bah2014-12-231-4/+4
| | | | | Fix rendering bug when elements with 'context-fill' and 'context-stroke' are inside groups. (bzr r13822)
* Bug #1380413: make sure that the rect toolbar knows when and when not to updateLiam P. White2014-12-211-3/+11
| | | (bzr r13821)
* Remove sp_desktop_document and finish cleanup of desktop-handles.hLiam P. White2014-12-2121-79/+76
| | | (bzr r13820)
* Purge sp_desktop_canvasLiam P. White2014-12-212-5/+5
| | | (bzr r13811)
* Purge sp_desktop_namedview in favor of SPDesktop::getNamedViewLiam P. White2014-12-216-11/+11
| | | (bzr r13810)
* Deprecate and remove sp_desktop_selection in favor of SPDesktop::getSelectionLiam P. White2014-12-2114-56/+56
| | | (bzr r13809)
* Change getDefaultUnit() to getDisplayUnit() to better reflect value returned ↵Tavmjong Bah2014-11-261-2/+2
| | | | | by function. (bzr r13774)
* Replace INKSCAPE.active_desktop() by SP_ACTIVE_DESKTOP for easier grepabilityLiam P. White2014-11-262-2/+2
| | | (bzr r13768)
* Update to trunk r13766Liam P. White2014-11-266-18/+18
|\ | | | | (bzr r13341.5.24)
| * Fix stroke style unit in F&S dialog (update to display unit on first open).Josh Andler2014-11-251-2/+2
| | | | | | (bzr r13755)
| * Units: make it absolutely clear that Document properties unit dropdown is ↵Johan B. C. Engelen2014-11-246-18/+18
| | | | | | | | | | | | | | for UI Display Units. Upon document load, calculate the units used for SVG values, if a viewbox is available. If not, default to "px" SVG units. Change all code to use either Display units OR svg units. (bzr r13751)
* | Update to trunk r13750Liam P. White2014-11-241-1/+2
|\| | | | | (bzr r13341.5.23)
| * Purged GTKish SP_IS_RECT_CONTEXT/SP_RECT_CONTEXT macros.Jon A. Cruz2014-11-151-1/+2
| | | | | | (bzr r13713)
* | Remove FIXME from refactoringLiam P. White2014-10-311-10/+40
| | | | | | (bzr r13341.5.21)
* | Update to trunk r13648Liam P. White2014-10-312-6/+8
|\| | | | | (bzr r13341.5.19)
| * Update to trunk r13638Liam P. White2014-10-252-6/+8
| |\ | | | | | | (bzr r13341.1.286)
| | * Initial removal of box3d outdated GTKish macros.Jon A. Cruz2014-10-241-2/+2
| | | | | | | | | (bzr r13634)
| | * Don't set linejoin and linecap type if query is "nothing" (query value is ↵Tavmjong Bah2014-10-191-4/+6
| | | | | | | | | | | | | | | invalid). (bzr r13628)
* | | Update to experimental r13619Liam P. White2014-10-182-1/+7
|\| | | | | | | | (bzr r13341.5.18)
| * | Update to trunk r13621Liam P. White2014-10-172-1/+7
| |\| | | | | | | (bzr r13341.1.278)
| | * LiamW's initial font caching work.Tavmjong Bah2014-10-152-5/+9
| | | | | | | | | (bzr r13616.1.1)
| | * Fix multiple: "Called C++ object pointer is null"Tavmjong Bah2014-10-131-0/+6
| | | | | | | | | (bzr r13608)
* | | Update to experimental r13598Liam P. White2014-10-0839-80/+5027
|\| | | | | | | | (bzr r13341.5.17)
| * | Update to trunk r13580Liam P. White2014-10-065-5/+5
| |\| | | | | | | (bzr r13341.1.255)
| | * i18n. Fix for Bug #380522 (strings that need to be fixed for translation).Nicolas Dufour2014-10-023-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | Translations. Inkscape.pot and French translation update. Fixed bugs: - https://launchpad.net/bugs/380522 (bzr r13576)
| | * prevent multiple simultaneous updates during undo (Bug 1348382)Alvin Penner2014-09-072-2/+2
| | | | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1348382 (bzr r13547)