summaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 3 new lpe gadgets: sketch, knot and vonkoch.JF Barraud2008-02-259-0/+947
| | | (bzr r4842)
* Further cleanup (left-over debugging message)Maximilian Albert2008-02-241-54/+8
| | | (bzr r4841)
* Only add to favorites if path is absoluteJon A. Cruz2008-02-241-14/+21
| | | (bzr r4840)
* pixblock-transform and scaler: convert src if needed, to match dest mode.JF Barraud2008-02-245-42/+84
| | | | | color matrix, comp. transfert and diplacement map: explicitely free some unused pixblock instead of resting on garbage collection... (bzr r4839)
* Warning and whitespace cleanupJon A. Cruz2008-02-2420-459/+474
| | | (bzr r4838)
* Fix LP #194718Maximilian Albert2008-02-234-10/+10
| | | (bzr r4836)
* * on-canvas clip and mask editing :) in the object menu you can find how to ↵Johan B. C. Engelen2008-02-2311-1/+114
| | | | | | | edit them. * show helperpath toggle on node-edit toolbar. so helperpath is now also available for normal paths (instead of only for LPE'd paths) (bzr r4834)
* Warning and space cleanupJon A. Cruz2008-02-232-12/+13
| | | (bzr r4833)
* Corrected Copyright years in file dialogs from 2007 -> 2008Joel Holdsworth2008-02-236-6/+10
| | | (bzr r4832)
* Added show-preview.bmp which was missed in the last commit!Joel Holdsworth2008-02-231-0/+0
| | | (bzr r4831)
* Merged in Native File Dialogs for Windows BranchJoel Holdsworth2008-02-2310-577/+2046
| | | (bzr r4830)
* partial fix sent by jfb for bug #188814Felipe Corr??a da Silva Sanches2008-02-232-0/+16
| | | (bzr r4829)
* Removed some (minor) build warnings for input.cp file.Marcin Floryan2008-02-231-2/+2
| | | (bzr r4827)
* warning cleanupMaximilian Albert2008-02-231-2/+2
| | | (bzr r4826)
* Clean up comments and remove (already commented) debugging messagesMaximilian Albert2008-02-2210-527/+13
| | | (bzr r4824)
* updating filters infobox iconsFelipe Corr??a da Silva Sanches2008-02-221-1/+1
| | | | | Adjustment of margin spacing (bzr r4823)
* Changed how tooltips for verbs are fetched to display translated versions ↵Marcin Floryan2008-02-224-2/+9
| | | | | correctly in the toolbox. Closes #169103. (bzr r4822)
* Don't crash when the original of an SPUse can't be found. This sort of fixes ↵Maximilian Albert2008-02-222-2/+7
| | | | | LP 185734, but maybe further action would be appropriate (e.g., should we remove orphaned items from the xml tree in the first place?). (bzr r4821)
* Stop taking up vertical space when horizontal scrollbar not shown.Jon A. Cruz2008-02-221-0/+20
| | | | | Fixes Bug #168619 (bzr r4820)
* Reducing size of pop-up menu triggerJon A. Cruz2008-02-221-4/+10
| | | (bzr r4819)
* Warning cleanupJon A. Cruz2008-02-221-3/+3
| | | (bzr r4818)
* reduced range of basefrequency attribute in the feturbulence settings UIFelipe Corr??a da Silva Sanches2008-02-211-1/+1
| | | (bzr r4806)
* * convert to non-premultiplied alpha on fedisplacementmapFelipe Corr??a da Silva Sanches2008-02-212-2/+15
| | | | | * corrected a slight mistake on a comment (!) on fecolormatrix :-P (bzr r4805)
* More sensible size constraints for undo history panel.gustav_b2008-02-211-1/+1
| | | (bzr r4804)
* fix for bug #193838 (colormatrix uses premultiplied alpha)Felipe Corr??a da Silva Sanches2008-02-211-1/+14
| | | (bzr r4803)
* default values for checkbutton, colorbutton, dualspinbutton, spinslider ↵Felipe Corr??a da Silva Sanches2008-02-212-46/+58
| | | | | | | attrWidgets on filters dialog based on SVG spec (bzr r4802)
* * added tooltips for checkboxes and matricesFelipe Corr??a da Silva Sanches2008-02-211-16/+19
| | | | | * removed stitch tiles option from the UI because it is not properly implemented yet (bzr r4801)
* Initial implementation of non-square swatchesJon A. Cruz2008-02-2110-34/+90
| | | (bzr r4800)
* Warning cleanupJon A. Cruz2008-02-211-1/+1
| | | (bzr r4799)
* * add tooltips to spinsliders, spinbuttons and comboboxes on the filter ↵Felipe Corr??a da Silva Sanches2008-02-214-59/+117
| | | | | | | | | settings UI * add "no parameters required" label for feComposite primitive settings tab A future commit will add the tooltips for color-chooser-widget, checkboxes and matrix-entries (bzr r4798)
* Fix crash with Save As extensionsAaron Spike2008-02-211-0/+1
| | | | | Glib:IOChannel requires a parameterless set_encoding() in order to be binary safe (bzr r4795)
* pointer check, to prevent rapid crash on pdf/ps-exportAdib Taraben2008-02-201-4/+7
| | | (bzr r4793)
* Fixed an issue with the use of Q_ macro as introduced in rev 17415Marcin Floryan2008-02-201-2/+2
| | | (bzr r4792)
* * INTL - fixed: "Crop to" dropdown strings not translated for PDF ImportMarcin Floryan2008-02-201-9/+10
| | | (bzr r4791)
* Decoupled swatch sizes from icon sizesJon A. Cruz2008-02-209-68/+64
| | | (bzr r4790)
* fix Bug #191909 crash on lpe stitch sub-paths, also fix crash for bend path lpeJohan B. C. Engelen2008-02-204-50/+73
| | | (bzr r4789)
* yet another contextual splitAlexandre Prokoudine2008-02-202-2/+2
| | | (bzr r4788)
* Extended messages to make full use of pluralsMarcin Floryan2008-02-191-7/+24
| | | (bzr r4783)
* initialize default value to zero when it is not provided as parameter to the ↵Felipe Corr??a da Silva Sanches2008-02-191-1/+1
| | | | | combobox constructor (bzr r4782)
* * use enums to deal with displacementmap channel selectorsFelipe Corr??a da Silva Sanches2008-02-1910-41/+88
| | | | | * set default values explicitly for all combobox filter settings at the filters dialog. (bzr r4781)
* fix for bug #193228Felipe Corr??a da Silva Sanches2008-02-192-2/+6
| | | (bzr r4779)
* first i18n patch from Marcin, more to followAlexandre Prokoudine2008-02-191-1/+1
| | | (bzr r4778)
* warning cleanupFelipe Corr??a da Silva Sanches2008-02-191-2/+5
| | | (bzr r4777)
* * convolve matrix code refactoring Felipe Corr??a da Silva Sanches2008-02-192-10/+17
| | | | | * filter effects dialog warning cleanup (bzr r4776)
* Revert #17388 as per buliabyaks comment in LPMaximilian Albert2008-02-192-4/+2
| | | (bzr r4774)
* New submenu for tuning swatch appearanceJon A. Cruz2008-02-191-3/+27
| | | (bzr r4773)
* Union paths automatically in pencil and calligraphy context when Shift-Lock ↵Maximilian Albert2008-02-192-2/+4
| | | | | is pressed (closes: LP 190846) (bzr r4771)
* Minor format change. More work needed to improve transition between curve ↵Bob Jamison2008-02-182-80/+80
| | | | | and line segments. (bzr r4769)
* fix picking color when dragging from empty space: from topmost, not last ↵bulia byak2008-02-181-1/+8
| | | | | selected object (bzr r4766)
* Fixing preview/swatch sizes.Jon A. Cruz2008-02-188-16/+105
| | | (bzr r4765)