summaryrefslogtreecommitdiffstats
path: root/src/widgets/stroke-style.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
| * 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 trunk r13621Liam P. White2014-10-171-0/+6
|\| | | | | (bzr r13341.1.278)
| * Fix multiple: "Called C++ object pointer is null"Tavmjong Bah2014-10-131-0/+6
| | | | | | (bzr r13608)
* | Remove misleading dialogs directoryLiam P. White2014-09-021-1/+1
|/ | | (bzr r13341.1.192)
* Clean up of style code: refactor marker properties. Step 3.Tavmjong Bah2014-04-241-3/+4
| | | (bzr r13301)
* Added "Gtk::" scope to "manage" function calls.Markus Engel2014-03-301-6/+6
| | | (bzr r13236)
* Change stroke-dasharray and stroke-dashoffset handling to match other ↵Tavmjong Bah2014-03-111-7/+7
| | | | | | | properties. Split style.h into more manageable size files. (bzr r13135)
* Remove unused includes to tidy up the code.Martin Owens2014-03-091-0/+1
| | | (bzr r13132)
* Units: stop newing Unit objects. pass around pointers to "undeletable" Unit ↵Johan B. C. Engelen2013-10-121-15/+15
| | | | | 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)
* fix obvious leakJohan B. C. Engelen2013-09-301-0/+2
| | | (bzr r12634)
* Merged from trunk (r12488).Markus Engel2013-08-301-89/+34
|\ | | | | (bzr r11608.1.120)
| * Switched to global UnitTable.Matthew Petroff2013-08-041-1/+1
| | | | | | (bzr r12380.1.62)
| * Ported "widgets/stroke-style.*".Matthew Petroff2013-07-201-89/+34
| | | | | | (bzr r12380.1.44)
| * Ported sp-namedview.cpp (todo: fix a bunch of things).Matthew Petroff2013-07-091-3/+3
| | | | | | (bzr r12380.1.8)
* | Cleaned up.Markus Engel2013-08-031-1/+1
|/ | | (bzr r11608.1.117)
* Change marker layout in stroke-widget so they are all on one line.Martin Owens2013-06-111-33/+8
| | | (bzr r12363)
* Use subclass of RadioButton rather than setting gobject data in Stroke Style ↵Alex Valavanis2013-03-231-55/+79
| | | | | dialog: fixes cast-align issue. (bzr r12233)
* minor fix (do not compare to zero)Kris De Gussem2013-01-201-1/+2
| | | (bzr r12048)
* Warning and dead code cleanup.Jon A. Cruz2013-01-111-6/+3
| | | (bzr r12014)
* Migrate remaining stuff from GtkTable to GtkGridAlex Valavanis2012-12-091-1/+44
| | | (bzr r11939)
* Fix for 165865 : Markers - fix Undo historyJohn Smith2012-10-291-3/+2
| | | (bzr r11850)
* Fix for 165865 : Assert when duplicating markersJohn Smith2012-09-231-1/+0
| | | (bzr r11699)
* Fix for 165865 : Fix marker color on duplicateJohn Smith2012-09-171-57/+29
| | | (bzr r11671)
* Fix for 165865 : markers must take object's stroke colorJohn Smith2012-08-201-40/+251
| | | (bzr r11614)
* Fix for 1030239 : Custom markers only added to the list in Stroke Style ↵John Smith2012-08-041-0/+2
| | | | | after reloading the file (bzr r11588)
* Fix for 1032880 : Stroke style panel is mirrored between open windowsJohn Smith2012-08-041-547/+434
| | | (bzr r11587)
* Migrate to new device pointer API for GTK+ 3Alex Valavanis2012-06-231-3/+2
| | | (bzr r11511)
* Fix crash in fill and stroke dialog with GTK+ 3Alex Valavanis2012-06-181-24/+83
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1011331 (bzr r11504)
* gtkmm-3.0 changes for Gtk::AdjustmentAlex Valavanis2012-04-301-3/+14
| | | (bzr r11308)
* gtkmm-3.0 fixes for Gtk::Box and header inclusionsAlex Valavanis2012-04-281-0/+1
| | | (bzr r11304)
* Fix for 959223 : Object selection messes up styles, regression from r11082John Smith2012-03-211-0/+4
| | | (bzr r11107)
* Fix for 943225 : Replace Gtk::OptionMenu with Gtk::ComboBoxJohn Smith2012-03-141-471/+76
| | | (bzr r11083)
* Fix false gtk deprecation warnings from gtkmm headersAlex Valavanis2012-03-121-2/+1
| | | (bzr r11070)
* Header tidying, suppress all gdk deprecation errors in gtkmmAlex Valavanis2012-02-291-0/+2
| | | (bzr r11030)
* Clean up all remaining false warnings from GtkmmAlex Valavanis2012-02-261-2/+1
| | | (bzr r11018)
* Header cleaningAlex Valavanis2012-02-121-0/+1
| | | (bzr r10963)
* Get rid of gtkmm top-level header usage - not required by APIAlex Valavanis2012-02-061-0/+2
| | | (bzr r10940)
* More deprecated GtkTooltipsAlex Valavanis2012-01-031-13/+11
| | | (bzr r10827)
* Switch to top-level glib headers. Thanks to DimStar for patchAlex Valavanis2011-12-081-1/+1
| | | | | | Fixed bugs: - https://launchpad.net/bugs/898538 (bzr r10762)
* Documentation update pass.Jon A. Cruz2011-10-231-4/+0
| | | (bzr r10692)
* Cleaned up display-forward.h, including many redundant usages.Jon A. Cruz2011-10-041-1/+0
| | | (bzr r10666)
* Doxygen cleanup.Jon A. Cruz2011-10-031-17/+11
| | | (bzr r10660)
* Refactor SPItem bounding box methods: remove NRRect usage and make codeKrzysztof Kosi??ski2011-08-271-2/+1
| | | | | using them more obvious. Fix filter region computation. (bzr r10582.1.1)
* Rewrite NRArena -> Inkscape::Drawing. Call render and updateKrzysztof Kosi??ski2011-08-071-8/+6
| | | | | methods on the Drawing rather than on the root DrawingItem. (bzr r10347.1.25)
* Rewrite NRArenaItem hierarchy into C++Krzysztof Kosi??ski2011-08-061-3/+4
| | | (bzr r10347.1.21)
* Cleanup of oudated/redundant SP_ITEM() macro use.Jon A. Cruz2011-07-161-7/+11
| | | (bzr r10461)
* Remove the icon-names.h thing, which was a mistake.Krzysztof Kosi??ski2011-07-151-18/+18
| | | | | | | | The file now contains a no-op macro which is used to mark icon names. This way we can still generate a list of icon names we use using a simple grep, but don't trigger unnecessary rebuilds when a new icon names is added. (bzr r10452)
* Merge from trunkKrzysztof Kosi??ski2011-06-191-6/+7
|\ | | | | (bzr r9508.1.89)
| * Removed outdated/unsafe SP_DOCUMENT_DEFS macro and reduced usage of ↵Jon A. Cruz2011-06-041-1/+1
| | | | | | | | | | SP_ROOT() gtk type function/macro. (bzr r10254)
| * change spinbox to new one in many places.Johan B. C. Engelen2011-04-161-5/+6
| | | | | | (bzr r10176)