summaryrefslogtreecommitdiffstats
path: root/src/dialogs/item-properties.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Object properties dialog now dockable (derived from ↵Kris De Gussem2012-01-081-507/+0
| | | | | Inkscape::UI:Widget::Panel as opposed to Gtk::Widget) (bzr r10862)
* Some more documentationKris De Gussem2012-01-061-25/+4
| | | (bzr r10852)
* documentation of item properties dialog and SPAttributeTableKris De Gussem2012-01-031-5/+29
| | | | | header stuff (bzr r10831)
* Item and image properties dialog update: restoring correct behaviour in case ↵Kris De Gussem2012-01-011-3/+8
| | | | | of deleting an object (bzr r10815)
* Item properties dialog: fix multi-document issue (propably introduced in ↵Kris De Gussem2011-12-311-1/+1
| | | | | revision 10805) (bzr r10811)
* Item properties dialog:Kris De Gussem2011-12-311-5/+12
| | | | | | - commenting out function that is (currently?) not used - some more resource saving (bzr r10810)
* Item properties dialog: another minor resource fixKris De Gussem2011-12-301-16/+17
| | | (bzr r10808)
* Item properties dialog: fix signal connectionKris De Gussem2011-12-301-5/+3
| | | (bzr r10807)
* Item properties dialog: fix wasting resources when moving objectsKris De Gussem2011-12-301-3/+12
| | | (bzr r10806)
* C++ification of item properties dialogKris De Gussem2011-12-301-356/+290
| | | (bzr r10805)
* - SPAttributeWidget and SPAttributeTable C++ifiedKris De Gussem2011-12-161-40/+41
|\ | | | | | | | | - fixed memory leak with item properties (old instances of item properties window were not destroyed) (bzr r10775)
| * - Dropped deprecated sp_window_newKris De Gussem2011-12-151-37/+31
| | | | | | | | | | - quick and dirty memory leak fix for item properties window (bzr r10766.1.5)
| * SPAttributeTable C++ifiedKris De Gussem2011-12-111-4/+16
|/ | | (bzr r10766.1.3)
* Doxygen cleanup.Jon A. Cruz2011-10-031-14/+10
| | | (bzr r10660)
* Gtk cleanup: gtk_object_get_dataAlex Valavanis2011-06-261-23/+23
| | | (bzr r10350.1.8)
* Gtk cleanup: gtk_object_set_dataAlex Valavanis2011-06-251-20/+20
| | | (bzr r10350.1.5)
* Position the 'Set' button to lower right corner of the object properties panel.Felipe Corr??a da Silva Sanches2011-06-221-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)
* Replace deprecated GtkSignalAlex Valavanis2011-06-131-11/+11
| | | (bzr r10282.1.1)
* Replace use of deprecated GtkTooltips APIAlex Valavanis2011-06-051-6/+4
| | | | | | Fixed bugs: - https://launchpad.net/bugs/793086 (bzr r10256.1.1)
* Use generic headers in preparation for GTK+ 3 transitionAlex Valavanis2011-06-031-9/+0
| | | | | | Fixed bugs: - https://launchpad.net/bugs/792263 (bzr r10252.1.1)
* Finished cleanup of outdated SP_OBJECT_REPR C macro.Jon A. Cruz2011-02-221-1/+1
| | | (bzr r10067)
* Merge and cleanup of GSoC C++-ification project.Jon A. Cruz2010-12-121-13/+16
|\ | | | | (bzr r9945.1.1)
| * SPObject c++ification finalized along with the beginning of XML ↵Abhishek Sharma Public2010-07-121-1/+1
| | | | | | | | | | Privatisation tweaks (bzr r9546.1.6)
| * New Class SPDocumentUndo created which takes care of c++fying some non ↵Abhishek Sharma Public2010-07-021-6/+6
| | | | | | | | | | SPDocument based methods (bzr r9546.1.3)
* | Super duper mega (fun!) commit: replaced encoding=utf-8 with ↵Chris Morgan2010-11-171-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)
* | Some UI fixesKris De Gussem2010-10-241-6/+6
|/ | | (bzr r9846)
* Cleanup on id access.Jon A. Cruz2010-03-021-2/+2
| | | (bzr r9127)
* Newer GTK is more restrictive with includes, only <gtk/gtk.h> can be ↵Josh Andler2009-07-131-1/+1
| | | | | directly included now. (bzr r8278)
* Move files from the src/dialogs/ directory to the places where they Krzysztof Kosi??ski2009-02-211-10/+9
| | | | | should be. Build libinkscape.a - should reduce link time. (bzr r7337)
* trying to fix the build for debian sid. It builds OK for me on Ubuntu 8.10 ↵Felipe Corr??a da Silva Sanches2009-01-161-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)
* added interactivity attributes to the object properties dialog.Felipe Corr??a da Silva Sanches2009-01-151-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)
* Merge from fe-movedTed Gould2008-11-211-6/+4
| | | (bzr r6891)
* From trunkTed Gould2008-10-271-11/+12
| | | (bzr r6885)
* codedread's patch for bug 254850 (fixes handling of description field in ↵Stephen Silver2008-08-051-2/+4
| | | | | Object Properties dialog when switching between an object with a description and one without a description with the dialog open). (bzr r6568)
* Patch from codedread: add mnemonics for Title and Description fields in ↵Stephen Silver2008-07-171-2/+6
| | | | | Object Properties dialog (fixes bug 246459). (bzr r6336)
* Some improvements to my title/desc stuff of revision 18759 (see bug 171024).Stephen Silver2008-07-141-12/+2
| | | (bzr r6290)
* basic support for <title> and <desc>Stephen Silver2008-06-021-11/+43
| | | | | make the Title and Description fields on the Object Properties dialog work (bug 171024) (bzr r5781)
* warning cleanup and fixed string free issueJon A. Cruz2008-05-041-1/+1
| | | (bzr r5594)
* Warning cleanupJon A. Cruz2007-11-101-15/+15
| | | (bzr r4052)
* non-gtkmm dialogs are now always opened ON-screenJohan B. C. Engelen2006-11-271-9/+11
| | | (bzr r2045)
* undo annotationsbulia byak2006-10-101-12/+12
| | | (bzr r1793)
* peeled back the gboolean code as it hit on some complexity theory principles...Jon Phillips2006-08-251-1/+1
| | | | | need to rethink and incrementally change gbooleans to bools (bzr r1637)
* Ok, committed msgloan's patch to convert gbooleans to bools thus completingJon Phillips2006-08-231-1/+1
| | | | | one major janitorial task we identified.... (bzr r1633)
* patch from Gustav Broberg: undo annotations and history dialogbulia byak2006-06-291-6/+12
| | | (bzr r1315)
* Get rid of the SP_DT_* macros which do nothing more than provide additional, ↵MenTaLguY2006-04-171-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)
* make sure only positive dialog positions are read from preferences, fixes ↵Ralf Stephan2006-02-241-0/+3
| | | | | #1290647 (bzr r180)
* make sure no negative dialog position is written into preferences,Ralf Stephan2006-02-241-0/+3
| | | | | part of fix for #1290647 (bzr r178)
* bulk whitespace removal patch #1198588 by gigaclonRalf Stephan2006-02-131-51/+51
| | | (bzr r134)
* moving trunk for module inkscapeMenTaLguY2006-01-161-0/+497
(bzr r1)