Commit Graph
8 Commits
Author SHA1 Message Date
miles 48a994db09 feat: implement native notifications with full API support and event handling 2026-08-14 16:50:21 -05:00
miles 8cf5d351a7 feat: enhance clipboard functionality with full API support for various formats 2026-08-08 19:50:05 -05:00
miles 075a051f74 feat: update dependencies and refactor macOS icon handling 2026-07-31 17:07:25 -05:00
miles da521a33a0 feat: implement application icon support for macOS
- Removed package.json and code signature files from the macOS app bundle.
- Added support for setting application icons via base64 encoded PNG strings.
- Enhanced the main application logic to detect and apply icons from various locations.
- Updated the Electron app and browser window classes to handle icon setting.
- Introduced new methods for decoding PNG icons and applying them to the application and window.
- Updated Cargo.toml to include the cocoa dependency for macOS.
2026-07-31 04:07:23 -05:00
miles c916883e14 make ram efficiency way better animated to read me And made a new benchmark 2026-07-28 22:27:10 -05:00
miles a11d5a1350 Add Gelectron demo application with main functionality and benchmark results
- Created main.js for the Gelectron demo application, implementing various app tests and lifecycle management.
- Added package.json to define application metadata.
- Included necessary code signature files for macOS compatibility.
- Generated benchmark results for the application startup and memory usage.
2026-07-28 14:24:19 -05:00
miles e5d93b3613 Add initial implementation of GeelectronDemo app
- Created main.js for the application logic, including tests for Electron app properties and methods.
- Added package.json to define app metadata.
- Included necessary code signature files for macOS app distribution.
- Implemented basic window management and event handling in the app.
2026-07-27 23:56:34 -05:00
miles d3de67fadb update 2026-07-26 22:03:25 -05:00