| .. |
|
common
|
key-state.c: generalize set operations
|
2024-10-13 20:45:16 +01:00 |
|
config
|
src/main.c: add environment variable LABWC_VER
|
2024-10-28 21:40:01 +00:00 |
|
decorations
|
chase: request initial configure
|
2024-07-17 21:28:59 +01:00 |
|
img
|
icon-loader: update PNG and XPM loaders to use new buffer helper
|
2024-10-06 22:38:03 -04:00 |
|
input
|
keyboard: broadcast modifiers
|
2024-10-28 19:11:45 +00:00 |
|
menu
|
menu: use "MenuHeader" font height in separators with label
|
2024-10-28 19:06:32 +00:00 |
|
protocols
|
cosmic-workspaces: protocol implementation
|
2024-08-03 18:25:23 +02:00 |
|
ssd
|
ssd: minor logic simplification
|
2024-10-08 21:28:17 +01:00 |
|
action.c
|
src/action.c: fix client-send-to-menu not properly updated (#2246)
|
2024-10-20 09:58:09 +01:00 |
|
buffer.c
|
buffer: add buffer_convert_cairo_surface_for_icon()
|
2024-10-06 22:30:46 -04:00 |
|
debug.c
|
workspaces: slight struct reordering
|
2024-08-02 19:35:36 +02:00 |
|
desktop.c
|
Merge pull request #2030 from Consolatis/wip/cosmic_workspaces
|
2024-10-01 21:31:04 +01:00 |
|
dnd.c
|
dnd: show dnd icon above layer-shell surfaces
|
2024-06-25 14:56:57 +02:00 |
|
edges.c
|
edges.c: fix flicker of snapped windows in nested session
|
2024-07-20 08:16:12 -04:00 |
|
foreign.c
|
osd: prevent handling cursor actions in preview mode
|
2024-05-05 21:05:32 +01:00 |
|
icon-loader.c
|
src/icon-loader.c: skip non application entries for wmclass lookup
|
2024-10-20 22:52:19 +02:00 |
|
idle.c
|
Chase wlroots: drop KDE idle protocol
|
2023-11-27 21:01:53 +00:00 |
|
interactive.c
|
Revert "src/interactive.c: don't unshade when view is un-tiled by dragging"
|
2024-08-28 08:24:26 -04:00 |
|
layers.c
|
layer-shell: stop sending configure events on surface creation
|
2024-07-23 14:47:56 +02:00 |
|
magnifier.c
|
backend/drm: Implement support for renderer loss recovery
|
2024-07-23 14:44:31 +02:00 |
|
main.c
|
src/main.c: add environment variable LABWC_VER
|
2024-10-28 21:40:01 +00:00 |
|
meson.build
|
Merge pull request #2030 from Consolatis/wip/cosmic_workspaces
|
2024-10-01 21:31:04 +01:00 |
|
node.c
|
common: Add znew/znew_n() macros
|
2022-09-18 15:25:19 -04:00 |
|
osd-field.c
|
Replace _ with - in source file names
|
2024-05-22 07:10:51 +01:00 |
|
osd.c
|
buffer: reduce unnecessary painting to new cairo surfaces
|
2024-10-06 16:51:14 +01:00 |
|
output-state.c
|
chase: output->pending
|
2024-07-17 21:28:59 +01:00 |
|
output-virtual.c
|
Fix various typos across the codebase
|
2024-03-08 13:59:20 +01:00 |
|
output.c
|
icon-loader: load SVG icons at max scale of any usable output
|
2024-10-06 21:24:34 -04:00 |
|
overlay.c
|
overlay: allow to draw both/either of filled/outlined rectangle
|
2024-04-22 19:22:23 +01:00 |
|
placement.c
|
Fix various typos across the codebase
|
2024-03-08 13:59:20 +01:00 |
|
regions.c
|
interactive: allow moving horizontally/vertically maximized window
|
2024-08-26 20:30:22 +02:00 |
|
resistance.c
|
interactive: allow moving horizontally/vertically maximized window
|
2024-08-26 20:30:22 +02:00 |
|
resize-outlines.c
|
Implement <resize><drawContents>
|
2024-06-15 21:17:01 +01:00 |
|
seat.c
|
Refactor the logic of placing client-menu with ShowMenu action
|
2024-09-21 18:07:34 +01:00 |
|
server.c
|
server: add dmabuf feedback
|
2024-10-13 13:54:34 +01:00 |
|
session-lock.c
|
session-lock: clear focused surface on lock
|
2024-07-07 15:48:32 +09:00 |
|
snap-constraints.c
|
snap: cache and ignore last-snapped edge when growing or shrinking
|
2024-04-10 23:30:28 +01:00 |
|
snap.c
|
theme: add button padding and spacing (#2127)
|
2024-09-10 22:14:30 +01:00 |
|
tearing.c
|
tearing: add fullscreen options (#1941)
|
2024-08-06 21:23:10 +01:00 |
|
theme.c
|
menu: use "MenuHeader" font height in separators with label
|
2024-10-28 19:06:32 +00:00 |
|
view-impl-common.c
|
view: update top layer visibility on map
|
2024-04-29 14:39:05 +02:00 |
|
view.c
|
menu: fix UAF in client-list-combined-menu after window destruction
|
2024-10-24 20:52:17 +01:00 |
|
window-rules.c
|
Refactor the logic of placing client-menu with ShowMenu action
|
2024-09-21 18:07:34 +01:00 |
|
workspaces.c
|
buffer: reduce unnecessary painting to new cairo surfaces
|
2024-10-06 16:51:14 +01:00 |
|
xdg-popup.c
|
xdg-shell: fix popup on wrong output
|
2024-10-08 07:34:25 +09:00 |
|
xdg.c
|
xdg: take into account minimum window size for resizing (#2221)
|
2024-10-06 16:58:54 +01:00 |
|
xwayland-unmanaged.c
|
chase: disable restacking of unmanaged windows
|
2024-07-17 21:28:59 +01:00 |
|
xwayland.c
|
icon-loader: fix a few more missing icons
|
2024-10-05 21:01:55 +01:00 |