summaryrefslogtreecommitdiffstats
path: root/src/widgets/stroke-style.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2017-06-29Remove old icon handling codeAlexander Valavanis1-2/+3
2016-11-12Fix rare crash on undo break apartMarc Jeanmougin1-4/+6
2016-10-02Extract a function - is_query_style_updateable.Shlomi Fish1-6/+5
2016-10-01Extract a method instead of assigning a temp bool var.Shlomi Fish1-5/+7
2016-09-30Extract a function to prevent assignment + const-ing.Shlomi Fish1-7/+11
2016-08-03Removed unused includes, decreased compilation time. Once againAdrian Boguszewski1-3/+0
2016-07-28Drop remaining GTKMM 2 fallback supportAlex Valavanis1-60/+0
2016-07-28Reverted changes to r15024 after many building problemsAdrian Boguszewski1-0/+3
2016-07-28Removed unused includes, decrease compilation timeAdrian Boguszewski1-3/+0
2016-06-25Moved next functions, added namespace, renamed range functionsAdrian Boguszewski1-3/+3
2016-03-08Re-order the stroke dialog so buttons are collected and miter is inline.Martin Owens1-73/+69
2016-03-07Add GUI for 'paint-order' property.Tavmjong Bah1-0/+107
2015-11-05static code analysisKris De Gussem1-3/+3
2015-06-101357805+1227193 revisitedLiam P. White1-1/+5
2015-04-27removed a few useless SP_OBJECT() castsMarc Jeanmougin1-2/+2
2015-02-27more cast cleanupMarc Jeanmougin1-2/+2
2015-02-27corrected the casts (hopefully)Marc Jeanmougin1-3/+4
2015-02-19Put a few std::vector<SPitem*>Marc Jeanmougin1-7/+7
2015-02-17At first, I was thinking "I just have to go to the selection file, and change...Marc Jeanmougin1-15/+14
2014-12-25Remove sp_style_new().Tavmjong Bah1-13/+11
2014-12-21Remove sp_desktop_document and finish cleanup of desktop-handles.hLiam P. White1-5/+4
2014-12-21Purge sp_desktop_namedview in favor of SPDesktop::getNamedViewLiam P. White1-3/+3
2014-12-21Deprecate and remove sp_desktop_selection in favor of SPDesktop::getSelectionLiam P. White1-4/+4
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. Engelen1-3/+3
2014-10-19Don't set linejoin and linecap type if query is "nothing" (query value is inv...Tavmjong Bah1-4/+6
2014-10-13Fix multiple: "Called C++ object pointer is null"Tavmjong Bah1-0/+6
2014-09-27Update to experimental r13565Liam P. White1-1/+1
2014-09-07Update to experimental r13543Liam P. White1-1/+1
2014-09-02Remove misleading dialogs directoryLiam P. White1-1/+1
2014-04-24Clean up of style code: refactor marker properties. Step 3.Tavmjong Bah1-3/+4
2014-03-30Added "Gtk::" scope to "manage" function calls.Markus Engel1-6/+6
2014-03-11Change stroke-dasharray and stroke-dashoffset handling to match other propert...Tavmjong Bah1-7/+7
2014-03-09Remove unused includes to tidy up the code.Martin Owens1-0/+1
2013-10-12Units: stop newing Unit objects. pass around pointers to "undeletable" Unit o...Johan B. C. Engelen1-15/+15
2013-09-30fix obvious leakJohan B. C. Engelen1-0/+2
2013-08-04Switched to global UnitTable.Matthew Petroff1-1/+1
2013-08-03Cleaned up.Markus Engel1-1/+1
2013-07-20Ported "widgets/stroke-style.*".Matthew Petroff1-89/+34
2013-07-09Ported sp-namedview.cpp (todo: fix a bunch of things).Matthew Petroff1-3/+3
2013-06-11Change marker layout in stroke-widget so they are all on one line.Martin Owens1-33/+8
2013-03-23Use subclass of RadioButton rather than setting gobject data in Stroke Style ...Alex Valavanis1-55/+79
2013-01-20minor fix (do not compare to zero)Kris De Gussem1-1/+2
2013-01-11Warning and dead code cleanup.Jon A. Cruz1-6/+3
2012-12-09Migrate remaining stuff from GtkTable to GtkGridAlex Valavanis1-1/+44
2012-10-29Fix for 165865 : Markers - fix Undo historyJohn Smith1-3/+2
2012-09-23Fix for 165865 : Assert when duplicating markersJohn Smith1-1/+0
2012-09-17Fix for 165865 : Fix marker color on duplicateJohn Smith1-57/+29
2012-08-20Fix for 165865 : markers must take object's stroke colorJohn Smith1-40/+251
2012-08-04Fix for 1030239 : Custom markers only added to the list in Stroke Style after...John Smith1-0/+2