summaryrefslogtreecommitdiffstats
path: root/src/ui/dialog/object-properties.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2019-11-10Crashfix: set an unset id in Object PropertiesThomas Holder1-1/+1
2019-11-10Use same label for Layers and Objects dialogsNathan Lee1-1/+1
2019-09-22Object properties: fix values of image-rendering enumPatrick Storz1-3/+10
2019-04-02Tidy UI for Object Properties/AttributesNathan Lee1-10/+11
2019-03-03Object Properties "Preserve Ratio" fixesThomas Holder1-4/+3
2019-02-19Fix incorrect string literal comparisonsKarl Cheng1-1/+1
2019-02-02object properties dialog: label placeholderThomas Holder1-2/+10
2018-11-08Clarify licensesMax Gaukler1-4/+5
2018-10-03Use SPStyle and SPStyleEnum instead of getStyleProperty.Martin Owens1-11/+6
2018-09-13Add per embed/linked SVG a DPI valueJabiertxof1-5/+68
2018-06-18Run clang-tidy’s modernize-use-emplace pass.Emmanuel Gil Peyrot1-19/+19
2018-06-18Run clang-tidy’s modernize-use-bool-literals pass.Emmanuel Gil Peyrot1-9/+9
2018-06-18Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot1-9/+9
2018-01-30Move classes derived from SPObject to own directory.Tavmjong Bah1-7/+10
2018-01-16panel: Remove the unused "title" labelStefano Facchini1-1/+1
2017-07-08Fix Gtk alignment APIAlexander Valavanis1-7/+4
2016-08-03Removed unused includes, decreased compilation time. Once againAdrian Boguszewski1-3/+0
2016-07-28Drop remaining GTKMM 2 fallback supportAlex Valavanis1-91/+3
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-05-08Clarify license.Krzysztof Kosi??ski1-1/+1
2015-05-11UI. Fix for Bug #1450875 (A change of the Image quality for an embedded/linke...Nicolas Dufour1-2/+4
2015-05-06UI. Fix for Bug #1450877 (GUI glitch in Object Properties)Nicolas Dufour1-2/+2
2014-12-21Remove sp_desktop_document and finish cleanup of desktop-handles.hLiam P. White1-1/+1
2014-12-21Deprecate and remove sp_desktop_selection in favor of SPDesktop::getSelectionLiam P. White1-5/+5
2014-03-15Fix build failure with GTK 3.0Krzysztof Kosi??ski1-5/+2
2014-03-15Make the Object Properties dialog code adhere to the coding style.Krzysztof Kosi??ski1-270/+274
2014-03-12Reverted swatchesLiam P. White1-0/+1
2013-11-19Add GUI for 'image-rendering'. Completes fix for blocker bug #1163449.Tavmjong Bah1-1/+81
2013-03-19Fixing regressionjtx1-0/+6
2013-03-17Working with widjetsJabier Arraiza Cenoz1-6/+0
2013-03-15Fix even more forward declaration tagsAlex Valavanis1-0/+6
2013-03-09Migrate Object Properties dialog to Gtk::GridAlex Valavanis1-38/+119
2013-01-20UI uniformisation: added colons in front of edit box (see bug #1050938 )Kris De Gussem1-10/+20
2012-12-19Fix regression with event attribute names (see bug #1050938)su_v1-9/+9
2012-10-02fixed another UI inconsistency in object properties dialogKris De Gussem1-0/+2
2012-10-02Fix for Bug #1049440 (Crash in Object Properties if label is empty string (re...Kris De Gussem1-1/+0
2012-10-02fix layout of object properties dialog (Bug #1050938 ; input fields in object...Kris De Gussem1-22/+23
2012-08-08copyright message rewritten object properties dialogKris De Gussem1-23/+19
2012-04-17Fix for 169888 : HIG Style frameJohn Smith1-0/+3
2012-02-29cppcheckKris De Gussem1-2/+2
2012-02-26Clean up all remaining false warnings from GtkmmAlex Valavanis1-1/+4
2012-02-25Header cleaningAlex Valavanis1-0/+2
2012-02-12Header cleaningAlex Valavanis1-0/+2
2012-01-18documentationKris De Gussem1-3/+0
2012-01-13Fix updating object properties window when its desktop is not the active desktopKris De Gussem1-16/+53
2012-01-08warnings fixKris De Gussem1-2/+2
2012-01-08another fix after moving files (btool did not fail)Kris De Gussem1-2/+2
2012-01-08Object properties dialog now dockable (derived from Inkscape::UI:Widget::Pane...Kris De Gussem1-162/+46
2012-01-06Some more documentationKris De Gussem1-25/+4