]> git.mdlowis.com Git - proto/labwc.git/shortlog
proto/labwc.git
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
2025-07-21 John Lindgrensession-lock: eliminate pointless compound literal
2025-07-21 John Lindgrensrc: put designated initializers in member order
2025-07-21 John Lindgrensrc: avoid tentative definitions of static data
2025-07-21 John Lindgrenstring-helpers: remove restrict qualifier
2025-07-21 John Lindgrensrc: add braces to switch cases containing declarations
2025-07-21 John Lindgrensrc: prefer 'if' over 'goto' where convenient
2025-07-21 John Lindgrensrc: avoid implicit int/bool -> enum conversions
2025-07-21 John Lindgrenkeybind: pointer to string literal should be const
2025-07-21 John Lindgrenmenu: do not modify literal string constants
2025-07-19 lynxycomments: added short description to view_edge enum
2025-07-19 lynxyactions: prevent users entering invalid direction=any...
2025-07-19 lynxyactions: added query tiled=any comparison for rc.xml...
2025-07-13 John Lindgrenimg: fix apparent double-free in img_svg_render() failu...
2025-07-13 John Lindgrenxwayland: fix swapped width/height in _NET_WM_ICON...
2025-07-11 Johan Malmbuild: bump version to 0.9.0
2025-07-11 Johan MalmNEWS.md: update notes for 0.9.0
2025-07-11 Consolatisdocs: update package maintainer list
2025-07-07 WeblateTranslation updates from weblate
2025-07-06 KyuyriiAdded information about idle screen inhibitor.
2025-07-06 ConsolatisDisable all output leasing due to a wlroots UAF
2025-07-06 ConsolatisFix UAF when granting an output lease
2025-07-06 Consolatissrc/output.c: remove wlroots 0.18 wlopm with custom...
2025-07-06 Andrew J. Hesfordsrc/snap-constraints.c: ignore view origin during const...
2025-07-06 Andrew J. Hesfordresistance: refactor snap constraints, use in interacti...
2025-07-06 tokyo4jReplace alacritty in default keybind with lab-sensible...
2025-07-06 WeblateTranslation updates from weblate
2025-07-01 Johan Malmdocs/menu.xml: remove Poweroff to align with builtin...
2025-07-01 Johan Malmmenu: add Terminal to default root-menu
2025-07-01 Johan MalmAdd lab-sensible-terminal
2025-06-30 tokyo4jrcxml: revise drag-lock behavior and option names
2025-06-29 Johan Malmlayers.c: fix UAF bug on TTY change
2025-06-28 Consolatismain: add feature flags to --version
2025-06-28 Consolatisserver.c: remove wlroots 0.16 era workaround for xwayla...
2025-06-28 Consolatismeson.build: require xwayland version 21.1.9 for xwayla...
2025-06-28 tokyo4jStrictly use handle_ prefix for signal handlers
2025-06-27 tokyo4jlayers: don't send configure events in unmap handler
2025-06-27 tokyo4jRevert "layers: arrange layers on destroy"
2025-06-27 WeblateTranslation updates from weblate
2025-06-27 Consolatisscaled-icon-buffer: reduce the need for updates
2025-06-27 Consolatisscaled-icon-buffer: add icon priority
2025-06-27 Sumandorasrc/workspaces.c: allow dragged views to be moved to...
2025-06-27 tokyo4jssd: work around the translucent titlebar in pixman...
2025-06-26 Johan MalmNEWS.md: interim update
2025-06-25 tokyo4jime: revert workarounds for wlroots 0.18.2
2025-06-24 Johan Malmlabwc-theme(5): document x11-color-names
next