summaryrefslogtreecommitdiffstats
path: root/src/ui/dialog/object-properties.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Crashfix: set an unset id in Object PropertiesThomas Holder2019-11-101-1/+1
|
* Use same label for Layers and Objects dialogsNathan Lee2019-11-101-1/+1
| | | | | Also prevent crash for unset ids in Object Properties Fix https://gitlab.com/inkscape/inbox/issues/1129
* Object properties: fix values of image-rendering enumPatrick Storz2019-09-221-3/+10
| | | | | | (this is image-rendering, not shape-rendering) Also update tooltip and try to improve descriptions of values.
* Tidy UI for Object Properties/AttributesNathan Lee2019-04-021-10/+11
|
* Object Properties "Preserve Ratio" fixesThomas Holder2019-03-031-4/+3
| | | | | | | - fix crash (strcmp -> g_strcmp0) - fix "true" -> "xMidYMid" - fix locked - fix typo (Pereserve -> Preserve)
* Fix incorrect string literal comparisonsKarl Cheng2019-02-191-1/+1
|
* object properties dialog: label placeholderThomas Holder2019-02-021-2/+10
|
* Clarify licensesMax Gaukler2018-11-081-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
* Use SPStyle and SPStyleEnum instead of getStyleProperty.Martin Owens2018-10-031-11/+6
|
* Add per embed/linked SVG a DPI valueJabiertxof2018-09-131-5/+68
|
* Run clang-tidy’s modernize-use-emplace pass.Emmanuel Gil Peyrot2018-06-181-19/+19
| | | | | This reduces the boilerplate required to add a new element to a container.
* Run clang-tidy’s modernize-use-bool-literals pass.Emmanuel Gil Peyrot2018-06-181-9/+9
| | | | | This makes it clearer whether an integer or a boolean has to be passed in this specific call.
* Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot2018-06-181-9/+9
| | | | | This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer.
* Move classes derived from SPObject to own directory.Tavmjong Bah2018-01-301-7/+10
| | | | A lot of header clean-up.
* panel: Remove the unused "title" labelStefano Facchini2018-01-161-1/+1
|
* Fix Gtk alignment APIAlexander Valavanis2017-07-081-7/+4
|
* End GTK+ 2 support and remove GDL forkAlex Valavanis2016-08-041-91/+3
|\ | | | | (bzr r15038)
| * Drop remaining GTKMM 2 fallback supportAlex Valavanis2016-07-281-91/+3
| | | | | | (bzr r15023.2.7)
* | Removed unused includes, decreased compilation time. Once againAdrian Boguszewski2016-08-031-3/+0
| | | | | | (bzr r15034)
* | Reverted changes to r15024 after many building problemsAdrian Boguszewski2016-07-281-0/+3
| | | | | | (bzr r15027)
* | Removed unused includes, decrease compilation timeAdrian Boguszewski2016-07-281-3/+0
|/ | | (bzr r15025)
* Clarify license.Krzysztof Kosi??ski2016-05-081-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)
* UI. Fix for Bug #1450875 (A change of the Image quality for an ↵Nicolas Dufour2015-05-111-2/+4
| | | | | | | | embedded/linked image can't be saved in some circumstances.). Fixed bugs: - https://launchpad.net/bugs/1450875 (bzr r14144)
* UI. Fix for Bug #1450877 (GUI glitch in Object Properties)Nicolas Dufour2015-05-061-2/+2
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1450877 (bzr r14116)
* Remove sp_desktop_document and finish cleanup of desktop-handles.hLiam P. White2014-12-211-1/+1
| | | (bzr r13820)
* Deprecate and remove sp_desktop_selection in favor of SPDesktop::getSelectionLiam P. White2014-12-211-5/+5
| | | (bzr r13809)
* Fix build failure with GTK 3.0Krzysztof Kosi??ski2014-03-151-5/+2
| | | (bzr r13156)
* Make the Object Properties dialog code adhere to the coding style.Krzysztof Kosi??ski2014-03-151-270/+274
| | | (bzr r13153)
* Add GUI for 'image-rendering'. Completes fix for blocker bug #1163449.Tavmjong Bah2013-11-191-1/+81
| | | | | Removed two unused preference options for bitmaps. (bzr r12823)
* Fix even more forward declaration tagsAlex Valavanis2013-03-151-0/+6
| | | (bzr r12206)
* Migrate Object Properties dialog to Gtk::GridAlex Valavanis2013-03-091-38/+119
| | | (bzr r12188)
* UI uniformisation: added colons in front of edit box (see bug #1050938 )Kris De Gussem2013-01-201-10/+20
| | | (bzr r12049)
* Fix regression with event attribute names (see bug #1050938)su_v2012-12-191-9/+9
| | | (bzr r11963)
* fixed another UI inconsistency in object properties dialogKris De Gussem2012-10-021-0/+2
| | | (bzr r11725)
* Fix for Bug #1049440 (Crash in Object Properties if label is empty string ↵Kris De Gussem2012-10-021-1/+0
| | | | | (regression, trunk)) (bzr r11724)
* fix layout of object properties dialog (Bug #1050938 ; input fields in ↵Kris De Gussem2012-10-021-22/+23
| | | | | object properties dalog not aligned) (bzr r11722)
* copyright message rewritten object properties dialogKris De Gussem2012-08-081-23/+19
| | | (bzr r11599)
* Fix for 169888 : HIG Style frameJohn Smith2012-04-171-0/+3
| | | (bzr r11260)
* cppcheckKris De Gussem2012-02-291-2/+2
| | | | | added todo warning for sp-conn-end (after devmail message) (bzr r11033)
* Clean up all remaining false warnings from GtkmmAlex Valavanis2012-02-261-1/+4
| | | (bzr r11018)
* Header cleaningAlex Valavanis2012-02-251-0/+2
| | | (bzr r11015)
* Header cleaningAlex Valavanis2012-02-121-0/+2
| | | (bzr r10963)
* documentationKris De Gussem2012-01-181-3/+0
| | | (bzr r10904)
* Fix updating object properties window when its desktop is not the active desktopKris De Gussem2012-01-131-16/+53
| | | (bzr r10881)
* warnings fixKris De Gussem2012-01-081-2/+2
| | | (bzr r10865)
* another fix after moving files (btool did not fail)Kris De Gussem2012-01-081-2/+2
| | | (bzr r10864)
* Object properties dialog now dockable (derived from ↵Kris De Gussem2012-01-081-0/+391
Inkscape::UI:Widget::Panel as opposed to Gtk::Widget) (bzr r10862)