]> git.mdlowis.com Git - proto/labwc.git/shortlog
proto/labwc.git
2021-12-06 Johan Malmdesktop: simplify desktop_move_view_to_end_of_cycle()
2021-12-06 bi4k8query passed prop, not 'title'
2021-12-06 bi4k8move windows to back of cycle when they are minimized
2021-12-06 bi4k8implement PreviousWindow action
2021-12-06 bi4k8raise activated foreign windows
2021-12-05 ARDiDoFix typo in README
2021-12-04 John Lindgrenkeyboard: Remove redundant damage_all_outputs() call
2021-12-04 John Lindgrenkeyboard: Allow canceling the Alt-Tab switcher with...
2021-12-04 John Lindgrenaction: Switch to next window when pressing Alt-Tab...
2021-12-03 Johan Malmcursor.c: fix switch statement indentation
2021-12-03 Johan Malminteractive.c: fix style
2021-12-03 Johan MalmCONTRIBUTING.md: add link to checkpatch.pl
2021-12-03 Johan MalmAdd CONTRIBUTING.md
2021-12-03 Johan Malmdocs/rc.xml.all: add Client and Root mousebinds
2021-12-03 Johan Malmrcxml.c: set default Client Right/Middle Press
2021-12-03 Johan Malmrcxml.c: add Alt-Left/Right to default mousebinds
2021-12-03 Johan Malmdocs/rc.xml.all: add Alt-Left/Right mousebinds
2021-12-03 ARDiDoOSD: fix segfault when no app_id is set
2021-12-03 Joshua Ashtonaction: If we have a view that is an activator, use...
2021-12-03 Joshua Ashtoncursor: Clear grabbed_view when switching from MOVE...
2021-12-03 Joshua Ashtoninteractive: Fix crash if a window is destroyed while...
2021-12-03 bi4k8move window raise/focus on click from hard-coded logic...
2021-12-03 bi4k8implement root menu display as a default mouse binding
2021-12-03 bi4k8implement Raise and Focus actions
2021-12-03 bi4k8replace hard-coded ShowMenu on root button press with...
2021-12-03 bi4k8implement foreign toplevel activate
2021-12-03 bi4k8correctly detect when cursor is over titlebar
2021-12-02 bi4k8forward click events to layer surfaces
2021-12-02 bi4k8fix interaction between Move action and click bindings
2021-12-02 bi4k8handle mouse release bindings on root window
2021-12-02 bi4k8do not add mouse bindings with no set context
2021-12-02 bi4k8swallow mouse events only when bindings on Frame mouse...
2021-12-02 bi4k8define ssd_part_contains to define the mouse context...
2021-12-02 bi4k8implement handling for Client, Frame, and Root/Desktop...
2021-12-01 bi4k8parse menu names from Menu mouse-bindings
2021-12-01 bi4k8implement Resize as an action
2021-12-01 bi4k8parse and respect modifiers for mouse bindings
2021-12-01 bi4k8make parse_modifiers public
2021-12-01 bi4k8be stricter about what counts as a double-click
2021-12-01 bi4k8fix signal handlers
2021-11-28 Johan Malmdocs/autostart: add swayidle example
2021-11-28 Johan Malmcursor: support XCURSOR_THEME and XCURSOR_SIZE
2021-11-28 Johan Malmcursor.c: rebase cursor when exiting interactive mode
2021-11-28 Johan Malminteractive.c: set move/resize cursor
2021-11-28 John LindgrenFix graphical artifacts after adding/removing outputs
2021-11-27 ARDiDoTitle repainting: move call to damage_all_outputs(...
2021-11-27 John LindgrenFix invisible cursor at startup
2021-11-27 John LindgrenForce repaint after window title changes
2021-11-26 Johan MalmFix minor style violations
2021-11-26 Johan MalmRemove min/max macros
2021-11-26 Johan Malmview.c: fix coding style
2021-11-26 Johan Malmdocs/rc.xml.all: add TitleBar Left-Press mousebind
2021-11-26 Johan Malmlabwc-action(5): add "Move" action
2021-11-26 John LindgrenBasic support for Move action
2021-11-26 John LindgrenEnable new outputs (before setting mode)
2021-11-24 ARDiDoHiDPI: fix move_to_edge and snap_to_edge
2021-11-24 ARDiDoHiDPI: fix osd placement and maximized scale
2021-11-24 ARDiDoHiDPI: send enter and leave events to views when switch...
2021-11-24 ARDiDoHiDPI: send output_enter events to views when they...
2021-11-22 ARDiDoAdd support for basic idle and idle inhibitor protocols
2021-11-21 Jan Beichserver: chase swaywm/wlroots@fdf3169b4185
2021-11-13 Johan MalmREADME: make openbox link point to openbox.org
2021-11-13 Johan MalmREADME: add lavalauncher to recommended apps
2021-11-13 Johan MalmREADME: explain meaning of lab further
2021-11-13 Johan Malmdocs/labwc-menu.5.scd: describe submenus
2021-11-13 01mickodocs/labwc-menu.5.scd: fix menu definition
2021-11-13 Johan MalmAdd SPDX identifiers
2021-11-13 Johan Malmxwayland.c,xdg-deco.c: fix style
2021-11-13 Johan Malmlayers: fix clang warning
2021-11-13 ARDiDoresistance: check to see if the view is on the output...
2021-11-13 ARDiDoview: get the closest wlr_output in view_wlr_output()
2021-11-09 Johan MalmMerge branch 'master' of https://github.com/johanmalm...
2021-11-09 Johan Malmdocs/menu.xml: fix root-menu definition
2021-11-08 Dima Krasnerbuild: when building wlroots subproject, link statically
2021-11-08 Dima Krasnerbuild: fix name collision with wlroots, when linking...
2021-11-08 Johan Malmtheme: add menu.overlap.{x,y}
2021-11-08 Johan Malmmenu: support inline submenus
2021-11-02 Johan Malmmenu: support submenus
2021-11-02 ARDiDomousebind: update documentation
2021-11-02 ARDiDomousebind: add support for more contexts and mouse...
2021-11-01 Joshua Ashtonkeyboard: Fix cycle view taking precedence over TTY...
2021-11-01 Joshua Ashtonkeyboard: Fix handled check
2021-11-01 Johan Malmwlroots.wrap: set url to https://gitlab.freedesktop...
2021-10-30 ARDiDooutput: update layer surfaces on output geometry changes
2021-10-26 ARDiDoresistance: don't use gap value
2021-10-26 ARDiDoresistance: update documentation + default strength...
2021-10-26 ARDiDoresistance: remove bool, add resistance.h + license
2021-10-26 ARDiDoresistance: improve readability
2021-10-26 ARDiDoresistance: fix meson.build
2021-10-26 ARDiDoresistance: move strength.c to resistance.c
2021-10-26 ARDiDoresistance: move to <resistance> node
2021-10-26 ARDiDoresize resistance support
2021-10-26 ARDiDoImprove expandibility
2021-10-26 ARDiDoPartial screen_edge_strength
2021-10-22 Johan MalmUpdate NEWS.md
2021-10-22 Johan MalmREADME.md: add a video showing SnapToEdge
2021-10-22 Johan Malmconfig: add some comments in "struct rcxml"
2021-10-22 Johan Malmconfig: add <core><adaptiveSync>
2021-10-21 Johan Malmconfig: make capitalization consistent in rc.xml
2021-10-21 Johan Malmrc.xml.all: add keyboard repeatRate and repeatDelay
next