]> git.mdlowis.com Git - proto/labwc.git/shortlog
proto/labwc.git
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
2024-10-29 Simon LongAdd mouse emulation for touch devices (#2277)
2024-10-28 01mickosrc/main.c: add environment variable LABWC_VER
2024-10-28 Johan Malmkeyboard: broadcast modifiers
2024-10-28 Tomi Ollilamenu: use "MenuHeader" font height in separators with...
2024-10-27 WeblateTranslation updates from weblate
2024-10-25 Johan Malmbuild: bump version to 0.8.1
2024-10-25 Johan MalmNEWS.md: update for 0.8.1
2024-10-24 Johan Malmbuild: require libsfdo >=0.1.3
2024-10-24 Johan Malmmenu: fix UAF in client-list-combined-menu after window...
2024-10-22 Tomi Olliladocs: replace two 'we's with passive forms
2024-10-20 Consolatissrc/icon-loader.c: skip non application entries for...
2024-10-20 Jens Petersinput: add comments about tablet mouse emulation
2024-10-20 Hiroaki Yamamotosrc/action.c: fix client-send-to-menu not properly...
2024-10-20 Hiroaki Yamamotomenu: fix memory leak in update_client_send_to_menu...
2024-10-20 Hiroaki Yamamotomenu: fix the calculation for centered titles (#2251)
2024-10-19 Johan Malmcursor: guard against NULL dereference (#2250)
2024-10-19 Johan Malmicon-loader: use relaxed load options (#2248)
2024-10-17 Hiroaki Yamamotocursor: send a frame event after emulated button events...
2024-10-14 Johan MalmNEWS.md: interim update
2024-10-14 tokyo4jsrc/theme.c: fix misuse of wl_list_for_each
2024-10-14 Johan Malmtheme: tidy up documentation
2024-10-13 tokyo4jcursor: fix button release events sometimes not being...
2024-10-13 tokyo4jkey-state.c: generalize set operations
2024-10-13 Jens Petersserver: add dmabuf feedback
2024-10-13 WeblateTranslation updates from weblate
2024-10-13 tokyo4jtheme: replace *.hover.bg.shape with *.hover.bg.corner...
2024-10-09 Johan MalmMerge pull request #2189 from johanmalm/window-button...
2024-10-08 tokyo4jtheme: round the corner button correctly
2024-10-08 Johan Malmssd: minor logic simplification
2024-10-08 Johan Malmtheme: add window.titlebar.padding.{width,height}
2024-10-08 Johan Malmtheme: change padding.height default to 0
2024-10-08 Johan Malmtheme: derive titlebar height from its objects
2024-10-08 Johan Malmtheme: remove titlebar.height option
2024-10-08 Johan Malmtheme: add window.button.height
2024-10-07 Johan Malmxdg-shell: fix popup on wrong output
2024-10-07 Johan MalmMerge pull request #2225 from jlindgren90/icon-scaling
next