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