summaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* 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)
* Fix initialization of grids. Should finally fix Bug #172778Johan B. C. Engelen2008-02-122-4/+4
| | | (bzr r4716)
* opacity max value is 255 instead of previous wrong 256 maxvalue that was ↵Felipe Corr??a da Silva Sanches2008-02-121-1/+1
| | | | | used here (bzr r4714)
* infobox on filter effects dialog now is optionalFelipe Corr??a da Silva Sanches2008-02-124-0/+21
| | | (bzr r4710)
* Fixed composite-node-observer including a file not existing in stable glibNiko Kiirala2008-02-112-1/+1
| | | (bzr r4708)
* * Missing localization for Reset preferences buttonLuca Bruno2008-02-112-2/+2
| | | (bzr r4707)
* remaining g++ 4.3 compilation fix-upsKees Cook2008-02-119-2/+11
| | | (bzr r4706)
* Offline work done during weekend:Felipe Corr??a da Silva Sanches2008-02-1110-112/+609
| | | | | | | | | | * handle fefuncR, fefuncG, fefuncB and fefuncA nodes * implement fecomponenttransfer renderer ** identity and gamma modes render perfectly ** linear and table modes are rendering with very slight imperfections This commit still mantains feComponentTransfer out of UI (still not implemented) (bzr r4704)
* revert to previous version.JF Barraud2008-02-101-20/+9
| | | (bzr r4700)
* Patch from Marcin Floryan to get rid of one string in the pot fileBryce Harrington2008-02-101-1/+1
| | | (bzr r4698)
* * Extended translation for Cairo PS Output, patch by Marcin Floryan (closes: ↵Luca Bruno2008-02-101-2/+2
| | | | | ##189196) (bzr r4697)