summaryrefslogtreecommitdiffstats
path: root/src/ui/dialog/object-properties.cpp (unfollow)
Commit message (Collapse)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
Also prevent crash for unset ids in Object Properties Fix https://gitlab.com/inkscape/inbox/issues/1129
2019-09-22Object properties: fix values of image-rendering enumPatrick Storz1-3/+10
(this is image-rendering, not shape-rendering) Also update tooltip and try to improve descriptions of values.
2019-04-02Tidy UI for Object Properties/AttributesNathan Lee1-10/+11
2019-03-03Object Properties "Preserve Ratio" fixesThomas Holder1-4/+3
- fix crash (strcmp -> g_strcmp0) - fix "true" -> "xMidYMid" - fix locked - fix typo (Pereserve -> Preserve)
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
- add license headers to everything - convert a few files from public domain or LGPL2.1+ to GPL2+ - some archaeology to clarify which files are from which library
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
This reduces the boilerplate required to add a new element to a container.
2018-06-18Run clang-tidy’s modernize-use-bool-literals pass.Emmanuel Gil Peyrot1-9/+9
This makes it clearer whether an integer or a boolean has to be passed in this specific call.
2018-06-18Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot1-9/+9
This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer.
2018-01-30Move classes derived from SPObject to own directory.Tavmjong Bah1-7/+10
A lot of header clean-up.
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
(bzr r15034)
2016-07-28Drop remaining GTKMM 2 fallback supportAlex Valavanis1-91/+3
(bzr r15023.2.7)
2016-07-28Reverted changes to r15024 after many building problemsAdrian Boguszewski1-0/+3
(bzr r15027)
2016-07-28Removed unused includes, decrease compilation timeAdrian Boguszewski1-3/+0
(bzr r15025)
2016-05-08Clarify license.Krzysztof Kosi??ski1-1/+1
Most Inkscape source code does not specify GPL version, so it is essentially GPL v1+ under section 9. Authors of the few GPL v2 only files were contacted and all agreed to relicense under GPL v2 or later. We also have a few files copies from GIMP, which are GPL v3+, so the complete program is available under GPL v3 or later. (bzr r14873)
2015-05-11UI. Fix for Bug #1450875 (A change of the Image quality for an ↵Nicolas Dufour1-2/+4
embedded/linked image can't be saved in some circumstances.). Fixed bugs: - https://launchpad.net/bugs/1450875 (bzr r14144)
2015-05-06UI. Fix for Bug #1450877 (GUI glitch in Object Properties)Nicolas Dufour1-2/+2
Fixed bugs: - https://launchpad.net/bugs/1450877 (bzr r14116)
2014-12-21Remove sp_desktop_document and finish cleanup of desktop-handles.hLiam P. White1-1/+1
(bzr r13820)
2014-12-21Deprecate and remove sp_desktop_selection in favor of SPDesktop::getSelectionLiam P. White1-5/+5
(bzr r13809)
2014-03-15Fix build failure with GTK 3.0Krzysztof Kosi??ski1-5/+2
(bzr r13156)
2014-03-15Make the Object Properties dialog code adhere to the coding style.Krzysztof Kosi??ski1-270/+274
(bzr r13153)
2014-03-12Reverted swatchesLiam P. White1-0/+1
Removed a toy effect (not ready yet) Fixed a bug with Livarot General cleanup (bzr r13090.1.23)
2013-11-19Add GUI for 'image-rendering'. Completes fix for blocker bug #1163449.Tavmjong Bah1-1/+81
Removed two unused preference options for bitmaps. (bzr r12823)
2013-03-19Fixing regressionjtx1-0/+6
(bzr r11950.1.61)
2013-03-17Working with widjetsJabier Arraiza Cenoz1-6/+0
(bzr r11950.1.56)
2013-03-15Fix even more forward declaration tagsAlex Valavanis1-0/+6
(bzr r12206)
2013-03-09Migrate Object Properties dialog to Gtk::GridAlex Valavanis1-38/+119
(bzr r12188)
2013-01-20UI uniformisation: added colons in front of edit box (see bug #1050938 )Kris De Gussem1-10/+20
(bzr r12049)
2012-12-19Fix regression with event attribute names (see bug #1050938)su_v1-9/+9
(bzr r11963)
2012-10-02fixed another UI inconsistency in object properties dialogKris De Gussem1-0/+2
(bzr r11725)
2012-10-02Fix for Bug #1049440 (Crash in Object Properties if label is empty string ↵Kris De Gussem1-1/+0
(regression, trunk)) (bzr r11724)
2012-10-02fix layout of object properties dialog (Bug #1050938 ; input fields in ↵Kris De Gussem1-22/+23
object properties dalog not aligned) (bzr r11722)
2012-08-08copyright message rewritten object properties dialogKris De Gussem1-23/+19
(bzr r11599)
2012-04-17Fix for 169888 : HIG Style frameJohn Smith1-0/+3
(bzr r11260)
2012-02-29cppcheckKris De Gussem1-2/+2
added todo warning for sp-conn-end (after devmail message) (bzr r11033)
2012-02-26Clean up all remaining false warnings from GtkmmAlex Valavanis1-1/+4
(bzr r11018)
2012-02-25Header cleaningAlex Valavanis1-0/+2
(bzr r11015)
2012-02-12Header cleaningAlex Valavanis1-0/+2
(bzr r10963)
2012-01-18documentationKris De Gussem1-3/+0
(bzr r10904)
2012-01-13Fix updating object properties window when its desktop is not the active desktopKris De Gussem1-16/+53
(bzr r10881)
2012-01-08warnings fixKris De Gussem1-2/+2
(bzr r10865)
2012-01-08another fix after moving files (btool did not fail)Kris De Gussem1-2/+2
(bzr r10864)
2012-01-08Object properties dialog now dockable (derived from ↵Kris De Gussem1-162/+46
Inkscape::UI:Widget::Panel as opposed to Gtk::Widget) (bzr r10862)
2012-01-06Some more documentationKris De Gussem1-25/+4
(bzr r10852)