]> git.mdlowis.com Git - proto/labwc.git/shortlog
proto/labwc.git
2025-08-27 John Lindgrenseat: improve debug logging when configuring input...
2025-08-27 John Lindgrentree-wide: use enum types/constants where appropriate
2025-08-27 John Lindgrencommon: flesh out enum lab_edge and prefer over wlr_edg...
2025-08-26 David Barrmenu: add brackets around minimised window titles in...
2025-08-26 Rainer Kuemmerleaction: add toggle for GoToDesktop
2025-08-25 tokyo4jwindow-rules: fix window rules not being applied
2025-08-24 John Lindgrenview: respect client-initiated resize of non-maximized...
2025-08-24 tokyo4jssd: allow hiding titlebar on maximization
2025-08-24 tokyo4jview: unify ssd_enabled and ssd_titlebar_hidden to...
2025-08-21 tokyo4jAdd common/edge.c
2025-08-21 01mickodocs/labnag.1.scd: fix typo
2025-08-21 John Lindgrenconfig: add comment to enum lab_motion
2025-08-21 John Lindgreninclude: add config/types.h
2025-08-20 Marvin Dostaldesktop-entry: fix partial string matching
2025-08-20 01mickoclients/labnag.c: add newline to color errors.
2025-08-19 01mickodocs/rc.xml.all: clean up libinput section.
2025-08-19 tokyo4jseat.c: reset libinput device config on reconfigure
2025-08-19 tokyo4jrcxml: allow empty values in <libinput>
2025-08-18 WeblateTranslation updates from weblate
2025-08-18 John Lindgrenkeybind: refactor update_keycodes_iter() to reduce...
2025-08-17 WeblateTranslation updates from weblate
2025-08-16 Johan Malmlabwc-menu(5): reflect use of client-send-to-menu in...
2025-08-16 Johan Malmmenu: fix leak in update_client_send_to_menu()
2025-08-16 Johan Malmmenu: use client-send-to-menu as 'Workspace' submenu
2025-08-15 John Lindgrenmenu: fix use-after-free at exit with sub-menu selected
2025-08-15 John Lindgreninput/cursor: fix assignment/equality mix-up
2025-08-14 tokyo4jmenu: allow overwriting submenu icon
2025-08-13 tokyo4jmenu: fix client-send-to-menu
2025-08-13 tokyo4jmenu: allow client-{list-combined,send-to}-menu as...
2025-08-13 WeblateTranslation updates from weblate
2025-08-12 Narratdocs/menu.xml: adjust labnag example
2025-08-11 Johan Malmlabnag: return special value on timeout
2025-08-09 tokyo4josd: add null-check for output->osd_scene.tree
2025-08-09 Johan Malmaction: fix labnag button order
2025-08-09 Johan Malmlabnag: fix FreeBSD signalfd() build error
2025-08-09 Johan Malmlabwc-action(5): describe If action <prompt>
2025-08-09 Johan MalmAdd labnag
2025-08-09 Johan Malmbuild: refactor in preparation for man page not beginni...
2025-08-09 Consolatisaction: add support for <prompt> in 'If' actions
2025-08-09 Consolatisscaled-icon-buffer: prevent accidental downcasting...
2025-08-08 tokyo4jime: fix segfault when IME is killed
2025-08-08 John Lindgrenforeign-toplevel: simplify and fully separate ext-forei...
2025-08-08 John Lindgrenforeign-toplevel: disconnect internal signals from...
2025-08-06 Johan Malmcommon/xml.c: fix memory leak in lab_xml_get_bool()
2025-08-06 John Lindgrenxdg: try to keep view on the same output in timeout...
2025-08-06 John Lindgrenxdg: don't try to reposition unmapped view in timeout...
2025-08-05 tokyo4jime: don't use data argument in some signal handlers
2025-08-05 John Lindgrenview: assert internal signals are disconnected before...
2025-08-05 John Lindgrenoutput: make autoEnableOutputs=no apply only to drm...
2025-08-04 tokyo4jmenu: refactor parser
2025-08-04 tokyo4jMake append_actions() public
2025-08-04 tokyo4jinteractive: allow snapping to corner edges
2025-08-04 tokyo4jsrc/overlay.c: minor refactor
2025-08-04 tokyo4jview: don't use bitset for VIEW_EDGE_ALL
2025-08-04 tokyo4jview: refactor view_edge_parse()
2025-08-03 tokyo4jmenu: fix segfault with toplevel <separator>
2025-08-03 tokyo4jcommon/xml: parse CDATA as text
2025-08-03 tokyo4jcommon/xml: let LAB_XML_FOR_EACH() skip first child...
2025-08-02 tokyo4jaction: allow if-action without activator view
2025-08-02 tokyo4jaction.c: split actions_run()
2025-08-02 Johan MalmNEWS.md: update notes for 0.9.1
2025-08-02 WeblateTranslation updates from weblate
2025-08-02 tokyo4joverlay: take into account <core><gap> for region overlay
2025-08-02 tokyo4joverlay: take into account <core><gap> for edge overlay
2025-08-02 tokyo4jcursor: fix Scroll mousebinds not inhibited with Toggle...
2025-08-02 tokyo4jinclude/edges.h: remove unimplemented function
2025-07-30 WeblateTranslation updates from weblate
2025-07-30 John Lindgreninclude: move a few types from labwc.h to better locations
2025-07-30 John Lindgreninclude: reduce global includes in labwc.h
2025-07-30 John Lindgreninclude: split output.h from labwc.h
2025-07-30 tokyo4jrcxml: simplify the logic to traverse xml tree
2025-07-30 tokyo4jstring-helper: add str_space_only()
2025-07-30 tokyo4jrcxml: rewrite <tablet><map> parser
2025-07-30 tokyo4jrcxml: rewrite <theme><font> parser
2025-07-30 tokyo4jrcxml: reorder functions
2025-07-30 tokyo4jrcxml: rewrite <windowRules> parser
2025-07-30 tokyo4jrcxml: rewrite <windowSwitcher><fields> parser
2025-07-30 tokyo4jrcxml: rewrite <region> parser
2025-07-30 tokyo4jrcxml: rewrite <libinput> parser
2025-07-30 tokyo4jrcxml: rewrite <touch> parser
2025-07-30 tokyo4jrcxml: rewrite <margin> parser
2025-07-30 tokyo4jrcxml: rewrite <mousebind> parser
2025-07-30 tokyo4jrcxml: rewrite <keybind> parser
2025-07-30 tokyo4jrcxml: rewrite action parser
2025-07-30 tokyo4jcommon/xml: add helpers to parse rc.xml
2025-07-30 tokyo4jrcxml: convert dotted properties into nested nodes...
2025-07-29 John LindgrenCONTRIBUTING.md: add section on include order
2025-07-29 John LindgrenCONTRIBUTING.md: minor updates
2025-07-29 John Lindgrensrc: include primary header first
2025-07-29 John Lindgreninclude: add missing header dependencies
2025-07-29 Johan MalmNEWS.md: update with notes on wlroots changes
2025-07-28 tokyo4jFix some warnings from clang-tidy
2025-07-27 WeblateTranslation updates from weblate
2025-07-27 tokyo4jcursor: also toggle mousebinds with ToggleKeybinds
2025-07-27 tokyo4jRemove seat->nr_inhibited_keybind_views
2025-07-27 Consolatissrc/xdg.c: prevent interacting with un-initialized...
2025-07-26 tokyo4jstyle: remove newlines after wl_list_for_each_reverse()
2025-07-24 John Lindgrenmenu: add struct menu_parse_context to reduce static...
2025-07-22 tokyo4jcursor: prevent hi-res mice triggering scroll actions...
2025-07-21 John Lindgrenbuf: avoid 'new' as variable name
next