1
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 year ago. based on code collected about 1 year ago.
Jan 16, 2023 — Jan 16, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
unbreak the DEBUG build More... about 18 years ago
add libwpg::WPGraphics::generateSVG function as a courtesy for different applications that support svg already More... about 18 years ago
use a std::ostream instead of printf; also fixes printing floating point numbers in non-C locales (patch Dominic Lachowicz) More... about 18 years ago
removing many warning using -Wall -Weffc++ and -pedantic More... about 18 years ago
make the constructors explicit More... about 18 years ago
The proper fix after reading again the docs :-( More... about 18 years ago
Change in the compound polygon treatment: the members of the group share some of the common characteristics and transform, but the pen and brush can be different for each of them More... about 18 years ago
Add a makefile.mk usefull to build libwpg inside OOo build environment More... about 18 years ago
some little cleanup More... over 18 years ago
libwpg-1 --> libwpg-0.1 More... over 18 years ago
Make MSVC happy again + remove some warnings + some .cvsignore stuff More... over 18 years ago
Do not flatten libwpg namespace, fix msvc build More... over 18 years ago
bye More... over 18 years ago
wpg2odg is now in separate CVS module More... over 18 years ago
fixed wrong position of circles/ellipses More... over 18 years ago
ignore More... over 18 years ago
this is supported now More... over 18 years ago
matrix multiplication handled compound polygon properly made paths within compound grouped together fixed gradient colors within DP brush fore color removed redundant debug messages fixed some compiler warnings More... over 18 years ago
path append and closing More... over 18 years ago
compile wpg2odg More... over 18 years ago
preliminary wpg2odg, still without stroke and fill More... over 18 years ago
Unbreak the build More... over 18 years ago
get and parse record extensions (necessary for nested record) stub handler for compound polygon More... over 18 years ago
fixed s/polyline/polygon reset line ending to (Unix) LF More... over 18 years ago
use the path instead of the low-level curve structure s/polyline/polygon as it can be filled with the brush More... over 18 years ago
data structure for path More... over 18 years ago
properly parse color in double-precision mode More... over 18 years ago
read the alpha channel More... over 18 years ago
Update MSVC project files + remove certain warnings with GCC and compiler errors with MSVC++ 6.0 More... over 18 years ago
support for alternating and winding fill methods (aka evenodd and nonzero in SVG's fill-rule attribute) More... over 18 years ago