Johan Malm
|
db0df6ed7e
|
Update README.md
|
2020-07-08 16:57:41 +01:00 |
|
Johan Malm
|
6304960c41
|
Update README.md
|
2020-07-07 21:45:44 +01:00 |
|
Johan Malm
|
f7fa28ab42
|
Render close, iconify and maximize buttons
|
2020-07-06 21:58:51 +01:00 |
|
Johan Malm
|
e1b86555f4
|
src/theme/xbm/parse.c: refactor
|
2020-07-03 22:03:44 +01:00 |
|
Johan Malm
|
10f43ca167
|
Update README.md
|
2020-06-29 21:32:53 +01:00 |
|
Johan Malm
|
baca410560
|
Render window close button
|
2020-06-29 19:27:59 +01:00 |
|
Johan Malm
|
40e862f3ac
|
src/theme/xbm/parse.c: generate cairo_surface
|
2020-06-26 21:52:38 +01:00 |
|
Johan Malm
|
f86394a997
|
Add src/theme/xbm/parse.c
|
2020-06-23 07:17:07 +01:00 |
|
Johan Malm
|
d80a7b518f
|
Add src/theme/xbm/tokenize.c
|
2020-06-22 19:03:02 +01:00 |
|
Johan Malm
|
16e879cb16
|
Add tools/check
|
2020-06-19 22:31:33 +01:00 |
|
Johan Malm
|
786ee4d455
|
src/main.c: use spawn_async_no_shell()
|
2020-06-19 22:29:54 +01:00 |
|
Johan Malm
|
75594d81b7
|
tools/rcxml/: fix build
|
2020-06-19 22:29:20 +01:00 |
|
Johan Malm
|
5be13d2ae3
|
Update README.md
|
2020-06-19 22:09:29 +01:00 |
|
Johan Malm
|
158f42d1e8
|
src/rcxml.c: parse <keybind>
|
2020-06-19 22:00:22 +01:00 |
|
Johan Malm
|
f6578248c0
|
src/keybind.c: move keybind_print() to dbg.c
|
2020-06-18 20:39:55 +01:00 |
|
Johan Malm
|
7440919452
|
Add action.c
|
2020-06-18 20:18:01 +01:00 |
|
Johan Malm
|
1e342f8976
|
src/keyboard.c: handle list of keybinds
|
2020-06-17 21:21:28 +01:00 |
|
Johan Malm
|
40f01ed3c9
|
Add keybind.c
|
2020-06-16 07:21:53 +01:00 |
|
Johan Malm
|
5bd55570ba
|
src/output.c: support theme.window_inactive_title_bg_color
|
2020-06-15 21:44:57 +01:00 |
|
Johan Malm
|
c7a179f5b3
|
theme: add window_active_handle_bg_color
|
2020-06-12 21:41:30 +01:00 |
|
Johan Malm
|
d40445da1d
|
Add theme.c to parse openbox's themerc
|
2020-06-11 21:20:43 +01:00 |
|
Johan Malm
|
0ede4c61e6
|
tests/t1001-rcxml-nodenames-simple.c: fix leak
|
2020-06-10 16:51:05 +01:00 |
|
Johan Malm
|
49d2e029aa
|
view.c: next_toplevel(): handle NULL pointer
|
2020-06-10 16:48:25 +01:00 |
|
Johan Malm
|
cb9cb384e4
|
tests/meson.build: refactor with foreach
|
2020-06-10 16:46:36 +01:00 |
|
Johan Malm
|
df93bc1841
|
src/keyboard.c: remove predefined A-F6 bind
|
2020-06-10 07:19:39 +01:00 |
|
Johan Malm
|
31ba3b958d
|
Add tests/t1001-rcxml-nodenames-simple.c
|
2020-06-09 22:20:24 +01:00 |
|
Johan Malm
|
1f5d8c3812
|
src/config/rcxml.c: optionally write nodenames to buffer
|
2020-06-09 22:01:19 +01:00 |
|
Johan Malm
|
bc51e0ad2f
|
src/config/rcxml.c: parse xml from buffer
Avoid unit tests writing to/from files by using xmlParseMemory() instead
of xmlReadFile().
|
2020-06-09 21:40:46 +01:00 |
|
Johan Malm
|
40c0b169ef
|
Add tests/t1000-rcxml-simple-parse.c
|
2020-06-08 21:10:45 +01:00 |
|
Johan Malm
|
91ce33dd0d
|
Add tools/rcxml/rcxml-print-nodenames.c
|
2020-06-08 19:55:24 +01:00 |
|
Johan Malm
|
898d80e04f
|
rc.xml: add <lab><keyboard><layout>
|
2020-06-08 19:49:19 +01:00 |
|
Johan Malm
|
6166e9b370
|
Read rc.xml and begin parsing
|
2020-06-05 23:04:54 +01:00 |
|
Johan Malm
|
fdc131049c
|
server.c: minor refactoring
|
2020-06-05 21:07:57 +01:00 |
|
Johan Malm
|
111fa8226f
|
Update README.md
|
2020-06-05 21:07:05 +01:00 |
|
Johan Malm
|
af11ef771a
|
Refactor main.c and server.c
Create server_{init,start,finish} functions.
|
2020-06-03 18:39:46 +01:00 |
|
Johan Malm
|
6e0d11bff5
|
Adjust xdg-shell view position on first map
|
2020-06-01 19:42:15 +01:00 |
|
Johan Malm
|
0eb64a29aa
|
labwc.h: remove unnecessary function definitions
|
2020-06-01 07:08:55 +01:00 |
|
Johan Malm
|
bcdd553477
|
view.c: enable deco on xdg-shell views
|
2020-06-01 07:07:09 +01:00 |
|
Johan Malm
|
c07acc9ee6
|
Add deco parts top, right and bottom
|
2020-05-30 21:28:17 +01:00 |
|
Johan Malm
|
a6ac2a0439
|
Minor style fixes
|
2020-05-29 22:26:16 +01:00 |
|
Johan Malm
|
298d869092
|
Move server_new_output() to output.c
|
2020-05-29 22:18:03 +01:00 |
|
Johan Malm
|
bc5accb089
|
Rename some {cursor,keyboard}_ functions
|
2020-05-29 22:10:41 +01:00 |
|
Johan Malm
|
aa294330ea
|
Add keyboard.c
|
2020-05-29 21:44:50 +01:00 |
|
Johan Malm
|
40d3e1b175
|
Add cursor.c
|
2020-05-29 21:36:12 +01:00 |
|
Johan Malm
|
3b7e2c9e09
|
Add interactive.c
|
2020-05-29 21:27:34 +01:00 |
|
Johan Malm
|
d28465dfc3
|
Put code in src/ and include/
|
2020-05-27 14:29:05 +01:00 |
|
Johan Malm
|
d9a083960b
|
Refactor interactive resize/move
Define server->grab_{x,y} as the cursor position at point of grab
|
2020-05-26 12:56:33 +01:00 |
|
Johan Malm
|
e716a92c00
|
Support xwayland view resize (LAB_DECO_PART_LEFT)
|
2020-05-25 13:42:40 +01:00 |
|
Johan Malm
|
9a0c2b8417
|
Move begin_interactive() to server.c
|
2020-05-22 21:13:43 +01:00 |
|
Johan Malm
|
efd98eaebb
|
README.md: update with build instructions
|
2020-05-21 20:28:57 +01:00 |
|