]> git.mdlowis.com Git - proto/labwc.git/shortlog
proto/labwc.git
2021-08-21 Johan Malmssd: handle font texture creation when view->width...
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()
2021-07-23 Johan MalmRemove src/common/log.c
2021-07-22 Johan MalmRemove info() and die()
2021-07-21 Johan Malmxdg: use "usable_area" when positioning view
2021-07-21 Johan MalmHandle alt + cursor button outside view
2021-07-21 Johan Malmview.c: assign struct rather than using memcpy
2021-07-20 Johan Malmtheme: reset theme values on reconfigure
2021-07-20 Johan MalmAdd view_move_to_edge() to header file
2021-07-20 Johan MalmUpdate man pages
2021-07-20 Johan Malmview: remove duplicate code
2021-07-20 Johan Malmaction: add 'MoveToEdge'
2021-07-20 Johan Malmview: add view_output() and view_wlr_output()
2021-07-19 Johan Malmrcxml: allow <theme><font> without place="" attribute
2021-07-19 Johan Malmrcxml.c: survive incorrect keybind
2021-07-19 Johan Malmdesktop: handle missing output safely
2021-07-16 Johan Malmbuild: bump wlroots dependency version number
2021-07-16 Johan Malmdocs/rc.xml: comply with new syntax
2021-07-16 Johan Malmrcxml: change <lab><xdg_shell_server_side_deco> to...
2021-07-16 Johan Malmrcxml: use root-node <labwc_config>
2021-07-16 Johan MalmMove corner textures from ssd.c to theme.c
2021-07-13 Johan Malmaction: add "ToggleMaximize"
2021-07-13 Johan MalmOpen new views on output where cursor is
2021-07-12 Johan Malmaction: add "Close" to close top-most view
2021-07-12 Johan MalmAdd labwc.desktop (issue #36)
2021-07-12 Johan Malmlayers: take into account usable area when maximizing...
2021-07-12 Johan Malmcursor: initialize view_area
2021-07-12 Johan Malmcursor: handle button press on layer-surface (issue...
2021-07-09 Johan Malmcursor: do not pass _press_ to client when alt held
2021-07-09 Johan Malmcursor: handle alt + mouse button (issue #40)
2021-07-09 Johan Malmkeyboard: remove printf() debug message
2021-07-09 Johan Malmxwayland-shell: unmaximize on first map
2021-07-09 Johan Malmxwayland-shell: center view on first map
2021-07-09 Johan Malmxdg-shell: center view on first map
2021-07-09 Johan Malmview: add view_center()
2021-07-09 Johan MalmREADME.md: fix typo
2021-07-09 Johan MalmNEWS.md: re-format
2021-07-01 Johan Malmmenu/theme: use wlr_texture_destroy()
2021-07-01 Johan Malmaction: stop showing alt-tab info messages
2021-07-01 Johan Malmkeyboard: catch C-A-F1 to C-A-F12 to switch tty
2021-06-30 Johan Malmoutput: assert instead of quiet return
2021-06-30 Johan Malmaction: expand shell variables before execvp()
2021-06-29 kalekalemeson: bump wlroots dependency version number
2021-06-28 Johan Malmlabwc 0.3.0
2021-06-28 Johan Malmrcxml: do not try to use theme Clearlooks-3.4
2021-06-28 Johan Malmserver: remove wl_display_init_shm()
2021-06-26 Johan Malmcairo: Replace <cairo/cairo.h> by <cairo.h>
2021-06-26 Johan Malmmeson.build: fix style
2021-06-26 Ezequiel Garciameson: Use wrap files to manage dependencies
2021-06-26 Johan Malmbuild: bump wlroots dependency to 0.15.0
2021-06-03 Jan Beichxdg: chase swaywm/wlroots@9e58301df7f0
2021-05-28 Johan Malmlabwc-config(5): add followMouse and raiseOnFocus
2021-05-28 Johan Malmrcxml: fix typo
2021-05-28 Mikhail Kshevetskiyfocus: add basic follow mouse support
2021-05-17 Johan Malmoutput: access texture width/height directly
2021-04-17 Johan MalmREADME: update wlroots dependency + minor tweak to...
2021-04-17 Johan Malmmeson.build: require wlroots ['>=0.14.0', '<0.15.0']
2021-04-17 Johan Malmmeson.build: require wayland-server >=1.19.0
2021-04-17 Johan Malmmeson.build: update version
2021-04-16 Johan MalmUpdate NEWS.md
2021-04-15 Jan Beichmeson: unbreak with system wlroots after fd4ea3542fdc
2021-04-15 Johan MalmNEWS.md: fix typo
2021-04-15 Johan Malmlabwc 0.2.0
2021-04-15 Johan MalmREADME: remove old scrot
2021-04-15 Johan MalmNEWS.md: update for v0.2.0
2021-04-15 Johan Malmxdg: fix subsurface damage bug
2021-04-15 Johan Malmtheme: move title_height to theme struct
2021-04-10 Johan Malmtheme: update built-in theme colors
2021-04-10 Johan Malmtheme: fix pattern match bug
2021-04-10 Johan Malmtheme: add window.inactive.border.color
2021-04-10 Johan Malmtheme: add window.active.border.color
2021-04-10 Johan MalmREADME: fix typo and refactor links
next