]> git.mdlowis.com Git - proto/labwc.git/shortlog
proto/labwc.git
2024-11-26 Johan MalmAdd lsan.supp
2024-11-26 Johan Malmkeyboard: add window rule to send release-events (...
2024-11-26 ConsolatisCI: make the smoke test start foot
2024-11-26 ConsolatisCI: switch runtime tests to Arch to reduce total runtime
2024-11-26 ConsolatisCI: add address sanitizer to Debian runtime tests
2024-11-26 ConsolatisCI: re-enable Debian build job
2024-11-26 ConsolatisCI: move comment to the right place
2024-11-26 ConsolatisCI: reduce job timeout to 10 minutes
2024-11-26 tokyo4jgraphic-helpers: fix segfault when medium-size icon...
2024-11-26 tokyo4jmenu: don't include menu.border.width for menu title...
2024-11-25 tokyo4jmenu: invert the y-offset of submenus applied by menu...
2024-11-25 tokyo4jmenu: overlap submenus by menu.border.width
2024-11-25 tokyo4jmenu: support borders
2024-11-25 tokyo4jtheme: set default values of window.*.border.color...
2024-11-25 tokyo4jAdd scaled_rect_buffer
2024-11-25 Consolatisworkspaces: use view_for_each_reverse() to move omnipre...
2024-11-25 Consolatisview: add view_for_each_reverse() macro
2024-11-23 John Lindgrenoutput: fix assert() fail when enabling an output that...
2024-11-23 tokyo4jdocs: describe some default values
2024-11-23 tokyo4jdocs: align format for describing default values
2024-11-21 tokyo4jscaled-font-buffer: apply buffer sharing mechanism
2024-11-21 tokyo4jscaled-scene-buffer: implement buffer sharing mechanism
2024-11-21 tokyo4jcommon/list: add WL_LIST_INIT() macro
2024-11-21 Consolatisscaled-scene-buffer: allow multiple wlr_buffer_drops()
2024-11-20 Jens PetersNEWS.md: fix author
2024-11-19 Johan MalmMerge pull request #2360 from jp7677/sfdo-app-name
2024-11-19 Jens Petersosd: add desktop entry name option
2024-11-19 Jens Peterssfdo: add sfdo_desktop_entry_name_lookup()
2024-11-19 Jens Petersicon-loader: rename to desktop-entry
2024-11-19 tokyo4jsrc/menu.c: remove unnecessary re-renderings of font...
2024-11-17 Consolatisicon-loader: fall back to app-id if icon from .desktop...
2024-11-16 WeblateTranslation updates from weblate
2024-11-16 ConsolatisRemove some line terminators from log messages
2024-11-16 Consolatisrcxml.c: keep zfree(string) calls together to ease...
2024-11-16 Consolatisrcxml.c: fix mem leak for repeated string config entries
2024-11-16 Consolatiscommon/mem.h: introduce xstrdup_replace()
2024-11-16 Consolatisrcxml.c: fix mem leak when deduplicating keybinds
2024-11-16 Jens Peterstheme: allow negative values for menu overlap
2024-11-14 tokyo4jmenu: fix UAFs in menu_destroy() and item_destroy()
2024-11-14 tokyo4jplacement: set default placement policy to cascade
2024-11-14 tokyo4jmenu: eliminate dead code
2024-11-14 tokyo4jmenu: fix menus disappearing when opening pipemenu
2024-11-14 Consolatisview: ensure output is usable before setting adaptive...
2024-11-13 tokyo4jmenu: invalidate nested duplicated menus
2024-11-13 tokyo4jmenu: consider padding when applying menu.width.{min...
2024-11-13 tokyo4jmenu: fix "menu.title.text.justify: right" not working
2024-11-13 tokyo4jmenu: refactor in preparation for richer menu design
2024-11-13 tokyo4jsrc/menu.c: move some post_processing() and menu_update...
2024-11-13 tokyo4jmenu: fix UAF of server->menu_current
2024-11-12 Consolatisworkspaces: keep focus on omnipresent windows when...
2024-11-12 Johan MalmNEWS.md: interim update
2024-11-12 tokyo4jtheme: rename title_height to titlebar_height
2024-11-12 tokyo4jtheme: rename menu_item_padding to menu_items_padding
2024-11-12 tokyo4jtheme: move some variables into theme->window
2024-11-12 tokyo4jtheme: reorder theme entries in documentation and codebase
2024-11-12 tokyo4jserver: release all the resources on exit
2024-11-12 tokyo4jserver: release server->ssd_hover_state on exit
2024-11-12 tokyo4jcosmic-workspace: destroy manager when wl_display is...
2024-11-12 tokyo4jseat: destroy seat->workspace_osd_timer on exit
2024-11-12 tokyo4jicon-loader: fix memory leak of icon_loader->icon_theme
2024-11-12 tokyo4josd: fix memory leak of output->osd_buffer
2024-11-11 enomethsrc/output.c: skip painting output when session is...
2024-11-11 Jens Petersinput: add hold-begin/-end gestures
2024-11-11 Jens Petersinput: ensure visible cursor on gestures
2024-11-11 Jens Petersinput: notify idle-manager on gestures
2024-11-11 Jens Petersinput: use CONNECT_SIGNAL macro
2024-11-10 Johan Malmenvironment: ignore env var assignments > 1 KiB (#2325)
2024-11-10 Jens Petersinput: hide cursor when using touch input
2024-11-10 Jens Petersinput: close xdg-popups on touch down
2024-11-10 Jens Petersinput: move notify-idle-manager to tablet/touch handlers
2024-11-10 Jens Petersinput: clear pointer focus on touch input
2024-11-10 Jens Petersinput: move touch only with one touch point
2024-11-10 Jens Petersinput: warp cursor to touch coordinates
2024-11-09 Consolatismeson.build: increase wlroots dep to 0.18.1
2024-11-09 Consolatisforeign-toplevel: add ext-toplevel-list support
2024-11-09 Consolatisforeign-toplevel: create generic abstraction
2024-11-09 Consolatisview: add state change signals
2024-11-08 WeblateTranslation updates from weblate
2024-11-08 Simon Longicon: matching partial strings (#2266)
2024-11-08 tokyo4jaction.c: fix style
2024-11-08 tokyo4jmenu: correctly center menu opened with <position ...
2024-11-08 tinyboxvkRemove link to archlabslinux
2024-11-08 Simon Longsrc/seat.c: Allow pointer speed of -1
2024-11-08 tinyboxvkFix broken links to Openbox
2024-11-07 Johan Malmbuf.c: fix off by one bug in buf_add_char()
2024-11-07 Johan Malmtests: add buf_add_char() test
2024-11-06 John Lindgrenoutput: factor out configure_new_output() from new_outp...
2024-11-06 John Lindgrenoutput: move a few calls from new_output_notify()
2024-11-06 Tomi Ollilamenu: use only menu_separator_padding_width to pad...
2024-11-06 ConsolatisCI: add discussion category to IRC notification
2024-11-06 ConsolatisCI: add IRC notification for discussion created
2024-11-05 WeblateTranslation updates from weblate
2024-11-03 Ricardo Steijntearing: avoid permanent disable due to rejected commit...
2024-11-03 Johan MalmAdd github issues template
2024-11-03 tokyo4jdocs: add documentation for window.button.height
2024-11-01 Andrew J. Hesfordquery: fix three-state-parameter parsing, simplify...
2024-10-31 Andrew J. Hesfordconfig/rcxml.c: fix parsing of three-state query parameters
2024-10-30 Orfeasquery: support additional conditions for matching clients
2024-10-29 John Lindgrensession-lock: make session_lock_output_create() safe...
2024-10-29 John Lindgrenoutput: remove ported wlr_output functions
next