index
:
ghostty.git
1.1.x
1.2.x
main
opengl-test
push-lvtrmyqqqpkn
push-qouskwyzlkmy
tristan957/gtk-ng
vm-tests
Unnamed repository; edit this file 'description' to name the repository.
thomasg
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
Age
Commit message (
Expand
)
Author
2023-07-03
background-blur-radius for macOS
Mitchell Hashimoto
2023-07-03
apprt: add C API for detecting background transparency per surface
Mitchell Hashimoto
2023-07-02
Toggle fullscreen on super/ctrl+return, only macOS for now
Thorsten Ball
2023-07-01
macOS: implement cmd+[0-9] to goto tab
Thorsten Ball
2023-06-29
define precision scrolling and momentum structs, C API
Mitchell Hashimoto
2023-03-27
core: quit flag is reset after tick
Mitchell Hashimoto
2023-03-26
Merge pull request #134 from mitchellh/gtk-confirm
Mitchell Hashimoto
2023-03-25
apprt/embedded: support new process alive callback on close
Mitchell Hashimoto
2023-03-25
apprt/embedded: support unmapped keys
Mitchell Hashimoto
2023-03-19
macos: implement config reloading callback
Mitchell Hashimoto
2023-03-19
ghostty.h: add missing reload callback
Mitchell Hashimoto
2023-03-15
ghostty.h: fix type usage before declaration
Mitchell Hashimoto
2023-03-11
macos: change focus callback to use an enum so we can get other dirs
Mitchell Hashimoto
2023-03-11
macos: put next/prev split focus into menu
Mitchell Hashimoto
2023-03-11
macos: hook up all the bindings so we're ready to handle focus event
Mitchell Hashimoto
2023-03-10
macos: menu bar to split
Mitchell Hashimoto
2023-03-10
macos: take over menu bar, separate close and close window
Mitchell Hashimoto
2023-03-08
apprt/embedded: close surface callback
Mitchell Hashimoto
2023-03-08
apprt/embedded: newSplit callback
Mitchell Hashimoto
2023-03-03
macos: load config file default file locations
Mitchell Hashimoto
2023-02-24
gtk: mouse input
Mitchell Hashimoto
2023-02-19
macos: hook up clipboards
Mitchell Hashimoto
2023-02-19
macos: emoji keyboard works
Mitchell Hashimoto
2023-02-19
macos: stdbool missing so we can use bool in ghostty.h
Mitchell Hashimoto
2023-02-19
macos: mouse scroll events
Mitchell Hashimoto
2023-02-19
macos: mouse button and mouse move events
Mitchell Hashimoto
2023-02-19
set title callback needs to use surface userdata
Mitchell Hashimoto
2023-02-19
macos: hook up change title events
Mitchell Hashimoto
2023-02-19
macos: track surface focus state
Mitchell Hashimoto
2023-02-19
macos: hook up text input
Mitchell Hashimoto
2023-02-19
c: fix enums for input
Mitchell Hashimoto
2023-02-19
start input, its broken but we're getting there
Mitchell Hashimoto
2023-02-19
macos: correct scale factor propagated
Mitchell Hashimoto
2023-02-19
it draws!
Mitchell Hashimoto
2023-02-19
lots of progress running a surface but still crashes
Mitchell Hashimoto
2023-02-19
c: create/destroy surface API
Mitchell Hashimoto
2023-02-19
apprt: can pass options through to Windows
Mitchell Hashimoto
2023-02-19
lots of stubbing so window will kind of compile for embedded
Mitchell Hashimoto
2023-02-19
apprt: start embedded implement, make App API available to C
Mitchell Hashimoto
2023-02-19
move allocator to global state
Mitchell Hashimoto
2023-02-19
macos: config API
Mitchell Hashimoto
2023-02-19
lots of broken stuff
Mitchell Hashimoto
2023-02-19
include: comment the modulemap
Mitchell Hashimoto
2023-02-19
build: ghostty lib, framework, build into app
Mitchell Hashimoto