https://github.com/dalboris/vpaint

sort by:
Revision Author Date Message Commit Date
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
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
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
00f0756 Resolved Home/End shortcut conflict (use CTRL+arrow for timeline); Added tooltips and statustips to timeline buttons 10 February 2016, 21:39:57 UTC
4c021fa Fixed MSVC 2012 compile/link errors, warnings, and segfaults 10 February 2016, 21:08:12 UTC
9583eaf Updated logo.svg 10 February 2016, 02:05:16 UTC
7eed509 Changed all mention of VPaint 1.5 to current version; Updated current logo to 1.6 10 February 2016, 00:57:43 UTC
b6cf7b6 CheckUpdate: new download links; use POST request to avoid caching; Fixed not replaced 10 February 2016, 00:27:42 UTC
3fdcbac Fixed open_() slot 09 February 2016, 23:47:51 UTC
b344989 Made current document dir the default dir of file dialogs 09 February 2016, 23:29:03 UTC
3288f6b Merge branch 'feat/23/save-on-close'. Closes #23. 09 February 2016, 22:20:48 UTC
df548ef Reset undo stack on new/open 09 February 2016, 22:19:35 UTC
5019901 Ask to save on quit; Reverted writeSettings() from Global to MainWindow 09 February 2016, 21:29:42 UTC
9dbe429 Ask to save on close/open/new 09 February 2016, 21:13:22 UTC
3b6eea0 Implemented isModified(); Show [*] in window title for user feedback 09 February 2016, 20:34:20 UTC
75cd03a Fixed wrong issue number in commit. 06 February 2016, 04:10:56 UTC
0ebe9d2 Merge branch 'feat/transform-tool'. This closes #28. 06 February 2016, 04:09:45 UTC
04ed249 Merge branch 'feat/transform-tool'. This closes #21. 06 February 2016, 03:59:41 UTC
8ff7fd4 Added TransformTool contextual help 06 February 2016, 03:58:47 UTC
023f3af Fixed crash when rescaling to degenerated bbox 06 February 2016, 02:58:53 UTC
a51856d Rotate bounding box during rotation 06 February 2016, 02:20:50 UTC
2be9148 Fixed manual pivot point reset when keyframing during drag and drop 06 February 2016, 01:29:51 UTC
e421c18 Fixed manual pivot point reset when keyframing during affine transform 06 February 2016, 01:21:13 UTC
a0e17de Fixed bounding box duplicated when onion skinning enabled 06 February 2016, 01:10:29 UTC
8a6f36e Implemented constrained transformation with Shift 06 February 2016, 00:07:12 UTC
208bd62 Move pivot to transform position on widget highlighting 05 February 2016, 20:19:46 UTC
14270cc Made TransformTool listen to keyboardModifiersChanged() to display change on key press rather than mouse move 05 February 2016, 02:41:58 UTC
2441723 Use Alt modifier key to scale relative to pivot, or rotate relative to corner 05 February 2016, 02:19:38 UTC
d2f7abb Implemented pivot point behaviour 05 February 2016, 01:56:30 UTC
9857c82 Draw and pick pivot 04 February 2016, 20:06:22 UTC
050449e Made affine transformation undoable 04 February 2016, 19:29:26 UTC
460e691 Refactored Transform Tool 04 February 2016, 19:24:47 UTC
1ced38c Merge branch 'scribblemaniac-setting-bug-fix' 04 February 2016, 07:24:46 UTC
fe7b42b Merge branch 'setting-bug-fix' of https://github.com/scribblemaniac/vpaint into scribblemaniac-setting-bug-fix 04 February 2016, 07:22:29 UTC
c07445c Fixed '+' sign email address error 04 February 2016, 07:13:15 UTC
58f391b Refactored TransformTool to prepare implementation of pivot 04 February 2016, 03:25:24 UTC
dedbce1 Fixed outline bbox crash when time out of cell lifespan 04 February 2016, 01:18:55 UTC
087cad6 Made transform tool relative to outline bounding box; Minor refactoring of TransformTool 04 February 2016, 01:00:09 UTC
b442787 Implemented outline bounding box 03 February 2016, 22:55:33 UTC
4f0d9aa Implemented affine transform backend. This completes a minimal functional implementation of the transform tool 03 February 2016, 22:05:05 UTC
back to top