summaryrefslogtreecommitdiffstats
path: root/src/dialogs/object-attributes.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2012-01-19Gtkmmification of object attributes dialog: image and link attributes now ↵Kris De Gussem1-153/+0
editable in dockable dialog (Bug #592323) (bzr r10910)
2012-01-01Item and image properties dialog update: restoring correct behaviour in case ↵Kris De Gussem1-2/+24
of deleting an object (bzr r10815)
2011-12-30C++ification of item properties dialogKris De Gussem1-3/+2
(bzr r10805)
2011-12-11SPAttributeTable C++ifiedKris De Gussem1-24/+16
(bzr r10766.1.3)
2011-12-04cppcheckKris De Gussem1-17/+13
- 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-03Doxygen cleanup.Jon A. Cruz1-2/+3
(bzr r10660)
2011-02-27compatibility patch to compile using gcc 4.6Adib Taraben1-0/+1
Fixed bugs: - https://launchpad.net/bugs/707205 (bzr r10070.1.1)
2011-02-22Finished cleanup of outdated SP_OBJECT_REPR C macro.Jon A. Cruz1-1/+1
(bzr r10067)
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-10-20i18n. Link/image properties dialog title is now fully translatable.Nicolas Dufour1-1/+8
(bzr r9838)
2009-02-21Move files from the src/dialogs/ directory to the places where they Krzysztof Kosi??ski1-5/+4
should be. Build libinkscape.a - should reduce link time. (bzr r7337)
2008-11-21Merge from fe-movedTed Gould1-13/+4
(bzr r6891)
2008-05-10Do not show/edit image URL for data URIs.Jon A. Cruz1-1/+16
Fixes Bug #227253. (bzr r5648)
2008-01-31Applying fixes for gcc 4.3 build issues (closes LP: #169115)Bryce Harrington1-1/+2
(bzr r4629)
2008-01-25first set of updates to headers for clean gcc 4.3 buildsKees Cook1-0/+3
(bzr r4588)
2007-11-10Warning cleanupJon A. Cruz1-2/+2
(bzr r4052)
2007-04-01fix 1516323bulia byak1-1/+1
(bzr r2808)
2006-07-27switch to sigc++ "release"MenTaLguY1-4/+11
(bzr r1489)
2006-02-13bulk whitespace removal patch #1198588 by gigaclonRalf Stephan1-5/+5
(bzr r134)