]> git.mdlowis.com Git - proto/labwc.git/shortlog
proto/labwc.git
2023-01-06 Consolatisoutput: Use better arg naming for output_update_all_usa...
2023-01-06 Consolatisinclude/labwc.h: Provide MIN/MAX macros
2023-01-06 Consolatisinclude/ssd.h: prefix defines with SSD_
2023-01-06 Consolatissrc/view.c: move xwayland specific function to xwayland.c
2023-01-06 John Lindgrenoutput: Add output_update_usable_area/all_usable_areas()
2023-01-03 Johan Malmtheme: support theme setting override
2023-01-03 yuanyesrc/output.c: Release layer tree when releasing output
2023-01-03 Consolatissrc/view.c: ensure natural geometry is restored even...
2023-01-03 Consolatissrc/layers.c: destroy layer surface on output loss
2023-01-03 Consolatissrc/layers.c: ensure layers_arrange() is only called...
2023-01-03 Consolatissrc/layers.c: remove new_popup handler on node destruction
2023-01-03 Consolatissrc/layers.c: prevent crash with no outputs available
2023-01-03 Consolatissrc/view.c: prevent fullscreen with no outputs available
2023-01-03 Consolatissrc/output.c: prevent crash with no outputs available
2023-01-02 Consolatissrc/debug.c: reset last_view
2023-01-02 01mickopo/tr.po: update Turkish translation
2023-01-02 Johan Malmpo/sv.po: update Swedish translation
2023-01-02 01mickopo/es.po,it.po: update Spanish and Italian translations
2023-01-02 01mickopo/de.po: update German translation
2023-01-02 01mickonls: updates for new strings in menus
2023-01-02 Joshua Ashtonserver: Filter out wp_drm_lease_device from Xwayland
2023-01-02 Joshua Ashtonbuild: Add drm-lease-v1 protocol to server_protocols
2023-01-02 Consolatissrc/view.c: move up view_apply_natural_geometry()
2023-01-01 Johan Malmdocs/themerc: add menu.width.{min,max} + menu.items...
2023-01-01 Johan Malmmenu: minor refactoring to increase readability
2023-01-01 Consolatissrc/view.c: reorder includes
2023-01-01 Consolatissrc/view.c: rename unmaximized_geometry to natural_geometry
2023-01-01 Consolatissrc/view.c: use view_set_untiled() helper
2023-01-01 Consolatissrc/view.c: factor out special case natural geometry...
2023-01-01 Consolatissrc/view.c: factor out the various view_apply_ variants
2023-01-01 Consolatissrc/layers.c: minor simplification
2023-01-01 Consolatissrc/view.c: on un-fullscreen restore SSD before applyin...
2022-12-29 Consolatissrc/view.c: Allow snapping to the same edge
2022-12-29 Consolatisssd: scale down button icons if necessary
2022-12-29 Johan Malmdesktop.c: handle layer-subsurfaces in get_cursor_context()
2022-12-29 Johan Malmlayer: s/struct wlr_box/output->usable_area/
2022-12-29 Johan Malmlayer: rename signal-handler functions to handle_*
2022-12-29 Johan Malmlayer: get `struct output` from wlr_output user-data
2022-12-29 Johan Malmlayer: s/layers_above_shell/layers_above_views/
2022-12-29 Johan Malmlayer: remove wl_list layers[] from `struct output`
2022-12-29 Johan Malminclude/layers.h: remove redundant `struct wlr_box...
2022-12-29 Johan Malmlayer: use scene-graph API more fully
2022-12-29 Consolatissrc/workspaces.c: prevent re-focus for always-on-top...
2022-12-29 Consolatissrc/workspaces.c: use cached server pointer
2022-12-23 Flriandocs: update theme documentation
2022-12-23 Flriansrc/theme.c: add menu to individual buttons
2022-12-22 John Lindgrenrcxml: Make sure a default libinput category always...
2022-12-22 John Lindgrendocs: Fix small typo in labwc-config(5) manpage
2022-12-21 Johan Malmseat.c: minor refactoring of seat_reconfigure()
2022-12-20 FlrianExclude checkpatch.pl from language stats
2022-12-20 Johan Malmsubprojects/wlroots.git: use 0.16 branch
2022-12-19 bi4k8don't set view->w and view->h when mapping xdg views
2022-12-19 Jan Beichview: limit XCB header to Xwayland after 286b2146c348
2022-12-15 FlrianREADME.md: fix header numbering
2022-12-14 bi4k8osd: bookend with calls to cursor_update_focus
2022-12-13 bi4k8osd: factor drawing out of osd_update
2022-12-12 Consolatisdocs/menu.xml: Add comment about hiding of workspaces...
2022-12-12 Consolatisdocs/rc.xml.all: Add <default /> description for mousebinds
2022-12-12 Consolatisdocs/rc.xml: add default mousebind example
2022-12-12 Consolatisdocs: reformat rc.xml.all
2022-12-12 Consolatisdocs: reformat default config
2022-12-10 Flriansrc/view.c: dont switch output on SnapToEdge if view...
2022-12-10 Consolatissrc/action.c: Provide generic parsing of XML action...
2022-12-08 bi4k8document Kill command
2022-12-08 bi4k8implement Kill action
2022-12-08 bi4k8don't NULL-check output when it can't be
2022-12-08 bi4k8fix cleanup issues in xdg_surface_new
2022-12-07 Johan MalmREADME.md: update build instructions
2022-12-06 Consolatismenu: Dynamically adjust menu width based on widest...
2022-12-06 Consolatismenu: Convert hardcoded item padding to theme vars
2022-12-06 Consolatistheme: Rename separator_width to separator_line_thickness
2022-12-06 Consolatismenu: Add generic menu_init() entry point
2022-12-01 Johan MalmREADME: restructure and amend project description
2022-11-29 Johan MalmCONTRIBUTING.md: describe how to upversion
2022-11-29 Johan Malmlabwc-menu(5): document separator
2022-11-28 ConsolatisCI: check codestyle only once
2022-11-28 Consolatisdocs: add basic README
2022-11-28 Consolatisdocs: install example configs
2022-11-27 John Lindgrenssd: Move implementation details from ssd.h to ssd...
2022-11-27 John Lindgrenssd: Allocate `struct ssd` and `struct ssd_hover_state...
2022-11-27 John Lindgrenview: Fix SSD margin computation
2022-11-27 Johan MalmFix minor coding style breaches
2022-11-27 Johan Malmci: run checkpatch.pl on all .c and .h files
2022-11-26 John Lindgrenssd: Add debug helpers
2022-11-26 John Lindgrenssd: Cosmetic cleanups
2022-11-26 John Lindgrenview: Hide decorations for fullscreen views
2022-11-26 John Lindgrenssd: Add missing state updates
2022-11-26 John Lindgrenssd: Eliminate unnecessary temporary variables
2022-11-26 John Lindgrenssd: Simplify ssd_create()
2022-11-26 John Lindgrenview: Add view_reload_ssd()
2022-11-26 John Lindgrenview: Enable/disable decorations explicitly
2022-11-25 John Lindgrenaction: Inline private/action.h into action.c
2022-11-25 John Lindgrenview: Move xdg_surface + xwayland_surface to derived...
2022-11-25 Johan Malmview: create derived structs
2022-11-22 John Lindgrenview/ssd: Move ssd->enabled to view->ssd_enabled
2022-11-22 John Lindgrenview/ssd: Move view->margin to view->ssd.margin
2022-11-22 John Lindgrenview: Add view_set_untiled()
2022-11-22 John Lindgrenview: Rename/move workspaces_send_to() to view_move_to_...
2022-11-22 John Lindgrenaction/view: Ensure view arguments are never NULL
2022-11-22 Scarcely Theressd: Inactive window button icons now follow theme...
next