summaryrefslogtreecommitdiffstats
path: root/src/widgets/sp-attribute-widget.h (unfollow)
Commit message (Collapse)AuthorFilesLines
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-09-24Remove #include "config.h" from header files where possibleEduard Braun1-4/+0
2018-06-19Run clang-tidy’s modernize-redundant-void-arg pass.Emmanuel Gil Peyrot1-4/+4
2018-06-18Run clang-tidy’s modernize-deprecated-headers pass.Emmanuel Gil Peyrot1-1/+1
This renames most C <*.h> includes into C++ <c*> includes.
2018-06-18Run clang-tidy’s modernize-use-override pass.Emmanuel Gil Peyrot1-1/+1
This adds the override specifier on all methods which override a virtual method, whether they were already virtual or missing this specifier.
2016-07-28Drop remaining GTKMM 2 fallback supportAlex Valavanis1-9/+0
(bzr r15023.2.7)
2015-04-27Fix unnecessary inclusion of glibmm/threads.h. This can be resolved by ↵Alex Valavanis1-4/+0
ensuring that glibmm headers always preceed glib.h headers. Same applies with gtkmm/gtk+ etc (bzr r14064)
2013-06-06Added configure/ifdef guards to only bring in the needed #include if glibmm ↵Jon A. Cruz1-0/+2
has it. (bzr r12353)
2013-06-04Correct to compile against recent gtkmm, including updated macports ↵Jon A. Cruz1-0/+2
versions. Fixes bug #1179338. Fixed bugs: - https://launchpad.net/bugs/1179338 (bzr r12346.1.1)
2013-03-12Further migration to Gtk::GridAlex Valavanis1-3/+16
(bzr r12196)
2012-02-29Header tidying, suppress all gdk deprecation errors in gtkmmAlex Valavanis1-3/+3
(bzr r11030)
2012-02-06Get rid of gtkmm top-level header usage - not required by APIAlex Valavanis1-1/+3
(bzr r10940)
2012-01-19Update and documentation of sp-attribute-widgetKris De Gussem1-15/+89
(bzr r10909)
2012-01-03documentation of item properties dialog and SPAttributeTableKris De Gussem1-3/+25
header stuff (bzr r10831)
2012-01-01Item and image properties dialog update: restoring correct behaviour in case ↵Kris De Gussem1-5/+7
of deleting an object (bzr r10815)
2011-12-31Item properties dialog:Kris De Gussem1-3/+4
- commenting out function that is (currently?) not used - some more resource saving (bzr r10810)
2011-12-30C++ification of item properties dialogKris De Gussem1-3/+3
(bzr r10805)
2011-12-17Dropped unused SPAttributeWidgetKris De Gussem1-29/+0
(bzr r10778)
2011-12-17fix compiler warningKris De Gussem1-1/+1
(bzr r10776)
2011-12-15- Dropped deprecated sp_window_newKris De Gussem1-8/+3
- quick and dirty memory leak fix for item properties window (bzr r10766.1.5)
2011-12-11SPAttributeTable C++ifiedKris De Gussem1-42/+28
(bzr r10766.1.3)
2011-12-11SPAttributeWidget C++ifiedKris De Gussem1-30/+18
(bzr r10766.1.2)
2011-10-23Documentation update pass.Jon A. Cruz1-2/+3
(bzr r10692)
2011-10-05Cleanup for src/forward.h. (About 19 of the affected files did not require ↵Jon A. Cruz1-2/+2
the contents forward.h at all). (bzr r10667)
2011-06-24Switch to GObjectAlex Valavanis1-2/+2
(bzr r10350.1.3)
2011-06-14Remove deprecated glib macro wrappersAlex Valavanis1-8/+8
(bzr r10302.1.1)
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-27compatibility patch to compile using gcc 4.6Adib Taraben1-0/+1
Fixed bugs: - https://launchpad.net/bugs/707205 (bzr r10070.1.1)
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)
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-11/+7
(bzr r6891)
2006-07-28switch to sigc++ SPObject signals for SPAttributeWidget and SPAttributeTableMenTaLguY1-1/+7
(bzr r1497)