ed381c4178
- More Documentation
2026-01-12 00:36:39 -05:00
450f725cab
- More Documentation
...
- Updated Copyright
2026-01-06 19:48:28 -05:00
c1be5385d3
- switched from GLEW to GLAD and now dynamically links EGL & OpenGL
2025-12-28 02:14:45 -05:00
ecf1cfc29c
- fleshing out event system and window manager
...
- added tests back in for window management
2025-12-27 07:19:53 -05:00
1f6637408d
- testing for current threading structures
2025-12-20 17:35:54 -05:00
88e33bdcc8
- More documentation
2025-12-18 16:18:07 -05:00
9e6f00eb60
- Documentation of containers, core, and format
2025-12-18 00:00:36 -05:00
e7503ed92f
- Documentation and logic fixes for various structures
2025-12-17 12:40:10 -05:00
aee4e340dd
- Started setting up a thread safe window manager
...
- Created thread & atomic structures
2025-12-17 01:11:28 -05:00
520a0e1363
- Setup libdecor, which is used automatically when available.
...
TODO:
- xdg decorations
- threading
- thread-safe window manager
2025-12-15 23:40:06 -05:00
97f5bbfe00
- Windows now use libdecor when present.
2025-12-15 16:29:00 -05:00
b64ce44d4e
- Setup dynamic linking to libdecor
2025-12-15 15:23:45 -05:00
1acf00138a
- Setup EGL context for Wayland. Test window now opens as black rectangle.
2025-12-15 13:20:08 -05:00
5dcb58f53c
- Setup wayland display and window. Window surface is created and appears in hotbar. Window is not visible.
2025-12-14 15:47:11 -05:00
a1bdc077b1
- fennec::variant & fennec::generic, TODO: Test
2025-12-13 19:00:43 -05:00
6d58105734
- Switched back to custom window management, taking another stab
...
- Refactored lang yet again, `fennec/lang` is now C++ language. `fennec/string` `fennec/filesystem` and `fennec/format` are now independent.
2025-12-04 01:04:36 -05:00
d928d86014
- Some underlying features for RTTI
...
- Macro for automatically generating this_t
- Semantics with static_constructor.h, now FENNEC_PRIVATE_STATIC_CONSTRUCTOR for .cpp files and FENNEC_CLASS_STATIC_CONSTRUCTOR for a class in any source file type.
2025-12-03 01:41:30 -05:00
fe8c3a4602
- Basic RTTI type data with inheritance.
2025-11-28 12:58:23 -05:00
f2a45aa913
- Began outlining tokenizer.h and priority_queue.h
...
- Began outlining sdl implementation
- Added some helper definitions to various classes
- Added contains to string.h and wstring.h
2025-09-13 20:33:53 -04:00
dbcb50349d
- Binary Tree (Partial)
...
- Sequence (Partial)
2025-08-30 22:11:41 -04:00
992a02db3e
- Changed directory structure significantly, moving gfx api implementations to fennec/renderers
...
- Began new overarching window interface
- Began outlining renderer interfaces
- Began a binary tree implementation in bintree.h, this will act as a generalized binary tree, then red-black tree will be implemented on top of it for sequences (ordered sets)
2025-08-28 00:01:54 -04:00
e1eaf97961
- Switched to SDL for main branch, will revisit custom implementation later.
2025-08-23 20:09:53 -04:00
086c73f058
Merge branch 'main' of https://git.mslockbo.org/mslockbo/fennec
...
Messed up some files and git wants to merge
2025-08-22 12:03:26 -04:00
339f5c8cd8
- Added XDG Shell
2025-08-22 12:03:04 -04:00
540c7fbce8
- Similar refactor on XKB
2025-08-22 02:53:09 -04:00
cbcd699ab0
- Decided to remove boost due to extensive dependencies
...
- Huge refactor on Wayland loading to support retrieval of Protocol headers
- Setup EGL to create surfaces for Wayland windows
2025-08-22 02:15:57 -04:00
0f721f57ea
- Moved OpenGL library wrapper into platform
...
- Finished reorganizing PLANNING.md
2025-08-05 16:14:00 -04:00
3d42dea9eb
- Started interface for renderers
...
- Renamed fproc -> langproc (I'll probably never settle on a naming convention for this)
- Refactored set to use median psl
2025-08-02 13:17:20 -04:00
3d4ea4398a
- Setup Contexts to pull more info from the GPU
...
- Started outlining OpenGL implementation
2025-07-28 21:06:52 -04:00
7aafa4c9aa
- Implemented EGL Context
2025-07-28 13:00:20 -04:00
8124ea2ae5
- Refactor on platform implementation. See comment in interface/platform.h for more info
2025-07-27 22:44:32 -04:00
7493b5252a
- More implementations and dependencies for Linux Wayland support
2025-07-26 20:57:25 -04:00
7ea2710ee0
List Data Structure
2025-07-23 13:26:50 -04:00
f9de242b87
Adjusted Platform Structure
2025-07-23 12:12:29 -04:00
73333b4c67
- Separated Platform and Compiler Dependent Behaviour into CMake scripts
...
- Implemented Basic Platform Interfaces
- Implemented partial Linux platform and Wayland Display.
- Implemented Dependencies for the above
- map
- set
- optional
- pair
TODO: threading
2025-07-22 00:59:41 -04:00