summaryrefslogtreecommitdiffstats
path: root/src/dialogs/item-properties.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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)