]> git.mdlowis.com Git - proto/labwc.git/shortlog
proto/labwc.git
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...
2022-11-21 John Lindgreninclude: Break out view.h from labwc.h
2022-11-20 John Lindgreninteractive: Refactor natural_geometry/tiled state...
2022-11-20 John Lindgrenview: Reuse view_set_decorations() in view_toggle_decor...
2022-11-20 John Lindgrenview: Fix positioning of initially-maximized XWayland...
2022-11-20 Oğuz Ersennls: add turkish translation
2022-11-20 Johan MalmMerge pull request #618 from jlindgren90/xwayland-surface
2022-11-19 Arnaud Vallette... Update labwc-config.5.scd
2022-11-18 Consolatissrc/config/rcxml.c: Check for modifiers when merging...
2022-11-18 Jan Beichbuild: drop pixman dependency after 532656ad5b47
2022-11-17 Johan Malmbuild: bump version to 0.6.0
2022-11-17 Johan MalmNEWS.md: update notes on 0.6.0
2022-11-17 Johan Malmci: add hwdata
2022-11-17 Johan Malmwlroots.wrap: use 0.16.0
2022-11-16 Johan MalmRefuse to start when SUID is detected
2022-11-16 bi4k8update repeat rate of all keyboard input devices, not...
2022-11-15 Johan Malmcursor: combine two variables relating to frame-context
2022-11-15 Johan Malmoutput: test adaptive sync
2022-11-15 bi4k8Support smooth scroll and horizontal scroll
2022-11-15 John Lindgrencursor: Make update_pressed_surface() no-op except...
2022-11-15 Johan Malmview: survive setting fullscreen with no outputs
2022-11-11 bi4k8src/config/rcxml.c: distinguish no and unknown font...
2022-11-11 bi4k8keyboard: use 1000/rate msecs for keybind repeat event...
2022-11-11 John Lindgrenxwayland: Better document/assert view/surface association
2022-11-10 bi4k8fix typo
2022-11-06 Arnaud Vallette... src/cursor.c: Use 'handled' for state of consumed curso...
2022-11-06 Arnaud Vallette... Scroll-Bindings: Add docs
2022-11-06 Arnaud Vallette... Scroll-Bindings: Add default config
2022-11-06 Arnaudv6Scroll-Bindings: Add support for mouse wheel bindings
2022-11-03 Johan MalmFix coding style
2022-11-03 Johan Malmcheckpatch: ignore += UNNECESSARY_ELSE
2022-11-03 Johan Malmcheckpatch: add scripts/check for batch processing
2022-11-03 Johan Malmcheckpatch: patch to suit labwc coding style
2022-11-03 Johan Malmcheckpatch: import checkpatch.pl from Linux kernel
2022-11-03 ConsolatisChase wlroots: output test assert
2022-11-02 John Lindgrenkeyboard: Implement key repeat for keybindings
2022-11-02 John Lindgrenkey-state: Prevent array overflow
2022-11-01 Consolatissrc/menu/menu.c: Add comments
2022-10-31 Johan MalmREADME: add link to pre-0.6.0 video
2022-10-30 Johan Malmrcxml.c: combine common code in fill_{key,mouse}bind()
2022-10-30 Johan Malmrcxml.c: support 'to.action' in mousebind
2022-10-27 John Lindgrenxwayland: Hide unmanaged nodes on unmap()
2022-10-17 Consolatiscursor: Restore drag icon after the move to scene-graph
2022-10-14 Johan MalmAdd --exit and --reconfigure
2022-10-14 Johan MalmAdd long command line options
2022-10-14 Johan Malmserver: do not set WAYLAND_DISPLAY twice
2022-10-14 Johan Malmlabwc(1): describe SIGTERM and SIGHUP
2022-10-14 Johan MalmSet environment variable LABWC_PID
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()
next