itsmattkc
|
5207a0511f
|
several conversions to smart pointers
|
2019-02-16 21:21:04 -08:00 |
|
itsmattkc
|
e063a5ba8f
|
switched global to unique ptr and renamed olive namespace
|
2019-02-16 15:08:33 -08:00 |
|
itsmattkc
|
2f38a0b111
|
cleanup and disabled nonfunctional scrolling code
|
2019-02-16 03:23:09 -08:00 |
|
itsmattkc
|
0781e9bb09
|
added gpl header to all source files
|
2019-02-15 04:38:09 -08:00 |
|
itsmattkc
|
abe76c7941
|
further improvements
|
2019-02-14 12:37:30 -08:00 |
|
itsmattkc
|
e9fe837236
|
first commit of big refactor
|
2019-02-14 05:27:21 -08:00 |
|
itsmattkc
|
4812a45cf4
|
enforce xml file extension on effect settings
|
2019-02-05 05:22:32 +11:00 |
|
itsmattkc
|
87df07e6e7
|
fully implemented saving/loading effect data to file, fixes #418
|
2019-02-03 20:55:47 +11:00 |
|
itsmattkc
|
dc901ca8ff
|
load/save effect settings
|
2019-02-03 18:48:02 +11:00 |
|
itsmattkc
|
064d1f229e
|
reimplemented opacity without blending modes
|
2019-02-02 12:31:42 +11:00 |
|
itsmattkc
|
6f3a826da7
|
ensured parenting of qwidgets
|
2019-01-30 17:36:54 +11:00 |
|
itsmattkc
|
8f9a3f37e3
|
optimized blurs
|
2019-01-30 11:19:30 +11:00 |
|
itsmattkc
|
d1ff026424
|
added full blending pipeline
|
2019-01-28 02:31:12 +11:00 |
|
itsmattkc
|
7a436ef51f
|
further progress on better blending
|
2019-01-26 23:34:58 +11:00 |
|
itsmattkc
|
97a28ab54a
|
support for premultipled alpha
|
2019-01-26 21:49:18 +11:00 |
|
itsmattkc
|
0e3250fb59
|
made menu items for effect copy/paste
|
2019-01-23 14:19:29 +11:00 |
|
itsmattkc
|
4dfd69f363
|
fixed non-mac issues
|
2019-01-22 22:52:41 +11:00 |
|
itsmattkc
|
8977acde31
|
moved to vestige
|
2019-01-22 03:45:31 -08:00 |
|
itsmattkc
|
e7f05ff64b
|
fixed audio monitor regression
|
2019-01-22 12:57:00 +11:00 |
|
itsmattkc
|
096aa0dc14
|
fixed vst define
|
2019-01-21 13:27:20 +11:00 |
|
itsmattkc
|
d726052fe7
|
frei0r improvements
|
2019-01-21 13:08:30 +11:00 |
|
itsmattkc
|
e2ceda74db
|
moved vst to cross platform defs (still untested on other platforms
|
2019-01-21 12:34:36 +11:00 |
|
itsmattkc
|
2746e727f6
|
made frei0r disableable
|
2019-01-21 01:37:20 +11:00 |
|
itsmattkc
|
d5eab3673c
|
windows frei0r support done
|
2019-01-20 21:06:21 +11:00 |
|
itsmattkc
|
1c620af9f5
|
work on frei0r support
|
2019-01-20 12:07:22 +11:00 |
|
itsmattkc
|
2ed9d6ba2e
|
fixed #143 regression
|
2019-01-18 15:09:17 +11:00 |
|
itsmattkc
|
45b31a49e1
|
added full screen disable option
|
2019-01-17 12:11:06 +11:00 |
|
itsmattkc
|
064a0a9804
|
fixed thread syncing
|
2019-01-17 11:49:24 +11:00 |
|
itsmattkc
|
08968706b0
|
fixed more threading issues
|
2019-01-15 22:45:25 +11:00 |
|
itsmattkc
|
a447891050
|
merged with slight code cleanup
|
2019-01-12 13:55:53 +11:00 |
|
itsmattkc
|
6c31e458f7
|
updated some casts and warnings
|
2019-01-12 13:29:10 +11:00 |
|
itsmattkc
|
a8e37ac76a
|
changed NULLs to nullptr
|
2019-01-12 12:57:15 +11:00 |
|
itsmattkc
|
345328432d
|
translation
|
2019-01-12 10:10:24 +11:00 |
|
itsmattkc
|
b1bb4b7808
|
added --disable-shaders arg
|
2019-01-12 01:46:42 +11:00 |
|
itsmattkc
|
9924315508
|
rewrote debug message handler
|
2019-01-12 00:54:39 +11:00 |
|
itsmattkc
|
69ccb55d61
|
split passage get into separate io device
|
2019-01-10 13:14:49 +11:00 |
|
itsmattkc
|
b0f5b42865
|
Merge branch 'nulleffect' of https://github.com/olive-editor/olive into nulleffect
|
2019-01-10 11:51:32 +11:00 |
|
itsmattkc
|
342e4c765a
|
timeline middle click moving and more glsl debugging info
|
2019-01-10 09:31:42 +11:00 |
|
itsmattkc
|
b7f1fae028
|
wrote handler for #281
|
2019-01-09 20:40:45 +11:00 |
|
itsmattkc
|
c89a595952
|
isolate winvst to windows
|
2019-01-09 14:37:53 +11:00 |
|
itsmattkc
|
b34f7a2900
|
finished saving/loading vsts
|
2019-01-09 14:11:39 +11:00 |
|
itsmattkc
|
f7a420c042
|
Merge branch 'master' of https://github.com/olive-editor/olive into winvst
|
2019-01-09 12:41:53 +11:00 |
|
itsmattkc
|
72df21e57c
|
don't bind shaders if they didn't compile
|
2019-01-09 12:22:50 +11:00 |
|
itsmattkc
|
fb4ffbdb9f
|
merged with master
|
2019-01-09 10:39:23 +11:00 |
|
itsmattkc
|
6b1bb620c1
|
added fill left/right effect
|
2019-01-09 10:05:43 +11:00 |
|
itsmattkc
|
db2815ce09
|
completed winvst frontend
|
2019-01-09 00:04:20 +11:00 |
|
itsmattkc
|
21af8fad0c
|
fixed #272
|
2019-01-08 17:00:47 +11:00 |
|
itsmattkc
|
1f2e491188
|
started windows vst support
|
2019-01-08 16:56:44 +11:00 |
|
itsmattkc
|
42ebd48a93
|
disabled nonfunctional mask effect
|
2019-01-07 09:21:18 +11:00 |
|
itsmattkc
|
4aa44f8fa6
|
implemented saving bezier handles and fixed selection crash
|
2019-01-04 22:45:08 +11:00 |
|