Commit Graph

2891 Commits

Author SHA1 Message Date
Maurycy Liebner
cacc015ee0 Fix Linux build. 2020-04-15 17:09:52 +02:00
Maurycy Liebner
9bcc492424 Try building icu from source. 2020-04-15 08:44:10 +02:00
Maurycy Liebner
677596dc51 Attempt to fix CI. 2020-04-14 19:33:54 +02:00
Maurycy Liebner
c81f7821aa Add Windows scripts. 2020-04-14 19:45:58 +02:00
Maurycy Liebner
750f349418 Use smooth scaling for icons. 2020-04-14 19:44:09 +02:00
Maurycy Liebner
d34b46d936 Differentiate keyframes by shape and color. Closes #97. 2020-04-14 19:40:13 +02:00
Maurycy Liebner
33ef0cbae6 Fix examples *.pro files. 2020-04-14 17:25:19 +02:00
Maurycy Liebner
f90be67b68 Add Windows build instructions to README.md. 2020-04-14 17:14:27 +02:00
Maurycy Liebner
5062943822 Add missing override. 2020-04-14 15:05:34 +02:00
Maurycy Liebner
8a5bb9f812 Add missing includes.
Remove redundant this from lambda.
2020-04-14 14:59:29 +02:00
Maurycy Liebner
27be6c4830 Try supporting older windows versions. 2020-04-14 12:53:40 +02:00
Maurycy Liebner
b1a237aac0 Initial json export commit. 2020-04-13 20:14:45 +02:00
MaurycyLiebner
e808339015
Merge pull request #96 from rschiang/macos
git submodule and macOS Build Support
2020-04-13 10:00:01 +02:00
Poren Chiang
c002d5f9d5 Simplify dyld path and add macOS deployment config 2020-04-12 20:30:49 -07:00
Poren Chiang
9a3fbe0ac4 Add fontconfig library reference 2020-04-12 14:01:48 -07:00
Poren Chiang
de313fec5b Fix project library linking sequence 2020-04-12 07:07:08 -07:00
Poren Chiang
a686a6a43d macOS: Use local libmypaint build 2020-04-12 03:46:42 -07:00
Poren Chiang
19f3e4993f Update CI and autoconf instructions 2020-04-12 01:00:40 -07:00
Poren Chiang
fec03f8533 Update build config and instructions 2020-04-11 16:00:39 -07:00
Poren Chiang
7d86fda3b6 Replace gperftools with submodule + patch 2020-04-11 14:59:56 -07:00
Maurycy Liebner
c7ec9db7f3 Try directly drawing simple paths without rasterizing them first. 2020-04-10 16:09:08 +02:00
Maurycy Liebner
90dc4ce185 Fix RangeMap::firstEmptyRangeLowerBound. 2020-04-10 16:07:22 +02:00
Maurycy Liebner
228131f1cf Fix macOS global menu bar. 2020-04-10 09:04:14 +02:00
Maurycy Liebner
eba1ef4844 Fix QApplication stylesheet. 2020-04-10 09:03:58 +02:00
Maurycy Liebner
5545211d9b Fix encoding RGBA outputs. 2020-04-10 08:46:59 +02:00
Maurycy Liebner
013086e7f9 Remove border from status bar widgets in Windows. 2020-04-09 17:01:41 +02:00
Maurycy Liebner
037270a259 Use FakeMenuBars in place of QMenuBars to fix menus for macOS. 2020-04-09 17:01:23 +02:00
Maurycy Liebner
73871673e2 Allow enve to use a different audio sample type if the default is not
supported.
2020-04-09 11:18:11 +02:00
Maurycy Liebner
f2d276ed0e Write more startup messages to the console. 2020-04-09 11:16:00 +02:00
Poren Chiang
eaa0dbfee6 Update macOS build instructions 2020-04-07 21:52:41 -07:00
Poren Chiang
d8a873245e Enable project to be built on macOS with clang
This commit rewrites part of the project file to make use of git
submodule dependencies. Additionally, overload and symbol resolutions
that caused trouble under clang are patched accordingly.
2020-04-07 05:17:11 -07:00
Poren Chiang
e8dcfe1181 Use git submodule rather than binary 2020-04-07 05:17:02 -07:00
Maurycy Liebner
e391ef875e Update readme release download links. [ci skip] 2020-04-06 16:42:27 +02:00
Maurycy Liebner
15479c3144 Try fixing missing libraries on W8. #94 2020-04-06 16:19:21 +02:00
Maurycy Liebner
35e7ed9c9c Improve startup errors. 2020-04-06 15:44:29 +02:00
Maurycy Liebner
432f10cc3a Make sure to make FFMPEG compatible filename url copy that will be
properly freed by avformat_free_context. Closes #93.
2020-04-06 15:43:26 +02:00
Maurycy Liebner
5d4f38f295 Additional startup error handling. 2020-04-06 15:22:00 +02:00
Maurycy Liebner
f6f54d0ada Try using a suffix for travis build releases to avoid overwriting
windows releases.
2020-04-05 14:32:38 +02:00
Maurycy Liebner
909eef0d9d Make sure enve uses hardware OpenGL on Windows.
Provide meaningful error messages for incompatible GPU drivers.
2020-04-05 14:03:55 +02:00
Maurycy Liebner
82c76f1cc4 Make enve work on windows 2. 2020-04-04 05:46:45 +02:00
Maurycy Liebner
80e63237bd Revert force dumb increment SVG export. 2020-04-02 16:44:21 +02:00
Maurycy Liebner
f45beb1178 When using dump SVG path export make sure it is discrete, not
interpolated.
2020-04-02 15:55:08 +02:00
Maurycy Liebner
ce692221ab Fix pivot interaction while in point mode. 2020-04-02 15:25:41 +02:00
Maurycy Liebner
40f04d1e96 Fix DrawableAutoTiledSurface save. 2020-04-02 13:49:50 +02:00
Maurycy Liebner
24548e503d Support SVG export for link objects. 2020-04-02 12:46:28 +02:00
Maurycy Liebner
25ba63fc4d Fix ExportSvgDialog positioning of checkboxes. 2020-04-02 11:49:21 +02:00
Maurycy Liebner
98260e6c5f Add basic blur/shadow SVG support. 2020-04-02 11:44:19 +02:00
Maurycy Liebner
3f66d432e3 Attempt to give enve a native look. 2 2020-04-01 16:44:56 +02:00
Maurycy Liebner
5fe9b29809 Attempt to give enve a native look. 2020-04-01 16:40:37 +02:00
Maurycy Liebner
d2a5403eb2 Make enve work on windows. 2020-03-31 17:04:51 +02:00