summaryrefslogtreecommitdiffstats
path: root/src/widgets/sp-attribute-widget.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-07-01Fix various minor typosYuri Chornoivan1-1/+1
2019-05-26Rm unused code now Gtk+ >= 3.22 dependency is setAlexander Valavanis1-10/+0
2019-04-02Tidy UI for Object Properties/AttributesNathan Lee1-1/+1
2018-11-08Clarify licensesMax Gaukler1-1/+2
- 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-01Move macros.h and remove unneeded macrosEduard Braun1-1/+1
2018-10-01Remove #include "config.h" wherever possibleEduard Braun1-4/+0
2018-10-01Move GTKMM_CHECK_VERSION from config.h to it's own headerEduard Braun1-0/+2
Avoids having to recompile most of the Inkscape codebase whenever gtkmm is updated.
2018-09-24Remove #include "config.h" from header files where possibleEduard Braun1-0/+4
2018-06-19Run clang-tidy’s modernize-redundant-void-arg pass.Emmanuel Gil Peyrot1-2/+2
2018-06-18Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot1-10/+10
This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer.
2018-05-04Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin1-2/+2
This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60.
2018-04-29Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin1-2/+2
2018-01-30Move classes derived from SPObject to own directory.Tavmjong Bah1-4/+6
A lot of header clean-up.
2017-12-25Use a macro for GtkMM version checksAlexander Valavanis1-2/+2
2017-07-08Fix Gtk alignment APIAlexander Valavanis1-1/+2
2017-07-06Fix gtk margin APIAlexander Valavanis1-0/+10
2016-08-03Removed unused includes, decreased compilation time. Once againAdrian Boguszewski1-4/+0
(bzr r15034)
2016-07-28Drop remaining GTKMM 2 fallback supportAlex Valavanis1-26/+1
(bzr r15023.2.7)
2016-07-28Reverted changes to r15024 after many building problemsAdrian Boguszewski1-0/+4
(bzr r15027)
2016-07-28Removed unused includes, decrease compilation timeAdrian Boguszewski1-4/+0
(bzr r15025)
2013-04-29Fixed logic error confusing bitwise and with logical and.Jon A. Cruz1-2/+2
Whitespace cleanup to make the issue easier to spot. (bzr r12311)
2013-04-28minor cppcheck stuffKris De Gussem1-3/+1
(bzr r12307)
2013-03-12Further migration to Gtk::GridAlex Valavanis1-5/+39
(bzr r12196)
2012-02-29Header tidying, suppress all gdk deprecation errors in gtkmmAlex Valavanis1-0/+2
(bzr r11030)
2012-02-21cppcheck: null pointer dereference fixKris De Gussem1-1/+1
(bzr r11007)
2012-02-12Header cleaningAlex Valavanis1-0/+2
(bzr r10963)
2012-01-19Update and documentation of sp-attribute-widgetKris De Gussem1-204/+77
(bzr r10909)
2012-01-08Warning and uninitialized variable cleanup.Jon A. Cruz1-7/+2
(bzr r10860)
2012-01-03documentation of item properties dialog and SPAttributeTableKris De Gussem1-7/+83
header stuff (bzr r10831)
2012-01-01Item and image properties dialog update: restoring correct behaviour in case ↵Kris De Gussem1-13/+27
of deleting an object (bzr r10815)
2011-12-31Item properties dialog:Kris De Gussem1-10/+46
- commenting out function that is (currently?) not used - some more resource saving (bzr r10810)
2011-12-30C++ification of item properties dialogKris De Gussem1-38/+41
(bzr r10805)
2011-12-17Dropped unused SPAttributeWidgetKris De Gussem1-152/+0
(bzr r10778)
2011-12-17fix compiler warningsKris De Gussem1-4/+4
(bzr r10777)
2011-12-15- Dropped deprecated sp_window_newKris De Gussem1-29/+20
- quick and dirty memory leak fix for item properties window (bzr r10766.1.5)
2011-12-11SPAttributeTable C++ifiedKris De Gussem1-333/+218
(bzr r10766.1.3)
2011-12-11SPAttributeWidget C++ifiedKris De Gussem1-232/+85
(bzr r10766.1.2)
2011-12-04cppcheckKris De Gussem1-38/+19
- dropped unused variable - changed use of obsolute function 'alloca' (see http://stackoverflow.com/questions/1018853/why-is-alloca-not-considered-good-practice and http://linux.die.net/man/3/alloca). (bzr r10760)
2011-10-23Documentation update pass.Jon A. Cruz1-4/+0
(bzr r10692)
2011-10-03Doxygen cleanup.Jon A. Cruz1-2/+3
(bzr r10660)
2011-07-03GTK+ cleanup: gtk_type_classAlex Valavanis1-2/+2
(bzr r10407)
2011-07-02GTK+ cleaning: gtk_type_newAlex Valavanis1-11/+5
(bzr r10390.1.3)
2011-06-24Switch to GObjectAlex Valavanis1-2/+2
(bzr r10350.1.3)
2011-06-03Use generic headers in preparation for GTK+ 3 transitionAlex Valavanis1-2/+1
Fixed bugs: - https://launchpad.net/bugs/792263 (bzr r10252.1.1)
2011-02-21Finished cleanup of outated SP_OBJECT_DOCUMENT C macro.Jon A. Cruz1-11/+9
(bzr r10060)
2010-11-17Super duper mega (fun!) commit: replaced encoding=utf-8 with ↵Chris Morgan1-1/+1
fileencoding=utf-8 in all 1074 Vim modelines. The reason for this is that (a) setting the encoding isn't nice, and (b) Vim 7.3 (with modeline enabled) disallows it and pops up an error whenever you open any file with it ("invalid modeline"). Also corrected five deviant modestrings: * src/ui/widget/dock.cpp and src/ui/widget/dock.h: missing colon at the end * src/ui/dialog/tile.cpp: removed gratuitous second colon at the end * src/helper/units-test.h: removed gratuitous space before a colon * share/extensions/export_gimp_palette.py: missing textwidth=99 That's my geekiest commit yet. (bzr r9900)
2010-07-02New Class SPDocumentUndo created which takes care of c++fying some non ↵Abhishek Sharma Public1-2/+2
SPDocument based methods (bzr r9546.1.3)
2009-02-21Move files from the src/dialogs/ directory to the places where they Krzysztof Kosi??ski1-0/+0
should be. Build libinkscape.a - should reduce link time. (bzr r7337)
2008-11-21Merge from fe-movedTed Gould1-13/+5
(bzr r6891)
2008-05-10More type registration cleanupJon A. Cruz1-22/+26
(bzr r5646)