summaryrefslogtreecommitdiffstats
path: root/src/widgets (unfollow)
Commit message (Expand)AuthorFilesLines
2015-05-11fixed color selector not remembering it's last open tabTomasz Boczkowski1-0/+3
2015-05-09fixed crash in paint selector when changing from gradient to solid colorTomasz Boczkowski1-4/+14
2015-05-09Using MODE_SOLID_COLOR in paint selector instead of duplicated MODE_COLOR_RGB...Tomasz Boczkowski3-14/+9
2015-05-08fixes a few of jenkins warningsMarc Jeanmougin3-2/+5
2015-05-04going from swatch to flat color should start with previous swatch colorRaphael Rosch1-2/+16
2015-05-03renamed SPPattern methods to match coding styleTomasz Boczkowski2-4/+4
2015-05-02gtk3 compile fixTomasz Boczkowski1-4/+0
2015-04-29Fix regression: Update default font-family if nothing is selected on canvas.Tavmjong Bah1-4/+10
2015-04-27Fix unnecessary inclusion of glibmm/threads.h. This can be resolved by ensur...Alex Valavanis11-56/+0
2015-04-27removed a few useless SP_OBJECT() castsMarc Jeanmougin1-2/+2
2015-04-26fixMarc Jeanmougin1-1/+1
2015-04-14Replace GList by std::vectorTavmjong Bah1-12/+9
2015-03-12Fix for potential null pointer call in the 3D box toolbar widget.Nicolas Dufour1-7/+7
2015-03-04scale spinboxes for rectangle toolbar. (Bug 307656)Alvin Penner1-6/+5
2015-03-01Rename <meshGradient> to <mesh>, <meshRow> to <meshrow>, <meshPatch> to <mesh...Tavmjong Bah2-76/+55
2015-02-27more cast cleanupMarc Jeanmougin4-8/+8
2015-02-27corrected the casts (hopefully)Marc Jeanmougin10-31/+32
2015-02-25load rectangle parameters as px. (Bug 1424798)Alvin Penner1-1/+1
2015-02-25Backport commit 2086344 from GIMP master: try to fix rulers (bug #1351597)Liam P. White1-17/+25
2015-02-22Make icon creation more consistent - use sp_icon_new where possibleLiam P. White1-22/+15
2015-02-19Put a few std::vector<SPitem*>Marc Jeanmougin11-65/+65
2015-02-17At first, I was thinking "I just have to go to the selection file, and change...Marc Jeanmougin11-129/+114
2015-02-08Commenting dead assignments.Nicolas Dufour1-3/+6
2015-02-03Fix two instances of "Dead Initialization" found via Clang scan-build.Tavmjong Bah1-2/+0
2015-02-02Experimental mesh smoothing code.Tavmjong Bah2-19/+207
2014-12-25Remove sp_style_new().Tavmjong Bah2-26/+21
2014-12-24Add missing SPStyle::readFromPrefs(), remove sp_style_read_from_prefs().Tavmjong Bah2-82/+69
2014-12-23Use gray for 'context-fill' and 'context-stroke' in marker selector.Tavmjong Bah1-4/+4
2014-12-21Bug #1380413: make sure that the rect toolbar knows when and when not to updateLiam P. White1-3/+11
2014-12-21Remove sp_desktop_document and finish cleanup of desktop-handles.hLiam P. White21-79/+76
2014-12-21Purge sp_desktop_canvasLiam P. White2-5/+5
2014-12-21Purge sp_desktop_namedview in favor of SPDesktop::getNamedViewLiam P. White6-11/+11
2014-12-21Deprecate and remove sp_desktop_selection in favor of SPDesktop::getSelectionLiam P. White14-56/+56
2014-11-26Change getDefaultUnit() to getDisplayUnit() to better reflect value returned ...Tavmjong Bah1-2/+2
2014-11-26Replace INKSCAPE.active_desktop() by SP_ACTIVE_DESKTOP for easier grepabilityLiam P. White2-2/+2
2014-11-25Fix stroke style unit in F&S dialog (update to display unit on first open).Josh Andler1-2/+2
2014-11-24Units: make it absolutely clear that Document properties unit dropdown is for...Johan B. C. Engelen6-18/+18
2014-11-15Purged GTKish SP_IS_RECT_CONTEXT/SP_RECT_CONTEXT macros.Jon A. Cruz1-1/+2
2014-10-31Remove FIXME from refactoringLiam P. White1-10/+40
2014-10-24Initial removal of box3d outdated GTKish macros.Jon A. Cruz1-2/+2
2014-10-19Don't set linejoin and linecap type if query is "nothing" (query value is inv...Tavmjong Bah1-4/+6
2014-10-15LiamW's initial font caching work.Tavmjong Bah2-5/+9
2014-10-13Fix multiple: "Called C++ object pointer is null"Tavmjong Bah1-0/+6
2014-10-05Move more UI code into ui/Liam P. White4-4/+4
2014-10-05Fix CMakeListsLiam P. White1-0/+10
2014-10-05Move GtkAction subclasses to widgets/Liam P. White33-64/+5003
2014-10-05Rename marker.cpp -> sp-marker.cpp to reflect inclusion in SP-treeLiam P. White2-2/+2
2014-10-05Move obvious ui component to ui/Liam P. White3-3/+3
2014-10-02i18n. Fix for Bug #380522 (strings that need to be fixed for translation).Nicolas Dufour3-3/+3
2014-09-27Update to experimental r13565Liam P. White11-94/+106