lottie/vector: Added texture and transformation support in brush.
[platform/core/uifw/lottie-player.git] / src / vector /
2019-01-15 subhransu mohantylottie/vector: Added texture and transformation suppo... 76/197676/1
2019-01-15 subhransu mohantylottie/vector: added image loading support in vector. 34/197534/3
2019-01-15 subhransu mohantylottie/stb: fixed warning regarding unused function. 33/197533/2
2019-01-15 subhransu mohantylottie/vector: create a wraper library of stb_image... 32/197532/3
2019-01-11 subhransu mohantylottie/vector: added updateLuma() api to convert RGBA... 01/197201/2
2019-01-10 subhransu mohantylottie/vector: image fill support in drawhelper 00/197200/1
2019-01-10 subhransu mohantylottie/render: added drawBitmap api to painter class. 67/196767/2
2019-01-09 subhransu mohantylottie/vector: added destIn and destOut comp function. 99/197199/1
2019-01-09 subhransu mohantylottie/vector: add depth() and const data() api to... 98/197198/1
2019-01-08 subhransu mohantylottie/vector: added intersected() and size() api to... 66/196766/2
2019-01-04 subhransu mohantylottie/vector: refactor VBitmap class to use shared_ptr... 39/196739/2
2018-12-28 Hermet Parkupdated licenses info. 38/196438/2 accepted/tizen/unified/20190103.030356 submit/tizen/20190102.045226
2018-12-27 Hermet Parkupdated licenses info 29/196329/2
2018-12-27 Hermet Parkadd missing copyright. 14/196314/1
2018-12-27 subhransu mohantylottie/vector: move pixman code to separate pixman... 88/196288/1
2018-12-26 Hermet ParkInitialize member variables to resolve unnannoying... 41/196241/1 submit/tizen/20181226.115019
2018-12-26 Hermet Parkremove sneaked inserting unicodes, zero-width no-break... 40/196240/1
2018-12-26 Hermet ParkPut samsung copyright header to all our own source... 34/196234/1
2018-12-26 Hermet ParkInitialize member variables to resolve unnannoying... 15/196215/1
2018-12-26 Hermet Parkvector: fix wrong naming.
2018-12-24 subhransu mohantylottie/vector: use snprintf instead of sprintf. 57/196157/1 accepted/tizen/unified/20181227.062023 submit/tizen/20181226.015316
2018-12-24 subhransu mohantylottie: Fixed SVACE warning for uninitialized class... 56/196156/3
2018-12-24 subhransu mohantylottie: Fixed SVACE warning regarding missing break... 54/196154/2
2018-12-20 sub.mohanty@samsun... lottie/render: Construct on first use of thread pool... 22/195922/2
2018-12-13 subhransu mohantylottie/render: Added custome future/promise to optimize... 12/195312/3
2018-12-12 subhransu mohantylottie/render: add new drawRle() api with rle clip... 77/195277/1
2018-12-12 subhransu mohantylottie/vector: Added a callback version of intersect... 76/195276/1
2018-12-12 subhransu mohantylottie/vector: Fixed vpath::clone() implementation. 82/195182/2
2018-12-05 subhransu mohantylottie: Refactor task queue to accept move only task... 64/194464/1
2018-12-03 sub.mohanty@samsun... lottie/vector: add boundingbox callback in freetype... 90/194290/2
2018-12-03 subhransu mohantylottie/vector: optimize RleTask structure packing. 97/194297/1
2018-11-30 subhransu mohantylottie/vector: remove @todo as the issue is fixed. 42/194142/2
2018-11-30 subhransu mohantylottie/vector: make dashoffset optional data in dash... 30/194130/3
2018-11-30 subhransu mohantylottie/vector: take the fast path in addPath() api... 14/194114/2
2018-11-29 subhransu mohantylottie/vector: added unique(), refCount() and null... 13/194113/2
2018-11-21 subhransu mohantylottie: refactor trim object handling 77/193477/1
2018-11-19 subhransu mohantylottie/vector: optimize when the rle bounding rect... 14/193314/2
2018-11-19 subhransu mohantylottie: Use the max float value for gap to generate... 01/193201/2
2018-11-19 subhransu mohantylottie/performance: clip out path early during rle... 96/193296/2
2018-11-19 subhransu mohantylottie/vector: add support for clip during rle generation. 95/193295/3
2018-11-19 sub.mohanty@samsun... lottie: optimize VPath::length() api implementation. 63/193263/2
2018-11-19 sub.mohanty@samsun... lottie/vector: extend freetype stroker to provide the... 61/193261/2
2018-11-15 subhransu mohantylottie/vector: added angleAt() api to bezier class. 24/193124/1
2018-11-15 subhransu mohantylottie/vector: add angle api to VLine class 22/193122/1
2018-11-14 subhransu mohantylottie/vector: fixed the crash in bezier::length()... 58/193058/1
2018-11-09 subhransu mohantylottie: Take care of parentAlpha when drawing with... 35/192735/1
2018-11-01 subhransu mohantylottie/vector: added new addroundrect api with uniform... 22/192222/1
2018-10-16 subhransu mohantylottie: make destructor virtual for proper cleanup... 09/191309/1
2018-09-12 subhransu mohantylottie/parser: update the lottie tree dump method. 70/188970/1
2018-09-11 subhransu mohantylottie/optimization: efficient member packing in the... 34/188834/1
2018-09-10 sub.mohanty@samsun... lottie/vector: fine tune path api. 17/188717/2
2018-09-09 sub.mohanty@samsun... lottie: rename all isEmpty() api to empty() for consist... 20/188720/1
2018-09-09 sub.mohanty@samsun... lottie/vector: refactor rect class. 19/188719/2
2018-09-05 subhransu mohantylottie/vector: optimize VMatrix size requirement. 67/188467/2
2018-09-05 subhransu mohantylottie: optimize VColor structure. 65/188465/2
2018-09-05 subhransu mohantylottie/render: add neon path srcOver compostion mode... 98/188498/1
2018-09-03 subhransu mohantylottie: modernize using clang-tidy 'modernize-use-defau... 52/188252/1
2018-09-03 subhransu mohantylottie: moderize using clang-tidy 'modernize-return... 51/188251/1
2018-09-03 subhransu mohantylottie: avoid extra copy by using std::move 48/188248/1
2018-09-03 subhransu mohantylottie: modernize using clang-tidy "modernize-use-equal... 45/188245/1
2018-09-03 subhransu mohantylottie: mordernize using clang-tidy "modernize-use... 36/188236/1
2018-09-03 Youngbok Shinlottie/vector: fix build failure for non-arm devices 29/188229/2
2018-08-31 subhransu mohantylottie/vector: add a local arena allocator. 77/188077/1
2018-08-30 subhransu mohantylottie: fixed proper handling of offset property in... 67/187967/1
2018-08-29 subhransu mohantylottie/vector: move line related api to its own class . 45/187845/1
2018-08-28 subhransu mohantylottie/vector: refactor VPathMesure to handle offset . 92/187792/3
2018-08-28 Youngbok Shinvector/vdasher: fix a wrong code indentation about... 47/187747/1
2018-08-28 Youngbok Shinlottie/vdasher: fix multiple dashes issue on multiple... 34/187734/1
2018-08-28 subhransu mohantylottie/vector: refactor VDasher. 92/187692/1
2018-08-27 Youngbok Shinlottie/vdasher: improve readability for cubicTo function 52/187652/2
2018-08-27 Youngbok Shinlottie/vdasher: improve readability for lineTo function 47/187647/3
2018-08-27 Youngbok Shinlottie/vdasher: remove connected dash lines between... 87/187587/2
2018-08-23 subhransu mohantylottie: refactor the lottie scene graph processing. 23/187423/1
2018-08-23 subhransu mohantylottie/vector : added addPath() api to vpath. 11/187411/1
2018-08-23 subhransu mohantylottie/vector: return correct number from segments... 10/187410/1
2018-08-21 subhransu mohantylottie: fixed warnings generated by '-Wextra' flag. 15/187215/3
2018-08-21 subhransu mohantylottie: refactor VRaster class. 98/187198/2
2018-08-21 sub.mohanty@samsun... lottie/vector: added Xor operation to Rle object 88/187188/3
2018-08-16 subhransu mohantylottie/vector: refactor VPath class to use emplace_back... 68/186868/1
2018-08-16 subhransu mohantylottie/render: keep mRle object in valid state after... 29/186829/1
2018-08-13 subhransu mohantylottie/render: remove unused functions. 38/186638/1
2018-08-13 sub.mohanty@samsun... lottie/render: fixed issue with + and - operator implem... 04/186604/2
2018-08-09 subhransu mohantylottie/render: fixed transparency issue in renderer. 15/186415/1
2018-08-09 subhransu mohantylottie/vector: added isEmpty() api in size class. 02/186302/1
2018-08-08 subhransu mohantylottie/render : fixed dash regression 05/186205/1
2018-08-08 subhransu mohantylottie/vector: fixed dasher issue. 04/186204/1
2018-08-07 subhransu mohantylottie/vector: refactored VRle class to use cow_ptr. 11/185911/4
2018-08-06 subhransu mohantylottie/render: Implement drawRle() with position inform... 62/185962/1
2018-08-03 Youngbok Shinlottie/render: don't redraw stroke/dash if there is... 91/185891/2
2018-08-02 Youngbok Shinlottie/raster: remove Const qualifier from VPath parameters 75/185775/1
2018-08-02 Youngbok Shinlottie/vector: move VPath to raster/drawable methods 63/185763/1
2018-08-02 Youngbok Shinlottie/vector: add clone method to copy data without... 52/185752/2
2018-08-02 subhransu mohantylottie/render: fixed logic where the memory will only... 48/185748/1
2018-08-02 subhransu mohantylottie: add support for arm fast path in vector render... 35/185735/1
2018-08-01 subhransu mohantylottie/optimization: move the rle object to rletask... 86/185586/1
2018-08-01 subhransu mohantylottie/vector: added reset() api to VRle class. 85/185585/1
2018-07-31 subhransu mohantylottie/render: fixed rendering backend issue for arm. 13/185513/1
2018-07-31 subhransu mohantylottie/render: add support for arm backend build. 12/185512/1
2018-07-31 subhransu mohantylottie: move logging system initialization to player. 84/185484/1
2018-07-30 subhransu mohantylottie/vector: reserve memory ahead to minimize realloc... 81/185381/6
next