]> git.mdlowis.com Git - proto/labwc.git/shortlog
proto/labwc.git
2024-05-27 Jens Petersinput: expose general cursor motion and button functions
2024-05-27 Johan MalmAdd action UnMaximize
2024-05-27 Consolatissrc/tearing.c: remove listeners on destroy
2024-05-27 ConsolatisForEach: initialize view query window_type correctly
2024-05-27 Tobias Bengfortdecorations: fix handling of SSD/non-SSD windows
2024-05-26 Johan MalmREADME.md: simplify video link table
2024-05-24 Johan MalmREADME.md: add link to release video
2024-05-22 Consolatissrc/config/rcxml.c: ensure parent action is available
2024-05-22 tokyo4jReplace `_` with `-` in source file names
2024-05-21 tokyo4jmagnifier: fix high CPU usage even with magnifier disabled
2024-05-21 tokyo4jdoc: fix inconsistent wording
2024-05-20 tokyo4jIME: support multiple IME popups
2024-05-19 Simon LongUpdate consumed_by_frame_context for LAB_SSD_ALL
2024-05-19 Simon LongDocumentation
2024-05-19 Simon LongAdd All context for mouse events
2024-05-19 WeblateTranslation updates from weblate
2024-05-19 Jens Petersinput: ignore not supported tablet tools
2024-05-19 Jens Petersinput: remove tablet/pad signal listeners on destroy
2024-05-19 Jens Petersseat: announce pointer capability for tablet tool
2024-05-19 Tobias Bengfortdecorations: add SetDecorations action
2024-05-19 Tobias Bengfortdecorations: make has_ssd public
2024-05-19 Tobias Bengfortdecorations: refactor view_set_decorations
2024-05-19 Johan MalmDeprecate MoveToCursor
2024-05-19 Consolatissrc/main: delay startup of applications until event...
2024-05-19 Andrew J. Hesfordaction: allow configurable policy in AutoPlace action
2024-05-19 ConsolatisSendToDesktop: ensure we focus the topmost view with...
2024-05-18 Tobias Bengfortquery: fix crash on missing identifier/title
2024-05-18 Tobias Bengfortquery: reuse query logic for window rules
2024-05-18 Tobias Bengfortquery: add window type filter for if-actions
2024-05-16 tokyo4jmagnifier: minor refactor
2024-05-15 Simon LongAdd screen magnifier
2024-05-14 Hiroaki Yamamotoseat: prevent xwayland from using incorrect keymap...
2024-05-14 ChloƩ Vulquinkeybind: allow keybinding "-"
2024-05-14 tokyo4jdesktop: show/hide `top` layer more smartly
2024-05-13 ConsolatisCI: add atof() to banned list
2024-05-10 Johan Malmbuild: bump version to 0.7.2
2024-05-10 Johan MalmNEWS.md: update for 0.7.2
2024-05-08 tokyo4jseat: prevent Chromium from crashing when active keyboa...
2024-05-08 Franz Bergerview: fix top-layer not showing when there's a minimize...
2024-05-08 01mickorc.xml.all: s/y/height/ in WindowRule ReSizeTo comment
2024-05-05 Consolatisosd: prevent handling cursor actions in preview mode
2024-05-05 Consolatisxwayland: prevent shaded views from getting mouse events
2024-05-05 tokyo4jmenu: reset parser state in `menu_finish()`
2024-05-04 Consolatiscursor: reload cursor on Reconfigure
2024-05-01 tokyo4jcursor: implement <menu><ignoreButtonReleasePeriod>
2024-04-29 Tomi Olliladocs: refer labwc-actions(5), not labwc-action(5)
2024-04-29 tokyo4jview: update top layer visibility on map
2024-04-28 tokyo4jssd: don't update ssd if view width is too small
2024-04-28 tokyo4jview: set LAB_MIN_VIEW_WIDTH equal to total width of...
2024-04-27 Johan Malm.editorconfig: set max_line_length=80 for *.md
2024-04-27 Johan Malm.editorconfig: set max_line_length=74 for commit-messages
2024-04-26 Tomi Olliladocs: Fixed some typos, 80 column lines (where possible)
2024-04-24 WeblateTranslation updates from weblate
2024-04-24 tokyo4jcursor: do action/close menu in successive press &...
2024-04-23 StandreasNEWS.md: fix typos
2024-04-22 Johan MalmNEWS.md: interim update
2024-04-22 David Turnerssd: add window drop-shadows (#1648)
2024-04-22 tokyo4joverlay: allow to draw both/either of filled/outlined...
2024-04-22 tokyo4joverlay: s/preview/overlay/
2024-04-22 ConsolatisFix pid lookup for the Kill action
2024-04-21 Tobias Bengfortadd .scd to editorconfig
2024-04-21 tokyo4jworkspaces: react to Reconfigure
2024-04-21 Hiroaki YamamotoFix some header includes detected by clangd
2024-04-21 Consolatiswindow-rules: add ignoreConfigureRequest
2024-04-21 Johan Malmserver: refactor to avoid *g_server
2024-04-20 Tobias Bengfortwindow-rules: implement type filter
2024-04-18 Hiroaki YamamotoIME: prevent virtual keyboard from unintentionally...
2024-04-18 John Lindgrenadd .clang-format (with a disclaimer)
2024-04-18 John Lindgrenexclude IDE settings in .gitignore
2024-04-18 John Lindgrencommon/buf: rename buf->buf to buf->data
2024-04-18 John Lindgrencommon/buf: use string_null_or_empty()
2024-04-18 John Lindgrencommon: remove buf_init(), add BUF_INIT and buf_move()
2024-04-18 Consolatistreewide: properly clear the buffer
2024-04-16 Andrew J. Hesfordsession: sort directory entries in environment.d
2024-04-16 tokyo4josd: add theme settings for window-switcher preview
2024-04-15 tokyo4jgraphic-helpers: prevent multi-rect edges from overlapping
2024-04-15 tokyo4joverlay: add theme settings for colors and border width
2024-04-15 tokyo4joverlay: add theme setting `snapping.preview.[region...
2024-04-15 tokyo4joverlay: add `inactivate_overlay()` as refactoring
2024-04-15 tokyo4joverlay: remove checks already done in wlroots side
2024-04-14 tokyo4jdoc: enhance documentation on fallback values for OSD...
2024-04-14 tokyo4jthemerc: fix default value of `osd.bg.color`
2024-04-14 tokyo4jdoc: enhance documentation on `border.color`
2024-04-14 Consolatisdocs: add missing documention for the ForEach none...
2024-04-14 nicolas3121src/action.c: add none branch to the ForEach action
2024-04-14 Johan MalmAdd -S|--session <command> option
2024-04-13 Consolatisserver: don't create headless backend twice
2024-04-12 Jens Petersinput: notify idle manager when emulating cursor move
2024-04-10 droc12345osd: add window-switcher custom field (#1670)
2024-04-10 Andrew J. Hesfordsnap: cache and ignore last-snapped edge when growing...
2024-04-10 WeblateTranslation updates from weblate
2024-04-10 Consolatissrc/layer.c: deal with wlroots scene graph running...
2024-04-10 Consolatissrc/ssd/ssd_part.c: ensure button is found
2024-04-10 ConsolatisCI: enable gcc static analyzer
2024-04-08 Consolatisoutput: ensure we don't run into an assert() on VT...
2024-04-08 Consolatissrc/theme.c: support inline alpha encoding like #aabbccff
2024-04-08 John Lindgrencommon/font: avoid rendering semi-transparent backgroun...
2024-04-08 Drocosd: support percent values for window switcher width
2024-04-07 Tomi Olliladocs: 80 column lines (where possible), drop trailing...
2024-04-06 ConsolatisUse pre-multiplied colors by default
next