summaryrefslogtreecommitdiffstats
path: root/src/dialogs/item-properties.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2012-01-08Object properties dialog now dockable (derived from ↵Kris De Gussem1-507/+0
Inkscape::UI:Widget::Panel as opposed to Gtk::Widget) (bzr r10862)
2012-01-06Some more documentationKris De Gussem1-25/+4
(bzr r10852)
2012-01-03documentation of item properties dialog and SPAttributeTableKris De Gussem1-5/+29
header stuff (bzr r10831)
2012-01-01Item and image properties dialog update: restoring correct behaviour in case ↵Kris De Gussem1-3/+8
of deleting an object (bzr r10815)
2011-12-31Item properties dialog: fix multi-document issue (propably introduced in ↵Kris De Gussem1-1/+1
revision 10805) (bzr r10811)
2011-12-31Item properties dialog:Kris De Gussem1-5/+12
- commenting out function that is (currently?) not used - some more resource saving (bzr r10810)
2011-12-30Item properties dialog: another minor resource fixKris De Gussem1-16/+17
(bzr r10808)
2011-12-30Item properties dialog: fix signal connectionKris De Gussem1-5/+3
(bzr r10807)
2011-12-30Item properties dialog: fix wasting resources when moving objectsKris De Gussem1-3/+12
(bzr r10806)
2011-12-30C++ification of item properties dialogKris De Gussem1-356/+290
(bzr r10805)
2011-12-15- Dropped deprecated sp_window_newKris De Gussem1-37/+31
- quick and dirty memory leak fix for item properties window (bzr r10766.1.5)
2011-12-11SPAttributeTable C++ifiedKris De Gussem1-4/+16
(bzr r10766.1.3)
2011-10-03Doxygen cleanup.Jon A. Cruz1-14/+10
(bzr r10660)
2011-06-26Gtk cleanup: gtk_object_get_dataAlex Valavanis1-23/+23
(bzr r10350.1.8)
2011-06-25Gtk cleanup: gtk_object_set_dataAlex Valavanis1-20/+20
(bzr r10350.1.5)
2011-06-22Position the 'Set' button to lower right corner of the object properties panel.Felipe Corr??a da Silva Sanches1-9/+7
http://cuts.thinking-garment.com/262 ’Set’ button of the ‘Object Properties’ panel is placed high up, next to the ID text-entry box, suggesting it is applied only to the ID box. In reality, ‘Set’ button applies the changes for every text field. (bzr r10341)
2011-06-13Replace deprecated GtkSignalAlex Valavanis1-11/+11
(bzr r10282.1.1)
2011-06-05Replace use of deprecated GtkTooltips APIAlex Valavanis1-6/+4
Fixed bugs: - https://launchpad.net/bugs/793086 (bzr r10256.1.1)
2011-06-03Use generic headers in preparation for GTK+ 3 transitionAlex Valavanis1-9/+0
Fixed bugs: - https://launchpad.net/bugs/792263 (bzr r10252.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-24Some UI fixesKris De Gussem1-6/+6
(bzr r9846)
2010-07-12SPObject c++ification finalized along with the beginning of XML ↵Abhishek Sharma Public1-1/+1
Privatisation tweaks (bzr r9546.1.6)
2010-07-02New Class SPDocumentUndo created which takes care of c++fying some non ↵Abhishek Sharma Public1-6/+6
SPDocument based methods (bzr r9546.1.3)
2010-03-02Cleanup on id access.Jon A. Cruz1-2/+2
(bzr r9127)
2009-07-13Newer GTK is more restrictive with includes, only <gtk/gtk.h> can be ↵Josh Andler1-1/+1
directly included now. (bzr r8278)
2009-02-21Move files from the src/dialogs/ directory to the places where they Krzysztof Kosi??ski1-10/+9
should be. Build libinkscape.a - should reduce link time. (bzr r7337)
2009-01-16trying to fix the build for debian sid. It builds OK for me on Ubuntu 8.10 ↵Felipe Corr??a da Silva Sanches1-0/+1
but a Debian sid user has complained about it. So I am including explicitely the gtkexpander.h header. I hope it fixes the build for him. (bzr r7138)
2009-01-15added interactivity attributes to the object properties dialog.Felipe Corr??a da Silva Sanches1-1/+26
If you want to test it, create a new document, draw something, select it, ctrl+shift+O, expand the Interactivity expander and set: onclick to window.location="http://xkcd.com" onmouseover to this.style.cursor="pointer" Save as Inkscape SVG (currently not working for Plain SVG) then open this SVG file in Firefox to see the result. (bzr r7136)
2008-11-21Merge from fe-movedTed Gould1-6/+4
(bzr r6891)
2008-10-27From trunkTed Gould1-11/+12
(bzr r6885)
2008-08-05codedread's patch for bug 254850 (fixes handling of description field in ↵Stephen Silver1-2/+4
Object Properties dialog when switching between an object with a description and one without a description with the dialog open). (bzr r6568)
2008-07-17Patch from codedread: add mnemonics for Title and Description fields in ↵Stephen Silver1-2/+6
Object Properties dialog (fixes bug 246459). (bzr r6336)
2008-07-14Some improvements to my title/desc stuff of revision 18759 (see bug 171024).Stephen Silver1-12/+2
(bzr r6290)
2008-06-02basic support for <title> and <desc>Stephen Silver1-11/+43
make the Title and Description fields on the Object Properties dialog work (bug 171024) (bzr r5781)
2008-05-04warning cleanup and fixed string free issueJon A. Cruz1-1/+1
(bzr r5594)
2007-11-10Warning cleanupJon A. Cruz1-15/+15
(bzr r4052)
2006-11-27non-gtkmm dialogs are now always opened ON-screenJohan B. C. Engelen1-9/+11
(bzr r2045)
2006-10-10undo annotationsbulia byak1-12/+12
(bzr r1793)
2006-08-25peeled back the gboolean code as it hit on some complexity theory principles...Jon Phillips1-1/+1
need to rethink and incrementally change gbooleans to bools (bzr r1637)
2006-08-23Ok, committed msgloan's patch to convert gbooleans to bools thus completingJon Phillips1-1/+1
one major janitorial task we identified.... (bzr r1633)
2006-06-29patch from Gustav Broberg: undo annotations and history dialogbulia byak1-6/+12
(bzr r1315)
2006-04-17Get rid of the SP_DT_* macros which do nothing more than provide additional, ↵MenTaLguY1-4/+4
confusing, names for other functions. If shorter names are desired, the actual functions should be renamed -- or better, made into member functions. (bzr r532)
2006-02-24make sure only positive dialog positions are read from preferences, fixes ↵Ralf Stephan1-0/+3
#1290647 (bzr r180)
2006-02-24make sure no negative dialog position is written into preferences,Ralf Stephan1-0/+3
part of fix for #1290647 (bzr r178)
2006-02-13bulk whitespace removal patch #1198588 by gigaclonRalf Stephan1-51/+51
(bzr r134)