]> git.mdlowis.com Git - proto/labwc.git/shortlog
proto/labwc.git
2021-02-17 Johan MalmAdd docs/menu.xml
2021-02-17 Johan Malmxdg.c: damage outside view for popups
2021-02-17 Johan Malmmenu.c: parse menu.xml root-menu
2021-02-16 Johan Malmrc.xml: move nodename() to nodename.c
2021-02-16 Johan Malmrc.xml: split out rstrip() to string-helpers.c
2021-02-16 Johan MalmAdd basic menu theme options
2021-02-15 Johan Malmoutput.c: remove unnecessary _remove() and _destroy()
2021-02-15 Johan Malmcursor.c: set damage for changing button states
2021-02-15 Johan MalmMerge branch 'master' of https://github.com/johanmalm...
2021-02-15 Johan Malmdeco.c: simplify initialization
2021-02-15 Johan Malmspawn.c: s/exit()/_exit()/
2021-02-06 Johan Malmseat.c: check finger count before enabling tapfor libin...
2021-01-12 Johan Malmmeson.build: link with -lm
2021-01-10 Johan Malmdamage: render deco in output local coordinates
2021-01-09 Johan MalmImplement damage tracking
2021-01-02 Ben Lönnqvistadd libinput as a dependency to meson.build
2020-12-30 Johan Malmseat: enable libinput tap
2020-12-30 Johan Malmlog: s/warn/info/ on missing config/theme files
2020-12-30 Johan Malmlog: remove color
2020-12-30 Johan Malmconfig: change default font size from 8 to 10
2020-12-30 Johan MalmMake xwayland support optional
2020-12-29 Johan Malmkeybind: use XKB_KEYSYM_CASE_INSENSITIVE
2020-12-29 Johan Malmspawn: avoid zombie children without handling SIGCHLD
2020-12-23 Johan Malmlabwc.h: remove obsolete definitions
2020-12-23 Johan MalmAdd view_move()
2020-12-23 Johan Malmcommon/spawn.c: add G_SPAWN_DO_NOT_REAP_CHILD
2020-12-23 Johan MalmUpdate README.md
2020-12-23 Johan Malmxwayland: await configure before moving (issue #11)
2020-12-22 Johan Malmxdg-shell: await configure serial before moving (issue...
2020-12-22 Johan MalmRefactor view_move_resize()
2020-12-21 Johan Malmserver: handle SIGINT and SIGTERM
2020-12-21 Johan Malmcommon/spawn.c: remove G_SPAWN_DO_NOT_REAP_CHILD
2020-12-21 Johan MalmREADME.md: add some dependency versions
2020-12-01 Johan MalmUse enum wl_keyboard_key_state
2020-12-01 Wenhua ZhaoFix zombie children
2020-11-29 Wenhua ZhaoDo not overwrite cursor for app view
2020-11-29 Wenhua ZhaoResize via dragging corners
2020-11-23 Johan MalmREADME.md: add scope links
2020-11-23 Johan Malmdocs/rc.xml: use Clearlooks-3.4
2020-11-23 Johan MalmUpdate README.md
2020-11-01 Johan MalmSort #includes
2020-11-01 Johan MalmUpdate README.md
2020-11-01 Johan Malmoutput: use output-local coordinates (issue #5)
2020-10-31 Johan MalmMove pango_cairo_font_map_set_default() to font.c
2020-10-31 Johan MalmRemove clang-format on/off comments
2020-10-31 Johan Malmaction: add "ShowMenu" option
2020-10-31 Johan Malmlayers: handle top layer unmap/destroy better
2020-10-31 Johan Malmdesktop: rename desktop_cycle_view()
2020-10-31 Johan Malmdesktop: refactor desktop_focus_topmost_mapped_view()
2020-10-28 Johan Malmlayers.c: rename notify-functions
2020-10-28 Johan MalmUpdate layer-shell protocol 1.2 -> 1.3
2020-10-28 Johan MalmUpdate README.md
2020-10-28 Johan Malmlayers.c: handle_surface_commit() use correct wlr_output
2020-10-28 Johan Malmsession.c: fix memory leak
2020-10-28 Johan Malmstring-helpers.h: fix typo in header guard
2020-10-23 Johan Malmserver: add drop_permissions() (issue #5)
2020-10-23 Johan Malmlog: add die() for convenience
2020-10-23 Johan Malmserver: free() in correct order
2020-10-23 Johan Malmmain: add -v option
2020-10-22 Johan Malmserver: refactor server_finish()
2020-10-22 Johan Malmmenu: add menu_finish()
2020-10-22 Johan Malmsession: improve info() message
2020-10-22 Johan Malmdocs/rc.xml: move <font> to right section
2020-10-21 Johan Malmmenu: vertically center-align items
2020-10-21 Johan Malmaction: fix reconfigure
2020-10-21 Johan Malms/cursor_mode/input_mode/
2020-10-19 Johan MalmSupport a very simple root-menu
2020-10-15 Johan MalmREADME.md: update dependencies (issue #4)
2020-10-15 Johan Malmoutput.c: define _POSIX_C_SOURCE (issue #4)
2020-10-14 Johan Malminclude/labwc.h: add <sys/time.h> (issue #4)
2020-10-13 Johan Malmrcxml,theme: update info() message
2020-10-12 Johan MalmUpdate README.md
2020-10-12 Johan MalmUpdate README.md
2020-10-09 Johan Malmlabwc(1): fix formatting
2020-10-09 Johan Malmdocs/rc.xml: remove <lab><keyboard>
2020-10-09 Johan MalmAdd string-helpers.c
2020-10-08 Johan Malmrcxml: remove <lab><keyboard><layout> support
2020-10-08 Johan MalmUpdate man pages
2020-10-08 Johan MalmSupport ~/.config/labwc/{autostart,environment}
2020-10-08 Johan Malmoutput: add wl_list_remove()s
2020-10-08 Johan Malmseat: refactor seat_focus_surface()
2020-10-08 Johan Malmdesktop: refactor desktop_focus_view()
2020-10-08 Johan Malmxdg-shell: add wlr_xdg_surface_ping()
2020-10-07 Johan Malmseat: remove seat_focused_surface()
2020-10-07 Johan MalmUpdate README.md
2020-10-06 Johan Malmseat: refactor seat_focus_surface()
2020-10-05 Johan Malmseat: use wlr_seat_keyboard_notify_enter() correctly
2020-10-02 Johan MalmRefactor seat.c, keyboard.c, cursor.c
2020-09-30 Johan MalmAdd partial support for layer-shell
2020-09-29 Johan MalmRemove .clang-format
2020-09-29 Johan Malmview_impl: add for_each_surface()
2020-09-29 Johan Malmoutput: add output_init() and refactor
2020-09-28 Johan MalmTiny .clang-format tweak
2020-09-28 Johan MalmMove data/* to docs/
2020-09-28 Johan MalmRemove tools/ and tests/
2020-09-28 Johan Malmmv dbg.c osd.c
2020-09-28 Johan Malmlabwc-theme(5): add "Reconfigure"
2020-09-28 Johan Malms/BUG_ON/assert/
2020-09-28 Johan MalmUpdate .clang-format
2020-09-25 Johan Malmlabwc(1): add note on SIGHUP
next