]> git.mdlowis.com Git - proto/labwc.git/shortlog
proto/labwc.git
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
2022-05-26 Consolatissrc/theme.c: Clean up corner buffers on finish
2022-05-26 Consolatissrc/osd.c: Free buf.buf as its malloc'd in buf_init()
2022-05-26 ConsolatisDeal with font_buffer_create() failures
2022-05-26 Johan MalmCONTRIBUTING.md: describe WLR_WL_OUTPUTS
2022-05-26 Johan MalmCONTRIBUTING.md: add notes on debugging
2022-05-26 ConsolatisChase wlroots: wlr_scene_surface
2022-05-25 Consolatisdesktop_node_and_view_at(): handle layer surfaces
2022-05-25 Consolatissrc/cursor.c: Ignore out-of-surface movement for surfac...
2022-05-25 Consolatissrc/cursor.c: Ensure we send a release event for out...
2022-05-24 Johan Malmcursor: offset xdg invisible border when dragging outsi...
2022-05-24 Consolatissrc/cursor.c: Fix branch condition for out-of-view...
2022-05-20 Johan MalmMerge pull request #334 from Consolatis/fix/maintainers
2022-05-20 ConsolatisUpdate list of package maintainers
2022-05-18 Johan Malmresistance.c: init flags in resistance_resize_apply...
2022-05-18 Johan Malmresistance.c: initialize 'flags' to zero
2022-05-18 Johan MalmMerge pull request #330 from Consolatis/chase/wlroots_x...
2022-05-18 ConsolatisChase wlroots xdg_shell version
2022-05-18 Joshua AshtonREADME: Document what is needed to run on NVIDIA
2022-05-17 Johan MalmNEWS.md: add notes on 0.5.2
2022-05-17 Consolatissrc/xwayland.c: keep SSD state on unmap/map cycle
2022-05-09 ConsolatisMerge pull request #321 from eli-schwartz/meson-subproj...
2022-05-09 Eli Schwartzmeson: use proper dependency fallback for wlroots
2022-05-06 Johan Malmlabwc-action(5): remove incorrect <command>
2022-05-06 Johan Malmmenu: support <action name="Execute"> option <execute>
2022-05-06 Johan Malmmenu: avoid logging on <item label="" icon="">
2022-05-04 Johan Malmdocs/autostart: use wlopm with *
2022-05-03 Johan MalmMove .gitignore to subprojects/
2022-05-03 Johan Malmsubprojects/seatd.wrap: s/master/0.6.4/
2022-05-03 Johan Malmxwayland: handle set_override_redirect events
2022-05-02 01mickonls: add native language support
2022-05-02 Consolatissrc/output.c: Make sure we are always using the correct...
2022-04-28 Johan Malmsrc/ssd/ssd.c: remove superfluous WLR_ERROR log message
2022-04-28 Johan Malmxdg-shell: set fallback geometry if width/height =...
2022-04-28 Johan Malmxdg-shell: set view position before view_maximize()
2022-04-28 yizixiaocursor.c:func is_double_click add check view
2022-04-26 Johan Malmserver.c: remove redundant TODO comment
2022-04-26 Johan Malmview: do not crash on missing output
2022-04-26 Johan Malmsrc/common/dirs.c: add missing slash
2022-04-26 ConsolatisRevert "config: support <mouse><default />"
2022-04-24 Johan Malmlayer: handle output_destroy.notify without crash
2022-04-23 Consolatisview: Refactor view destruction some more
2022-04-22 Johan Malmdocs/environment: add WLR_NO_HARDWARE_CURSORS example
2022-04-22 Johan Malmtheme: change window.label.text.justify default to...
next