TUT/tests
m1ngsama 6408f0e95c feat: Complete FTXUI refactoring with clean architecture
Major architectural refactoring from ncurses to FTXUI framework with
professional engineering structure.

Project Structure:
- src/core/: Browser engine, URL parser, HTTP client
- src/ui/: FTXUI components (main window, address bar, content view, panels)
- src/renderer/: HTML renderer, text formatter, style parser
- src/utils/: Logger, config manager, theme manager
- tests/unit/: Unit tests for core components
- tests/integration/: Integration tests
- assets/: Default configs, themes, keybindings

New Features:
- btop-style four-panel layout with rounded borders
- TOML-based configuration system
- Multiple color themes (default, nord, gruvbox, solarized)
- Comprehensive logging system
- Modular architecture with clear separation of concerns

Build System:
- Updated CMakeLists.txt for modular build
- Prefer system packages (Homebrew) over FetchContent
- Google Test integration for testing
- Version info generation via cmake/version.hpp.in

Configuration:
- Default config.toml with browser settings
- Four built-in themes
- Default keybindings configuration
- Config stored in ~/.config/tut/

Removed:
- Legacy v1 source files (ncurses-based)
- Old render/ directory
- Duplicate and obsolete test files
- Old documentation files

Binary: ~827KB (well under 5MB goal)
Dependencies: FTXUI, cpp-httplib, toml11, gumbo-parser, OpenSSL
2025-12-29 22:07:39 +08:00
..
integration feat: Complete FTXUI refactoring with clean architecture 2025-12-29 22:07:39 +08:00
unit feat: Complete FTXUI refactoring with clean architecture 2025-12-29 22:07:39 +08:00
CMakeLists.txt feat: Complete FTXUI refactoring with clean architecture 2025-12-29 22:07:39 +08:00
test_async_images.cpp feat: Add async image loading with progressive rendering 2025-12-28 13:37:54 +08:00
test_bookmark.cpp test: Add comprehensive test suite for v2.0 release 2025-12-27 16:30:05 +08:00
test_history.cpp feat: Add persistent browsing history 2025-12-27 18:13:40 +08:00
test_html_parse.cpp test: Add comprehensive test suite for v2.0 release 2025-12-27 16:30:05 +08:00
test_http_async.cpp test: Add comprehensive test suite for v2.0 release 2025-12-27 16:30:05 +08:00
test_image_minimal.cpp feat: Add async image loading with progressive rendering 2025-12-28 13:37:54 +08:00
test_layout.cpp feat: Implement TUT 2.0 with new rendering architecture 2025-12-26 14:56:17 +08:00
test_renderer.cpp feat: Implement TUT 2.0 with new rendering architecture 2025-12-26 14:56:17 +08:00
test_simple_image.cpp feat: Add async image loading with progressive rendering 2025-12-28 13:37:54 +08:00
test_terminal.cpp feat: Implement TUT 2.0 with new rendering architecture 2025-12-26 14:56:17 +08:00