https://github.com/dalboris/vpaint

sort by:
Revision Author Date Message Commit Date
a202d2b Update about dialog 04 December 2019, 23:00:39 UTC
696ba2e About Dialog: Show version as text rather than within logo image 26 November 2019, 17:45:23 UTC
2263d5b Merge branch 'svg-import' (#9) (#109) (#110) 23 November 2019, 01:07:01 UTC
cc92704 SVG Import: move menu item next to Export 23 November 2019, 01:05:02 UTC
eebe61e VGC Import: Cleanup 23 November 2019, 01:00:46 UTC
e0b84c9 SVG Import: implement elliptical arcs (A) 23 November 2019, 00:34:32 UTC
b235ef0 SVG Import: implement Bezier curves, i.e. C/S/Q/T 22 November 2019, 19:26:57 UTC
214914c SVG Import: allow comma between argtuples 22 November 2019, 14:22:03 UTC
584abf9 SVG Import: full Z/M/L/H/V support, including: holes, filled open paths, auto-close missing Z 22 November 2019, 02:52:43 UTC
a717e25 Implement Qt-independent SVG path data parser 20 November 2019, 14:56:21 UTC
e4ae23b Fix typo verticies -> vertices 16 November 2019, 22:38:24 UTC
e5d4b58 Merge scribblemaniac/feat/svg-import 16 November 2019, 21:04:51 UTC
53058f8 Get SVG import to a somewhat functional state 16 November 2019, 07:23:35 UTC
30219dc Be robust to opening files with empty inbetween faces (#83) 15 November 2019, 23:48:54 UTC
458b340 Fix tiny closed inbetween edge not visible at all (#76) 15 November 2019, 20:50:29 UTC
5a3b126 Have Ctrl+A only select cells in current frame (#61) 15 November 2019, 18:17:30 UTC
75d5889 Fix blurry app on macOS retina screens 14 November 2019, 22:10:34 UTC
966921c Change license from MIT to Apache 2.0 (#88) 09 November 2019, 22:35:25 UTC
b9942b9 Change license from MIT to Apache 2.0 (#88) 09 November 2019, 22:27:57 UTC
c86b187 Update README.md 09 November 2019, 22:20:58 UTC
cbbeb22 Change license from MIT to Apache 2.0 (#88) 09 November 2019, 22:05:49 UTC
379b910 Change license from MIT to Apach 2.0 (#88) 09 November 2019, 22:01:02 UTC
183f0a3 Fix OpenGL crash on macOS; request OpenGL 2.1 context (#105) 09 November 2019, 20:00:01 UTC
8088a05 Fix crash when keyframing multi-cycle inbetween face with at least one inbetween closed edge in boundary (#106) 17 October 2019, 17:32:49 UTC
9637225 Fix incorrect depth-ordering when keyframing (#107) 17 October 2019, 13:29:53 UTC
fc29e3f Don't include GLEW; request OpenGL 3.0 context (#105) 15 October 2019, 15:32:11 UTC
2c80ed5 Make it clear to users that each layer has its own background (#102) 12 December 2018, 16:58:31 UTC
ef32331 Make ViewSettingsWidget background transparent (#104) 09 December 2018, 19:56:13 UTC
39eb8a8 Unify ViewSettingsWidget layout in all platforms (#104) 09 December 2018, 19:52:38 UTC
fefd2ae Rename ViewMacOsX to ViewWidget; draw ViewSettingsWidget over View on all platforms (#104) 09 December 2018, 19:14:15 UTC
8b4b63c Automatically create default layer with white background on new document (#102) 07 December 2018, 23:09:01 UTC
6a4dac0 Document that Scene constructor creates scene with zero layers 07 December 2018, 22:48:42 UTC
0e80508 Port from QGLWidget to QOpenGLWidget (#98) 01 December 2018, 14:18:54 UTC
6b3f9c5 Extract View3DSettings from View3D (#98) 27 November 2018, 22:19:36 UTC
5d8a965 Remove GLWidget_Settings (#98) 26 November 2018, 18:35:43 UTC
34381c0 Fix Subrame->Subframe typo 25 November 2018, 09:55:45 UTC
a124a68 Fix Timeline style issues on macOS (#96) 24 November 2018, 14:47:39 UTC
8d3f5c9 Fix ViewSettings style issues (#96) 24 November 2018, 11:26:47 UTC
5a0e65f Remove view settings toggle on macOS 23 November 2018, 16:00:40 UTC
a6791a1 Fix broken link in Info.plist 22 November 2018, 17:41:56 UTC
30e7473 Respect user color scheme in LayersWidget (#93) 19 November 2018, 10:48:23 UTC
d5ff233 Fix incorrect time-offset when copy-pasting between layers 13 November 2018, 20:13:30 UTC
c61c8e9 Link to opengl32.lib and glu32.lib on Windows; set Qt::AA_UseDesktopOpenGL attribute This is required since Qt 5.5+.For more details, see http://doc.qt.io/qt-5/windows-requirements.html 12 November 2018, 14:03:40 UTC
9dc7ff8 Fix crash on end of sketching stroke 11 November 2018, 17:52:49 UTC
4d77e3b Fix relative #includes; was required for compiling on VS2012 11 November 2018, 17:33:50 UTC
f085d81 Implement layer backgrounds (#33) 09 November 2018, 16:56:06 UTC
96ffc79 Implement Undo for layers operations (#33) 08 November 2018, 18:49:02 UTC
77805f2 Implemented save/open *.vec file with multiple layers (#33) 06 November 2018, 21:19:24 UTC
1658343 Implement toggle layer visibility (#33) 06 November 2018, 18:08:49 UTC
7115478 Implemented layer create, move, rename, and delete (#33) 06 November 2018, 17:43:29 UTC
3efb94f Use Layer class as backend. Not synced with Layers panel yet. Backgrounds not supported yet. (#33) 04 November 2018, 11:54:01 UTC
c4dc395 Add comment in Layer::exportSVG() (#33) 03 November 2018, 16:16:11 UTC
6c99a0e Implement Layer class (#33) 03 November 2018, 15:49:34 UTC
8e56688 Fix indentation + add comment in Scene.cpp (#33) 03 November 2018, 15:37:10 UTC
c56c494 Rename Scene.cpp 'sceneObject' local variables to 'layer' and update comments accordingly (#33) 01 November 2018, 20:43:11 UTC
178e96d Move #includes to top of Scene.cpp file 01 November 2018, 20:36:56 UTC
79a5ad9 Rename Scene::addSceneObject() to addLayer() (#33) 01 November 2018, 20:35:00 UTC
9d35743 Fix indentation 01 November 2018, 14:16:20 UTC
d4012a3 Remove unused function Global::currentVAC() (#33) 01 November 2018, 13:19:50 UTC
c36ab92 Remove function Scene::getVAC_() redundant with activeLayer() (#33) 01 November 2018, 13:08:22 UTC
c23cca3 Rename Scene::vectorAnimationComplex() to activeLayer() (#33) 01 November 2018, 13:01:44 UTC
53fa5ca Delete unused function Scene::sceneObjects() (#33) 01 November 2018, 12:42:46 UTC
fc1762b Rename Scene::sceneObjects_ to layers_ (#33) 01 November 2018, 12:41:27 UTC
cc50f81 Allow editing of layer names 31 October 2018, 12:05:03 UTC
32da909 Add buttons in Layers panel and implement their front-end behaviour 31 October 2018, 11:27:10 UTC
411625a Implement selection mechanism between layers 30 October 2018, 17:16:01 UTC
2d988e5 Create skeleton class for LayersWidget, and add it as a dock 29 October 2018, 15:13:45 UTC
30ca993 Added link to vgc github repository 07 January 2018, 12:02:38 UTC
dd44228 Updated status of VPaint 30 October 2017, 17:30:41 UTC
e9859fe Fixed typo in COPYRIGHT file 24 April 2017, 02:58:53 UTC
5696c58 Began refactoring for the g tag 23 September 2016, 01:46:48 UTC
30a1ea5 Implemented Use View Settings 15 June 2016, 22:29:50 UTC
709d2e4 Merge branch 'scribblemaniac-minor-fixes' 13 June 2016, 19:05:40 UTC
5a20142 Fixed bug where tool cursors would not update Don't ask me why this works, because I have no idea, it just does. 24 May 2016, 02:49:26 UTC
5ea6cde Added dynamic cursors to timeline dragging 24 May 2016, 02:45:19 UTC
e86f455 Added checkerboard to colorselector to see transparency 24 May 2016, 01:25:28 UTC
d4c83c7 Implemented elliptical curves 20 March 2016, 04:50:27 UTC
5cbce93 Implemented path curveto 17 March 2016, 20:34:49 UTC
4d179d3 Improved circle drawing 17 March 2016, 18:22:15 UTC
0894e43 Improved ellipse drawing 17 March 2016, 18:15:37 UTC
eb6e472 Lots of work on the path tag 16 March 2016, 03:22:14 UTC
cfc7bdc Added structure for path implementation 02 March 2016, 01:12:13 UTC
b5c30e0 Added coordinate pair reader for path data and added PotentialPoint class 02 March 2016, 00:09:16 UTC
365d6af Implemented ellipse tag 01 March 2016, 08:09:56 UTC
91b18a8 Added copyright headers 01 March 2016, 05:22:25 UTC
8e59392 Implemented circle tag 01 March 2016, 05:20:17 UTC
a625307 Corrected capitalization 01 March 2016, 02:17:01 UTC
62b004e Implemented polygon tag 28 February 2016, 05:02:59 UTC
2dda80a Implemented polyline tag 28 February 2016, 03:19:50 UTC
e15474f Implemented line tag 28 February 2016, 02:11:56 UTC
7cf4187 Factored out presentation elements 28 February 2016, 01:51:50 UTC
d01a66d Added opacity attribute support A little bit of buggyness with translucent strokes. 27 February 2016, 23:28:32 UTC
a3659c5 Fixed undo action 27 February 2016, 23:27:49 UTC
42aa184 Started svg import functionality Currently only works with the rect tag and certain attributes 27 February 2016, 22:47:01 UTC
85d499a Adjust background widget layout for Mac OS X 11 February 2016, 08:54:54 UTC
cd01138 Merge branch 'scribblemaniac-quickfix-norepeat'. Closes #57. 11 February 2016, 03:17:09 UTC
6b0faf3 Cleaned UpdateCheck 11 February 2016, 03:16:31 UTC
735b11b Fixed background x-position clamped to -2 11 February 2016, 00:32:24 UTC
9bfa38e Fixed issue with version not updating in config 10 February 2016, 22:32:32 UTC
4a6453d Fixed compile error 10 February 2016, 21:48:54 UTC
back to top