]>
git.mdlowis.com Git - proto/labwc.git/log
summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Johan Malm [Tue, 9 Jun 2020 20:40:46 +0000 (21:40 +0100)]
src/config/rcxml.c: parse xml from buffer
Avoid unit tests writing to/from files by using xmlParseMemory() instead
of xmlReadFile().
Johan Malm [Mon, 8 Jun 2020 20:10:45 +0000 (21:10 +0100)]
Add tests/t1000-rcxml-simple-parse.c
Johan Malm [Mon, 8 Jun 2020 18:53:12 +0000 (19:53 +0100)]
Add tools/rcxml/rcxml-print-nodenames.c
Johan Malm [Mon, 8 Jun 2020 18:49:19 +0000 (19:49 +0100)]
rc.xml: add <lab><keyboard><layout>
Johan Malm [Fri, 5 Jun 2020 22:04:54 +0000 (23:04 +0100)]
Read rc.xml and begin parsing
Johan Malm [Fri, 5 Jun 2020 20:07:57 +0000 (21:07 +0100)]
server.c: minor refactoring
Johan Malm [Fri, 5 Jun 2020 20:07:05 +0000 (21:07 +0100)]
Update README.md
Johan Malm [Wed, 3 Jun 2020 17:39:46 +0000 (18:39 +0100)]
Refactor main.c and server.c
Create server_{init,start,finish} functions.
Johan Malm [Mon, 1 Jun 2020 18:42:15 +0000 (19:42 +0100)]
Adjust xdg-shell view position on first map
Johan Malm [Mon, 1 Jun 2020 06:08:55 +0000 (07:08 +0100)]
labwc.h: remove unnecessary function definitions
Johan Malm [Mon, 1 Jun 2020 06:07:09 +0000 (07:07 +0100)]
view.c: enable deco on xdg-shell views
Johan Malm [Sat, 30 May 2020 20:28:17 +0000 (21:28 +0100)]
Add deco parts top, right and bottom
Johan Malm [Fri, 29 May 2020 21:26:16 +0000 (22:26 +0100)]
Minor style fixes
Johan Malm [Fri, 29 May 2020 21:18:03 +0000 (22:18 +0100)]
Move server_new_output() to output.c
Johan Malm [Fri, 29 May 2020 21:10:41 +0000 (22:10 +0100)]
Rename some {cursor,keyboard}_ functions
Johan Malm [Fri, 29 May 2020 20:44:50 +0000 (21:44 +0100)]
Add keyboard.c
Johan Malm [Fri, 29 May 2020 20:36:12 +0000 (21:36 +0100)]
Add cursor.c
Johan Malm [Fri, 29 May 2020 20:27:34 +0000 (21:27 +0100)]
Add interactive.c
Johan Malm [Wed, 27 May 2020 13:29:05 +0000 (14:29 +0100)]
Put code in src/ and include/
Johan Malm [Tue, 26 May 2020 11:56:33 +0000 (12:56 +0100)]
Refactor interactive resize/move
Define server->grab_{x,y} as the cursor position at point of grab
Johan Malm [Mon, 25 May 2020 12:42:40 +0000 (13:42 +0100)]
Support xwayland view resize (LAB_DECO_PART_LEFT)
Johan Malm [Fri, 22 May 2020 20:13:43 +0000 (21:13 +0100)]
Move begin_interactive() to server.c
Johan Malm [Thu, 21 May 2020 19:28:57 +0000 (20:28 +0100)]
README.md: update with build instructions
Johan Malm [Wed, 20 May 2020 21:04:22 +0000 (22:04 +0100)]
Add meson.build
Johan Malm [Tue, 19 May 2020 20:20:58 +0000 (21:20 +0100)]
Clean up memory leaks
Johan Malm [Mon, 18 May 2020 20:01:01 +0000 (21:01 +0100)]
Update README.md
Johan Malm [Mon, 18 May 2020 19:54:25 +0000 (20:54 +0100)]
Support openbox style "cycle window"
We still use alt-F2, but it now feels like alt-tab does.
Johan Malm [Sat, 16 May 2020 11:20:35 +0000 (12:20 +0100)]
view.c: remove activate_view()
Johan Malm [Sat, 16 May 2020 11:18:00 +0000 (12:18 +0100)]
view.c: rename+simplify focus_view()
Johan Malm [Sat, 16 May 2020 11:04:12 +0000 (12:04 +0100)]
view.c: refactor
Johan Malm [Wed, 13 May 2020 19:51:13 +0000 (20:51 +0100)]
Disable CSD
Johan Malm [Tue, 12 May 2020 21:24:18 +0000 (22:24 +0100)]
Take into account deco on initial window positioning
Johan Malm [Tue, 12 May 2020 20:00:33 +0000 (21:00 +0100)]
Handle request_set_selection
Johan Malm [Tue, 12 May 2020 19:37:05 +0000 (20:37 +0100)]
Fix resize bug
Based on tinywl's
21397e2b
Johan Malm [Mon, 11 May 2020 06:00:20 +0000 (07:00 +0100)]
server.c: remove redundant wlr_output_create_global()
Johan Malm [Mon, 11 May 2020 05:59:27 +0000 (06:59 +0100)]
main.c: refactor main()
Johan Malm [Sun, 10 May 2020 19:10:36 +0000 (20:10 +0100)]
server.c: add wlr_output_enable() to cope with wlroots 0.9.0
Johan Malm [Mon, 4 May 2020 21:21:30 +0000 (22:21 +0100)]
Support xwayland window title bar dragging
Johan Malm [Sat, 28 Dec 2019 20:33:01 +0000 (20:33 +0000)]
Do not decorate windows such as dmenu
Johan Malm [Fri, 27 Dec 2019 22:34:00 +0000 (22:34 +0000)]
Complete carve up of main.c
Johan Malm [Fri, 27 Dec 2019 22:07:29 +0000 (22:07 +0000)]
Call wlr_xwayland_surface_configure() on move
Johan Malm [Fri, 27 Dec 2019 21:45:00 +0000 (21:45 +0000)]
Move some functions from main.c to dbg.c
Johan Malm [Fri, 27 Dec 2019 21:22:45 +0000 (21:22 +0000)]
Add .clang-format and apply
Johan Malm [Fri, 27 Dec 2019 20:48:58 +0000 (20:48 +0000)]
sed -i 's/tinywl_//' *
Johan Malm [Fri, 27 Dec 2019 20:26:26 +0000 (20:26 +0000)]
Move more functions from main.c to other files
Johan Malm [Thu, 26 Dec 2019 21:37:31 +0000 (21:37 +0000)]
Split main.c into smaller files
Johan Malm [Mon, 16 Dec 2019 21:20:14 +0000 (21:20 +0000)]
README.md: add scrot
Johan Malm [Mon, 16 Dec 2019 21:19:50 +0000 (21:19 +0000)]
Support screencopy
Johan Malm [Mon, 16 Dec 2019 21:18:28 +0000 (21:18 +0000)]
Do not use ASAN
Johan Malm [Mon, 16 Dec 2019 19:51:01 +0000 (19:51 +0000)]
Update README.md
Johan Malm [Tue, 19 Nov 2019 21:03:43 +0000 (21:03 +0000)]
Rename to labwc
Johan Malm [Tue, 19 Nov 2019 21:00:26 +0000 (21:00 +0000)]
Add header file
Johan Malm [Tue, 19 Nov 2019 20:49:29 +0000 (20:49 +0000)]
Remove wayland-server.h include
Johan Malm [Tue, 19 Nov 2019 20:45:59 +0000 (20:45 +0000)]
Support moving XWayland window
Johan Malm [Tue, 19 Nov 2019 20:35:08 +0000 (20:35 +0000)]
Add XWayland window decorations
Johan Malm [Sun, 12 May 2019 20:44:41 +0000 (21:44 +0100)]
Add README.md
Johan Malm [Sun, 12 May 2019 20:43:48 +0000 (21:43 +0100)]
Add XWayland support
Johan Malm [Sat, 11 May 2019 20:47:48 +0000 (21:47 +0100)]
Remove unused variables
Johan Malm [Sat, 11 May 2019 20:26:59 +0000 (21:26 +0100)]
Import tinywl.c
From wlroots 0.6.0
Johan Malm [Sat, 11 May 2019 20:21:58 +0000 (21:21 +0100)]
Initial commit