itsmattkc
|
7084d0feb6
|
moved more cache functions out of viewer
|
2022-05-16 20:33:59 -07:00 |
|
itsmattkc
|
e0bb31b199
|
remove shifts, operations, and make caches node-agnostic
|
2022-05-16 19:53:38 -07:00 |
|
itsmattkc
|
70a4f7e749
|
viewer: queue based on frame rate
|
2022-05-16 17:26:47 -07:00 |
|
itsmattkc
|
a7c466bd6b
|
Merge branch 'master' into hashremoval
|
2022-05-16 15:44:34 -07:00 |
|
itsmattkc
|
a48513a8a1
|
viewer: fixed issue with reverse playback
|
2022-05-16 15:44:25 -07:00 |
|
itsmattkc
|
23973699b4
|
render: improved overall flow
|
2022-05-16 15:41:50 -07:00 |
|
itsmattkc
|
bfd6a407a5
|
Merge branch 'master' into hashremoval
|
2022-05-16 09:12:49 -07:00 |
|
itsmattkc
|
ea13f249b7
|
render: fixed threading regression
|
2022-05-15 21:36:40 -07:00 |
|
itsmattkc
|
81956d8869
|
viewer: allow queue some time to catch up
|
2022-05-15 21:13:24 -07:00 |
|
itsmattkc
|
eaa105abf2
|
gizmos: correctly map cursor positions after new traversing implementation
|
2022-05-15 20:41:07 -07:00 |
|
itsmattkc
|
e9844ee135
|
implemented gizmo transforming through the node graph
|
2022-05-15 14:36:30 -07:00 |
|
itsmattkc
|
ae8ab7ce3b
|
viewer: remove unnecessary debug line
|
2022-05-13 12:35:59 -07:00 |
|
itsmattkc
|
07f92911cd
|
text: minor refactoring to make rect setting code more reusable
|
2022-05-13 08:41:22 -07:00 |
|
itsmattkc
|
b153834878
|
viewer: skip making object if rect too small
|
2022-05-12 13:56:10 -07:00 |
|
itsmattkc
|
1def68f1a4
|
viewer: allow adding objects with a rect
|
2022-05-12 13:40:11 -07:00 |
|
itsmattkc
|
c0ad244397
|
nodeview: implement dragging items from project explorer into node view
|
2022-05-11 14:55:07 -07:00 |
|
itsmattkc
|
501564fb22
|
ui: replace html edit in text node with edit in viewer button
|
2022-05-10 18:07:17 -07:00 |
|
itsmattkc
|
67ac32ee57
|
viewertexteditor: don't paste rich text
|
2022-05-10 17:44:26 -07:00 |
|
itsmattkc
|
4b366a9b73
|
update copyright year to 2022
|
2022-05-10 10:38:56 -07:00 |
|
itsmattkc
|
4bc82ca6df
|
removed hashes from previewautocacher
|
2022-05-09 19:40:58 -07:00 |
|
itsmattkc
|
b88e15b8cf
|
accleratedjob: simplified function calls
|
2022-05-09 15:16:46 -07:00 |
|
itsmattkc
|
bb0fedabba
|
simplified and optimized samplebuffer
|
2022-05-09 14:55:51 -07:00 |
|
itsmattkc
|
f910117a58
|
blur: implement radial and directional blur methods
|
2022-05-08 16:53:04 -07:00 |
|
itsmattkc
|
bdb917c591
|
subtitles: implemented very basic renderer
|
2022-05-08 14:45:43 -07:00 |
|
itsmattkc
|
fdc2d76406
|
Merge branch 'master' into pr/1875
|
2022-05-07 13:37:15 -07:00 |
|
itsmattkc
|
b51cae0475
|
viewer: prepend main widget to tab focus order
Fixes UI papercut where maximizing a panel (with `) would auto-focus the time slider, meaning pressing ` again wouldn't immediately un-maximize
|
2022-05-07 10:28:48 -07:00 |
|
itsmattkc
|
180be5fe46
|
audiomonitor: use samplebuffer directly
Pushing bytes was broken and pretty much pointless anyway, this should be faster and easier to use too
|
2022-05-06 09:36:06 -07:00 |
|
itsmattkc
|
bd6f0257e5
|
viewer: use output params to calculate notify interval
|
2022-05-06 09:01:03 -07:00 |
|
itsmattkc
|
d1c0734ff0
|
Merge branch 'master' into pr/1875
|
2022-05-05 16:53:57 -07:00 |
|
itsmattkc
|
5bed4396ea
|
use audioprocessor to match device's output
|
2022-05-05 16:32:17 -07:00 |
|
itsmattkc
|
d727ab5353
|
viewer: fixed audio reverse playback regression
|
2022-05-05 15:30:34 -07:00 |
|
itsmattkc
|
9ec42c792a
|
audio: merged all processors into single versatile object
|
2022-05-05 15:28:32 -07:00 |
|
itsmattkc
|
591d02bdd6
|
audiomanager: fix crash and return error text if applicable
|
2022-05-05 11:47:53 -07:00 |
|
itsmattkc
|
81e2628cbb
|
Merge branch 'master' into pr/1875
|
2022-05-04 15:04:28 -07:00 |
|
itsmattkc
|
91b761693b
|
code: use config macro
Macro is much easier to use and more readable
|
2022-05-04 09:50:34 -07:00 |
|
itsmattkc
|
7cbca303e8
|
Merge branch 'master' into pr/1875
|
2022-05-03 18:51:59 -07:00 |
|
Thomas Wilshaw
|
e07240cc30
|
Merge branch 'master' into ocio_node
|
2022-05-03 18:54:02 +01:00 |
|
itsmattkc
|
ef515579df
|
completed audio recording implementation
|
2022-05-02 17:05:11 -07:00 |
|
itsmattkc
|
818ac12fb7
|
viewer: set actual filename for audio recording
|
2022-05-02 16:07:24 -07:00 |
|
itsmattkc
|
9101f5dc49
|
implemented core audio recording support
|
2022-05-02 14:00:03 -07:00 |
|
itsmattkc
|
e6d4fe43de
|
reworked and vastly improved snapping subsystem
|
2022-05-02 00:01:49 -07:00 |
|
itsmattkc
|
cdcd83c09a
|
ported seekablewidget to timebasedview
Cuts down on a lot of code duplication and opens up usage of the new TimelineViewSelectionManager framework
|
2022-05-01 15:45:20 -07:00 |
|
itsmattkc
|
67f1a1ad0c
|
viewer: improve safe margins rendering
|
2022-05-01 10:27:15 -07:00 |
|
itsmattkc
|
3c13e32620
|
further implement colortransformjob
|
2022-04-26 13:13:28 -07:00 |
|
itsmattkc
|
fe7444e762
|
implemented underline, strikethrough, trackselect, and smallcaps icons
|
2022-04-25 12:40:55 -07:00 |
|
itsmattkc
|
1895497bed
|
viewer: unset gizmos on disconnect
Fixes potential crash
|
2022-04-09 16:37:24 -07:00 |
|
itsmattkc
|
49e622ac0f
|
viewertexteditor: shifted code to class [skip ci]
Minor code organization
|
2022-03-30 20:36:24 -07:00 |
|
itsmattkc
|
1f70c8f18d
|
viewertexteditor: reset style on family change
|
2022-03-30 15:48:11 -07:00 |
|
itsmattkc
|
f23d838068
|
Merge branch 'master' of https://github.com/olive-editor/olive
|
2022-03-30 15:10:55 -07:00 |
|
itsmattkc
|
7c68efb0ce
|
viewertexteditor: force weight and italic
Windows seems to require this for some reason
|
2022-03-30 15:06:33 -07:00 |
|