labwc/src
Andrew J. Hesford 7eae03117e fix: fall-through to default cursor in cursor_get_from_edge()
When assertions are disabled, providing an unexpected input to
cursor_get_from_edge will cause the non-void function to terminate
without a return value. This may be effectively unreachable in practice.
However, returning a default cursor as a fall-through case will both
silence a compiler warning and prevent catastrophy should the function
ever be called with a permitted value.
2023-12-16 20:11:05 +00:00
..
button Support hover icons in titlebar (#1280) 2023-12-06 20:33:26 +00:00
common chase: use wlroots tree node getters 2023-12-03 18:24:26 +00:00
config feat: implement <font place="InactiveWindow"> (ref scope: 2.4.7) (#1292) 2023-12-07 09:28:27 +01:00
decorations Chase wlroots: xdg-decoration now references a toplevel 2023-11-27 21:01:53 +00:00
input fix: fall-through to default cursor in cursor_get_from_edge() 2023-12-16 20:11:05 +00:00
menu chase: use wlroots tree node getters 2023-12-03 18:24:26 +00:00
ssd src/ssd: refactor button hover and maximize toggle 2023-12-08 20:55:50 +00:00
action.c Implement key binds to control virtual outputs (#1287) 2023-12-09 09:01:11 +00:00
buffer.c common: Add znew/znew_n() macros 2022-09-18 15:25:19 -04:00
debug.c chase: use wlroots tree node getters 2023-12-03 18:24:26 +00:00
desktop.c Chase wlroots: convert to try_from 2023-11-27 21:01:53 +00:00
dnd.c chase (dnd): refactor to use wlroot's scene_drag_icon 2023-12-03 18:24:26 +00:00
foreign.c view: implement separate horizontal/vertical maximize 2023-10-28 22:46:49 +02:00
idle.c Chase wlroots: drop KDE idle protocol 2023-11-27 21:01:53 +00:00
interactive.c xwayland: treat X11 panel views as if fixedPosition rule is set 2023-11-29 06:48:31 +00:00
layers.c src/layers.c: move popups from the background layer to the top layer 2023-12-07 11:11:47 +01:00
main.c menu: use wl_list instead of array 2023-10-10 06:17:37 +01:00
meson.build Move input related source files into src/input/ 2023-10-30 21:14:04 +00:00
node.c common: Add znew/znew_n() macros 2022-09-18 15:25:19 -04:00
osd.c view: fix some inconsistencies in view_ functions 2023-10-09 20:34:13 +01:00
output.c src/output.c: fix strncpy warning 2023-12-11 10:33:06 +01:00
regions.c Move keyboard functions into input/keyboard.h 2023-10-30 21:14:04 +00:00
resistance.c output: Add output_is_usable() helper 2023-02-17 06:59:39 -05:00
seat.c Move input handler init() and finish() functions to input/input.c 2023-10-30 21:14:04 +00:00
server.c Implement key binds to control virtual outputs (#1287) 2023-12-09 09:01:11 +00:00
session-lock.c Chase wlroots: use output commit event state 2023-11-27 21:01:53 +00:00
snap.c view: implement separate horizontal/vertical maximize 2023-10-28 22:46:49 +02:00
theme.c Add theme option to configure boxes from workspace OSD 2023-12-11 10:41:33 +01:00
view-impl-common.c view: avoid raising same view over and over 2023-10-21 21:42:24 +01:00
view.c view: continue move-to-edge behavior to adjacent outputs 2023-12-09 08:50:32 +00:00
window-rules.c window-rules: add fixedPosition property 2023-11-10 21:46:15 +01:00
workspaces.c Add theme option to configure boxes from workspace OSD 2023-12-11 10:41:33 +01:00
xdg-popup.c Chase wlroots: convert to try_from 2023-11-27 21:01:53 +00:00
xdg.c Chase wlroots: Unified mapping 2023-11-27 21:01:53 +00:00
xwayland-unmanaged.c Chase wlroots: Unified mapping 2023-11-27 21:01:53 +00:00
xwayland.c xwayland: treat X11 panel views as if fixedPosition rule is set 2023-11-29 06:48:31 +00:00