]> git.mdlowis.com Git - proto/labwc.git/shortlog
proto/labwc.git
2022-01-01 Johan MalmUpdate NEWS.md
2022-01-01 bi4k8cursor: support pointer gestures (pinch/swipe)
2022-01-01 bi4k8factor keyboard/cursor cleanup into own functions
2022-01-01 ARDiDodecorations: use view_apply_maximized_geometry instead...
2022-01-01 John LindgrenAdjust views to account for output layout changes
2021-12-31 Johan Malmbuild: bump version to 0.4.0
2021-12-31 ARDiDoview.c: re-maximize views when toggling decorations
2021-12-31 Joshua Ashtonxwayland: Implement request_activate
2021-12-31 Joshua Ashtonxwayland: Implmement request_minimize
2021-12-31 Joshua Ashtonxdg: Implement request_minimize
2021-12-31 Joshua Ashtondesktop: Fix activating unmapped views
2021-12-31 Joshua Ashtonxwayland: Make styling of wl_signal_add consistent
2021-12-31 Joshua Ashtonxdg: Make styling of wl_signal_add consistent
2021-12-29 Johan MalmUpdate NEWS.md
2021-12-29 Johan Malminteractive: use "grab" cursor when moving
2021-12-29 Johan Malmlabwc-environment(5): add XCURSOR_{THEME,SIZE}
2021-12-29 Johan Malmlabwc-config(5): fix typo
2021-12-29 Johan Malmdocs/rc.xml.all: only declare one 'Root' context
2021-12-29 Johan Malmconfig: de-couple <FollowMouse> and <raiseOnFocus>
2021-12-28 Consolatissrc/foreign.c: verify associated view is still valid
2021-12-28 Consolatisview:c Do not overwrite unmaximized dimensions on fulls...
2021-12-28 Johan MalmFix build on Alpine Linux
2021-12-28 Consolatisview.c: Remove 'activated' flag when minimizing a view
2021-12-27 John LindgrenFix use-after-free errors detected by valgrind
2021-12-26 Johan MalmFix coding style
2021-12-26 Johan MalmCONTRIBUTING.md: wrap commit messages at 74 characters
2021-12-26 Johan MalmDelete .clang-format
2021-12-26 Johan Malmdocs/rc.xml.all: update with default mouse-bindings
2021-12-26 Johan Malmbuild: use wlroots 0.15.0
2021-12-26 Johan Malmcursor: add cursor_update_focus()
2021-12-26 Johan Malmcursor: fix setting of resize_edges
2021-12-26 bi4k8document mouse buttons and newly-supported mouse contexts
2021-12-26 bi4k8add mouse bindings for window edges to rc.xml.all
2021-12-26 bi4k8move edge resizing from hard-coded to configuration
2021-12-26 bi4k8implement corner/edge mouse contexts
2021-12-24 John LindgrenCheck the return value of wlr_output_layout_get() for...
2021-12-24 John LindgrenProofread README.md
2021-12-23 ARDiDoview.c: end interactive mode when maximizing a view
2021-12-23 Consolatisdocs/rc.xml.all: Add focus + raise to TitleBar movement...
2021-12-23 Consolatisconfig/rcxml: Allow multiple <action>s inside of a...
2021-12-23 ConsolatisImplement foreign toplevel close
2021-12-22 Johan Malmkeyboard: absolve release event if press was bound
2021-12-18 ARDiDoOSD: fix stuck OSD when NumLock or CapsLock are activated
2021-12-17 ARDiDobuild: bump wlroots dependency version number
2021-12-17 ARDiDocursor: scale xcursor for all output scales
2021-12-17 bi4k8osd: fix crash when props are NULL
2021-12-13 bi4k8document Focus and Raise actions
2021-12-13 bi4k8document Client/Frame/Desktop mouse contexts
2021-12-13 bi4k8document Resize action
2021-12-13 bi4k8fix crash when a minimized window closes
2021-12-13 bi4k8document tapButtonMap setting
2021-12-13 bi4k8implement libinput tapButtonMap setting
2021-12-06 ARDiDoConfig: add OSD font configuration
2021-12-06 Johan Malmdesktop: rename functions to increase consistency
2021-12-06 Johan Malmlabwc-action(5): add PreviousWindow
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
next