Skip to content
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

UI Refactoring #64

Merged
merged 40 commits into from
Jan 19, 2025
Merged
Changes from 1 commit
Commits
Show all changes
40 commits
Select commit Hold shift + click to select a range
88b077a
Feat: Roboto font
brenocq Aug 4, 2023
35dd8e9
Merge branch 'dev' into ui-redesign
brenocq Dec 30, 2023
9265138
Refactor: Noto Sans and UI colors
brenocq Jan 2, 2024
d04ccf7
Refactor: ImGui style
brenocq Jan 2, 2024
06cb8e3
Feat: Topbar Atta logo
brenocq Jan 3, 2024
40a0d8e
Feat: Starting grid pipeline
brenocq Jan 3, 2024
e6813b5
Feat: Infinite world grid
brenocq Jan 5, 2024
7c5a8de
Feat: Destroy world grid mesh
brenocq Jan 5, 2024
85a820e
Refactor: Starting widget gizmo
brenocq Mar 3, 2024
d881747
Fix: Viewport compilation
brenocq Jun 12, 2024
c8de137
Fix: Crash when vulkan not supported
brenocq Jun 24, 2024
c79aa8a
Merge branch 'dev' into ui-redesign
brenocq Jan 16, 2025
afba14c
Chore(UI): Upgrade ImGui to version v1.91.7
brenocq Jan 16, 2025
23fac49
Feat(UI): ImPlot3D integration
brenocq Jan 16, 2025
e07a76e
Refactor(UI): ImGui style/colors
brenocq Jan 16, 2025
af97896
Chore: Use ImPlot3D main branch
brenocq Jan 16, 2025
22cc26e
Refactor(UI): ImGui grab rounding
brenocq Jan 16, 2025
dee8723
Chore: Fix web build
brenocq Jan 18, 2025
a0b2467
Refactor: UI colors
brenocq Jan 18, 2025
674a8bc
Chore: Move editor and widgets files
brenocq Jan 18, 2025
9fb1abc
Chore: Move windows files
brenocq Jan 18, 2025
de0611e
Chore: Move module windows files
brenocq Jan 18, 2025
52aa7fd
Chore: Move window file
brenocq Jan 18, 2025
67fccc8
Refactor: Move docking setup to editor class
brenocq Jan 18, 2025
15276bb
Chore: Move time profiler tool to windows folder
brenocq Jan 18, 2025
61ebe80
Chore: Move top/tool bars to panels folder
brenocq Jan 18, 2025
5a7e322
Chore: Move drawers files
brenocq Jan 18, 2025
3c94830
Refactor: Move viewports to UI module
brenocq Jan 19, 2025
25c7249
Feat: Render main viewport
brenocq Jan 19, 2025
b397396
Feat: Create viewports
brenocq Jan 19, 2025
3a76b81
Fix: Remove viewport
brenocq Jan 19, 2025
38d70c9
Fix: Make sure new viewports are docked
brenocq Jan 19, 2025
7fe0be0
Chore: Generate compile commands
brenocq Jan 19, 2025
a8676f0
Fix: Show viewport modals
brenocq Jan 19, 2025
47fb44a
Merge branch 'ui-redesign' of github.com:brenocq/atta into ui-redesign
brenocq Jan 19, 2025
ff49bfe
Refactor: File viewport gfx to ui
brenocq Jan 19, 2025
d74f3d8
Fix: Viewport entity click
brenocq Jan 19, 2025
5edf760
Feat: Show gizmo for selected entity
brenocq Jan 19, 2025
a4ac94f
Fix: Guizmo interaction
brenocq Jan 19, 2025
d1ead43
Chore: Update resources link
brenocq Jan 19, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Refactor(UI): ImGui grab rounding
brenocq committed Jan 16, 2025

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
commit 22cc26edb5d6b78478bd42ea7e587a950946de1d
1 change: 1 addition & 0 deletions src/atta/ui/manager.cpp
Original file line number Diff line number Diff line change
@@ -113,6 +113,7 @@ void Manager::setTheme() {
// Sizes rounding
style.FrameRounding = 5.0f;
style.ScrollbarRounding = 5.0f;
style.GrabRounding = 5.0f;
style.TabRounding = 5.0f;
// Sizes widgets
style.SeparatorTextBorderSize = 1.0f;