summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2023-07-03background-blur-radius for macOSMitchell Hashimoto
2023-07-03apprt: add C API for detecting background transparency per surfaceMitchell Hashimoto
2023-07-02Toggle fullscreen on super/ctrl+return, only macOS for nowThorsten Ball
2023-07-01macOS: implement cmd+[0-9] to goto tabThorsten Ball
2023-06-29define precision scrolling and momentum structs, C APIMitchell Hashimoto
2023-03-27core: quit flag is reset after tickMitchell Hashimoto
2023-03-26Merge pull request #134 from mitchellh/gtk-confirmMitchell Hashimoto
2023-03-25apprt/embedded: support new process alive callback on closeMitchell Hashimoto
2023-03-25apprt/embedded: support unmapped keysMitchell Hashimoto
2023-03-19macos: implement config reloading callbackMitchell Hashimoto
2023-03-19ghostty.h: add missing reload callbackMitchell Hashimoto
2023-03-15ghostty.h: fix type usage before declarationMitchell Hashimoto
2023-03-11macos: change focus callback to use an enum so we can get other dirsMitchell Hashimoto
2023-03-11macos: put next/prev split focus into menuMitchell Hashimoto
2023-03-11macos: hook up all the bindings so we're ready to handle focus eventMitchell Hashimoto
2023-03-10macos: menu bar to splitMitchell Hashimoto
2023-03-10macos: take over menu bar, separate close and close windowMitchell Hashimoto
2023-03-08apprt/embedded: close surface callbackMitchell Hashimoto
2023-03-08apprt/embedded: newSplit callbackMitchell Hashimoto
2023-03-03macos: load config file default file locationsMitchell Hashimoto
2023-02-24gtk: mouse inputMitchell Hashimoto
2023-02-19macos: hook up clipboardsMitchell Hashimoto
2023-02-19macos: emoji keyboard worksMitchell Hashimoto
2023-02-19macos: stdbool missing so we can use bool in ghostty.hMitchell Hashimoto
2023-02-19macos: mouse scroll eventsMitchell Hashimoto
2023-02-19macos: mouse button and mouse move eventsMitchell Hashimoto
2023-02-19set title callback needs to use surface userdataMitchell Hashimoto
2023-02-19macos: hook up change title eventsMitchell Hashimoto
2023-02-19macos: track surface focus stateMitchell Hashimoto
2023-02-19macos: hook up text inputMitchell Hashimoto
2023-02-19c: fix enums for inputMitchell Hashimoto
2023-02-19start input, its broken but we're getting thereMitchell Hashimoto
2023-02-19macos: correct scale factor propagatedMitchell Hashimoto
2023-02-19it draws!Mitchell Hashimoto
2023-02-19lots of progress running a surface but still crashesMitchell Hashimoto
2023-02-19c: create/destroy surface APIMitchell Hashimoto
2023-02-19apprt: can pass options through to WindowsMitchell Hashimoto
2023-02-19lots of stubbing so window will kind of compile for embeddedMitchell Hashimoto
2023-02-19apprt: start embedded implement, make App API available to CMitchell Hashimoto
2023-02-19move allocator to global stateMitchell Hashimoto
2023-02-19macos: config APIMitchell Hashimoto
2023-02-19lots of broken stuffMitchell Hashimoto
2023-02-19include: comment the modulemapMitchell Hashimoto
2023-02-19build: ghostty lib, framework, build into appMitchell Hashimoto