summaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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)
* wrap vfs_read_callback() callback in #ifdef WITH_GNOME_VFSBob Jamison2008-02-171-0/+5
| | | (bzr r4758)
* Don't store perspectives in plain SVGMaximilian Albert2008-02-171-1/+1
| | | (bzr r4755)
* Fix #192549 "selected style indicator can only call fill&stroke dialog once",gustav_b2008-02-171-1/+10
| | | | | regression by r17207. (Request dialog to presented when panel signals present.) (bzr r4754)
* cosmetics, copyeditbulia byak2008-02-171-4/+6
| | | (bzr r4752)
* do not override myFilename for OCAL inport!Kees Cook2008-02-171-9/+18
| | | (bzr r4751)
* remove unused constant which suggests we have some kind of limit to ↵bulia byak2008-02-171-1/+0
| | | | | scrolling distance (and which was way too small anyway, even if we have a limit it's much larger than that) (bzr r4750)
* (almost) remove artificial limits in spinbuttonsbulia byak2008-02-171-3/+3
| | | (bzr r4749)
* fix sticking in rotation mode after click (correct fix this time, sorry)bulia byak2008-02-171-0/+2
| | | (bzr r4748)
* fix sticking in rotation mode after clickbulia byak2008-02-171-2/+2
| | | (bzr r4747)
* fixups for previous OCAL tempfile wranglingsKees Cook2008-02-171-3/+8
| | | (bzr r4746)
* fix bug #191847, based on patch from Lubomir KundrakKees Cook2008-02-171-11/+21
| | | (bzr r4745)
* fix bug #179326, thanks to Lubomir KundrakKees Cook2008-02-171-52/+29
| | | (bzr r4744)
* add x,y, width and height parameter settings for <filter> node in a separate ↵Felipe Corr??a da Silva Sanches2008-02-162-34/+114
| | | | | | | | | tab on filters dialod (because it these parameters are not specific to a single primitive, but general to the whole filter instance) we should have handles on desktop to ajust this, but currently, setting widgets is all I am capable of creating :-P (bzr r4742)
* make the font family drop-down a little less flakeybulia byak2008-02-161-14/+40
| | | (bzr r4740)
* fix 168320: return NOTHING only if no texts selected, but not when a text ↵bulia byak2008-02-161-1/+1
| | | | | has nonexistent font (bzr r4739)
* remove old and apparently unused hack that was causing bug 192060bulia byak2008-02-151-7/+0
| | | (bzr r4735)
* fix logic of sp_desktop_query_style_all so that copy/pasting style could ↵bulia byak2008-02-151-3/+13
| | | | | work on text selections (bzr r4734)
* fix for bug #184671 (Filter effects properties not updating correctly)Felipe Corr??a da Silva Sanches2008-02-154-17/+111
| | | (bzr r4733)
* * Translatable context menu on the colours palette, patch by Marcin Floryan ↵Luca Bruno2008-02-141-2/+4
| | | | | (closes: #191795) (bzr r4731)
* bug 190722: crash adding newline to simple text object (gcc4.3+)Richard Hughes2008-02-131-3/+6
| | | (bzr r4728)
* comment fixbulia byak2008-02-132-3/+3
| | | (bzr r4726)
* fix center of the generated marker to be at the rotation center, not ↵bulia byak2008-02-131-2/+3
| | | | | geometric center (bzr r4725)
* fix scaling with stroke width for user-created markersbulia byak2008-02-131-2/+6
| | | (bzr r4724)
* fix for bug #189788Felipe Corr??a da Silva Sanches2008-02-131-4/+4
| | | | | pixbuffer was erroneously initialized in premultiplied alpha mode. (bzr r4721)
* i18n patch from MarcinAlexandre Prokoudine2008-02-134-5/+7
| | | (bzr r4719)