summaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Warning cleanupJon A. Cruz2007-10-2610-52/+51
| | | (bzr r3962)
* punctuationbulia byak2007-10-251-2/+2
| | | (bzr r3961)
* Dockable dialogs: Allow in-dock dialogs to be expanded even if there'sgustav_b2007-10-258-7/+209
| | | | | no "slack". (bzr r3960)
* remove debug messages, convert tabs to spaces and remove whitespace for ↵Johan B. C. Engelen2007-10-242-34/+31
| | | | | sp-namedview.cpp (bzr r3958)
* Fix bug [ 1818794 ] Showing grid on opening svgJohan B. C. Engelen2007-10-2411-33/+88
| | | | | + some bits of code to do on-canvas path parameter editing LPE. (bzr r3957)
* change cursor for color gesturesbulia byak2007-10-242-0/+46
| | | (bzr r3956)
* whitespacebulia byak2007-10-241-66/+66
| | | (bzr r3955)
* cursors for color adjustmentbulia byak2007-10-243-0/+114
| | | (bzr r3954)
* Added 'paraller axis' rendering hint to filter primitives, that need it.Niko Kiirala2007-10-2416-0/+40
| | | (bzr r3952)
* Use computed fill-rule value when setting fill in cairo pdf/ps export.gustav_b2007-10-242-2/+2
| | | (bzr r3951)
* enable color gestures for fill and strokebulia byak2007-10-242-14/+175
| | | (bzr r3950)
* new class for widgets adjustable by rotation-like gesturesbulia byak2007-10-243-0/+205
| | | (bzr r3949)
* rename master opacity to opacitybulia byak2007-10-241-1/+1
| | | (bzr r3948)
* fix undoing of LPE paths again. please test. (now nodepath is only updated ↵Johan B. C. Engelen2007-10-232-3/+10
| | | | | when it is editting the changed xml attribute) (bzr r3947)
* Revert undo LPE paths fix; crashed on linux :(Johan B. C. Engelen2007-10-231-1/+3
| | | (bzr r3946)
* ensure copy/paste of style between gradient stops worksbulia byak2007-10-221-0/+2
| | | (bzr r3944)
* ensure copy/paste of style between gradient stops worksbulia byak2007-10-221-11/+22
| | | (bzr r3943)
* add copy-to-clipboard for selected stopsbulia byak2007-10-222-4/+60
| | | (bzr r3942)
* fix pasting style where style or fill is nonebulia byak2007-10-221-3/+3
| | | (bzr r3940)
* make sure ctrl-alt-click adds node to the gradient that's actually clickedbulia byak2007-10-221-3/+5
| | | (bzr r3939)
* Allow SPFlowtexts to be used in boolean operationsgustav_b2007-10-211-1/+1
| | | (bzr r3938)
* add precision option to float parameters in extensionsJohn Bintz2007-10-212-1/+8
| | | (bzr r3936)
* LPE: fix undoing changes to pathparameter on-canvas.Johan B. C. Engelen2007-10-202-9/+19
| | | (bzr r3935)
* LPE: add on-canvas editing of path parameters!Johan B. C. Engelen2007-10-209-45/+75
| | | (bzr r3934)
* Fix RegisteredWidgets. Due to rev 16265, widgets were no longer initialized. ↵Johan B. C. Engelen2007-10-191-24/+0
| | | | | This is now fixed: setValue and its siblings should always set the widget to something, regardless _wr->isUpdating(). (bzr r3931)
* allow effects to modify namedview and document dimensionsJohn Bintz2007-10-191-6/+26
| | | (bzr r3930)
* Fix undo bug when on-canvas editing LPE path parameter!Johan B. C. Engelen2007-10-171-3/+6
| | | (bzr r3924)
* Hooks for visual feedback during drag-n-dropJon A. Cruz2007-10-171-0/+46
| | | (bzr r3922)
* Added a Rename menu item to the popup for the filter list in the filter ↵Nicholas Bishop2007-10-172-0/+8
| | | | | effects dialog; equivalent to double-clicking on the filter. (bzr r3921)
* Fixed filter type translation for the filter effects dialog.Nicholas Bishop2007-10-171-1/+1
| | | (bzr r3920)
* Unix printing: use correct paper size instead of defaulting to letter sizeDiederik van Lierop2007-10-161-5/+28
| | | (bzr r3914)
* runaway random number widget workaroundJohan B. C. Engelen2007-10-161-9/+4
| | | (bzr r3913)
* Fix checkbuttons of LPEs. Should no longer crash, should no longer need ↵Johan B. C. Engelen2007-10-161-2/+25
| | | | | clicking multiple times to see effect. (bzr r3912)
* do not confuse moving and switchingbulia byak2007-10-161-6/+6
| | | (bzr r3911)
* fix unlinking clones when moving original to another layerbulia byak2007-10-161-4/+4
| | | (bzr r3910)
* drop color on gr-drag firstbulia byak2007-10-161-38/+59
| | | (bzr r3909)
* refactor most of adding stops at point into gradient-drag; fix crashbulia byak2007-10-161-120/+11
| | | (bzr r3908)
* add dropColor; mouseovered knots red; store item for each line, for adding ↵bulia byak2007-10-162-41/+149
| | | | | stops; refactoring (bzr r3907)
* switch to utility functions in nr-point-fnsbulia byak2007-10-161-15/+1
| | | (bzr r3906)
* add some utility functions from gradient codebulia byak2007-10-162-0/+48
| | | (bzr r3905)
* associate an item with the line, for grdragbulia byak2007-10-162-0/+5
| | | (bzr r3904)
* Fixed a typo (Kernal -> Kernel)Alexandre Prokoudine2007-10-131-1/+1
| | | (bzr r3903)
* Adding stroke & fill context menu to swatchJon A. Cruz2007-10-131-0/+71
| | | (bzr r3901)
* implement dropping color onto strokebulia byak2007-10-131-4/+34
| | | (bzr r3900)
* Filter effects dialog:Nicholas Bishop2007-10-121-0/+2
| | | | | Fixed bug with columns sizes; if filter primitives are added the treeview and dialog box get wider, but when the filter primitives are removed, the dialog can't be resized back to the smaller size. (bzr r3899)
* Commit patch 1787855: fix for [ 1723558 ] Command line export for emf filesJohan B. C. Engelen2007-10-121-0/+53
| | | (bzr r3898)
* fix drag-n-drop color problemsJon A. Cruz2007-10-121-26/+19
| | | (bzr r3897)
* fix error in structure, typobulia byak2007-10-121-8/+7
| | | (bzr r3895)
* Shift+drag to select within rectbulia byak2007-10-121-13/+34
| | | (bzr r3894)
* select within rectbulia byak2007-10-122-0/+16
| | | (bzr r3893)