]> git.mdlowis.com Git - proto/labwc.git/shortlog
proto/labwc.git
2021-09-24 Johan MalmSimplify desktop_view_at()
2021-09-24 Johan MalmFix coding style
2021-09-24 Johan Malmsession.c: change "(foo*)" to "(foo *)"
2021-09-24 Johan Malm*.c: add SPDX-License-Identifier
2021-09-24 Johan Malmssd: refactor vertical center alignment
2021-09-24 Johan Malmtheme: handle border.color for backward compatibility
2021-09-24 Johan Malmtheme: handle keys case-insensitively
2021-09-24 Johan MalmAdd .editorconfig
2021-09-24 Johan MalmFix coding style in output.c and xbm/tokenize.c
2021-09-24 Johan Malmcursor: make cursor_motion() static
2021-09-24 Johan Malmlayer-shell: chase wlr_layer_surface refactor
2021-09-22 Johan Malmconfig: remove comment describing simple code
2021-09-22 Johan Malmconfig: remove is_attribute
2021-09-22 Johan Malmlabwc.h: fix coding style
2021-09-22 Johan Malmbuild: remove scdoc stdin/stdout hack
2021-09-22 Johan Malmci: add actions/checkout@v2 to main.yml
2021-09-21 Johan Malmsrc/: fix coding style
2021-09-21 Johan MalmAdd CI
2021-09-21 Johan Malmxdg: chase wlr_xdg_toplevel refactor (issue #64)
2021-09-20 Johan Malmkeyboard.c: fix bug in 864746 (exit cycle-view with...
2021-09-20 Johan Malms/focused_view()/desktop_focused_view()
2021-09-20 Johan Malmdesktop.c: make topmost_mapped_view() private
2021-09-20 Johan Malmlabwc-actions(5): add ToggleFullscreen, ToggleDecoratio...
2021-09-20 Johan MalmNEWS.md: add notes in preparation for next release
2021-09-20 bi4k8define focused_view function and use it for keyboard...
2021-09-20 bi4k8implement Iconify action
2021-09-20 bi4k8implement ToggleDecorations and ToggleFullscreen actions
2021-09-12 gituserxdg: updates from wlroots master
2021-09-09 frogtilerc.xml.all: Fix typo
2021-09-06 Johan Malmlabwc-config(5): add mouse section
2021-09-06 Johan Malmdocs/rc.xml.all: set doubleClickTime default to 500
2021-09-06 Johan Malmdocs/rc.xml: explain purpose & remove <mouse> element
2021-09-06 Johan Malmrcxml: refactor load_default_key_bindings()
2021-09-06 Johan Malmrcxml: set default mousebind
2021-09-06 Johan Malmrcxml: refactor mousebind implementation
2021-09-01 notthewaveSpecify GPL-2.0-only
2021-09-01 alexander bryanApply coding std to <mouse> code & add .clang-format
2021-09-01 alexander bryanrefactor <mouse> xml parsing to match rest of xml parsing
2021-09-01 alexchange mousebind code to use already existing enums
2021-09-01 alexImplemented <doubleClickTime> in rc.xml
2021-09-01 Alex BryanUpdated default/example rc.xml w/ first <mouse> impleme...
2021-09-01 alexFirst implemenation of <mouse> in rc.xml
2021-08-29 Daniel Barlowfix madly flashing background
2021-08-29 Johan MalmMerge pull request #55 from telent/dehardcode-window...
2021-08-28 Daniel Barlowdon't send any key events to clients when osd onscreen
2021-08-28 Daniel Barlowreindent for sircmpwn style
2021-08-28 Daniel BarlowMerge branch 'master' of github.com:johanmalm/labwc...
2021-08-28 Daniel Barlowfix cycle_view for bindings other than Alt_L
2021-08-25 Johan MalmREADME: add note on swaylock and coding style
2021-08-25 Johan MalmFix more coding style violations
2021-08-25 Johan MalmFix coding style following 824282dd
2021-08-24 Johan MalmMerge pull request #54 from telent/lockdown
2021-08-24 Johan Malmview: fix impl->set_fullscreen() argument bug
2021-08-24 Daniel Barlowimplement commented-out bit in seat_disinhibit_input
2021-08-23 Johan MalmSupport fullscreen mode (issue #53)
2021-08-23 Daniel Barlowcleanup per PR review comments
2021-08-22 Daniel Barlowimplement input_inhibit protocol, needed for swaylock
2021-08-22 Johan MalmREADME.md: fix typo
2021-08-22 Johan Malmforeign: handle output error gracefully
2021-08-22 Johan Malmtheme: document setting iconify/close/max colors separately
2021-08-22 Johan MalmREADME: add more links to example themes
2021-08-22 Johan Malmrcxml: load default keybinds on <keyboard><default />
2021-08-22 Johan Malmrcxml: add some default keybinds
2021-08-22 Johan Malmview: update title width when resizing view
2021-08-22 Johan Malmconfig: add <core><gap>
2021-08-22 Johan Malmoutput: fallback to other output modes if preferred...
2021-08-22 Johan Malmssd: refactor in preparation for making ssd_visible_box...
2021-08-22 Johan Malmssd: refactor and position title nearer left hand edge
2021-08-21 Johan MalmMerge pull request #49 from telent/primary-selection...
2021-08-21 Johan Malmssd: handle font texture creation when view->width...
2021-08-20 Daniel Barlowworkaround Gtk primary selection bug by changing order...
2021-08-20 Johan Malmconfig: support setting menu item font
2021-08-20 Johan Malmfont: font_texture_create() support font size argument
2021-08-19 Johan MalmMerge pull request #48 from telent/primary_selection
2021-08-18 Daniel Barlowadd support for primary selection
2021-08-17 Johan Malmview: scale correctly in view_maximize()
2021-08-17 Johan Malmview: apply output scale in view_center()
2021-08-16 Johan Malmlayer-shell: replace close() with destroy()
2021-08-16 Johan Malmosd: support 'alt-tab' on screen display
2021-08-11 Johan Malmserver: update view->margin after theme change
2021-08-11 Johan Malmtheme: support different colored buttons
2021-08-10 Johan MalmREADME: add note on themes and keyboard settings
2021-08-09 Johan MalmREADME: minor update
2021-08-09 Johan Malmmenu: fix breakage caused by f857aea8
2021-08-09 Johan Malmdocs/environment: add example for keyboard toggle
2021-08-07 Johan MalmREADME: update key/mouse binds
2021-08-07 Johan Malmssd: add application title to title bar
2021-08-07 Johan MalmMake font_texture_create() more generic
2021-08-05 Johan MalmREADME: add video and mouse-binds
2021-08-05 Johan Malmforeign: handle minimize request
2021-08-05 Johan Malmforeign: handle maximize request
2021-08-05 Johan MalmAdd simple foreign toplevel implementation
2021-08-04 Johan Malmview: initialise x+y variables to handle edge case
2021-08-02 Johan Malmcursor: handle double click on title
2021-08-02 Johan Malmview: add view_toggle_maximize()
2021-08-02 Johan Malmserver: add missing header file
2021-07-30 Johan Malmserver: update ssd on re-configure
2021-07-30 Johan Malmcursor: simplify process_cursor_motion()
2021-07-26 Johan Malmssd: add support for interacting with bottom corners
2021-07-26 Johan Malmssd: add ssd_interactive_box()
next