]> git.mdlowis.com Git - proto/labwc.git/shortlog
proto/labwc.git
2023-01-31 ConsolatisCodeStyle: prevent space in code indents
2023-01-29 Johan Malmbuild: bump version to 0.6.1
2023-01-29 Johan MalmNEWS.md: add notes on 0.6.1
2023-01-29 Consolatissrc/output.c: only overwrite the automatic layout if...
2023-01-29 Johan Malmlayer: improve keyboard-interactivity
2023-01-26 Consolatiscursor: update cursor image on scale change
2023-01-24 bi4k8ensure cursor is correctly scaled at startup
2023-01-23 ConsolatisSupport flicker free boot
2023-01-14 Johan MalmEnable single-pixel-buffer-v1
2023-01-11 Johan MalmMerge pull request #433 from Consolatis/feature/regions
2023-01-11 ConsolatisSnapToRegion: Add documentation
2023-01-11 ConsolatisSnapToRegion: Allow for live config updates
2023-01-11 ConsolatisSnapToRegion: Respect core.gap setting
2023-01-11 ConsolatisSnapToRegion: Add dynamic overlay
2023-01-11 ConsolatisSnapToRegion: Evacuate tiled views from destroying...
2023-01-11 ConsolatisSnapToRegion: Snap when ending a move while pressing...
2023-01-11 ConsolatisSnapToRegion: Add overlay while moving and pressing...
2023-01-11 ConsolatisSnapToRegion: Add regions_from_cursor()
2023-01-11 ConsolatisSnapToRegion: Add SnapToRegion action
2023-01-11 ConsolatisSnapToRegion: Add view_snap_to_region()
2023-01-11 ConsolatisSnapToRegion: Wire up output and handle usable_area...
2023-01-11 ConsolatisSnapToRegion: Add config parser
2023-01-10 ConsolatisSnapToRegion: Add implementation
2023-01-08 John Lindgrenxwayland: Add xwayland.h and move more things to xwayland.c
2023-01-06 Consolatisdocs/rc.xml: Overwrite the default W-Return keybind
2023-01-06 Consolatissrc/action.c: Improve debugging by adding action argume...
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
next