summaryrefslogtreecommitdiffstats
path: root/src/helper-fns.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Misc. typos and whitespace fixesluz.paz2019-03-211-1/+1
| | | Found via `codespell -q 3 -I ../inkscape-whitelist.txt -S *.svg,*.po,./src/3rdparty`
* Clarify licensesMax Gaukler2018-11-081-1/+2
| | | | | | - add license headers to everything - convert a few files from public domain or LGPL2.1+ to GPL2+ - some archaeology to clarify which files are from which library
* fixes a few of jenkins warningsMarc Jeanmougin2015-05-081-1/+1
| | | (bzr r14126)
* Header cleanup: stop using Glib types where they aren't truly needed. Eases ↵Liam P. White2014-08-311-29/+1
| | | | | GThread deprecation errors. (bzr r13341.1.190)
* Prevent infinite loop with bad input.Tavmjong Bah2014-01-081-0/+1
| | | (bzr r12893)
* allow use of comma delimiter in filter table values array (Bug 511140)Alvin Penner2012-01-211-3/+4
| | | | | | Fixed bugs: - https://launchpad.net/bugs/511140 (bzr r10916)
* Cleanup pass on documentation that was dumping garbage into doxygen output.Jon A. Cruz2011-10-251-4/+1
| | | (bzr r10696)
* Prevent localized doubles from being written into filter matricesKrzysztof Kosi??ski2010-12-121-6/+6
| | | (bzr r9948)
* Super duper mega (fun!) commit: replaced encoding=utf-8 with ↵Chris Morgan2010-11-171-1/+1
| | | | | | | | | | | | | | | fileencoding=utf-8 in all 1074 Vim modelines. The reason for this is that (a) setting the encoding isn't nice, and (b) Vim 7.3 (with modeline enabled) disallows it and pops up an error whenever you open any file with it ("invalid modeline"). Also corrected five deviant modestrings: * src/ui/widget/dock.cpp and src/ui/widget/dock.h: missing colon at the end * src/ui/dialog/tile.cpp: removed gratuitous second colon at the end * src/helper/units-test.h: removed gratuitous space before a colon * share/extensions/export_gimp_palette.py: missing textwidth=99 That's my geekiest commit yet. (bzr r9900)
* updating my email address in file headersFelipe Corr??a da Silva Sanches2009-12-131-1/+1
| | | (bzr r8889)
* Partial fix for bug 193926 , thanks to Preben Soeberg.Jasper van de Gronde2009-04-211-1/+4
| | | (bzr r7752)
* Fix for helperfns_read_vector (which could go on trying to read numbers for ↵Jasper van de Gronde2009-03-311-10/+9
| | | | | ever) and some quality improvements to gradient rendering and feComponentTransfer handling. (bzr r7599)
* resolve Bug #339349, drop shadow effect brokenAdib Taraben2009-03-171-8/+53
| | | (bzr r7514)
* Another week coding offline...Felipe Corr??a da Silva Sanches2009-01-051-1/+1
| | | | | | | | | | | | * Adding Set Width (horiz-adv-x attribute) slider to the SVGFonts dialog. * Fixed the order of some language options at the i18n preferences page. * Fixed parsing and handling of u1 and u2 (CSS2 unicode range) attributes for kerning pair nodes * Fixed a warning in helper-fns.h * commented out unused variable in sp-font.cpp * refactoring of nr-svgfonts.cpp * using 1000 instead of horiz-adv-x when scaling the glyph coordinates. Probably should use a value based on units-per-em in the future. Or maybe accent-height, cap-height, x-height... I don't know. I should study this subject a bit more first. (bzr r7082)
* tiny refactoringFelipe Corr??a da Silva Sanches2008-02-271-1/+1
| | | (bzr r4880)
* Offline work done during weekend:Felipe Corr??a da Silva Sanches2008-02-111-0/+10
| | | | | | | | | | * 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)
* first set of updates to headers for clean gcc 4.3 buildsKees Cook2008-01-251-0/+2
| | | (bzr r4588)
* Fixed several crashes when modifying filter effect parameters with XML editorNiko Kiirala2007-12-061-2/+13
| | | (bzr r4185)
* Refactoring SPColor to C++ and removing legacy CMYK implementationJon A. Cruz2007-09-151-4/+3
| | | (bzr r3753)
* Filter effects:Nicholas Bishop2007-08-071-4/+4
| | | | | | * Fixed a few bugs with the feColorMatrix settings, such as bad sensitivity settings and missing updates. * Changed matrix loading (for the values attribute of feColorMatrix) so that it can handle values separated by more than one space. (bzr r3407)
* feColorMatrix filter primitive implementationFelipe Corr??a da Silva Sanches2007-08-051-2/+2
| | | (bzr r3374)
* setting of attributes and default values for feColorMatrix. Felipe Corr??a da Silva Sanches2007-08-041-1/+10
| | | | | | refactornig: moved read_kernel_matrix to helper-fns.h and renamed it to helperfns_read_vector. Used it on sp-fecolormatrix.cpp (bzr r3364)
* refactoring: gathering some commonly copy'n'pasted functions on a common Felipe Corr??a da Silva Sanches2007-07-271-0/+54
header (bzr r3314)