summaryrefslogtreecommitdiff
path: root/src/apprt/gtk/Surface.zig
AgeCommit message (Expand)Author
2025-09-05gtk: the Future is NowLeah Amelia Chen
2025-09-05gtk: nuke the legacy apprt from orbitLeah Amelia Chen
2025-07-23apprt/gtk-ng: surface drag and dropMitchell Hashimoto
2025-07-22gtk: only show clipboard toast when content isn't emptyLeah Amelia Chen
2025-07-19core: remove Surface.shouldCloseMitchell Hashimoto
2025-07-18apprt/gtk-ng: hook up surface initializationMitchell Hashimoto
2025-07-17core/gtk: add support for displaying a progress bar with OSC 9;4Jeffrey C. Ollie
2025-07-11gtk: change child exited verbiage to be clearer and code cleanupJeffrey C. Ollie
2025-07-11gtk: use close button in show_child_exited bannerJeffrey C. Ollie
2025-07-11gtk: add some comments for show_child_exitedJeffrey C. Ollie
2025-07-11gtk: GtkBox not needed for show_child_exitedJeffrey C. Ollie
2025-07-11show_child_exited: remove emojisJeffrey C. Ollie
2025-07-11remove unused css class from gtk child exited widgetJeffrey C. Ollie
2025-07-11use checkmark for icon if child exits normallyJeffrey C. Ollie
2025-07-11fix error set for function return signatureJeffrey C. Ollie
2025-07-11gtk show_child_edit: use different text for normal/abnormal exitJeffrey C. Ollie
2025-07-11show child exited: return a boolean if native GUI is shownJeffrey C. Ollie
2025-07-11show child exited: make GTK banner transparentJeffrey C. Ollie
2025-07-11core/gtk: add apprt action to show native GUI warning when child exitsJeffrey C. Ollie
2025-07-09gtk: remove NOTIFY_SOCKET from the inherited environment variablesJeffrey C. Ollie
2025-06-26dbus and systemd activation - take 2Jeffrey C. Ollie
2025-06-24Revert "linux: add dbus and systemd activation services (#7433)"Mitchell Hashimoto
2025-06-24linux: add dbus and systemd activation services (#7433)Mitchell Hashimoto
2025-06-20renderer: big rework, graphics API abstraction layers, unified logicQwerasd
2025-06-13linux: add dbus and systemd activation servicesJeffrey C. Ollie
2025-06-05gtk: make requesting attention configurableLeah Amelia Chen
2025-05-30gtk: clean up per-surface cgroup on closeMitchell Hashimoto
2025-05-30gtk: request user attention on bellLeah Amelia Chen
2025-05-27GTK: Don't clamp cursorpos, allow negative valuesQwerasd
2025-05-26style: use decl literalsQwerasd
2025-05-13gtk custom bell audio: optional -> requiredJeffrey C. Ollie
2025-05-13Use `std.math.clamp`Jeffrey C. Ollie
2025-05-13gtk: implement custom audio for bellJeffrey C. Ollie
2025-05-09input: remove `physical_key` from the key event (all keys are physical)Mitchell Hashimoto
2025-05-09apprt/gtk: buildMitchell Hashimoto
2025-05-07core: fixup callconv(.C) -> callconv(.c)Jeffrey C. Ollie
2025-04-23gtk: require blueprint-compiler 0.16 for buildingJeffrey C. Ollie
2025-04-15gtk(bell): add `bell-features` config optionLeah Amelia Chen
2025-04-14gtk(bell): mark tab as needing attention on bellLeah Amelia Chen
2025-04-14gtk(bell): use `gdk.Surface.beep` for bellLeah Amelia Chen
2025-04-14gtk: implement bellLeah Amelia Chen
2025-03-22apprt/gtk: make GL context current in unrealizeMitchell Hashimoto
2025-03-21gtk: clean up C remnants and `@ptrCast`sLeah Amelia Chen
2025-03-18c804cd3dbb0274f3271736e0b8f279795bdff394Jeffrey C. Ollie
2025-03-18Update Adwaita version check for Box unrefGregory Anders
2025-03-17gtk: convert App to zig-gobjectJeffrey C. Ollie
2025-03-17gtk: convert Window (and some related files) to zig-gobject (#6775)Leah Amelia Chen
2025-03-17apprt/gtk: any preedit change should note a composing stateMitchell Hashimoto
2025-03-17gtk: convert Window (and some related files) to zig-gobjectJeffrey C. Ollie
2025-03-13gtk: convert Surface to zig-gobjectJeffrey C. Ollie