Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
43 commits
Select commit Hold shift + click to select a range
8ab4bd6
[FEAT] Init commit to unstable
nots1dd Apr 30, 2025
997c65f
[FEAT] Ported impl of Wayland Registry binding to C++
nots1dd Apr 30, 2025
ebdc058
[DOCS] Added License and security.md
nots1dd Apr 30, 2025
e471001
[CHORE] Add WL, XDG and PAM typedefs for readability
nots1dd May 3, 2025
c5c91a6
[CHORE] Add TOML++ as submodule
nots1dd May 3, 2025
731ce12
[FEAT] Add TOML parser + logger QOL changes
nots1dd May 3, 2025
c707767
[CHORE] Modify source code structure + build system
nots1dd May 3, 2025
285f10d
[CHORE] Convert term/OutputStream into header only logic
nots1dd May 3, 2025
6906393
[FEAT] Create ClientState impl
nots1dd May 3, 2025
5f0d065
[FEAT] Porting over Session Lock, WLBuf + WLShm impl
nots1dd May 3, 2025
9e3ae1d
[CHORE] Move source files to src
nots1dd May 3, 2025
3ba4738
[FEAT] Add log category with context switching
nots1dd May 3, 2025
7a1263f
[CHORE] Add log category to logfile
nots1dd May 3, 2025
75c2689
[FEAT] Port ShaderManager + shader runtime logic
nots1dd May 4, 2025
f8566a9
[CHORE] Add STB to git modules
nots1dd May 4, 2025
cff37d1
[CHORE] Porting of EGL + changes to shader manager and freetype
nots1dd May 4, 2025
15e85aa
[FEAT] Initial porting phase done
nots1dd May 6, 2025
8fa59f6
[CHORE:BUILD] Cmake fix
AltSumpreme May 6, 2025
09d4c09
Fix CMake build logic
nots1dd May 6, 2025
9f3922a
[FEAT] Fix password grab logic + add EGLExceptionHandler for EGL RTEs
nots1dd May 7, 2025
3af5a91
[CHORE] Fix KB Handler logic completely
nots1dd May 7, 2025
f433e2a
[FEAT]: Add LOG macros for easier log calls + proper log ctx switching
nots1dd May 8, 2025
9e73147
[FEAT] Add GLUtils + make renderer more static bound + refactor EGL
nots1dd May 8, 2025
30ce9b6
[CHORE] rename PamState member + kb cleanup
nots1dd May 9, 2025
f15bfb8
[CHORE] Fix EGL rendering issues and logic
nots1dd May 11, 2025
6b1f44f
[CHORE] Add some padding for cleaner logs
nots1dd May 11, 2025
1b1cdbd
[CHORE] Added log level setting using ENV VAR
nots1dd May 11, 2025
8c98fa7
[CHORE] Replace pragma with ifndef directives
nots1dd May 11, 2025
7da3b23
[CHORE] Add proper log file location and format
nots1dd May 11, 2025
fce4124
[CHORE] Add custom assert handler + code cleanup
nots1dd May 12, 2025
b19f9eb
[CHORE] Cleanly exit if ext-session-lock-v1 not found
nots1dd May 12, 2025
96a1fec
[CHORE] Prettify TOML parser logs
nots1dd May 12, 2025
92876ad
[CHORE] seat + main code cleanup
nots1dd May 12, 2025
08b1306
[CHORE] Release WL-KB after leaving surface and attach on reentry
nots1dd May 12, 2025
0e451da
[CHORE:BUILD] Add strict compilation flags + subsequent changes to co…
nots1dd May 12, 2025
997b7f8
[CHORE:BUILD] Update CMakeLists
nots1dd May 12, 2025
499b5f9
[FEAT] Add smooth red glow for auth failure (blocking)
nots1dd May 12, 2025
6fc1842
[CHORE] Restructure rendering logic
nots1dd Jun 1, 2025
ddaba50
[FEAT] Add WidgetInterface and WidgetRegistry for compile time bindin…
nots1dd Jun 1, 2025
7e0ccb3
[CHORE] Replace older root dir names + code cleanup
nots1dd Jun 1, 2025
eed70ac
[CHORE:DOCS] Update README
nots1dd Jun 1, 2025
835e47f
[FEAT] Bump GLES to v3 + add fade out anim + time box & pwd field new…
nots1dd Jun 2, 2025
e53be64
[FEAT:MAJOR] Add Renderable Interface + update config for shadows
nots1dd Jul 12, 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
1 change: 1 addition & 0 deletions .clang-format
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,5 @@ SpaceBeforeRangeBasedForLoopColon: true
SpaceInEmptyParentheses: false
PointerAlignment: Left
IndentPPDirectives: None
ReflowComments: false
---
1 change: 1 addition & 0 deletions .clang-tidy
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ CheckOptions:
value: '1'
WarningsAsErrors: ''
FormatStyle: file
HeaderFilterRegex: '^(?!.*(toml\.hpp)).*$'
125 changes: 0 additions & 125 deletions .dev/CHANGELOG.sh

This file was deleted.

150 changes: 0 additions & 150 deletions .github/workflows/build-fedora.sh

This file was deleted.

Loading