]> git.mdlowis.com Git - proto/labwc.git/shortlog
proto/labwc.git
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...
2022-04-22 Johan Malmconfig: support <mouse><default />
2022-04-22 Johan MalmAdd command line option -C to specify config directory
2022-04-21 Joshua Ashtonview: Refactor view destruction
2022-04-21 Johan MalmREADME.md: move important links to top
2022-04-21 Johan Malmlabwc-menu(1): fix s/openbox/labwc/ typo
2022-04-21 Johan Malmdocs/autostart: add swayidle with wlopm example
2022-04-21 Johan Malmxdg-shell: remove view->padding
2022-04-20 Johan MalmChase wlroots X11 hints update
2022-04-20 Johan MalmPrint deprecation notice when running SUID
2022-04-20 Johan Malmosd: fix compiler warning
2022-04-20 Johan Malmosd: show alt-tab switcher center-aligned on all outputs
2022-04-19 Johan Malmview: increase accuracy of center-alignment
2022-04-09 ConsolatisAdd ToggleAlwaysOnTop action
2022-04-08 Johan Malmwlroots.wrap: set revision to latest commit
2022-04-08 Johan MalmNEWS.md: add notes on 0.5.1
2022-04-04 Johan MalmFix trivial coding style breaches
2022-04-04 John Lindgrencursor: Fix "jumping opposite edges" issue when resizing
2022-03-30 Consolatiscursor.c: Do not segfault on missing drag icon
2022-03-28 Johan MalmCONTRIBUTING.md: add notes on packaging
2022-03-28 Johan Malmtouch.c: fix coding style (sx,sy) vs (nx,ny)
2022-03-28 Joshua Ashtonoutput: Implement drm_lease_v1
2022-03-28 Johan Malmxwayland.c: fix coding style
2022-03-28 Johan Malmtouch.c: fix coding style
2022-03-28 Johan MalmChase wlroots wlr_seat_keyboard() refactoring
2022-03-21 bi4k8fix crash when changing TTY
2022-03-21 bi4k8implement touch support
2022-03-21 Johan Malmcursor.c: fix bad cherry-pick in previous commit (64f7b9d)
2022-03-21 ConsolatisRestore Drag mouse bindings and proper double click
2022-03-21 Johan Malmcursor: add cursor_update_focus()
2022-03-21 Consolatiscursor.c: Keep sending adjusted motion events while...
2022-03-21 Consolatisxwayland.c: Do not raise window if deactivating
2022-03-21 John Lindgrenxwayland: Honor size increments from WM_SIZE_HINTS
2022-03-19 Johan MalmMerge branch 'master' of https://github.com/labwc/labwc
2022-03-19 Johan MalmChase wlroots wlr-device-input refactoring
2022-03-16 Consolatismenu.c: Handle keybinding based Reconfigure while menu...
2022-03-16 Consolatismenu.c: Handle out of screen submenus
2022-03-15 Johan Malmoutput: fix incorrect call to private wlroots function
2022-03-12 Consolatisssd_extents: force initial manual ssd_extents update...
2022-03-12 Consolatisssd: dynamically adjust resize extents based on usable_area
2022-03-12 Consolatisssd: move top border above titlebar
2022-03-12 Consolatisssd: use dynamic titlebar height based on font size...
2022-03-12 Consolatisssd: increase resize corners
2022-03-09 01mickoREADME.md: add `wlopm` to "6. Integrate" (recommended...
2022-03-08 bi4k8support wlr-output-power-management
2022-03-08 bi4k8add wlr-output-power-management protocol
2022-03-07 Johan MalmUpdate NEWS.md
2022-03-07 Johan Malmview: show fullscreen views above top-layer
2022-03-07 Johan Malmview: remove warning in view_move_resize()
2022-03-07 Johan Malmlayers: always unmap on destroy
2022-03-06 Johan MalmMerge pull request #264 from labwc/scene-graph
2022-03-06 Johan Malmxdg: set node position on commit and configure
2022-03-06 Johan Malmssd: add top border
2022-03-06 Johan Malmlayers: fix layer_popup_tree implementation
2022-03-04 Johan Malmbuffer.c: chase wlroots master
2022-03-04 Consolatisssd: Disable resize extents while in maximized or fulls...
2022-03-03 Johan Malmoutput: attach node-descriptors to node-trees
2022-03-03 Johan Malmlayers: put popups in separate node-tree
2022-03-03 Johan Malmlayers: unconstrain popups correctly
2022-03-03 ConsolatisConvert menu to node_descriptors
2022-03-02 Johan Malmnode.c: use wlr_scene_node instead of node_descriptor
2022-03-02 Johan Malmnode.c: add helpers for returning structs from node...
2022-03-02 Johan MalmRename node-descriptor.c to node.c
2022-03-02 Consolatissrc/desktop.c: Fix label error
2022-03-02 Consolatisdebug.c: use node descriptors
2022-03-02 Johan Malmlayers: only define LAB_NR_LAYERS locally where needed
2022-03-02 Johan Malmlayers: s/arrange_layers/layers_arrange/
2022-03-02 Johan Malmlayers: arrange layers on output-layout change
2022-03-02 Johan Malmlayers.c: fix coding style
2022-03-02 Johan Malmlayers: position each layer_tree correctly relative...
2022-03-01 Johan MalmRemove src/damage.c
2022-03-01 Johan Malmxwayland-unmanaged: fix dereference NULL pointer bug
2022-03-01 Johan MalmREADME.md: add sfwbar to suggested apps
2022-03-01 Johan MalmNEWS.md: fix typo
2022-02-28 Johan MalmNEWS.md: align with https://keepachangelog.com/
2022-02-28 Johan MalmEnable presentation time
2022-02-26 Johan Malmdesktop.c: set *view_area right for layer-popup
2022-02-26 Johan Malmlayer: support popups
2022-02-26 Johan MalmAdd node-descriptor for wlr_scene_nodes
2022-02-25 Consolatisinclude/ssd.h remove unnecessary struct definition
2022-02-25 Consolatisxwayland.c: Fix positioning with multiple queued config...
2022-02-24 Consolatis[style] use __func__ in log message
2022-02-24 Consolatis[style] fix open brace after function definition
2022-02-24 Consolatis[style] rename action() to actions_run()
2022-02-24 Consolatisssd/ssd_titlebar.c: Only store title state if title...
2022-02-24 Consolatissrc/ssd/: Don't access view->surface->current directly
2022-02-23 Johan MalmSet node position in xdg/xwayland commit handlers
2022-02-23 Johan Malmcursor+keyboard: chase wlroots master
2022-02-23 Consolatisxdg/xwayland: Do not destroy scene node on unmap
next