summaryrefslogtreecommitdiff
path: root/src/apprt/gtk.zig
AgeCommit message (Expand)Author
2025-09-21gtk: restore flatpak-aware resource directory supportLeorize
2025-09-05gtk: the Future is NowLeah Amelia Chen
2025-09-05gtk: nuke the legacy apprt from orbitLeah Amelia Chen
2025-06-24core, gtk: implement host resources dir for FlatpakLeorize
2023-10-24apprt/gtk: empty inspector windowMitchell Hashimoto
2023-09-18apprt/gtk: key file for logic related to keysMitchell Hashimoto
2023-09-16apprt/gtk: refactor into separate filesMitchell Hashimoto
2023-09-15apprt/gtk: show warning when running debug versionMitchell Hashimoto
2023-09-15gtk: handle all close-requestsTim Culverhouse
2023-09-14apprt/gtk: implement hide cursorMitchell Hashimoto
2023-09-14apprt/gtk: apply GDK scale factor to mouse coordinatesMitchell Hashimoto
2023-09-14apprt/gtk: cursor state should be on surfaceMitchell Hashimoto
2023-09-14Fix compilation issues with GTK cursor supportThorsten Ball
2023-09-14rename cursor shape to mouse shape for OSC 22Mitchell Hashimoto
2023-09-14apprt/gtk: support set cursor shapeMitchell Hashimoto
2023-09-13core: surface should not use app mailboxMitchell Hashimoto
2023-09-11apprt/gtk: do not ask for confirm window close if all surfaces idleMitchell Hashimoto
2023-09-11apprt/gtk: integrate app needsConfirmQuitMitchell Hashimoto
2023-09-11apprt/gtk: log configuration errorsMitchell Hashimoto
2023-09-05gtk: add gtk-single-instance setting to allow disabling of itThorsten Ball
2023-09-03gtk: allow hiding window decoration in configurationThorsten Ball
2023-09-01macos: add visible-menu non-native-fullscreen optionWill Pragnell
2023-08-28use Gtk.Notebook::switch-page callback for setting window titleSeth Rider
2023-08-26Set gtk window title on change and tab swap (by key command)Seth Rider
2023-08-17input: key must provide unshifted codepointMitchell Hashimoto
2023-08-16rename key2callback to keycallbackMitchell Hashimoto
2023-08-16remove charCallback/keyCallbackMitchell Hashimoto
2023-08-16apprt/gtk: only use key2callbackMitchell Hashimoto
2023-08-16apprt/gtk: clean up keyval_unicode usageMitchell Hashimoto
2023-08-16apprt/gtk: call new key2callback using the all-in-one key eventMitchell Hashimoto
2023-08-16apprt/gtk: translate keyval if there is no utf8Mitchell Hashimoto
2023-08-13apprt/gtk: convert keyval to unicode if input method doesn't processMitchell Hashimoto
2023-08-13macos-option-as-alt config, handle alt-prefix for charCallbackMitchell Hashimoto
2023-08-13apprt/gtk: inherit font size on new windows and tabsMitchell Hashimoto
2023-08-13only initialize font discovery mechanism once, cache on AppMitchell Hashimoto
2023-08-11apprt/gtk, opengl: render preeditMitchell Hashimoto
2023-08-11core: get rid of ignore_char, apprt must handle this nowMitchell Hashimoto
2023-08-11apprt/gtk: use manual translation, handle dead key statesMitchell Hashimoto
2023-08-11core: note when keyCallback processed the inputMitchell Hashimoto
2023-08-09apprt/gtk: use glfw for reading primary clipboard (see comment)Mitchell Hashimoto
2023-08-09selection copies to the selection clipboardMitchell Hashimoto
2023-08-09apprt: primary clipboard awareness (selection clipboard)Mitchell Hashimoto
2023-08-09gtk: apply background opacitymoderation
2023-08-09gtk: fix arrow-up stealing focusThorsten Ball
2023-08-08apprt/gtk: set icon nameMitchell Hashimoto
2023-08-08plumb through the resources dir to termioMitchell Hashimoto
2023-08-08Fix typosKevin Hovsäter
2023-08-07Merge pull request #247 from mitchellh/gtk-single-instanceMitchell Hashimoto
2023-08-07apprt/gtk: remove useless callsMitchell Hashimoto
2023-08-07apprt/glfw: launch window on startupMitchell Hashimoto