Bruno
|
0e3575c1ca
|
Using new basetoolkit function for unique naming
applied to source and snapshot names
|
2021-04-25 23:59:18 +02:00 |
|
Bruno
|
055f5c4c4e
|
Creating a base toolkit for functions independent from other toolkits
|
2021-04-25 20:09:22 +02:00 |
|
Bruno
|
129d5445c3
|
Implementation of UI for snapshot manipulation
with thumbnails appearing on mouse over and in edit context menu
|
2021-04-25 14:02:06 +02:00 |
|
Bruno
|
6e202def1e
|
Bugfix Action Snapshot replace
|
2021-04-25 11:39:45 +02:00 |
|
Bruno
|
0c51b16353
|
use framebuffer blit for thumbnail of RenderView
|
2021-04-25 01:27:51 +02:00 |
|
Bruno
|
c5ee77e969
|
Fixed blit of framebuffer
|
2021-04-25 01:27:32 +02:00 |
|
Bruno
|
c7962abfbb
|
Save thumbnail of session when storing history or snapshot
|
2021-04-25 00:27:59 +02:00 |
|
Bruno
|
d371f6ae8e
|
Cleanup FrameBufferImage API
|
2021-04-25 00:27:32 +02:00 |
|
Bruno
|
8336f6a595
|
Fixed RenderView thumbnailer
|
2021-04-25 00:26:38 +02:00 |
|
Bruno
|
c3a24a6d7f
|
Cleanup XML read & write utility functions
|
2021-04-25 00:26:05 +02:00 |
|
Bruno
|
f643e80de7
|
Using std future promises to get thumbnail of render view
|
2021-04-24 13:14:57 +02:00 |
|
Bruno
|
5473c0b38b
|
Store image size in XML
and discard loaded image if size does not match
|
2021-04-24 13:14:03 +02:00 |
|
Bruno
|
eb54b67caa
|
New function to get thumbnail of render view
|
2021-04-22 23:38:00 +02:00 |
|
Bruno
|
97e7e5f4a1
|
Cleanup image saving and loading in xml session
|
2021-04-22 23:37:39 +02:00 |
|
brunoherbelin
|
da64172848
|
Work-in-progress: Interpolation of snapshot in Action manager
|
2021-04-21 23:35:34 +02:00 |
|
Bruno
|
e2d2e6ddd8
|
prefix ++View::need_deep_update_
|
2021-04-19 19:24:50 +02:00 |
|
Bruno
|
896cae2d07
|
Fixed window resize
|
2021-04-19 18:29:10 +02:00 |
|
Bruno
|
409870dddb
|
OSX cmake fix
|
2021-04-19 18:28:17 +02:00 |
|
Bruno
|
c19acda62d
|
Added Snapshot Replace
|
2021-04-18 21:02:23 +02:00 |
|
Bruno
|
a50a6e129c
|
Better implementation of SessionSnapshots saving
|
2021-04-18 18:22:21 +02:00 |
|
Bruno
|
d68987be0f
|
C++ improved declaration of singleton managers
|
2021-04-18 13:27:19 +02:00 |
|
Bruno
|
bb64579fa5
|
Cleanup FileDialog (unused)
|
2021-04-18 13:15:18 +02:00 |
|
Bruno
|
2392d844d9
|
Making classes non-assignable
Following CppCheck recomendation, all classes that should not be manipulated by value are made non-assignable to ensure no mistake is made.
|
2021-04-18 13:04:16 +02:00 |
|
Bruno
|
c6d01c1420
|
Optimizing iteration
prefix ++i is faster than post i++
|
2021-04-18 11:38:03 +02:00 |
|
Bruno
|
8389010002
|
CoreSource complement
The CORE of a source is all what can be interpolated
|
2021-04-18 10:59:39 +02:00 |
|
Bruno
|
31eb13e16d
|
Unused =operator: copy function instead
|
2021-04-18 10:58:03 +02:00 |
|
Bruno
|
7cafbc032b
|
Working on source interpolation
|
2021-04-18 10:56:37 +02:00 |
|
brunoherbelin
|
cc752050f8
|
SourceCore to isolate core properties of a source
|
2021-04-17 14:40:00 +02:00 |
|
Bruno
|
c90bec36c5
|
clean useless ptr
|
2021-04-17 14:10:42 +02:00 |
|
Bruno
|
c1415b021a
|
convert linklist to list of sources
|
2021-04-17 14:10:14 +02:00 |
|
brunoherbelin
|
1081b4a54d
|
allow undo of trigger snapshot
|
2021-04-17 14:09:09 +02:00 |
|
brunoherbelin
|
ebb5fd16bb
|
Draft implementation of Snapshots, with saving and UI
|
2021-04-17 10:28:12 +02:00 |
|
brunoherbelin
|
2d4a6d1fe6
|
Snapshots in Action manager
|
2021-04-15 22:50:28 +02:00 |
|
brunoherbelin
|
11df7c28b4
|
More robust clone XML mechanism: use ID
|
2021-04-13 22:41:57 +02:00 |
|
brunoherbelin
|
17d2a63132
|
Important change: sources keep their id all lifelong.
This simplifies a lot history and testing in session.
|
2021-04-13 22:26:26 +02:00 |
|
brunoherbelin
|
268486b652
|
std::string compatible imgui text input
|
2021-04-13 21:28:36 +02:00 |
|
brunoherbelin
|
f5af24b384
|
Update settings
|
2021-04-13 21:27:51 +02:00 |
|
brunoherbelin
|
6d522876ad
|
Loading session with menu do not use smooth transition
|
2021-04-13 21:24:56 +02:00 |
|
brunoherbelin
|
2814763b97
|
std::string compatible imgui text input
|
2021-04-13 21:23:42 +02:00 |
|
brunoherbelin
|
765133a3bd
|
BugFix
|
2021-04-11 15:24:24 +02:00 |
|
brunoherbelin
|
ab41a0c5d8
|
First implementation of Sticky Notes
|
2021-04-11 15:13:46 +02:00 |
|
brunoherbelin
|
eee9f49c05
|
Refurbishing the left panel
Toggle settings to show whole panel of settings
More space for main session panel (added notes)
|
2021-04-11 01:27:21 +02:00 |
|
Bruno
|
d7102809fc
|
Auto stash before checking out "origin/dev"
|
2021-04-10 00:47:05 +02:00 |
|
Bruno
|
e792c119ea
|
Merge branch 'master' into origin/dev
|
2021-04-10 00:45:00 +02:00 |
|
brunoherbelin
|
6e4ced8dcb
|
Unified undo history messages
|
2021-04-10 00:22:16 +02:00 |
|
brunoherbelin
|
e69be79aed
|
Compilation defines to cleanup old code
|
2021-04-09 22:50:16 +02:00 |
|
brunoherbelin
|
87dc282fb7
|
Improved MediaPlayer memory consumption:
Avoid duplicating Timeline object and limit number of URI discoverers to
two parallel threads.
|
2021-04-09 11:23:05 +02:00 |
|
brunoherbelin
|
38f7fb7c16
|
Bugfix timeline (prevent zero div)
|
2021-04-09 11:22:06 +02:00 |
|
brunoherbelin
|
6173e8279f
|
Improved dev toolbox (saving statistics of memory)
|
2021-04-09 11:21:43 +02:00 |
|
brunoherbelin
|
4f661c5c05
|
Merge branch 'master' of github.com:brunoherbelin/vimix
|
2021-04-08 00:27:20 +02:00 |
|