]> git.mdlowis.com Git - proto/labwc.git/shortlog
proto/labwc.git
2023-11-27 John LindgrenChase wlroots: Pass version to wlr_compositor_create()
2023-11-27 John LindgrenCI: add libxcb-ewmh-dev for Debian (new wlroots dependency)
2023-11-27 John LindgrenChase wlroots: wlr_scene_surface_from_buffer renamed
2023-11-27 John LindgrenChase wlroots: convert to try_from
2023-11-27 ConsolatisChase wlroots: wlr_output_layout refactor
2023-11-27 ConsolatisChase wlroots: wlr_session refactor
2023-11-27 ConsolatisChase wlroots: wlr_surface refactor
2023-11-27 ConsolatisChase wlroots: Layershell version
2023-11-27 ConsolatisChase wlroots: Update meson.build wlroots requirement...
2023-11-25 Johan Malmbuild: bump version to 0.6.6
2023-11-25 Johan MalmNEWS.md: update notes for 0.6.6
2023-11-25 Johan Malmxwayland: assign view->surface earlier in map handler
2023-11-21 Johan Malmxwayland: do not re-set deocrations on unminimize
2023-11-21 ConsolatisKeep xwayland stacking order in sync when switching...
2023-11-21 Consolatiscommon/array.h: add wl_array_for_each_reverse macro
2023-11-21 Consolatissrc/view.c: add always_on_top criteria
2023-11-18 Johan Malmkeyboard: fix key repeat bug on surface focus change
2023-11-18 Johan Malmkey-state.c: add logging for 'pressed-sent'
2023-11-12 Johan MalmNEWS.md: interim update for 0.6.6
2023-11-12 ConsolatisUpdate top layer visiblity on workspace switch
2023-11-12 John Lindgrenkeyboard: include pressed modifiers in bound set
2023-11-12 John Lindgrenkeyboard: remove exceptions from storing pressed keys
2023-11-12 John Lindgrenkeyboard: remove nr_pressed_keys == 1 restriction for...
2023-11-12 John Lindgrenkeyboard: avoid stuck keys due to keybindings (alternat...
2023-11-12 Jan BeichCI: avoid heavy dependency in FreeBSD job
2023-11-12 Jan BeichCI: run FreeBSD job on Ubuntu
2023-11-12 Johan Malmkeyboard: fix shifted keystroke delay
2023-11-10 Johan Malmwindow-rules: add fixedPosition property
2023-11-10 tokyo4jinteractive: Make window snapping with mouse more intuitive
2023-11-07 Johan MalmAdd unfocus action
2023-11-06 John Lindgrenxdg: try to handle missing set_window_geometry with...
2023-11-05 John Lindgrenview: ensure that floating views don't overlap top...
2023-11-04 Consolatiskeyboard: allow applying keyboard layout per window
2023-11-02 Johan MalmNEWS.md: interim update for 0.6.6
2023-11-02 Johan MalmNEWS.md: minor style fixes
2023-11-02 John Lindgrencursor: allow re-focusing xwayland-unmanaged surfaces
2023-10-31 Tomi Ollilaview.h: changed the type of tiled in struct view to...
2023-10-31 GNUserhow to specify variant layout
2023-10-30 ConsolatisMove input handler init() and finish() functions to...
2023-10-30 ConsolatisMove keyboard functions into input/keyboard.h
2023-10-30 ConsolatisMake touch depend on cursor to prevent racing
2023-10-30 ConsolatisMove gesture handling out of cursor.c
2023-10-30 ConsolatisMove input related source files into src/input/
2023-10-29 Consolatissrc/common/spawn.c: Restore SIGPIPE default handler...
2023-10-28 John Lindgrenview: implement separate horizontal/vertical maximize
2023-10-25 ConsolatisCONTRIBUTING.md: update list of package maintainers
2023-10-25 Consolatissrc/keyboard.c: always try to remove keys from the...
2023-10-21 John Lindgrenview: avoid raising same view over and over
2023-10-21 John Lindgrenxwayland: update stacking order in move_to_front/back()
2023-10-21 John Lindgrenregions: perform rounding more carefully
2023-10-21 John Lindgrenview: commonize sub-view logic in view_move_to_front...
2023-10-21 John Lindgrencommon: move MIN and MAX to common/macros.h
2023-10-21 John Lindgrencommon: add and use CONNECT_SIGNAL macro
2023-10-21 John Lindgrencommon: rename array-size.h to macros.h
2023-10-20 Johan Malmxdg: add xdg_shell_init()
2023-10-19 Consolatisscaled_scene_buffer: make dropping the buffer optional
2023-10-19 Johan Malmdocs/labwc-config.5.scd: describe <snapping> section
2023-10-19 Axel Burridoc: Add GrowToEdge, ShrinkToEdge actions
2023-10-19 Axel BurriGrowToEdge, ShrinkToEdge: Implement actions
2023-10-19 Axel Burridoc: Adapt MoveToEdge action
2023-10-19 Axel BurriMoveToEdge: Snap to window edge
2023-10-19 Axel BurriAdd snap to window edge framework
2023-10-19 Axel BurriMove min/max view width/height to header
2023-10-19 Axel BurriUse output_usable_area_scaled() helper
2023-10-19 Axel BurriAdd output_usable_area_scaled() helper
2023-10-18 Johan Malmdocs/environment: comment out variables
2023-10-18 Johan Malmsrc/config/session.c: set _JAVA_AWT_WM_NONREPARENTING=1
2023-10-18 John Lindgrenxwayland: center stored natural geometry for initially...
2023-10-18 John Lindgrenxwayland: honor initially maximized requests via _NET_W...
2023-10-17 John Lindgrenxdg,xwayland: raise sub-view correctly relative to...
2023-10-16 John Lindgrenxwayland: assume views wanting decorations also want...
2023-10-16 Johan Malmlayers: remove redundant function argument
2023-10-16 John Lindgrendesktop: allow re-focus between "globally active" views...
2023-10-16 John Lindgrenview: add view_wants_focus enum (NEVER/ALWAYS/OFFER...
2023-10-15 John Lindgrenseat: move session-lock check down to seat_focus()...
2023-10-15 John Lindgrenview: only focus topmost view if unmapped view was...
2023-10-15 Arnaudv6Add MoveToCursor action
2023-10-15 John Lindgrenview: add view_is_related()
2023-10-15 ConsolatisCI: limit workflow runs to 20 minutes
2023-10-14 Consolatisdesktop.c: prevent switching workspaces for always...
2023-10-14 John Lindgrencursor: backport null check from wlroots-0.17 branch
2023-10-14 John Lindgrenseat: ignore focus change to unmanaged surface belongin...
2023-10-11 John Lindgrenoutput: fix invisible cursor after wlopm --off && wlopm...
2023-10-10 Consolatiskeyboard: add missing Hyper_ and Meta_ syms to modifier...
2023-10-10 Johan Malmmenu: use wl_list instead of array
2023-10-10 Johan Malmmenu: minor coding style tweaks
2023-10-10 Johan Malmmenu: split parse_xml() in readiness for pipemenus
2023-10-09 John Lindgrenkeyboard: add option to enable Num Lock automatically...
2023-10-09 John Lindgrenview: fix some inconsistencies in view_ functions
2023-10-09 Consolatisdocs: update supported keybind and mousebind modifiers
2023-10-08 Consolatiskeyboard: prevent storing synthetic layout change key...
2023-10-08 Consolatiskeybinds: add support for Meta and Hyper modifiers
2023-10-06 Moises LimaRefactor title height to use 'titlebar.height' from...
2023-10-05 John Lindgrenkeyboard: allow switching VT when locked
2023-10-05 John Lindgrensession-lock: reconfigure for output layout changes
2023-10-04 John Lindgrendesktop: add commentary clarifying focus rules
2023-10-04 John LindgrenRevert "desktop: try harder to avoid focusing unfocusab...
2023-10-04 Johan Malms/::/./
2023-10-02 Johan Malmcursor: fix layer subsurface focus bug
2023-10-01 Consuscommon: use fnmatch() for pattern matching
next