summaryrefslogtreecommitdiff
path: root/src/frames
Commit message (Expand)AuthorAgeFilesLines
* frames: Disable XDND support on the frame windowSebastian Keller2023-04-281-0/+8
* frames: Use cairo renderer on GTK framesCarlos Garnacho2023-04-241-0/+2
* x11: Always initialize all fields of XEvents sent via XSendEventSebastian Keller2023-04-171-1/+1
* frames: Forward _NET_WM_STATE during frame initializationCarlos Garnacho2023-04-141-5/+48
* frames/content: Use gtk_widget_compute_point()Jonas Ådahl2023-04-051-7/+8
* frames/window-tracker: Select StructureNotifyMask X11 eventsMarco Trevisan (Treviño)2023-04-041-0/+1
* frames: Select SubstructureNotifyMask tooJonas Ådahl2023-03-041-1/+2
* frames: Fix code typoCarlos Garnacho2023-02-281-1/+1
* frames: Handle WM_NAMECarlos Garnacho2023-02-271-0/+64
* frames: Handle _NET_WM_VISIBLE_NAMECarlos Garnacho2023-02-271-6/+53
* frames: Minor refactorCarlos Garnacho2023-02-271-8/+21
* frames: Rename functionCarlos Garnacho2023-02-271-4/+4
* frames: Intern some Atoms in the MetaFrame structCarlos Garnacho2023-02-271-17/+32
* frames: Quit immediately on SIGTERMCarlos Garnacho2023-01-201-4/+2
* frames/window-tracker: Stop using deprecated APIFlorian Müllner2023-01-201-1/+1
* frames: Avoid default NULL frame titleCarlos Garnacho2023-01-181-1/+1
* frames: Push error traps around various X11 callsCarlos Garnacho2023-01-122-24/+68
* frames: Handle lack of WM_DELETE_WINDOW in WM_PROTOCOLSCarlos Garnacho2022-12-101-9/+71
* Revert "x11: Move Motif WM hints to a separate header"Carlos Garnacho2022-12-092-3/+18
* frames: Add CSS class on initGeorges Basile Stavracas Neto2022-12-092-1/+2
* frames/window-tracker: Trivial style cleanupGeorges Basile Stavracas Neto2022-12-051-1/+1
* frames: Add default-decoration CSS classGeorges Basile Stavracas Neto2022-12-052-0/+3
* frames/window-tracker: Initialize color scheme properlyGeorges Basile Stavracas Neto2022-12-051-3/+10
* frames/window-tracker: Reinstate dark titlebar supportGeorges Basile Stavracas Neto2022-12-052-0/+29
* x11: Move Motif WM hints to a separate headerCarlos Garnacho2022-12-052-18/+3
* frames: Fix check of Motif WM hintsCarlos Garnacho2022-12-051-3/+5
* frames: Double check _MUTTER_NEEDS_FRAME property changesCarlos Garnacho2022-12-041-2/+6
* x11: Add frame synchronization to window framesCarlos Garnacho2022-12-011-1/+1
* frames: Add new X11 frames clientCarlos Garnacho2022-12-0110-0/+1263