]> git.mdlowis.com Git - proto/labwc.git/shortlog
proto/labwc.git
2024-12-29 tokyo4jClear keyboard/pointer focus on Move/Resize, window...
2024-12-29 tokyo4jRevert "keyboard: include pressed modifiers in bound...
2024-12-29 tokyo4jRevert "keyboard: add window rule to send release-event...
2024-12-28 tokyo4jimg: fix scaling for rendering large image in non-squar...
2024-12-28 tokyo4jsrc/output.c: remove output_usable_area_scaled()
2024-12-28 tokyo4jDon't open menu or start window switching while other...
2024-12-28 tokyo4jCheck input_mode to see whether window switcher is...
2024-12-28 tokyo4jAdd LAB_INPUT_STATE_WINDOW_SWITCHER
2024-12-26 Orfeasaction: add WarpCursor action
2024-12-24 Johan Malmtheme: demote padding.height warning
2024-12-23 tokyo4jssd: rework titlebar button rendering
2024-12-23 tokyo4jnode: add node_scaled_scene_buffer_from_node
2024-12-23 Consolatisext-workspace protocol integration
2024-12-23 Consolatisext-workspace protocol implementation
2024-12-19 tokyo4jcursor: fix focus when menu is closed by clicking its...
2024-12-19 tokyo4jlayer: update pointer focus on popup destruction
2024-12-19 tokyo4jxdg-popup: update pointer focus on popup destruction
2024-12-19 Johan Malmmenu: put menu_tree above overlay layer
2024-12-18 tokyo4jmenu: slightly slide menus opened with atCursor="no"
2024-12-18 Johan Malmstring-helpers.c: add str_starts_with()
2024-12-18 tokyo4jscaled-scene-buffer: reduce unnecessary renderings
2024-12-17 Johan Malms/xmlParseMemory/xmlReadMemory/
2024-12-17 tokyo4jIME: don't forward key-release without correspinding...
2024-12-16 Consolatiscosmic-workspaces: remove workspace_set_hidden() calls
2024-12-16 Consolatiscosmic-workspaces: add cosmic_ prefix
2024-12-16 Johan Malmlabwc-config(5): describe how keys are processed
2024-12-15 Consolatiscosmic-workspaces: abstract transaction-addon
2024-12-15 WeblateTranslation updates from weblate
2024-12-15 Johan MalmREADME.md: add "lightweight and box-inspired"
2024-12-15 tokyo4jmenu: improve algorithm for menu placement with xdg...
2024-12-15 Johan Malmlabwc-actions(5): add missing position option to ShowMenu
2024-12-15 Johan MalmREADME.md: add gammastep
2024-12-14 Orfeasquery: extend "monitor" query & add missing docs
2024-12-14 tokyo4jfont: remove arrow character from font buffer
2024-12-14 tokyo4jmenu: some refactor
2024-12-14 ConsolatisCONTRIBUTING.md: update package maintainer list
2024-12-14 tokyo4jview: s/scene_node/content_node/
2024-12-13 Johan Malmbuild: bump version to 0.8.2
2024-12-13 Johan MalmNEWS.md: update for 0.8.2
2024-12-12 Johan Malmdocs/environment: remove example MOZ_ENABLE_WAYLAND=1
2024-12-12 Andrew J. Hesfordconfig: only default to xwayland persistence on old...
2024-12-10 Consolatisscripts: add wl_compcheck.py
2024-12-10 WeblateTranslation updates from weblate
2024-12-08 Johan Malmconfig: temporarily set xwaylandPersistence to 'yes...
2024-12-08 Johan Malmlabwc-config(5): add <xwaylandPersistence> to "core...
2024-12-08 WeblateTranslation updates from weblate
2024-12-08 Johan Malmlabwc-config(5): reflow some paragraphs to stay within...
2024-12-08 Johan Malmlabwc-config(5): add XML examples at start of some...
2024-12-08 Johan Malmconfig/rcxml.c: fix crash in <touch> section
2024-12-08 tokyo4jaction: fix menu position with "x"/"y" arguments in...
2024-12-08 tokyo4jRevert "menu: slightly slide menus opened from buttons"
2024-12-06 tokyo4jmenu: slightly slide menus opened from buttons
2024-12-03 ConsolatisAdd support for xdg-foreign-v1 and xdg-foreign-v2 ...
2024-12-03 Consolatisserver.c: block privileged protocols for sandboxed...
2024-12-01 Johan MalmNEWS.md: interim update
2024-12-01 Johan Malmdocs: simplify description of shell wildcard patterns
2024-12-01 tokyo4jssd: fix pixman error when SSD is created for tiny...
2024-12-01 ConsolatisCI: disable clang for Debian until they get wayland...
2024-11-28 tokyo4jscaled-rect-buffer: add missing cairo_surface_flush()
2024-11-28 tokyo4jbuffer: remove buffer->cairo
2024-11-28 tokyo4jbuffer: always set buffer->{cairo,surface} for simplifi...
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()
next