summaryrefslogtreecommitdiffstats
path: root/src/dialogs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Change type of a number of rdf-related fields from char* to char const *.Peter Moulder2007-10-111-9/+9
* noop: dialogs/rdf.cpp: Mark a few pointers as not being written through. Mak...Peter Moulder2007-10-111-6/+6
* Initial support for icc color selection including CMYKJon A. Cruz2007-09-252-9/+2
* fix minor typoBob Jamison2007-09-241-1/+1
* Fixed unsafe hardcoding of buffer sizeJon A. Cruz2007-09-242-6/+6
* 3 digits precisionbulia byak2007-09-211-1/+1
* Killed old, now obsolete, object-properties (a.k.a F&S) dialog.gustav_b2007-09-203-513/+0
* Refactoring SPColor to C++ and removing legacy CMYK implementationJon A. Cruz2007-09-153-40/+71
* **/makefile.in: svn propset svn:eol-style native. Provide rule for %.$(OBJEX...Peter Moulder2007-09-121-3/+3
* Purged fill type enumJon A. Cruz2007-09-102-14/+14
* Dockable dialogs patch applied gustav_b2007-08-296-32/+34
* fix 1777084bulia byak2007-08-201-0/+7
* Rolled back a couple of nasties from a bad patch...oops! Added author of theJon Phillips2007-08-141-19/+1
* Applied patches for default metadata and for fix on creative commons namespace.Jon Phillips2007-08-141-51/+69
* Filter effects:Nicholas Bishop2007-08-081-3/+1
* bug 1243190: add tref element support; limited editing support thus far (patc...Richard Hughes2007-07-111-1/+2
* Fixed broken Shift+LeftClick to set stroke functionJoel Holdsworth2007-07-051-1/+3
* switch SPStyle to using SPFilterReference for filters; sp_style_new now requi...bulia byak2007-06-274-7/+7
* more unreffing temporary styles properlybulia byak2007-06-274-7/+7
* initial filter UI code drop from NickMenTaLguY2007-06-241-65/+78
* merge OpenFont license supportMenTaLguY2007-06-241-0/+18
* Right clicking on the swatch now correctly sets the outline colour.Joel Holdsworth2007-06-241-18/+23
* Using the blur slider no longer destroys filters already applied to the objectNiko Kiirala2007-06-231-2/+2
* Handle the case of gnome_vfs_init failing. (Fixes Debian bug http://bugs.deb...Peter Moulder2007-06-211-1/+6
* Clone Tiler: Change bbox calculation from the default APPROXIMATE_BBOX to GEO...Peter Moulder2007-05-231-1/+7
* removed the software-only licenses which are not legally clear for content/ar...Jon Phillips2007-04-041-20/+0
* fix 1516323bulia byak2007-04-011-1/+1
* make rotations, scales and flips work with the object's rotation axisbulia byak2007-03-311-11/+21
* move extension adding to the right place so it's added on export, not on browsebulia byak2007-03-251-38/+41
* patch from Gail to add justify button to text dialog (bug 1679367)bulia byak2007-03-251-3/+32
* updated creative commons licenses to 3.0 and fixed public domain uriJon Phillips2007-03-241-7/+7
* fix the combination of P4+ symmetries with exponentbulia byak2007-03-231-14/+11
* plumb XML::Document parameter into duplication, courtesy of bryceMenTaLguY2007-03-202-2/+3
* add required includes for gcc 4.3 and fix a const issue -- patch #1675635MenTaLguY2007-03-181-0/+1
* fix 64-bit issues with width of npos -- patch #1675697 from mellumMenTaLguY2007-03-181-6/+6
* Switch selection bounds and center to use NR::Maybe, addressing most of theMenTaLguY2007-03-113-15/+21
* Merge further bbox workMenTaLguY2007-03-101-19/+15
* adapt code to new Maybe/bbox regimeMenTaLguY2007-03-044-103/+161
* switch from invokeBbox to getBounds (need to fix problems with emptyMenTaLguY2007-03-044-77/+56
* API change: render methods now take a cairo_t (not yet used)bulia byak2007-03-011-1/+1
* refactor sp_svg_transform_write to return a dynamically-allocated stringMenTaLguY2007-02-281-6/+3
* add 'hide all except selected' checkboxbulia byak2007-02-251-5/+28
* fix crash when tracing with too small clonesbulia byak2007-02-241-1/+2
* fix crash when tracing with too small clonesbulia byak2007-02-241-0/+4
* Disabling transientize callback - it's currently causing some data lossBryce Harrington2007-02-231-9/+11
* When selecting 'none', the marker wasn't getting removed from the line.Bryce Harrington2007-02-231-30/+47
* Adjusting how items in the marker menu are selected, so the recentlyBryce Harrington2007-02-211-4/+2
* Fixes issue where a modified stock marker's preview image appears in theBryce Harrington2007-02-211-1/+2
* Adding handler for switching documents, to regenerate the marker menusBryce Harrington2007-02-211-24/+24
* Completes fix for 980157. Markers in current document's defs is nowBryce Harrington2007-02-201-46/+87