]> git.mdlowis.com Git - proto/labwc.git/shortlog
proto/labwc.git
2022-07-14 Johan MalmNEWS.md: add notes on 0.6.0
2022-07-14 Joshua Ashtoncursor: Fix crash when creating a cursor constraint
2022-07-13 Consolatisconfig/rcxml.c: Fix parsing of adaptiveSync setting
2022-07-13 Jan BeichCI: upgrade FreeBSD to 13.1
2022-07-12 Krsna MahapatraCI: Add missing deps for Void Linux runner
2022-07-11 Consolatissrc/view.c: Prevent crash by killing a moving application
2022-07-10 Johan MalmREADME.md: refresh and refactor
2022-07-09 Consolatissrc/output.c: Always react to new output configuration
2022-07-04 Johan Malmxwayland.c: fix position bug
2022-07-04 Consolatissrc/action.c: Convert action->arg to a list of action_arg
2022-07-03 Consolatissrc/view.c: Fall back to default geometry when changing...
2022-07-03 John Lindgren(Partly) fix handling of client-initiated configure...
2022-07-02 ConsolatisRestore original geometry when moving a tiled window
2022-07-02 ConsolatisRename unmaximized_geometry to natural_geometry
2022-07-02 Consolatissrc/view.c: Unmaximize on SnapToEdge
2022-07-02 Consolatissrc/view.c: Prevent SnapToEdge while in fullscreen
2022-07-02 Consolatissrc/view.c: Re-arrange tiled windows on un-fullscreen...
2022-07-02 Consolatissrc/view.c: Re-arrange tiled windows on decoration...
2022-07-02 Consolatissrc/view.c: Re-arrange tiled windows on layout change
2022-07-02 Consolatissrc/view.c: Convert SnapToEdge to use view_apply_xxx_ge...
2022-07-02 Consolatissrc/layers.c: Prevent re-arranging views if usable_area...
2022-06-30 Consolatissrc/layers.c: Adjust views based on usable_area changes
2022-06-30 Consolatissrc/ssd/ssd.c: Keep view->margin in sync when toggling...
2022-06-28 ConsusFix usable area calculation
2022-06-25 ConsolatisChase wlroots: wlr_input_device refactor
2022-06-25 Johan Malmmenu: support <separator />
2022-06-23 ConsolatisCI: add FreeBSD runner
2022-06-22 Johan MalmREADME: add link to website
2022-06-22 Johan MalmREADME: update links to scope document
2022-06-21 Consolatissrc/action.c: Fix includes for kill() and getpid()
2022-06-21 ConsolatisCI: add Void Linux in musl variant
2022-06-19 Flriansrc/osd.c: fix max text width
2022-06-18 Consusworkspaces: Allow switching/sending to the last used...
2022-06-17 Consolatissrc/debug.c: Sync with workspaces
2022-06-17 Consolatissrc/layers.c: Update output for popup after forced...
2022-06-16 Johan Malmaction.c: add _POSIX_C_SOURCE
2022-06-16 Joshua AshtonAllow leasing desktop displays
2022-06-15 Johan MalmMerge pull request #333 from Consolatis/wip/workspaces
2022-06-15 Consolatisworkspaces: Switch workspace when activating via panel
2022-06-15 Consolatisworkspaces: Hide menu if there is only a single workspace
2022-06-15 Consolatisworkspaces: Add default workspace sub menu
2022-06-15 Consolatisworkspaces: Add workspace actions
2022-06-15 Consolatisworkspaces: Wire up workspaces
2022-06-15 Consolatisworkspaces: Implement config parsing
2022-06-15 Consolatisworkspaces: Add workspaces.{c,h}
2022-06-15 Consolatissrc/osd.c: Hide OSD when there are no views on osd_update
2022-06-15 Consolatisinclude/labwc.h desktop_cycle_view: Clarify signature
2022-06-15 Consolatissrc/keyboard.c: Make any_modifier_pressed() global
2022-06-15 Consolatissrc/common/font.c: Add font_width()
2022-06-14 Johan Malmaction.c: use kill() instead of spawning killall
2022-06-14 ConsolatisConvert SSD title to scaled font buffer
2022-06-14 ConsolatisConvert menu entries to scaled font buffer
2022-06-14 ConsolatisAdd scaled_font_buffer implementation
2022-06-14 ConsolatisAdd abstract scaled_scene_buffer implementation
2022-06-14 Consolatiscommon/font: Add scale argument
2022-06-14 Consolatissrc/menu: Handle menu item creation failure
2022-06-14 Consolatissrc/buffer: Automatically adapt to scale attribute
2022-06-11 Johan MalmMerge pull request #389 from bi4k8/window-switcher...
2022-06-11 bi4k8correctly scale window switcher
2022-06-09 Consolatissrc/menu: Attach view to menu and use it when executing...
2022-06-09 Consolatissrc/ssd: Convert button node descriptors to struct...
2022-06-09 Consolatissrc/ssd: Use LAB_SSD_PART_CORNER_x for rounded corner...
2022-06-09 Consolatissrc/view.c: Cache server pointer
2022-06-09 ConsolatisChase wlroots: update wlroots.wrap to latest master
2022-06-07 Johan Malmview: if view->fullscreen on destroy, re-enable top...
2022-06-07 ConsolatisChase wlroots: update wlroots.wrap to latest master
2022-06-07 ConsolatisChase wlroots: children are now only availabe in tree...
2022-06-07 ConsolatisChase wlroots: scene_node.state is now inlined
2022-06-07 ConsolatisChase wlroots: every scene_node parent is now a tree
2022-06-07 ConsolatisChase wlroots: prep work: ssd to tree
2022-06-07 ConsolatisChase wlroots: prep work: menu to tree
2022-06-07 ConsolatisChase wlroots: wlr_scene is now a tree node
2022-06-06 Johan Malmview: when centering, top/left align if view is bigger...
2022-06-06 Johan Malmview: take into account top-margin for xwayland views
2022-06-06 Johan Malmview: center correctly with scale != 1
2022-06-05 Johan Malmxwayland-unmanaged: wl_list_remove() missing listeners...
2022-06-05 Johan Malmxwayland-unmanaged: remove excessive logging
2022-06-05 Joshua Ashtonxwayland-unmanaged: Fix set_geometry using container_of...
2022-06-05 Johan Malmxwayland-unmanaged: fix typo
2022-06-05 Johan Malmxwayland-unmanaged: prepare for handling more events
2022-06-05 Johan Malmdocs/environment: add _JAVA_AWT_WM_NONREPARENTING=1
2022-06-05 Johan Malmxwayland-unmanaged: put all surfaces under server-...
2022-06-03 Consolatissrc/config/keybind.c: fix keybind insertion order
2022-06-03 ConsolatisPrevent missing direction arguments to segfault labwc
2022-06-03 Johan MalmCONTRIBUTING.md: fix typo s/sanitzise/sanitize/
2022-06-02 ConsolatisIRC notifications: disable push notifications
2022-06-01 Johan Malmdocs/meson.build: remove environment following 5de92c8
2022-06-01 ConsolatisIRC notifications: use NOTICE to prevent join/part
2022-06-01 Consolatistheme: implement osd.border.color and osd.border.width
2022-06-01 ConsolatisExperimentally add IRC notifications for new PRs and...
2022-05-31 Johan MalmMove config related content from labwc(1) to labwc...
2022-05-31 Johan Malmman pages: minor language and style changes
2022-05-31 Johan Malmlabwc-config(5): move <resistance> to before <focus>
2022-05-31 Johan Malmman pages: unify titles for better "man -k labwc" exper...
2022-05-31 Johan MalmCONTRIBUTING.md: add note on libinput debug-events
2022-05-30 ConsolatisRevert "Fix dynamic output based scaling for menu and...
2022-05-30 Johan Malmxwayland: call foreign-toplevel-destroy on unmap
2022-05-30 ConsolatisChase wlroots: xdg_popup.geometry
2022-05-30 Jelle De Loeckerxwayland-unmanaged: focus parent surface on unmap
2022-05-29 ConsolatisFix dynamic output based scaling for menu and SSD
next