-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Multiple viewports/windows #3172
Commits on Sep 4, 2023
-
Now in ViewportBuilder, InputState, RawInput: viewport_inner_pos, vie…
…wport_outer_pos, viewport_inner_size, viewport_outer_size are stored as inner_pos, outer_pos, inner_size, outer_pos and Now every (i32, i32) is stored as egui::Pos2 Addes some documentation
Configuration menu - View commit details
-
Copy full SHA for 7c4a85e - Browse repository at this point
Copy the full SHA 7c4a85eView commit details -
Merge branch 'master' of https://github.com/emilk/egui into multiples…
…_viewports
Configuration menu - View commit details
-
Copy full SHA for 12eeda0 - Browse repository at this point
Copy the full SHA 12eeda0View commit details
Commits on Sep 5, 2023
-
Merge branch 'master' of https://github.com/emilk/egui into multiples…
…_viewports
Configuration menu - View commit details
-
Copy full SHA for f30bf51 - Browse repository at this point
Copy the full SHA f30bf51View commit details -
Configuration menu - View commit details
-
Copy full SHA for 39a57f1 - Browse repository at this point
Copy the full SHA 39a57f1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 155d48a - Browse repository at this point
Copy the full SHA 155d48aView commit details -
Merge branch 'master' of https://github.com/emilk/egui into multiples…
…_viewports
Configuration menu - View commit details
-
Copy full SHA for e44c2e6 - Browse repository at this point
Copy the full SHA e44c2e6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6e244d1 - Browse repository at this point
Copy the full SHA 6e244d1View commit details
Commits on Sep 6, 2023
-
Merge branch 'master' of https://github.com/emilk/egui into multiples…
…_viewports
Configuration menu - View commit details
-
Copy full SHA for fea6ed7 - Browse repository at this point
Copy the full SHA fea6ed7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 83f8260 - Browse repository at this point
Copy the full SHA 83f8260View commit details -
Now when creating a async viewport, if we not spefify the icon will h…
…ave his parent icon
Configuration menu - View commit details
-
Copy full SHA for b1189c1 - Browse repository at this point
Copy the full SHA b1189c1View commit details -
* Fix posibile deadlock when sending a viewport command from a sync v…
…iewport * Improve viewports example
Configuration menu - View commit details
-
Copy full SHA for fb80880 - Browse repository at this point
Copy the full SHA fb80880View commit details -
Configuration menu - View commit details
-
Copy full SHA for a5d4ce8 - Browse repository at this point
Copy the full SHA a5d4ce8View commit details
Commits on Sep 10, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 956c1c3 - Browse repository at this point
Copy the full SHA 956c1c3View commit details
Commits on Sep 11, 2023
-
Removed the last fix because there is not need for it now!
Configuration menu - View commit details
-
Copy full SHA for fc90a7e - Browse repository at this point
Copy the full SHA fc90a7eView commit details -
* Fix crash when spamming a viewport with other viewports
The crash was causated because sync viewport, when was cleaning up inactive viewports, was cleaning his parent before he got cleaned, and his parent when tring to resume was causing the crash * Better performance because now the cleanup will be only run by the async viewports
Configuration menu - View commit details
-
Copy full SHA for 1cbf333 - Browse repository at this point
Copy the full SHA 1cbf333View commit details
Commits on Sep 19, 2023
-
Merge branch 'master' of https://github.com/emilk/egui into multiples…
…_viewports
Configuration menu - View commit details
-
Copy full SHA for c96197d - Browse repository at this point
Copy the full SHA c96197dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 915d1b6 - Browse repository at this point
Copy the full SHA 915d1b6View commit details -
Configuration menu - View commit details
-
Copy full SHA for ddff550 - Browse repository at this point
Copy the full SHA ddff550View commit details -
* InputState::{inner_pos, inner_size} compacted to InputState::inner_…
…rect * InputState::{outer_pos, outer_size} compacted to InputState::outer_rect * RawInput::{inner_pos, inner_size} compected to RawInput::inner_rect * RawInput::{outer_pos, outer_size} compected to RawInput::outer_rect * Context::{viewport_inner_pos, viewport_inner_size} compacted to Context::inner_rect * Context::{viewport_outer_pos, viewport_outer_size} compected to Context::outer_rect
Configuration menu - View commit details
-
Copy full SHA for e2d406d - Browse repository at this point
Copy the full SHA e2d406dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 22c128b - Browse repository at this point
Copy the full SHA 22c128bView commit details
Commits on Sep 20, 2023
-
eframe: Now WGPU implementation when creating a sync viewport will in…
…herit the icon of his parent And refactoring and adding some inline documentation
Configuration menu - View commit details
-
Copy full SHA for 8ecd29d - Browse repository at this point
Copy the full SHA 8ecd29dView commit details
Commits on Sep 25, 2023
-
Merge branch 'master' of https://github.com/emilk/egui into multiples…
…_viewports
Configuration menu - View commit details
-
Copy full SHA for f4c5378 - Browse repository at this point
Copy the full SHA f4c5378View commit details -
Configuration menu - View commit details
-
Copy full SHA for 28f7b86 - Browse repository at this point
Copy the full SHA 28f7b86View commit details -
Configuration menu - View commit details
-
Copy full SHA for e453d66 - Browse repository at this point
Copy the full SHA e453d66View commit details -
Configuration menu - View commit details
-
Copy full SHA for 489d8a7 - Browse repository at this point
Copy the full SHA 489d8a7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 543a0a2 - Browse repository at this point
Copy the full SHA 543a0a2View commit details
Commits on Sep 26, 2023
-
Configuration menu - View commit details
-
Copy full SHA for b719e1c - Browse repository at this point
Copy the full SHA b719e1cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6a5838c - Browse repository at this point
Copy the full SHA 6a5838cView commit details -
Renamed gl_window to glutin_ctx in init_run_state and initializate ma…
…x_texture_side, and now on any egui_winit has max_texture_side set
Configuration menu - View commit details
-
Copy full SHA for 43ad25a - Browse repository at this point
Copy the full SHA 43ad25aView commit details -
Configuration menu - View commit details
-
Copy full SHA for e578312 - Browse repository at this point
Copy the full SHA e578312View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5c8c56c - Browse repository at this point
Copy the full SHA 5c8c56cView commit details -
Configuration menu - View commit details
-
Copy full SHA for f3686e2 - Browse repository at this point
Copy the full SHA f3686e2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1930d69 - Browse repository at this point
Copy the full SHA 1930d69View commit details -
Configuration menu - View commit details
-
Copy full SHA for 38e00e2 - Browse repository at this point
Copy the full SHA 38e00e2View commit details -
Configuration menu - View commit details
-
Copy full SHA for f001f06 - Browse repository at this point
Copy the full SHA f001f06View commit details -
This is a temporary fix to not unsafe impl Sync + Send for backends
The problem is that when we call Context::create_viewport_sync can be on any thread because egui::Context is Sync + Send but the backend is not! So we want the callback to the backend to be thread local! The problem that this adds is that now you cannot create more then one egui::Context, because the thread local variabile is static and i don't know how to store a non static LocalKey on egui::ContextImpl
Configuration menu - View commit details
-
Copy full SHA for 449f38a - Browse repository at this point
Copy the full SHA 449f38aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8fad6b7 - Browse repository at this point
Copy the full SHA 8fad6b7View commit details
Commits on Sep 28, 2023
-
Update crates/eframe/src/native/run.rs
Co-authored-by: Emil Ernerfeldt <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 73f14c9 - Browse repository at this point
Copy the full SHA 73f14c9View commit details
Commits on Sep 30, 2023
-
Merge branch 'master' of https://github.com/emilk/egui into multiples…
…_viewports
Configuration menu - View commit details
-
Copy full SHA for 7caa042 - Browse repository at this point
Copy the full SHA 7caa042View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4243036 - Browse repository at this point
Copy the full SHA 4243036View commit details -
Configuration menu - View commit details
-
Copy full SHA for 287f704 - Browse repository at this point
Copy the full SHA 287f704View commit details
Commits on Oct 9, 2023
-
refactored the viewports example
I added drag and drop on every viewport, to make possible in the future to drag and drop between viewports
Configuration menu - View commit details
-
Copy full SHA for e21ed4f - Browse repository at this point
Copy the full SHA e21ed4fView commit details
Commits on Oct 11, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 954366e - Browse repository at this point
Copy the full SHA 954366eView commit details
Commits on Oct 18, 2023
-
Now in ViewportBuilder has close_button and drag_and_drop enabled by …
…default! Fix Windows not rendering a sync viewport in a sync viewport
Configuration menu - View commit details
-
Copy full SHA for 7f1a1e3 - Browse repository at this point
Copy the full SHA 7f1a1e3View commit details -
* fix typo * fix == instead of != * added a spinner, to see if the redraw request are working as supposed to!
Configuration menu - View commit details
-
Copy full SHA for 701d31a - Browse repository at this point
Copy the full SHA 701d31aView commit details -
* now every viewport has his own frame_nr eframe: * some refactoring * now on Windows spinner will make the async viewport refresh, this problem was only for async viewport in Windows * problem found there are two redraw systems, one was broken now is fixed, the one that was broken on Linux X11 was not needed, but for Windows both are needed! 1: The egui repaint_callback system 2: The egui repaint_after from FullOutput
Configuration menu - View commit details
-
Copy full SHA for b1e7faf - Browse repository at this point
Copy the full SHA b1e7fafView commit details
Commits on Oct 19, 2023
-
egui: * removed FullOutput::repaint_after * now for redraw only request_repaint_callback is used! * now on every Context::request_repaint() will repaint only once * exposed Context::requested_repaint and Context::requested_repaint_last_frame eframe: * now event result is returned as EventResult insted of Vec<EventResult> * fix to many redraw requests ----: * fix egui not waking when a repaint was from other thread * now every thing feels more responsive!
Configuration menu - View commit details
-
Copy full SHA for 4f1696c - Browse repository at this point
Copy the full SHA 4f1696cView commit details -
Configuration menu - View commit details
-
Copy full SHA for ec37d38 - Browse repository at this point
Copy the full SHA ec37d38View commit details -
Configuration menu - View commit details
-
Copy full SHA for f5e1d08 - Browse repository at this point
Copy the full SHA f5e1d08View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9e89188 - Browse repository at this point
Copy the full SHA 9e89188View commit details
Commits on Oct 20, 2023
-
Fix X11 invalid outer_position, inner_position, outer_size, inner_siz…
…e, set_outer_position, set_inner_position and is making resizing smooter
Configuration menu - View commit details
-
Copy full SHA for cc78ecb - Browse repository at this point
Copy the full SHA cc78ecbView commit details -
Configuration menu - View commit details
-
Copy full SHA for fb02629 - Browse repository at this point
Copy the full SHA fb02629View commit details -
* Fix msaa and depth textures for multiples viewports * Fix panic when the width or height was 0
Configuration menu - View commit details
-
Copy full SHA for 84ef02d - Browse repository at this point
Copy the full SHA 84ef02dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 239a807 - Browse repository at this point
Copy the full SHA 239a807View commit details -
Now all viewports repaint when pixels_per_point are changed
Added zoom shortcuts for viewports example
Configuration menu - View commit details
-
Copy full SHA for b422456 - Browse repository at this point
Copy the full SHA b422456View commit details
Commits on Oct 22, 2023
-
Fix pixels per point for multiples viewports
Fix ./scripts/check.sh errors
Configuration menu - View commit details
-
Copy full SHA for d6c2f3e - Browse repository at this point
Copy the full SHA d6c2f3eView commit details
Commits on Oct 25, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 9b32dd7 - Browse repository at this point
Copy the full SHA 9b32dd7View commit details
Commits on Nov 1, 2023
-
Configuration menu - View commit details
-
Copy full SHA for a57a3d0 - Browse repository at this point
Copy the full SHA a57a3d0View commit details -
Configuration menu - View commit details
-
Copy full SHA for cc31695 - Browse repository at this point
Copy the full SHA cc31695View commit details -
Configuration menu - View commit details
-
Copy full SHA for 06af749 - Browse repository at this point
Copy the full SHA 06af749View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9f926d4 - Browse repository at this point
Copy the full SHA 9f926d4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 678a3b0 - Browse repository at this point
Copy the full SHA 678a3b0View commit details -
Configuration menu - View commit details
-
Copy full SHA for abc70cc - Browse repository at this point
Copy the full SHA abc70ccView commit details -
Configuration menu - View commit details
-
Copy full SHA for f6c5e71 - Browse repository at this point
Copy the full SHA f6c5e71View commit details -
Configuration menu - View commit details
-
Copy full SHA for 521678b - Browse repository at this point
Copy the full SHA 521678bView commit details -
Configuration menu - View commit details
-
Copy full SHA for ec39563 - Browse repository at this point
Copy the full SHA ec39563View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0c9673b - Browse repository at this point
Copy the full SHA 0c9673bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3d1ee1b - Browse repository at this point
Copy the full SHA 3d1ee1bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9fce858 - Browse repository at this point
Copy the full SHA 9fce858View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7c1af06 - Browse repository at this point
Copy the full SHA 7c1af06View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2eb1240 - Browse repository at this point
Copy the full SHA 2eb1240View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7340acf - Browse repository at this point
Copy the full SHA 7340acfView commit details -
Configuration menu - View commit details
-
Copy full SHA for e5dab1e - Browse repository at this point
Copy the full SHA e5dab1eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 72a7ee4 - Browse repository at this point
Copy the full SHA 72a7ee4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2b8e5b5 - Browse repository at this point
Copy the full SHA 2b8e5b5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 76d3873 - Browse repository at this point
Copy the full SHA 76d3873View commit details
Commits on Nov 2, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 9749e1e - Browse repository at this point
Copy the full SHA 9749e1eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 46febb4 - Browse repository at this point
Copy the full SHA 46febb4View commit details -
Fix crash on eframe wgpu when rendering a sync viewport in a sync vie…
…wport Better names
Configuration menu - View commit details
-
Copy full SHA for 75e6d3c - Browse repository at this point
Copy the full SHA 75e6d3cView commit details
Commits on Nov 3, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 0df4b49 - Browse repository at this point
Copy the full SHA 0df4b49View commit details -
Configuration menu - View commit details
-
Copy full SHA for 99417b4 - Browse repository at this point
Copy the full SHA 99417b4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 51b083a - Browse repository at this point
Copy the full SHA 51b083aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 29e1c4d - Browse repository at this point
Copy the full SHA 29e1c4dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9fd65ad - Browse repository at this point
Copy the full SHA 9fd65adView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1f0fc7a - Browse repository at this point
Copy the full SHA 1f0fc7aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 256ad73 - Browse repository at this point
Copy the full SHA 256ad73View commit details -
Configuration menu - View commit details
-
Copy full SHA for 682db9c - Browse repository at this point
Copy the full SHA 682db9cView commit details -
Configuration menu - View commit details
-
Copy full SHA for f14fa16 - Browse repository at this point
Copy the full SHA f14fa16View commit details -
Configuration menu - View commit details
-
Copy full SHA for 47e7b9d - Browse repository at this point
Copy the full SHA 47e7b9dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3cb8f49 - Browse repository at this point
Copy the full SHA 3cb8f49View commit details
Commits on Nov 6, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 4cad978 - Browse repository at this point
Copy the full SHA 4cad978View commit details -
Configuration menu - View commit details
-
Copy full SHA for 39f13b4 - Browse repository at this point
Copy the full SHA 39f13b4View commit details -
Configuration menu - View commit details
-
Copy full SHA for c29727f - Browse repository at this point
Copy the full SHA c29727fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0ae7eeb - Browse repository at this point
Copy the full SHA 0ae7eebView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6a371e5 - Browse repository at this point
Copy the full SHA 6a371e5View commit details -
Configuration menu - View commit details
-
Copy full SHA for a52d383 - Browse repository at this point
Copy the full SHA a52d383View commit details -
Configuration menu - View commit details
-
Copy full SHA for 73432ba - Browse repository at this point
Copy the full SHA 73432baView commit details -
Configuration menu - View commit details
-
Copy full SHA for 291ab1e - Browse repository at this point
Copy the full SHA 291ab1eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8aa14d2 - Browse repository at this point
Copy the full SHA 8aa14d2View commit details
Commits on Nov 7, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 58dc7ba - Browse repository at this point
Copy the full SHA 58dc7baView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1ddfe07 - Browse repository at this point
Copy the full SHA 1ddfe07View commit details -
Configuration menu - View commit details
-
Copy full SHA for a85adf5 - Browse repository at this point
Copy the full SHA a85adf5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6643713 - Browse repository at this point
Copy the full SHA 6643713View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7bc5698 - Browse repository at this point
Copy the full SHA 7bc5698View commit details -
Configuration menu - View commit details
-
Copy full SHA for d6a5c8b - Browse repository at this point
Copy the full SHA d6a5c8bView commit details -
* Fix wgpu builders memory leak * Fix wgpu only using the first viewport builder * Fix glow setting the wrong parent id
Configuration menu - View commit details
-
Copy full SHA for 76fd562 - Browse repository at this point
Copy the full SHA 76fd562View commit details -
Configuration menu - View commit details
-
Copy full SHA for 54c6d51 - Browse repository at this point
Copy the full SHA 54c6d51View commit details -
Configuration menu - View commit details
-
Copy full SHA for 645521b - Browse repository at this point
Copy the full SHA 645521bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 522cfb5 - Browse repository at this point
Copy the full SHA 522cfb5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 85c8708 - Browse repository at this point
Copy the full SHA 85c8708View commit details -
Configuration menu - View commit details
-
Copy full SHA for d4fab25 - Browse repository at this point
Copy the full SHA d4fab25View commit details -
Configuration menu - View commit details
-
Copy full SHA for f300c95 - Browse repository at this point
Copy the full SHA f300c95View commit details -
Configuration menu - View commit details
-
Copy full SHA for 290ecca - Browse repository at this point
Copy the full SHA 290eccaView commit details -
Configuration menu - View commit details
-
Copy full SHA for ae346e1 - Browse repository at this point
Copy the full SHA ae346e1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4ca165b - Browse repository at this point
Copy the full SHA 4ca165bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 911b147 - Browse repository at this point
Copy the full SHA 911b147View commit details -
Configuration menu - View commit details
-
Copy full SHA for 72d77bc - Browse repository at this point
Copy the full SHA 72d77bcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1a261ed - Browse repository at this point
Copy the full SHA 1a261edView commit details -
Configuration menu - View commit details
-
Copy full SHA for 18f3fdb - Browse repository at this point
Copy the full SHA 18f3fdbView commit details -
Configuration menu - View commit details
-
Copy full SHA for d313487 - Browse repository at this point
Copy the full SHA d313487View commit details -
Configuration menu - View commit details
-
Copy full SHA for 25fd7ba - Browse repository at this point
Copy the full SHA 25fd7baView commit details -
Configuration menu - View commit details
-
Copy full SHA for 35a799c - Browse repository at this point
Copy the full SHA 35a799cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 96f1426 - Browse repository at this point
Copy the full SHA 96f1426View commit details -
Configuration menu - View commit details
-
Copy full SHA for a3b0200 - Browse repository at this point
Copy the full SHA a3b0200View commit details -
Configuration menu - View commit details
-
Copy full SHA for 701301e - Browse repository at this point
Copy the full SHA 701301eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2d54b4b - Browse repository at this point
Copy the full SHA 2d54b4bView commit details -
Configuration menu - View commit details
-
Copy full SHA for bee5d32 - Browse repository at this point
Copy the full SHA bee5d32View commit details -
Configuration menu - View commit details
-
Copy full SHA for b59cb75 - Browse repository at this point
Copy the full SHA b59cb75View commit details
Commits on Nov 8, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 0d7c878 - Browse repository at this point
Copy the full SHA 0d7c878View commit details -
Configuration menu - View commit details
-
Copy full SHA for 12f3782 - Browse repository at this point
Copy the full SHA 12f3782View commit details -
Configuration menu - View commit details
-
Copy full SHA for f174467 - Browse repository at this point
Copy the full SHA f174467View commit details -
Configuration menu - View commit details
-
Copy full SHA for 37e42d1 - Browse repository at this point
Copy the full SHA 37e42d1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 04fbafd - Browse repository at this point
Copy the full SHA 04fbafdView commit details -
Configuration menu - View commit details
-
Copy full SHA for e9b57e6 - Browse repository at this point
Copy the full SHA e9b57e6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9676115 - Browse repository at this point
Copy the full SHA 9676115View commit details
Commits on Nov 9, 2023
-
Co-authored-by: Pablo Sichert <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a852333 - Browse repository at this point
Copy the full SHA a852333View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0f7d1d5 - Browse repository at this point
Copy the full SHA 0f7d1d5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 79bfca3 - Browse repository at this point
Copy the full SHA 79bfca3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0c300e1 - Browse repository at this point
Copy the full SHA 0c300e1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3c8110e - Browse repository at this point
Copy the full SHA 3c8110eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3041de3 - Browse repository at this point
Copy the full SHA 3041de3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9e8fb18 - Browse repository at this point
Copy the full SHA 9e8fb18View commit details
Commits on Nov 10, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 8a41642 - Browse repository at this point
Copy the full SHA 8a41642View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4ff713a - Browse repository at this point
Copy the full SHA 4ff713aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4539ebe - Browse repository at this point
Copy the full SHA 4539ebeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6b74ee7 - Browse repository at this point
Copy the full SHA 6b74ee7View commit details -
Fix: When we have a Viewport in a Viewport and when the first is dest…
…royed, takes one more frame for the child to be destroyed.
Configuration menu - View commit details
-
Copy full SHA for 0901fa5 - Browse repository at this point
Copy the full SHA 0901fa5View commit details
Commits on Nov 11, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 2a554dd - Browse repository at this point
Copy the full SHA 2a554ddView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3d6ca6c - Browse repository at this point
Copy the full SHA 3d6ca6cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9c420b9 - Browse repository at this point
Copy the full SHA 9c420b9View commit details -
Configuration menu - View commit details
-
Copy full SHA for d439965 - Browse repository at this point
Copy the full SHA d439965View commit details -
Configuration menu - View commit details
-
Copy full SHA for 40f0fc0 - Browse repository at this point
Copy the full SHA 40f0fc0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3a87db2 - Browse repository at this point
Copy the full SHA 3a87db2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7e96001 - Browse repository at this point
Copy the full SHA 7e96001View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5ecc0e3 - Browse repository at this point
Copy the full SHA 5ecc0e3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 962eb02 - Browse repository at this point
Copy the full SHA 962eb02View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6866e58 - Browse repository at this point
Copy the full SHA 6866e58View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4dfc28f - Browse repository at this point
Copy the full SHA 4dfc28fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 730a4b7 - Browse repository at this point
Copy the full SHA 730a4b7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 922c372 - Browse repository at this point
Copy the full SHA 922c372View commit details -
Configuration menu - View commit details
-
Copy full SHA for 51938ef - Browse repository at this point
Copy the full SHA 51938efView commit details
Commits on Nov 12, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 6e17040 - Browse repository at this point
Copy the full SHA 6e17040View commit details -
Configuration menu - View commit details
-
Copy full SHA for e1f261b - Browse repository at this point
Copy the full SHA e1f261bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 111228b - Browse repository at this point
Copy the full SHA 111228bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2f53f7d - Browse repository at this point
Copy the full SHA 2f53f7dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 46d3039 - Browse repository at this point
Copy the full SHA 46d3039View commit details -
Configuration menu - View commit details
-
Copy full SHA for a3c7bdd - Browse repository at this point
Copy the full SHA a3c7bddView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5892d05 - Browse repository at this point
Copy the full SHA 5892d05View commit details -
Configuration menu - View commit details
-
Copy full SHA for de6c250 - Browse repository at this point
Copy the full SHA de6c250View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9eda6f6 - Browse repository at this point
Copy the full SHA 9eda6f6View commit details -
Configuration menu - View commit details
-
Copy full SHA for e83d227 - Browse repository at this point
Copy the full SHA e83d227View commit details -
Configuration menu - View commit details
-
Copy full SHA for 93cb96e - Browse repository at this point
Copy the full SHA 93cb96eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6ddc22e - Browse repository at this point
Copy the full SHA 6ddc22eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1c5c198 - Browse repository at this point
Copy the full SHA 1c5c198View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3e57131 - Browse repository at this point
Copy the full SHA 3e57131View commit details -
Configuration menu - View commit details
-
Copy full SHA for 115e10b - Browse repository at this point
Copy the full SHA 115e10bView commit details -
Configuration menu - View commit details
-
Copy full SHA for df78a2d - Browse repository at this point
Copy the full SHA df78a2dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 10dce1c - Browse repository at this point
Copy the full SHA 10dce1cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 00ee51b - Browse repository at this point
Copy the full SHA 00ee51bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 960ef20 - Browse repository at this point
Copy the full SHA 960ef20View commit details
Commits on Nov 13, 2023
-
Fix crash when closing end opening a viewport really fast
The problem was that a lot of stuff was tring to acces the viewport after was destroyed! Now the viewport data from Memory will only be cleared when a new frame beagins!
Configuration menu - View commit details
-
Copy full SHA for 7c251a5 - Browse repository at this point
Copy the full SHA 7c251a5View commit details -
Configuration menu - View commit details
-
Copy full SHA for c32d035 - Browse repository at this point
Copy the full SHA c32d035View commit details -
Configuration menu - View commit details
-
Copy full SHA for c033483 - Browse repository at this point
Copy the full SHA c033483View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4bee4f8 - Browse repository at this point
Copy the full SHA 4bee4f8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8d35f51 - Browse repository at this point
Copy the full SHA 8d35f51View commit details -
Configuration menu - View commit details
-
Copy full SHA for 39ccffb - Browse repository at this point
Copy the full SHA 39ccffbView commit details -
Configuration menu - View commit details
-
Copy full SHA for b179ddc - Browse repository at this point
Copy the full SHA b179ddcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4d7fc70 - Browse repository at this point
Copy the full SHA 4d7fc70View commit details -
Configuration menu - View commit details
-
Copy full SHA for dcd1675 - Browse repository at this point
Copy the full SHA dcd1675View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0dec08b - Browse repository at this point
Copy the full SHA 0dec08bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9418499 - Browse repository at this point
Copy the full SHA 9418499View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8195a82 - Browse repository at this point
Copy the full SHA 8195a82View commit details -
Configuration menu - View commit details
-
Copy full SHA for fdb7499 - Browse repository at this point
Copy the full SHA fdb7499View commit details -
Configuration menu - View commit details
-
Copy full SHA for 337da61 - Browse repository at this point
Copy the full SHA 337da61View commit details -
Configuration menu - View commit details
-
Copy full SHA for 719f2f1 - Browse repository at this point
Copy the full SHA 719f2f1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3a07c0c - Browse repository at this point
Copy the full SHA 3a07c0cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5136e3a - Browse repository at this point
Copy the full SHA 5136e3aView commit details -
Configuration menu - View commit details
-
Copy full SHA for eafe36d - Browse repository at this point
Copy the full SHA eafe36dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0ad9970 - Browse repository at this point
Copy the full SHA 0ad9970View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6e7a735 - Browse repository at this point
Copy the full SHA 6e7a735View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7682a7a - Browse repository at this point
Copy the full SHA 7682a7aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0cd6204 - Browse repository at this point
Copy the full SHA 0cd6204View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4ba27bd - Browse repository at this point
Copy the full SHA 4ba27bdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8bf670c - Browse repository at this point
Copy the full SHA 8bf670cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0915fb2 - Browse repository at this point
Copy the full SHA 0915fb2View commit details
Commits on Nov 14, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 0c82844 - Browse repository at this point
Copy the full SHA 0c82844View commit details -
Configuration menu - View commit details
-
Copy full SHA for 66662e4 - Browse repository at this point
Copy the full SHA 66662e4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 002110e - Browse repository at this point
Copy the full SHA 002110eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4be66c0 - Browse repository at this point
Copy the full SHA 4be66c0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 67c192b - Browse repository at this point
Copy the full SHA 67c192bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2c9426b - Browse repository at this point
Copy the full SHA 2c9426bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 274cdea - Browse repository at this point
Copy the full SHA 274cdeaView commit details -
Configuration menu - View commit details
-
Copy full SHA for aad7ed2 - Browse repository at this point
Copy the full SHA aad7ed2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4aefb26 - Browse repository at this point
Copy the full SHA 4aefb26View commit details -
Configuration menu - View commit details
-
Copy full SHA for 17614cd - Browse repository at this point
Copy the full SHA 17614cdView commit details -
Configuration menu - View commit details
-
Copy full SHA for d6c1505 - Browse repository at this point
Copy the full SHA d6c1505View commit details -
Configuration menu - View commit details
-
Copy full SHA for 999a54f - Browse repository at this point
Copy the full SHA 999a54fView commit details -
Configuration menu - View commit details
-
Copy full SHA for f9e6860 - Browse repository at this point
Copy the full SHA f9e6860View commit details -
Configuration menu - View commit details
-
Copy full SHA for afe1649 - Browse repository at this point
Copy the full SHA afe1649View commit details -
Configuration menu - View commit details
-
Copy full SHA for 874556c - Browse repository at this point
Copy the full SHA 874556cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1090d2d - Browse repository at this point
Copy the full SHA 1090d2dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0dd10bf - Browse repository at this point
Copy the full SHA 0dd10bfView commit details -
Configuration menu - View commit details
-
Copy full SHA for dc4e06a - Browse repository at this point
Copy the full SHA dc4e06aView commit details -
Configuration menu - View commit details
-
Copy full SHA for bfaef3a - Browse repository at this point
Copy the full SHA bfaef3aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 09a728b - Browse repository at this point
Copy the full SHA 09a728bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 54f6e6b - Browse repository at this point
Copy the full SHA 54f6e6bView commit details -
Configuration menu - View commit details
-
Copy full SHA for dacce7b - Browse repository at this point
Copy the full SHA dacce7bView commit details
Commits on Nov 15, 2023
-
Configuration menu - View commit details
-
Copy full SHA for ab67a31 - Browse repository at this point
Copy the full SHA ab67a31View commit details -
Configuration menu - View commit details
-
Copy full SHA for c18eb19 - Browse repository at this point
Copy the full SHA c18eb19View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1b1be3c - Browse repository at this point
Copy the full SHA 1b1be3cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4790a64 - Browse repository at this point
Copy the full SHA 4790a64View commit details -
Configuration menu - View commit details
-
Copy full SHA for 684b166 - Browse repository at this point
Copy the full SHA 684b166View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6c9ce2b - Browse repository at this point
Copy the full SHA 6c9ce2bView commit details -
Configuration menu - View commit details
-
Copy full SHA for ccf96ce - Browse repository at this point
Copy the full SHA ccf96ceView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6f98994 - Browse repository at this point
Copy the full SHA 6f98994View commit details -
Configuration menu - View commit details
-
Copy full SHA for d21458d - Browse repository at this point
Copy the full SHA d21458dView commit details -
Configuration menu - View commit details
-
Copy full SHA for e36ef75 - Browse repository at this point
Copy the full SHA e36ef75View commit details -
Configuration menu - View commit details
-
Copy full SHA for fb07dc1 - Browse repository at this point
Copy the full SHA fb07dc1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 62fcc62 - Browse repository at this point
Copy the full SHA 62fcc62View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4930e7b - Browse repository at this point
Copy the full SHA 4930e7bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 09b639e - Browse repository at this point
Copy the full SHA 09b639eView commit details -
Configuration menu - View commit details
-
Copy full SHA for e222247 - Browse repository at this point
Copy the full SHA e222247View commit details -
Configuration menu - View commit details
-
Copy full SHA for d231a05 - Browse repository at this point
Copy the full SHA d231a05View commit details -
Configuration menu - View commit details
-
Copy full SHA for 46bea93 - Browse repository at this point
Copy the full SHA 46bea93View commit details -
Configuration menu - View commit details
-
Copy full SHA for 13e258b - Browse repository at this point
Copy the full SHA 13e258bView commit details
Commits on Nov 16, 2023
-
Configuration menu - View commit details
-
Copy full SHA for fb21fee - Browse repository at this point
Copy the full SHA fb21feeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2cb2434 - Browse repository at this point
Copy the full SHA 2cb2434View commit details -
Configuration menu - View commit details
-
Copy full SHA for b0d64aa - Browse repository at this point
Copy the full SHA b0d64aaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 26f0c2a - Browse repository at this point
Copy the full SHA 26f0c2aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 82863f8 - Browse repository at this point
Copy the full SHA 82863f8View commit details