projects
/
platform
/
core
/
graphics
/
tizenvg.git
/ search
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅ next
doc README: Update build status badge
2021-04-29
JunsuChoi
doc README: Update build status badge
commit
|
commitdiff
|
tree
2021-04-28
JunsuChoi
doc common: Fix typo and missing parameter
commit
|
commitdiff
|
tree
2021-04-27
JunsuChoi
infra Travis: Remove travis-ci build test
commit
|
commitdiff
|
tree
2021-04-22
JunsuChoi
doc common: Draft documentation for C++ header APIs
commit
|
commitdiff
|
tree
2021-04-22
JunsuChoi
loader SvgLoader: Fix wrong debug log
commit
|
commitdiff
|
tree
2021-04-20
JunsuChoi
loader SvgLoader: add locale-independent strtof function
commit
|
commitdiff
|
tree
2021-04-14
JunsuChoi
loader SvgLoader: Fix for coding convention
commit
|
commitdiff
|
tree
2021-04-14
JunsuChoi
loader SvgLoader: return null if transform attribute...
commit
|
commitdiff
|
tree
2021-03-16
JunsuChoi
sw_engine rleClipPath: Modify clippath spans creation...
commit
|
commitdiff
|
tree
2021-03-16
JunsuChoi
loader SvgSceneBuilder: Add root node to clipping viewBox.
commit
|
commitdiff
|
tree
2021-03-08
JunsuChoi
svg_loader SvgPath: Remove unnecessary optimization...
commit
|
commitdiff
|
tree
2021-03-05
JunsuChoi
svg_loader SvgLoader: Fix copy conditions for stop...
commit
|
commitdiff
|
tree
2021-02-23
JunsuChoi
common Scene: Fix translucent composition condition
commit
|
commitdiff
|
tree
2021-02-19
JunsuChoi
sw_engine Renderer: Fix build problem caused by merge...
commit
|
commitdiff
|
tree
2021-02-19
JunsuChoi
common: TVG_UNUSED marking on unused parameter
commit
|
commitdiff
|
tree
2021-02-19
JunsuChoi
shape: Refactoring to use initialize list
commit
|
commitdiff
|
tree
2021-02-19
JunsuChoi
common: Refactoring incorrectly declared loop variable
commit
|
commitdiff
|
tree
2021-02-19
JunsuChoi
common: Pointer that can declare const are refactored...
commit
|
commitdiff
|
tree
2021-02-19
JunsuChoi
common: Functions that can declare const are refactored...
commit
|
commitdiff
|
tree
2021-02-19
JunsuChoi
common: Fix ubuntu version in build test
commit
|
commitdiff
|
tree
2021-02-19
JunsuChoi
infra CI: Introduce new build test with github action
commit
|
commitdiff
|
tree
2021-02-19
JunsuChoi
common: Clean up code
commit
|
commitdiff
|
tree
2021-02-19
JunsuChoi
infra coding_style: Add coding style check bot
commit
|
commitdiff
|
tree
2021-02-02
JunsuChoi
svg_loader SvgLoader: Prevent memory leak
commit
|
commitdiff
|
tree
2020-12-22
JunsuChoi
svg_loader SvgLoader: Add memory allocation failed...
commit
|
commitdiff
|
tree
2020-12-22
JunsuChoi
raw_loader RawLoader: Add initialize
commit
|
commitdiff
|
tree
2020-12-22
JunsuChoi
svg_loader SvgLoader: Prevent array overflow
commit
|
commitdiff
|
tree
2020-12-17
JunsuChoi
svg_loader SvgLoader: Print inefficient elements
commit
|
commitdiff
|
tree
2020-12-16
JunsuChoi
svg_loader XmlParser: Print unsupported elements, attribute...
commit
|
commitdiff
|
tree
2020-12-15
JunsuChoi
examples Opacity: Add close method
commit
|
commitdiff
|
tree
2020-12-08
JunsuChoi
svg_loader SceneBuilder: No propagate opacity to child
commit
|
commitdiff
|
tree
2020-12-07
JunsuChoi
common Picture : Introduce Picture's size setter, getter...
commit
|
commitdiff
|
tree
2020-12-04
JunsuChoi
svg_loader Loader,XmlParser: String that has not been...
commit
|
commitdiff
|
tree
2020-12-03
JunsuChoi
svg_loader SceneBuilder: Use opacity() without using...
commit
|
commitdiff
|
tree
2020-11-30
JunsuChoi
common Scene: Fix validation check for child's bounds
commit
|
commitdiff
|
tree
2020-11-30
JunsuChoi
common Test: Add Paint.bounds unit test
commit
|
commitdiff
|
tree
2020-11-30
JunsuChoi
sw_engine Raster: Add null check for transform
commit
|
commitdiff
|
tree
2020-11-23
JunsuChoi
raw_loader Loader: Introduce Raw image loader
commit
|
commitdiff
|
tree
2020-11-03
JunsuChoi
svg_loader LoaderMgr: Delegates file validation check...
commit
|
commitdiff
|
tree
2020-11-03
JunsuChoi
svg_loader: Fixed a typo
commit
|
commitdiff
|
tree
2020-11-03
JunsuChoi
test Canvas: Set up unit test based on gtest.
commit
|
commitdiff
|
tree
2020-11-03
JunsuChoi
common lib/loaders: Fix missing space for coding convention
commit
|
commitdiff
|
tree
2020-11-03
JunsuChoi
svg_loader SvgLoader: Fix wrong indentation
commit
|
commitdiff
|
tree
2020-11-02
JunsuChoi
svg_loader SvgLoader: Prevent memory overflow for tagName
commit
|
commitdiff
|
tree
2020-10-13
JunsuChoi
tvgSvgLoader: Add points copy of missing polygon/polyline
commit
|
commitdiff
|
tree
2020-10-13
JunsuChoi
tvgSvgLoader: Fix wrong bracket
commit
|
commitdiff
|
tree
2020-10-13
JunsuChoi
tvgSvgLoader: Add "clip-path" attribute
commit
|
commitdiff
|
tree
2020-10-13
JunsuChoi
SvgLoader: Implement ClipPath style
commit
|
commitdiff
|
tree
2020-10-08
JunsuChoi
Travis-CI: Add build options
commit
|
commitdiff
|
tree
2020-10-08
JunsuChoi
Add PULL_REQUEST_TEMPLATE.md (#92)
commit
|
commitdiff
|
tree
2020-10-07
JunsuChoi
SwRender & tvgPaint: Implement ClipPath feature (#68)
commit
|
commitdiff
|
tree
2020-09-23
JunsuChoi
SvgPath: When path end(Z,z), Current point are returned...
commit
|
commitdiff
|
tree
2020-09-18
JunsuChoi
ReadMe: Add description for svg2png (#62)
commit
|
commitdiff
|
tree
2020-09-16
JunsuChoi
ThorVG/Utils: Convert svg to png (#8)
commit
|
commitdiff
|
tree
2020-09-15
JunsuChoi
SvgLoader: Fix wrong display when dasharray size is 1
commit
|
commitdiff
|
tree
2020-09-15
JunsuChoi
Update README.md
commit
|
commitdiff
|
tree
2020-09-15
JunsuChoi
Add travis ci build
commit
|
commitdiff
|
tree
2020-09-11
JunsuChoi
SvgLoader: Fix missing doc.gradients update
commit
|
commitdiff
|
tree
2020-09-10
JunsuChoi
SvgLoader: Modify calculation formula of linear gradient...
commit
|
commitdiff
|
tree
2020-09-10
JunsuChoi
SvgLoader: Supports case when only rx or ry is declared
commit
|
commitdiff
|
tree
2020-09-05
JunsuChoi
SvgLoader: Add Mask, ClipPath nodees as dummy.
commit
|
commitdiff
|
tree
2020-09-04
JunsuChoi
SvgLoader: Support DashArray attribute for stroke
commit
|
commitdiff
|
tree
2020-09-04
JunsuChoi
SvgLoader: Fix memory leak for loader's gradient
commit
|
commitdiff
|
tree
2020-09-04
JunsuChoi
SvgLoader: Add null check
commit
|
commitdiff
|
tree
2020-09-04
JunsuChoi
SvgLoaderCommon: Add initialization in SvgVector
commit
|
commitdiff
|
tree
2020-09-04
JunsuChoi
SvgLoader: Gradient use non-premultipied color
commit
|
commitdiff
|
tree
2020-09-04
JunsuChoi
SvgLoader: Use non-premultipied color
commit
|
commitdiff
|
tree
2020-09-04
JunsuChoi
SvgLoader: Remove unnecessary declaration
commit
|
commitdiff
|
tree
2020-09-04
JunsuChoi
SvgLoader: Do not delete the cloned node
commit
|
commitdiff
|
tree
2020-09-04
JunsuChoi
SvgLoader: Fix pointing to wrong parent
commit
|
commitdiff
|
tree
2020-09-02
JunsuChoi
SvgLoader: Prevent underflow when stack.cnt is 0
commit
|
commitdiff
|
tree
2020-09-02
JunsuChoi
SvgLoader: Defs type nodes are not saved in loader...
commit
|
commitdiff
|
tree
2020-08-03
JunsuChoi
spec: Add spec for rpm packaging
commit
|
commitdiff
|
tree
2020-07-23
JunsuChoi
SvgLoader: Fix opacity propagation
commit
|
commitdiff
|
tree
2020-07-21
JunsuChoi
SvgLoader: Support display=none feature
commit
|
commitdiff
|
tree
2020-07-16
JunsuChoi
test: Fix typo in makefile
commit
|
commitdiff
|
tree
2020-07-16
JunsuChoi
SvgLoader: Verify SVG resource
commit
|
commitdiff
|
tree
2020-07-09
JunsuChoi
SvgLoader/Parser: Fix typo
commit
|
commitdiff
|
tree
2020-07-09
JunsuChoi
SvgLoader: Fix typo (SCubic draw)
commit
|
commitdiff
|
tree
2020-07-09
JunsuChoi
SvgLoader: Inherit parent opacity
commit
|
commitdiff
|
tree
2020-07-09
JunsuChoi
SvgLoader: Support to linear, radial gradient
commit
|
commitdiff
|
tree
2020-07-07
JunsuChoi
SvgLoader: Fix z-angle calculation
commit
|
commitdiff
|
tree
2020-07-07
JunsuChoi
SvgLoader: Support arc_to draw
commit
|
commitdiff
|
tree
2020-07-07
JunsuChoi
SvgLoader: Skip unnecessary transform calc
commit
|
commitdiff
|
tree
2020-07-07
JunsuChoi
SvgLoader: Async conversion of svg data
commit
|
commitdiff
|
tree
2020-07-07
JunsuChoi
SvgLoader: Support x,y rounded rect
commit
|
commitdiff
|
tree
2020-07-07
JunsuChoi
SvgLoader: Support ellipse draw
commit
|
commitdiff
|
tree
2020-07-01
JunsuChoi
SvgLoader: Don't use custom transform
commit
|
commitdiff
|
tree
2020-06-29
JunsuChoi
test: Improve svg test
commit
|
commitdiff
|
tree
2020-06-29
JunsuChoi
SvgLoader: Fix typo
commit
|
commitdiff
|
tree
2020-06-29
JunsuChoi
SvgLoader: Supports Path's quadratic_to draw
commit
|
commitdiff
|
tree
2020-06-29
JunsuChoi
SvgLoader: Implement svgpath draw
commit
|
commitdiff
|
tree
2020-06-29
JunsuChoi
SvgLoader: Implement SvgSceneBuilder using SvgNode
commit
|
commitdiff
|
tree
2020-06-29
JunsuChoi
SvgLoader: Implement SVG Loader and SimpleXMLParser
commit
|
commitdiff
|
tree
2020-05-29
JunsuChoi
sw_engine: Fix build error (no match type)
commit
|
commitdiff
|
tree