summaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* move style reading/writing from SPItem up to SPObjectbulia byak2007-03-122-39/+38
| | | (bzr r2614)
* add verbs for unlocking and unhiding all objects globaly or within the ↵Aaron Spike2007-03-124-0/+142
| | | | | current layer (bzr r2613)
* sodipodi:docbase finally goes packing, along with a lauris commentbulia byak2007-03-121-5/+0
| | | (bzr r2612)
* disable empty enforcement for nowMenTaLguY2007-03-111-0/+2
| | | (bzr r2611)
* eliminate the use of sodipodi:docbase (use doc->base instead); emit warning ↵bulia byak2007-03-111-50/+67
| | | | | when falling back to sodipodi:absref; allow it to use, when base+href fails, just href as if it were absolute (bzr r2610)
* add fixupHrefs right after import, so that images get correct relative ↵bulia byak2007-03-111-0/+3
| | | | | xlink:href at once and not only after save as before (fixes 1267081) (bzr r2609)
* don't try to relativate hrefs here - it never works anyway, because we don't ↵bulia byak2007-03-111-6/+4
| | | | | have the document's base dir (the temporary doc created here has docbase == NULL) (bzr r2608)
* argh, missed selection-chemistry somehowMenTaLguY2007-03-111-3/+3
| | | (bzr r2607)
* ban empty rectangles entirely and remove isEmpty testMenTaLguY2007-03-116-19/+18
| | | (bzr r2606)
* Eliminate remaining sources of empty NR::RectsMenTaLguY2007-03-1113-91/+129
| | | (bzr r2605)
* Switch selection bounds and center to use NR::Maybe, addressing most of theMenTaLguY2007-03-1117-281/+327
| | | | | recent bbox regressions. (bzr r2604)
* Add ctrl+click to paint bucket to change clicked object's fill and stroke to ↵John Bintz2007-03-112-14/+27
| | | | | current setting (bzr r2603)
* fix 1491639bulia byak2007-03-111-0/+10
| | | (bzr r2601)
* fix 1656169bulia byak2007-03-111-37/+29
| | | (bzr r2600)
* fix outline mode toggling with multiple viewsbulia byak2007-03-111-3/+1
| | | (bzr r2599)
* display busy cursor while fillingbulia byak2007-03-111-0/+11
| | | (bzr r2598)
* Change tolerance to thresholdJohn Bintz2007-03-112-28/+28
| | | (bzr r2597)
* Merge further bbox workMenTaLguY2007-03-1022-234/+273
| | | (bzr r2596)
* fix setting knot->pos for node handles, but remove coords updating - now ↵bulia byak2007-03-101-4/+2
| | | | | done in the knot when dragging (bzr r2595)
* no need to update coords here, it's now done in any knot automaticallybulia byak2007-03-101-2/+0
| | | (bzr r2594)
* now all knots display x/y in statusbar while being dragged, fixes bug 1523580bulia byak2007-03-101-0/+1
| | | (bzr r2593)
* roll back a part of revision 12016, in an attempt to fix bug 1496718Richard Hughes2007-03-091-3/+5
| | | (bzr r2592)
* Add some code cleanupBob Jamison2007-03-091-134/+230
| | | (bzr r2591)
* fix 1502621bulia byak2007-03-091-1/+40
| | | (bzr r2590)
* fix crashbulia byak2007-03-092-6/+6
| | | (bzr r2589)
* do not return empty intersections any longerMenTaLguY2007-03-091-1/+1
| | | (bzr r2588)
* commentbulia byak2007-03-091-2/+2
| | | (bzr r2587)
* use STL std::min and std::maxMenTaLguY2007-03-091-8/+9
| | | (bzr r2586)
* no need to use accessors hereMenTaLguY2007-03-091-2/+2
| | | (bzr r2585)
* Whoops, forgot to friend the methods I moved out of RectMenTaLguY2007-03-092-2/+4
| | | (bzr r2584)
* address type-punned pointer warningMenTaLguY2007-03-091-11/+8
| | | (bzr r2583)
* specialize MaybeStorage for Rect, and start using reference maybes toMenTaLguY2007-03-096-38/+55
| | | | | avoid some copies (bzr r2582)
* fix reference maybes by separate specializationMenTaLguY2007-03-091-32/+68
| | | (bzr r2581)
* rework maybe so storage is customizable and can be optimized on aMenTaLguY2007-03-081-128/+69
| | | | | per-type basis (bzr r2580)
* Add HSL options to paint bucket channelsJohn Bintz2007-03-081-1/+37
| | | (bzr r2579)
* when dragging center, defer repr updating and committing until ungrab; this ↵bulia byak2007-03-081-6/+15
| | | | | makes dragging faster. also remove superfluous reffing of objects while dragging (bzr r2578)
* make sure undoing center moves emits modified signal and is thus noticed by ↵bulia byak2007-03-081-0/+2
| | | | | the seltrans (bzr r2577)
* changed curve->length to SP_CURVE_LENGTH(curve). Fixes bug 1676273.Bob Jamison2007-03-081-43/+60
| | | (bzr r2576)
* fix shift-dragging (no snap) of rotation centerbulia byak2007-03-081-1/+1
| | | (bzr r2574)
* Fixed interactive updating.Johan B. C. Engelen2007-03-081-9/+9
| | | (bzr r2573)
* Fixed bug due to adding of new pointtype at the start of the enum which ↵Johan B. C. Engelen2007-03-081-3/+5
| | | | | corrupted indexing into the stop shapes and description array. (bzr r2572)
* Add and adjust fill channelsJohn Bintz2007-03-081-1/+13
| | | (bzr r2571)
* Converted star toobar to stock GTK+Jon A. Cruz2007-03-081-170/+166
| | | (bzr r2570)
* paintbucket: rearrange controls, edit labels/tooltipsbulia byak2007-03-081-22/+25
| | | (bzr r2569)
* do not offset if offset==0; display messages if success and if no path ↵bulia byak2007-03-081-19/+40
| | | | | created because of too much inset (bzr r2568)
* export nodes_in_pathbulia byak2007-03-081-1/+1
| | | (bzr r2567)
* make offset independent of zoombulia byak2007-03-081-1/+1
| | | (bzr r2566)
* make default paintbucket offset 0bulia byak2007-03-082-2/+2
| | | (bzr r2565)
* Add units selector to offset and remove offset range limitsJohn Bintz2007-03-083-4/+19
| | | (bzr r2564)
* Begin work on selectable color channels for paint bucket, starting with ↵John Bintz2007-03-073-14/+112
| | | | | visible colors and alpha (bzr r2561)