summaryrefslogtreecommitdiffstats
path: root/src/ui/dialog/object-properties.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Clarify licensesMax Gaukler2018-11-081-5/+6
| | | | | | - 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
* Remove #include "config.h" from header files where possibleEduard Braun2018-09-241-4/+0
|
* Add per embed/linked SVG a DPI valueJabiertxof2018-09-131-0/+8
|
* Run clang-tidy’s modernize-use-override pass.Emmanuel Gil Peyrot2018-06-181-1/+1
| | | | | This adds the override specifier on all methods which override a virtual method, whether they were already virtual or missing this specifier.
* Drop remaining GTKMM 2 fallback supportAlex Valavanis2016-07-281-4/+0
| | | (bzr r15023.2.7)
* 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)
* Make the Object Properties dialog code adhere to the coding style.Krzysztof Kosi??ski2014-03-151-80/+46
| | | (bzr r13153)
* Add GUI for 'image-rendering'. Completes fix for blocker bug #1163449.Tavmjong Bah2013-11-191-0/+8
| | | | | Removed two unused preference options for bitmaps. (bzr r12823)
* Fix missing Gtkmm/Glib headers for Gtk+ 3 buildAlex Valavanis2013-03-151-0/+2
| | | (bzr r12209)
* Fix even more forward declaration tagsAlex Valavanis2013-03-151-0/+8
| | | (bzr r12206)
* Migrate Object Properties dialog to Gtk::GridAlex Valavanis2013-03-091-4/+19
| | | (bzr r12188)
* UI uniformisation: added colons in front of edit box (see bug #1050938 )Kris De Gussem2013-01-201-0/+1
| | | (bzr r12049)
* copyright message rewritten object properties dialogKris De Gussem2012-08-081-12/+22
| | | (bzr r11599)
* Fix for 169888 : HIG Style frameJohn Smith2012-04-171-2/+3
| | | (bzr r11260)
* Fix false gtk deprecation warnings from gtkmm headersAlex Valavanis2012-03-121-1/+1
| | | (bzr r11070)
* Header tidying, suppress all gdk deprecation errors in gtkmmAlex Valavanis2012-02-291-4/+5
| | | (bzr r11030)
* Clean up all remaining false warnings from GtkmmAlex Valavanis2012-02-261-6/+6
| | | (bzr r11018)
* Get rid of gtkmm top-level header usage - not required by APIAlex Valavanis2012-02-061-1/+3
| | | (bzr r10940)
* Fix updating object properties window when its desktop is not the active desktopKris De Gussem2012-01-131-3/+26
| | | (bzr r10881)
* fix paths after moving filesKris De Gussem2012-01-081-1/+1
| | | (bzr r10863)
* Object properties dialog now dockable (derived from ↵Kris De Gussem2012-01-081-0/+110
Inkscape::UI:Widget::Panel as opposed to Gtk::Widget) (bzr r10862)