Commit graph

  • 355d688bc2 menu: fix "menu.title.text.justify: right" not working tokyo4j 2024-11-13 05:14:53 +09:00
  • 8665dba619 menu: refactor in preparation for richer menu design tokyo4j 2024-11-10 18:54:01 +09:00
  • f32c165cae src/menu.c: move some post_processing() and menu_update_width() tokyo4j 2024-11-10 18:51:48 +09:00
  • f3efa55daf workspaces: use view_for_each_reverse() to move omnipresent views Consolatis 2024-11-12 20:35:00 +01:00
  • de4e30796e view: add view_for_each_reverse() macro Consolatis 2024-11-12 20:34:29 +01:00
  • 77d1747f1b workspaces: keep focus on omnipresent windows when switching workspaces Consolatis 2024-11-12 01:23:37 +01:00
  • 509380eea3 workspaces: keep focus on omnipresent windows when switching workspaces Consolatis 2024-11-12 01:23:37 +01:00
  • 13a58c58eb NEWS.md: interim update Johan Malm 2024-11-11 20:51:37 +00:00
  • ff436c38c4 NEWS.md: interim update Johan Malm 2024-11-11 20:51:37 +00:00
  • 9580caf8f8 theme: rename title_height to titlebar_height tokyo4j 2024-11-12 12:37:26 +09:00
  • 1639919889 theme: rename menu_item_padding to menu_items_padding tokyo4j 2024-11-12 12:36:21 +09:00
  • d916a78aca theme: move some variables into theme->window tokyo4j 2024-11-12 10:54:59 +09:00
  • 720ae1fc87 theme: reorder theme entries in documentation and codebase tokyo4j 2024-11-12 09:17:04 +09:00
  • 262a0a308c theme: rename title_height to titlebar_height tokyo4j 2024-11-12 12:37:26 +09:00
  • 05d73fe6c7 theme: rename menu_item_padding to menu_items_padding tokyo4j 2024-11-12 12:36:21 +09:00
  • 098f27f42e theme: move some variables into theme->window tokyo4j 2024-11-12 10:54:59 +09:00
  • 6ecbef9c84 theme: reorder theme entries in documentation and codebase tokyo4j 2024-11-12 09:17:04 +09:00
  • eaf11face6 server: release all the resources on exit tokyo4j 2024-11-12 07:46:08 +09:00
  • 71629741d6 server: release server->ssd_hover_state on exit tokyo4j 2024-11-12 08:19:14 +09:00
  • fc66caf5d8 cosmic-workspace: destroy manager when wl_display is destroyed tokyo4j 2024-11-12 07:34:16 +09:00
  • 102bcc5013 seat: destroy seat->workspace_osd_timer on exit tokyo4j 2024-11-12 07:26:45 +09:00
  • b08f753497 icon-loader: fix memory leak of icon_loader->icon_theme tokyo4j 2024-11-12 07:24:54 +09:00
  • 3f2cc1b29f osd: fix memory leak of output->osd_buffer tokyo4j 2024-11-12 07:23:40 +09:00
  • 2d3be5ab56
    src/output.c: skip painting output when session is not active enometh 2024-11-12 05:03:38 +05:30
  • 0cf65505fc server: release all the resources on exit tokyo4j 2024-11-12 07:46:08 +09:00
  • 20d275100d server: release server->ssd_hover_state on exit tokyo4j 2024-11-12 08:19:14 +09:00
  • 4ad84ee9e5 cosmic-workspace: destroy manager when wl_display is destroyed tokyo4j 2024-11-12 07:34:16 +09:00
  • 11cd488ffb seat: destroy seat->workspace_osd_timer on exit tokyo4j 2024-11-12 07:26:45 +09:00
  • 7db6fd07a9 icon-loader: fix memory leak of icon_loader->icon_theme tokyo4j 2024-11-12 07:24:54 +09:00
  • a721bb215c osd: fix memory leak of output->osd_buffer tokyo4j 2024-11-12 07:23:40 +09:00
  • 8a5608a3af input: add hold-begin/-end gestures Jens Peters 2024-11-10 19:22:22 +01:00
  • 7195d7793c input: ensure visible cursor on gestures Jens Peters 2024-11-10 19:07:56 +01:00
  • 8d99450fc9 input: notify idle-manager on gestures Jens Peters 2024-11-10 19:07:27 +01:00
  • 37b4e17788 input: use CONNECT_SIGNAL macro Jens Peters 2024-11-10 19:05:55 +01:00
  • a88c721979
    environment: ignore env var assignments > 1 KiB (#2325) Johan Malm 2024-11-10 20:40:51 +00:00
  • f8939c1c5c
    input: add hold-begin/-end gestures Jens Peters 2024-11-10 19:22:22 +01:00
  • 9833e1a20f
    input: ensure visible cursor on gestures Jens Peters 2024-11-10 19:07:56 +01:00
  • 9baf1fad28
    input: notify idle-manager on gestures Jens Peters 2024-11-10 19:07:27 +01:00
  • f9354f8daa
    input: use CONNECT_SIGNAL macro Jens Peters 2024-11-10 19:05:55 +01:00
  • b12e301b63 environment: ignore env var assignments > 1 KiB Johan Malm 2024-11-08 21:02:55 +00:00
  • fc774d0071 input: hide cursor when using touch input Jens Peters 2024-11-02 15:59:33 +01:00
  • d1cde3c435 input: close xdg-popups on touch down Jens Peters 2024-11-01 09:11:33 +01:00
  • 7e0cd8ee5a input: move notify-idle-manager to tablet/touch handlers Jens Peters 2024-10-29 20:39:17 +01:00
  • eed972cef1 input: clear pointer focus on touch input Jens Peters 2024-10-27 09:10:09 +01:00
  • 3dbd5f30fc input: move touch only with one touch point Jens Peters 2024-11-05 20:59:14 +01:00
  • a3d8688c17 input: warp cursor to touch coordinates Jens Peters 2024-10-27 09:07:54 +01:00
  • 4415178707 meson.build: increase wlroots dep to 0.18.1 Consolatis 2024-10-30 19:49:29 +01:00
  • d6a48ab7a7 foreign-toplevel: add ext-toplevel-list support Consolatis 2024-08-12 20:34:25 +02:00
  • 2a825008c6 foreign-toplevel: create generic abstraction Consolatis 2024-08-12 20:31:52 +02:00
  • 5e1f91c9d1 view: add state change signals Consolatis 2024-08-12 20:19:45 +02:00
  • f8d4d36436
    input: hide cursor when using touch input Jens Peters 2024-11-02 15:59:33 +01:00
  • d4bb77060c
    input: close xdg-popups on touch down Jens Peters 2024-11-01 09:11:33 +01:00
  • 86610384d3
    input: move notify-idle-manager to tablet/touch handlers Jens Peters 2024-10-29 20:39:17 +01:00
  • 8cc57748a9
    input: clear pointer focus on touch input Jens Peters 2024-10-27 09:10:09 +01:00
  • 25dc7e6dd2
    input: move touch only with one touch point Jens Peters 2024-11-05 20:59:14 +01:00
  • 925f38a960
    input: warp cursor to touch coordinates Jens Peters 2024-10-27 09:07:54 +01:00
  • 043e597376 Translation updates from weblate Weblate 2024-11-05 22:01:19 +01:00
  • e8d80711f8
    icon: matching partial strings (#2266) Simon Long 2024-11-08 21:42:02 +00:00
  • 6d53b5a864 action.c: fix style tokyo4j 2024-11-08 21:01:06 +09:00
  • 0aaa2e0102 menu: correctly center menu opened with <position {x,y}="center"> tokyo4j 2024-11-08 20:55:13 +09:00
  • 3c39ed38b5 Remove link to archlabslinux tinyboxvk 2024-11-08 21:26:50 +00:00
  • 941633ff47
    Remove link to archlabslinux tinyboxvk 2024-11-08 21:26:50 +00:00
  • 0f3948fd7f Translation updates from weblate Weblate 2024-11-05 22:01:19 +01:00
  • 01f6c5d073
    src/seat.c: Allow pointer speed of -1 Simon Long 2024-11-08 20:38:56 +00:00
  • 869c654fc1 Fix broken links to Openbox tinyboxvk 2024-11-08 15:38:09 -04:00
  • c5b1169686
    Update build.yml tinyboxvk 2024-11-08 19:42:42 +00:00
  • efd00ee42f Fix broken links to Openbox tinyboxvk 2024-11-08 15:38:09 -04:00
  • dc5a952813 Fix bug whereby pointer speed of -1 is not valid Simon Long 2024-11-08 18:23:03 +00:00
  • 665ccd29c4 action.c: fix style tokyo4j 2024-11-08 21:01:06 +09:00
  • fcf5796cd2 menu: correctly center menu opened with <position {x,y}="center"> tokyo4j 2024-11-08 20:55:13 +09:00
  • 8cc8758f11 output: don't auto-configure new outputs during powersave John Lindgren 2024-10-19 20:13:18 -04:00
  • 6c05316f55 buf.c: fix off by one bug in buf_add_char() Johan Malm 2024-11-07 21:08:09 +00:00
  • 6fe3c97443 ci: use -Wno-expansion-to-defined to avoid Arch CI error Johan Malm 2024-09-23 22:14:22 +01:00
  • f24a5f23f5 buf.c: fix off by one bug in buf_add_char() Johan Malm 2024-11-07 21:08:09 +00:00
  • b70ac836ae ci: use -Wno-expansion-to-defined to avoid Arch CI error Johan Malm 2024-09-23 22:14:22 +01:00
  • f553b7a950 buf.c: fix off by one bug in buf_add_char() Johan Malm 2024-11-07 21:08:09 +00:00
  • 7e50c60b00 buf.c: fix off by one bug in buf_add_char() Johan Malm 2024-11-07 21:08:09 +00:00
  • 44d1e199db tests: add buf_add_char() test Johan Malm 2024-11-07 21:06:31 +00:00
  • 3cb7dabf1e buf.c: fix off by one bug in buf_add_char() Johan Malm 2024-11-07 21:08:09 +00:00
  • 5a34b1d41c tests: add buf_add_char() test Johan Malm 2024-11-07 21:06:31 +00:00
  • 893a65d838 output: auto-select mode when enabling output by client request John Lindgren 2024-10-20 14:17:19 -04:00
  • 62a25da575 output: factor out configure_new_output() from new_output_notify() John Lindgren 2024-10-19 20:12:10 -04:00
  • c38cb5f59c output: move a few calls from new_output_notify() John Lindgren 2024-10-19 20:06:11 -04:00
  • f052eaea6f menu: use only menu_separator_padding_width to pad separators w/o label Tomi Ollila 2024-10-31 20:26:32 +02:00
  • aaf60b3520 CI: add discussion category to IRC notification Consolatis 2024-11-06 14:35:47 +01:00
  • 02e85b8298 CI: add IRC notification for discussion created Consolatis 2024-11-06 14:14:41 +01:00
  • 09edd7592e CI: add IRC notification for discussion created Consolatis 2024-11-06 14:14:41 +01:00
  • 0137ffaf8c Translation updates from weblate Weblate 2024-11-03 22:01:24 +01:00
  • a196bcd6bd
    add Iconify shortcut to rc.xml.all muezabdalla 2024-11-05 08:08:45 +03:00
  • c87a5487b2 Translation updates from weblate Weblate 2024-11-03 22:01:24 +01:00
  • 8f940358e4
    tearing: avoid permanent disable due to rejected commits (#2295) Ricardo Steijn 2024-11-03 22:05:46 +01:00
  • c29d8a2174 Add github issues template Johan Malm 2024-11-02 18:59:51 +00:00
  • ef30028547 Add github issues template Johan Malm 2024-11-02 18:59:51 +00:00
  • b44c703064 tearing: handle case where test commit is positive, but actual commit fails Ricardo Steijn 2024-11-03 16:39:37 +01:00
  • 49587d48d6 docs: add documentation for window.button.height tokyo4j 2024-11-03 19:59:57 +09:00
  • ba7eb41775 docs: add documentation for window.button.height tokyo4j 2024-11-03 19:59:57 +09:00
  • 840a0c0155 tearing: don't log output state test failures Ricardo Steijn 2024-11-03 00:49:50 +01:00
  • 445737ae56
    data: disable file-chooser in xdg-portals configuration Jens Peters 2024-11-02 23:34:06 +01:00
  • 020f274d69 tearing: avoid permanent disable due to rejected commits Ricardo Steijn 2024-11-02 18:34:48 +01:00
  • 14aad38a2c query: fix three-state-parameter parsing, simplify match logic Andrew J. Hesford 2024-10-31 09:59:22 -04:00