]> git.mdlowis.com Git - proto/labwc.git/shortlog
proto/labwc.git
2022-10-14 Johan Malmbuild: simplify protocol paths
2022-10-14 John Lindgrencursor: Call wlr_seat_pointer_notify_clear_focus()...
2022-10-07 01mickoChase wlroots: unreadable displays
2022-10-05 Johan MalmCONTRIBUTING.md: describe coding style more accurately
2022-10-05 Consolatiss/wl_list_insert(list.prev...)/wl_list_append(list...
2022-10-05 Johan Malmcommon: add wl_list_append()
2022-09-30 Johan MalmNEWS.md: update notes on 0.6.0
2022-09-30 ConsolatisCI: Switch Void mirror to repo-ci.voidlinux.org
2022-09-29 ConsolatisChase wlroots: output cursor
2022-09-29 ConsolatisCI: FreeBSD switch from 'quarterly' to 'latest'
2022-09-27 Consolatissrc/osd.c: Ensure destroying views are not used as...
2022-09-27 Consolatissrc/osd.c: Prevent showing invalid windows
2022-09-27 Johan Malmkeyboard: put modifier/key listeners in keyboard struct
2022-09-27 Joshua Ashtonseat: implement virtual keyboard protocol
2022-09-27 Joshua Ashtonseat: implement virtual pointer protocol
2022-09-27 Joshua Ashtonseat: add seat_add_device helper
2022-09-27 Joshua Ashtonseat: add seat_update_capabilities helper
2022-09-27 Johan Malmview: no gap for top/left align big window
2022-09-23 ConsolatisCI: Add Debian testing
2022-09-22 Johan MalmFix minor coding-style violations
2022-09-22 Johan MalmCONTRIBUTING.md: improve all sections
2022-09-21 Consolatiscursor: Prevent setting cursor icon on drag
2022-09-21 Johan MalmMerge pull request #438 from johanmalm/fix/repeat
2022-09-21 Johan Malmseat: only pass on sent keys on surface-focus
2022-09-21 Johan Malmsrc/keyboard.c: register keys before inhibit check
2022-09-21 Johan Malmsrc/keyboard.c: do not end window-cycling on modifier...
2022-09-21 John Lindgrenoutput: Call do_output_layout_change() at end of new_ou...
2022-09-20 Consolatissrc/menu.c: Clamp separator width
2022-09-20 Johan Malmsrc/keyboard.c: reflow comment to shorten line
2022-09-20 Johan Malmsrc/keyboard.c: stored handled keys as bound when windo...
2022-09-20 Johan MalmRevert "keyboard: cancel repeat when handling key-bind"
2022-09-19 ConsolatisMerge pull request #552 from jlindgren90/xmalloc
2022-09-18 John Lindgrencommon: Expand comment for znew/znew_n()
2022-09-18 John Lindgrencommon: Add znew/znew_n() macros
2022-09-18 John Lindgrenkeyboard: Fix SIGSEGV that showed up in out-of-memory...
2022-09-17 John Lindgrenaction: Fix warning about freeing a (const char *)
2022-09-17 John Lindgrencommon: Add additional memory utilities (xzalloc()...
2022-09-16 John Lindgrenaction: Allow explicit None action without warning
2022-09-16 Consolatiscursor: Use enum for server set cursor names
2022-09-16 Consolatiscursor: Move cursor specific function definitions into...
2022-09-16 John Lindgrenseat: Fix use-after-free in touch_finish()
2022-09-16 John Lindgrenkeyboard: Fix use-after-free in keyboard_finish()
2022-09-15 John Lindgrenaction: Select resize edges for Resize triggered by...
2022-09-15 John Lindgrencursor: Split out cursor_button_press() and cursor_butt...
2022-09-15 Johan Malmconfig: s/OSD/OnScreenDisplay/ in <theme><font place...
2022-09-15 John Lindgrenconfig: Add support for font slant and weight
2022-09-15 John Lindgrencursor: Store view + resize edges for move/resize in...
2022-09-15 John Lindgrencursor: Add struct cursor_context and clean up code
2022-09-14 ConsolatisMerge pull request #533 from jlindgren90/fix-gtk-menus
2022-09-13 John Lindgrencursor: Allow leave/enter events within the same XDG...
2022-09-13 John Lindgrenxdg-popup: Check for NULL from wlr_xdg_surface_from_wlr...
2022-09-13 John Lindgrenseat: Listen for destroy signal of pressed.surface
2022-09-13 ConsolatisMerge pull request #540 from jlindgren90/cursor-fixes
2022-09-13 John Lindgrencursor: Factor out cursor_update_common() and fix some...
2022-09-11 Johan Malmrcxml.c: enable tap be default on non-touch devices
2022-09-11 Consolatiscursor: Handle missing cursor theme
2022-09-11 Consolatiscursor: Don't load cursor theme in server_init()
2022-09-11 Consolatiscursor: Prevent setting the same cursor image twice
2022-09-11 Consolatiscursor: Prevent resetting cursor icon during Move or...
2022-09-11 Consolatiscursor: Allow re-enter for cursor_update_focus()
2022-09-09 Johan MalmMerge pull request #531 from jlindgren90/titlebar-fixes
2022-09-09 John Lindgrenssd: Make ssd_get_part_type() work for corner buttons
2022-09-09 John Lindgrenconfig: Redefine Title context to include blank areas...
2022-09-09 Johan MalmMerge pull request #523 from jlindgren90/unmanaged...
2022-09-09 Johan MalmMerge pull request #526 from Consolatis/issue/317_gimp_...
2022-09-09 John Lindgreninteractive: Don't write to view->x/y/w/h directly
2022-09-07 Consolatiscursor: Update cursor focus on scroll events
2022-09-07 Consolatiscursor: Make cursor_rebase() private
2022-09-07 Consolatiscursor: Allow cursor button events to trigger cursor_re...
2022-09-07 Consolatissrc/xdg.c: Only call view_moved() when required
2022-09-06 John Lindgrendesktop: Cycle first to topmost view if not already...
2022-09-06 John Lindgrencursor: Update SSD hover state in cursor_rebase()
2022-09-06 John Lindgrencursor: Update focus at various additional points
2022-09-06 Consolatissrc/xwayland.c: Keep view->surface in sync
2022-09-06 Consolatissrc/xwayland.c: Update xsurface on client map request
2022-09-06 John Lindgrenxwayland: Don't center views with explicitly specified...
2022-09-06 John Lindgrenview: Call view_moved() immediately after map
2022-09-03 John Lindgrenxwayland: Factor out focus_next_surface() from unmanage...
2022-09-02 ConsolatisCI: Split jobs
2022-09-02 ConsolatisCI: Additionally build without xwayland
2022-09-02 John Lindgrencursor: Fix out-of-surface movement for unmanaged surfaces
2022-09-01 John Lindgrenxwayland: Keep unmanaged surfaces stacked on top
2022-08-30 Consolatissrc/xwayland-unmanaged.c: Give keyboard focus back...
2022-08-30 Consolatissrc/config/rcxml.c: Add support for <devault /> mousebinds
2022-08-30 Consolatissrc/config/rcxml.c: Replace earlier mousebinds by later...
2022-08-30 Consolatissrc/config/mousebind.c: Fix mousebind ordering
2022-08-30 Consolatissrc/config/rcxml.c: Merge default mousebinds
2022-08-30 Consolatissrc/view.c: Fix minimizing the last window
2022-08-28 Johan MalmMerge pull request #307 from Consolatis/feature/tab_preview
2022-08-28 ConsolatisMove OSD handler for view destruction to osd.c
2022-08-28 Consolatissrc/osd.c: Integrate preview outline into OSD state
2022-08-28 Consolatisalt-tab preview: restore functionality after move to...
2022-08-28 ConsolatisPrepare OSD for reimplementation of the preview feature
2022-08-27 ConsolatisChase wlroots: Culling
2022-08-27 Johan Malmosd: position preview border within SSD max extents
2022-08-27 John Lindgrenview/ssd: Refactor and fix visual indication for active...
2022-08-26 Consolatissrc/{common/font,theme}.c: Switch to cairo helpers
2022-08-24 ConsolatisDisconnect view from destroying output
2022-08-24 FlrianAdd config option to disable preview outlines
2022-08-21 John Lindgrenkeyboard: Hide Alt-Tab switcher when canceling via...
next