summaryrefslogtreecommitdiffstats
path: root/src/dialogs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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)
* Cmake: Fixed the extra -l in the link command, plus a add linking for all ↵Joshua L. Blocher2009-01-121-1/+3
| | | | | sub-libs of inkscape. (bzr r7120)
* Cmake: restructure build files to be more like current build system. Should ↵Joshua L. Blocher2009-01-091-0/+1
| | | | | reduce linking stage command for windows. (bzr r7100)
* get rid of a lot of no longer needed "libnr/nr-..." includes.Johan B. C. Engelen2008-12-302-9/+0
| | | (bzr r7045)
* * remove sp_item_i2root_affine and sp_item_i2r_affine and replace all calls byThomas Holder2008-12-161-1/+1
| | | | | | | | | | | | sp_item_i2doc_affine or sp_item_i2d_affine respectively * remove sp_root_bbox, root->c2p was considered in the wrong place there * in sp_item_i2doc_affine do not consider SP_ITEM(object)->transform for root node, because <svg> node does not have a transform attribute * fix style scaling for boolean operations (with viewBox) * fix zoom to fit drawing (with viewBox) * fix export area size for "export drawing" (with viewBox) * fix simultaneous movement of clone + original (with viewBox) (bzr r7010)
* more 2geomificationJohan B. C. Engelen2008-12-051-2/+2
| | | (bzr r6956)
* small 2geomification of clone tile dialogJohan B. C. Engelen2008-11-271-24/+24
| | | (bzr r6911)
* Merge from fe-movedTed Gould2008-11-2149-1977/+404
| | | (bzr r6891)
* Merge from trunkTed Gould2008-10-311-7/+12
| | | (bzr r6887)
* From trunkTed Gould2008-10-2715-442/+402
| | | (bzr r6885)
* Merging from trunkTed Gould2008-10-116-29/+40
| | | (bzr r6884)
* release reprs properlybulia byak2008-09-201-0/+1
| | | (bzr r6855)
* by default, try square arrangement, not 1 row as beforebulia byak2008-09-191-5/+8
| | | (bzr r6847)
* Yet another NR ==> Geom changeMaximilian Albert2008-09-183-132/+130
| | | (bzr r6840)
* More NR ==> Geom conversion (points and some matrices/transforms)Maximilian Albert2008-09-181-129/+129
| | | (bzr r6836)
* Refactored preferences handling into a new version of Krzysztof Kosi??ski2008-09-163-173/+190
| | | | | | | | the Inkscape::Preferences class. Removed all use of prefs_get_string_attribute(), pref_path_get_nth_child() and create_pref() in favor of the new API. Replaced some "0 or 1" integer preferences with booleans. (bzr r6823)
* fix leak of the arena and arenaitembulia byak2008-09-162-1/+6
| | | (bzr r6822)
* hide the item shown for tracing, fixes leakbulia byak2008-09-161-4/+9
| | | (bzr r6821)
* Update to sync metadata title to the document title.Jeff Schiller2008-08-231-2/+13
| | | (bzr r6710)
* since all values are 0..1, shifting gamma up must use power<1 so that the ↵bulia byak2008-08-181-2/+2
| | | | | values are actually increased by it (bzr r6695)
* gtkmm-ify the 'Stroke style' tab of Fill and Stroke dialogMaximilian Albert2008-08-094-436/+419
| | | (bzr r6602)
* remove many unnecessary to_2geom and from_2geom callsJohan B. C. Engelen2008-08-085-18/+18
| | | (bzr r6593)
* NR::Maybe => boost::optionalJohan B. C. Engelen2008-08-055-16/+16
| | | (bzr r6569)
* 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)
* NR:: => Geom:: for much of src/ui and src/widgetsJohan B. C. Engelen2008-08-041-1/+1
| | | (bzr r6561)
* Warning cleanupJon A. Cruz2008-08-011-2/+2
| | | (bzr r6495)
* make clonetiler obey the bbox prefsbulia byak2008-07-241-6/+4
| | | (bzr r6412)
* extract ImageToggler from layers dialogJohan B. C. Engelen2008-07-201-108/+3
| | | (bzr r6377)
* 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)
* Fixed layers dialog to correctly fetch icons from new location/code.Jon A. Cruz2008-07-151-16/+15
| | | (bzr r6314)
* Some improvements to my title/desc stuff of revision 18759 (see bug 171024).Stephen Silver2008-07-141-12/+2
| | | (bzr r6290)
* warning cleanupFelipe Corr??a da Silva Sanches2008-07-121-1/+1
| | | (bzr r6282)
* fix 245806bulia byak2008-07-051-4/+14
| | | (bzr r6194)
* add shadow to layers listMenTaLguY2008-07-021-0/+1
| | | (bzr r6115)
* add tab to layers dialogMenTaLguY2008-07-022-3/+9
| | | (bzr r6114)
* Cmake: remove header files from source listsJoshua L. Blocher2008-06-241-25/+0
| | | (bzr r6046)
* Added duplicate layer command. Fixes bug #171246.Jon A. Cruz2008-06-141-1/+7
| | | (bzr r5927)
* Added the ability to toggle a layer "solo". Fixes bug #171530.Jon A. Cruz2008-06-131-3/+9
| | | (bzr r5922)
* change NR::Matrix to Geom:: for many sp_item_xxx_affine functionsJohan B. C. Engelen2008-06-125-16/+16
| | | (bzr r5915)
* plumb XML::Documents in everywhereMenTaLguY2008-06-111-1/+1
| | | (bzr r5884)
* 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)
* Fixed broken i18n strings causing problems with <b> tagJon A. Cruz2008-05-221-8/+4
| | | (bzr r5732)
* Cmake: Moved sp-* into own library to reduce link cmdline and add new files ↵Joshua L. Blocher2008-05-191-2/+0
| | | | | to their cmakelists.txts (bzr r5713)
* Do not show/edit image URL for data URIs.Jon A. Cruz2008-05-101-1/+16
| | | | | Fixes Bug #227253. (bzr r5648)
* More type registration cleanupJon A. Cruz2008-05-101-22/+26
| | | (bzr r5646)
* merge inline patch from JimmyMenTaLguY2008-05-082-35/+6
| | | (bzr r5631)
* Updating deprecated type calls.Jon A. Cruz2008-05-061-3/+3
| | | (bzr r5617)
* Cmake: Fix some undefined function callsJoshua L. Blocher2008-05-061-1/+3
| | | (bzr r5611)
* noop: Address string-literal-to-char* warning.Peter Moulder2008-05-041-2/+2
| | | (bzr r5596)