]> git.mdlowis.com Git - proto/labwc.git/shortlog
proto/labwc.git
2022-01-07 ARDiDomouse: add support for drag mouse event
2022-01-07 Johan Malmview: adjust views safety following layout change
2022-01-07 Johan Malmview: fix bug in view_snap_to_edge()
2022-01-06 Johan Malmseat: support WLR_{WL,X11}_OUTPUTS >= 2
2022-01-06 ConsolatisMore robust rc.xml parsing
2022-01-05 ARDiDoPrevent views from starting in fullscreen
2022-01-05 Johan MalmMove action() prototype from labwc.h to action.h
2022-01-05 Johan Malmaction.{c,h}: fix coding style
2022-01-05 ConsolatisRewrite action handling to allow multiple actions at...
2022-01-04 Johan Malmwlroots.wrap: add .git to url to avoid redirection...
2022-01-03 Johan Malmdocs/autostart: remove wlr-randr {--off,--on}
2022-01-03 Consolatisconfig/keybind.c: Don't overwrite the stack
2022-01-02 Johan Malmdesktop: simplify desktop_focus_and_activate_view()
2022-01-02 Johan Malmcursor.c: fix coding style
2022-01-02 Johan Malmkeyboard: cancel repeat when handling key-bind
2022-01-02 ARDiDofullscreen: ignore decorations and maximize requests...
2022-01-01 Johan MalmREADME.md: update acceptance criteria URL
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
next