summaryrefslogtreecommitdiffstats
path: root/src/dialogs (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Warning cleanupJon A. Cruz2007-11-108-113/+105
| | | (bzr r4052)
* warning cleanupJon A. Cruz2007-11-083-180/+161
| | | (bzr r4043)
* Adding stroke & fill context menu to swatchJon A. Cruz2007-10-131-0/+71
| | | (bzr r3901)
* fix drag-n-drop color problemsJon A. Cruz2007-10-121-26/+19
| | | (bzr r3897)
* Change type of a number of rdf-related fields from char* to char const *.Peter Moulder2007-10-111-9/+9
| | | (bzr r3877)
* noop: dialogs/rdf.cpp: Mark a few pointers as not being written through. ↵Peter Moulder2007-10-111-6/+6
| | | | | Make rdf_match_license have static (file-local) linkage. (bzr r3876)
* Initial support for icc color selection including CMYKJon A. Cruz2007-09-252-9/+2
| | | (bzr r3794)
* fix minor typoBob Jamison2007-09-241-1/+1
| | | (bzr r3792)
* Fixed unsafe hardcoding of buffer sizeJon A. Cruz2007-09-242-6/+6
| | | (bzr r3791)
* 3 digits precisionbulia byak2007-09-211-1/+1
| | | (bzr r3783)
* Killed old, now obsolete, object-properties (a.k.a F&S) dialog.gustav_b2007-09-203-513/+0
| | | (bzr r3782)
* Refactoring SPColor to C++ and removing legacy CMYK implementationJon A. Cruz2007-09-153-40/+71
| | | (bzr r3753)
* **/makefile.in: svn propset svn:eol-style native. Provide rule for ↵Peter Moulder2007-09-121-3/+3
| | | | | %.$(OBJEXT) instead of %.o. (bzr r3726)
* Purged fill type enumJon A. Cruz2007-09-102-14/+14
| | | (bzr r3706)
* Dockable dialogs patch applied gustav_b2007-08-296-32/+34
| | | | | (https://sourceforge.net/tracker/?func=detail&atid=604308&aid=1688508&group_id=93438) (bzr r3613)
* fix 1777084bulia byak2007-08-201-0/+7
| | | (bzr r3545)
* Rolled back a couple of nasties from a bad patch...oops! Added author of theJon Phillips2007-08-141-19/+1
| | | | | last code, Jason Kivlighn from his patch to fix cc namespacing... (bzr r3465)
* Applied patches for default metadata and for fix on creative commons namespace.Jon Phillips2007-08-141-51/+69
| | | (bzr r3464)
* Filter effects:Nicholas Bishop2007-08-081-3/+1
| | | | | * Removed the "Filter" option from the Blend mode combobox in the Fill and Stroke dialog. (bzr r3419)
* bug 1243190: add tref element support; limited editing support thus far ↵Richard Hughes2007-07-111-1/+2
| | | | | (patch by gbanaszk) (bzr r3227)
* Fixed broken Shift+LeftClick to set stroke functionJoel Holdsworth2007-07-051-1/+3
| | | (bzr r3187)
* switch SPStyle to using SPFilterReference for filters; sp_style_new now ↵bulia byak2007-06-274-7/+7
| | | | | requires an SPDocument; SPURIReference and SPFilterReference have an alternative constructor taking an owner_document instead of owner object (bzr r3116)
* more unreffing temporary styles properlybulia byak2007-06-274-7/+7
| | | (bzr r3114)
* initial filter UI code drop from NickMenTaLguY2007-06-241-65/+78
| | | (bzr r3095)
* merge OpenFont license supportMenTaLguY2007-06-241-0/+18
| | | (bzr r3094)
* Right clicking on the swatch now correctly sets the outline colour.Joel Holdsworth2007-06-241-18/+23
| | | (bzr r3091)
* Using the blur slider no longer destroys filters already applied to the objectNiko Kiirala2007-06-231-2/+2
| | | (bzr r3086)
* Handle the case of gnome_vfs_init failing. (Fixes Debian bug ↵Peter Moulder2007-06-211-1/+6
| | | | | http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=415640.) (bzr r3082)
* Clone Tiler: Change bbox calculation from the default APPROXIMATE_BBOX to ↵Peter Moulder2007-05-231-1/+7
| | | | | GEOMETRIC_BBOX, as requested in bug #1722238. (bzr r3036)
* removed the software-only licenses which are not legally clear for ↵Jon Phillips2007-04-041-20/+0
| | | | | content/artwork, note, they still work, just not giving ppl. the wrong choices in UI (bzr r2819)
* fix 1516323bulia byak2007-04-011-1/+1
| | | (bzr r2808)
* make rotations, scales and flips work with the object's rotation axisbulia byak2007-03-311-11/+21
| | | (bzr r2795)
* move extension adding to the right place so it's added on export, not on browsebulia byak2007-03-251-38/+41
| | | (bzr r2754)
* patch from Gail to add justify button to text dialog (bug 1679367)bulia byak2007-03-251-3/+32
| | | (bzr r2753)
* updated creative commons licenses to 3.0 and fixed public domain uriJon Phillips2007-03-241-7/+7
| | | (bzr r2750)
* fix the combination of P4+ symmetries with exponentbulia byak2007-03-231-14/+11
| | | (bzr r2743)
* plumb XML::Document parameter into duplication, courtesy of bryceMenTaLguY2007-03-202-2/+3
| | | (bzr r2723)
* add required includes for gcc 4.3 and fix a const issue -- patch #1675635MenTaLguY2007-03-181-0/+1
| | | | | from mellum (Falk Hueffner) (bzr r2696)
* fix 64-bit issues with width of npos -- patch #1675697 from mellumMenTaLguY2007-03-181-6/+6
| | | | | (Falk Hueffner) (bzr r2695)
* Switch selection bounds and center to use NR::Maybe, addressing most of theMenTaLguY2007-03-113-15/+21
| | | | | recent bbox regressions. (bzr r2604)
* Merge further bbox workMenTaLguY2007-03-101-19/+15
| | | (bzr r2596)
* adapt code to new Maybe/bbox regimeMenTaLguY2007-03-044-103/+161
| | | (bzr r2538)
* switch from invokeBbox to getBounds (need to fix problems with emptyMenTaLguY2007-03-044-77/+56
| | | | | rect handling, though) (bzr r2536)
* API change: render methods now take a cairo_t (not yet used)bulia byak2007-03-011-1/+1
| | | (bzr r2472)
* refactor sp_svg_transform_write to return a dynamically-allocated stringMenTaLguY2007-02-281-6/+3
| | | | | -- dynamic allocation won't hurt you, but buffer overruns will! (bzr r2466)
* add 'hide all except selected' checkboxbulia byak2007-02-251-5/+28
| | | (bzr r2429)
* fix crash when tracing with too small clonesbulia byak2007-02-241-1/+2
| | | (bzr r2423)
* fix crash when tracing with too small clonesbulia byak2007-02-241-0/+4
| | | (bzr r2422)
* Disabling transientize callback - it's currently causing some data lossBryce Harrington2007-02-231-9/+11
| | | | | when switching between windows. (bzr r2419)
* When selecting 'none', the marker wasn't getting removed from the line.Bryce Harrington2007-02-231-30/+47
| | | | | This fixes that. (bzr r2418)