labwc/src
John Lindgren 4e7891eb8d ssd: Simplify ssd_create()
- Add `active` argument for consistency with `ssd_set_active()`
- `assert()` that `ssd_create()` is not called twice without an
  `ssd_destroy()` in between
2022-11-26 18:02:24 +00:00
..
common Fix coding style 2022-11-03 23:01:52 +01:00
config src/config/rcxml.c: Check for modifiers when merging mousebinds 2022-11-18 12:44:49 +01:00
menu Fix coding style 2022-11-03 23:01:52 +01:00
ssd ssd: Simplify ssd_create() 2022-11-26 18:02:24 +00:00
xbm common: Add znew/znew_n() macros 2022-09-18 15:25:19 -04:00
action.c action: Inline private/action.h into action.c 2022-11-25 22:32:22 +00:00
buffer.c common: Add znew/znew_n() macros 2022-09-18 15:25:19 -04:00
cursor.c view: Move xdg_surface + xwayland_surface to derived structs 2022-11-25 22:21:17 +00:00
debug.c include: Break out view.h from labwc.h 2022-11-21 21:42:37 +00:00
desktop.c view: Move xdg_surface + xwayland_surface to derived structs 2022-11-25 22:21:17 +00:00
dnd.c cursor: Restore drag icon after the move to scene-graph 2022-10-17 21:22:12 +01:00
foreign.c include: Break out view.h from labwc.h 2022-11-21 21:42:37 +00:00
interactive.c view: Add view_set_untiled() 2022-11-22 09:17:33 +01:00
key-state.c key-state: Prevent array overflow 2022-11-02 21:52:33 +00:00
keyboard.c keyboard: use 1000/rate msecs for keybind repeat event source delay 2022-11-11 22:19:34 +01:00
layers.c Fix coding style 2022-11-03 23:01:52 +01:00
main.c Refuse to start when SUID is detected 2022-11-16 10:40:59 -05:00
meson.build cursor: Restore drag icon after the move to scene-graph 2022-10-17 21:22:12 +01:00
node.c common: Add znew/znew_n() macros 2022-09-18 15:25:19 -04:00
osd.c view: Move xdg_surface + xwayland_surface to derived structs 2022-11-25 22:21:17 +00:00
output.c include: Break out view.h from labwc.h 2022-11-21 21:42:37 +00:00
resistance.c view/ssd: Move view->margin to view->ssd.margin 2022-11-22 09:17:33 +01:00
seat.c update repeat rate of all keyboard input devices, not keyboard group's keyboard 2022-11-16 06:16:52 +00:00
server.c view: Add view_reload_ssd() 2022-11-26 18:02:24 +00:00
theme.c common: Add additional memory utilities (xzalloc() etc.) 2022-09-17 10:57:30 -04:00
touch.c Chase wlroots: wlr_scene is now a tree node 2022-06-07 07:13:37 +01:00
view-impl.c include: Break out view.h from labwc.h 2022-11-21 21:42:37 +00:00
view.c ssd: Simplify ssd_create() 2022-11-26 18:02:24 +00:00
workspaces.c view: Rename/move workspaces_send_to() to view_move_to_workspace() 2022-11-22 09:17:33 +01:00
xdg-deco.c include: Break out view.h from labwc.h 2022-11-21 21:42:37 +00:00
xdg-popup.c include: Break out view.h from labwc.h 2022-11-21 21:42:37 +00:00
xdg.c view: Move xdg_surface + xwayland_surface to derived structs 2022-11-25 22:21:17 +00:00
xwayland-unmanaged.c Fix coding style 2022-11-03 23:01:52 +01:00
xwayland.c view: Move xdg_surface + xwayland_surface to derived structs 2022-11-25 22:21:17 +00:00