Commit graph

  • c8a9f63451
    prior run the startup command start the backend Leonardo Hernández Hernández 2022-09-10 23:48:38 -0500
  • fd67087a82
    make sure the parent is mapped prior set monitor and tags Leonardo Hernández Hernández 2022-09-10 23:45:14 -0500
  • 77ba8e5127
    use wl_container_of() instead of data in some functions Leonardo Hernández Hernández 2022-09-10 23:44:19 -0500
  • c509046663
    add some comments Leonardo Hernández Hernández 2022-09-10 23:42:58 -0500
  • 93de6e82a2
    inline input_device in virtualkeyboard() Leonardo Hernández Hernández 2022-09-10 22:25:46 -0500
  • f8f94c97f5
    fix idle inhibitor check Leonardo Hernández Hernández 2022-09-10 22:11:06 -0500
  • 1bb9c4583a
    fix exclusive zone of unmapped layer surfaces Leonardo Hernández Hernández 2022-09-10 18:41:39 -0500
  • 9bcef3d040
    resize the fullscreen background when resize the client Leonardo Hernández Hernández 2022-09-08 16:35:55 -0500
  • ae42e4390b
    update link to input-protocols Leonardo Hernández Hernández 2022-09-08 00:25:26 -0500
  • 303fc72b12
    append -dev to $(_VERSION) (should have added it a long time ago) Leonardo Hernández Hernández 2022-09-08 00:13:03 -0500
  • 871463c327
    define _POSIX_C_SOURCE through CPPFLAGS Leonardo Hernández Hernández 2022-09-08 00:10:53 -0500
  • d1496a2a9b
    fix condition that always evaluate to false in commitlayersurfacenotify() Leonardo Hernández Hernández 2022-09-07 23:54:57 -0500
  • 80084839a9
    remove obsolete check of c->mon in fullscreennotify() Leonardo Hernández Hernández 2022-09-07 23:24:50 -0500
  • 1aacfada29
    set c->prev in setmon() and not in mapnotify() Leonardo Hernández Hernández 2022-09-05 22:48:16 -0500
  • dc59f7733d
    enable adaptive sync if supported Leonardo Hernández Hernández 2022-09-06 00:29:44 -0500
  • 14c010a0d6
    only enable/disable clients from the specified monitor in arrange() Leonardo Hernández Hernández 2022-09-06 00:10:00 -0500
  • 14a1e3e2a2
    set c->prev in mapnotify() Leonardo Hernández Hernández 2022-09-05 16:30:23 -0500
  • a94d089c40 Minor changes to README Dmitry Zakharchenko 2022-09-04 12:00:00 +0300
  • e91f71e8d6 Add direct irc link Dmitry Zakharchenko 2022-09-02 19:57:35 +0300
  • 68576799b9
    don't arrange layers on disabled monitors Leonardo Hernández Hernández 2022-09-02 18:49:20 -0500
  • 19a8a095eb
    call setfullscreen() in setmon() Leonardo Hernández Hernández 2022-09-02 18:22:15 -0500
  • 1f59b76d77
    prevent segfault when destroying monitors Leonardo Hernández Hernández 2022-09-02 17:29:41 -0500
  • 40b1c0b849
    Revert "Revert "various improvements to layer surface"" Leonardo Hernández Hernández 2022-09-02 16:54:53 -0500
  • c017916d35
    Revert "various improvements to layer surface" Leonardo Hernández Hernández 2022-08-31 16:05:19 -0500
  • 2260519740 various improvements to layer surface Leonardo Hernández Hernández 2022-07-24 17:18:44 -0500
  • 0e993b5fb1
    conform the idle inhibitor protocol Leonardo Hernández Hernández 2022-08-12 23:47:34 -0500
  • 83e37820d7
    add support for the single pixel buffer protocol Leonardo Hernández Hernández 2022-08-28 21:40:03 -0500
  • d738573e22
    new function to notify keyboard enter Leonardo Hernández Hernández 2022-08-27 16:05:12 -0500
  • b9295e8cee
    sort client.h functions Leonardo Hernández Hernández 2022-08-27 16:29:23 -0500
  • e0cc5b046c
    Merge remote-tracking branch 'djpohly/main' into wlroots-next Leonardo Hernández Hernández 2022-08-26 18:26:36 -0500
  • 406aebcbd2
    prevent an infinite loop if try to use focusmon() with all monitors disabled Leonardo Hernández Hernández 2022-08-13 19:57:20 -0500
  • dfcd142ce4
    don't try to set monitor for clients in createmon() Leonardo Hernández Hernández 2022-08-18 17:24:11 -0500
  • 07bf1832bf
    set monitor for clients that don't have one in updatemons() Leonardo Hernández Hernández 2022-08-18 16:59:38 -0500
  • 174919ec53
    set monitor for clients that don't have one on monitor creation Leonardo Hernández Hernández 2022-08-18 16:51:15 -0500
  • a7f77160d1
    don't respect size hints for fullscreen clients Leonardo Hernández Hernández 2022-08-16 20:57:09 -0500
  • 7a343b98cf
    change type of c->bw: int -> unsigned int Leonardo Hernández Hernández 2022-08-13 00:41:08 -0500
  • 8d2516e83c
    reorder isfullscreen in Client definition Leonardo Hernández Hernández 2022-08-13 00:38:08 -0500
  • f173c56c32
    initialize to zero the box used in commitnotify() Leonardo Hernández Hernández 2022-08-13 00:07:11 -0500
  • 28af37cd1f
    handle client_from_wlr_surface() receiving a subsurface Leonardo Hernández Hernández 2022-08-12 23:58:11 -0500
  • 48396a1bf8 fix crash when setting a custom mode Leonardo Hernández Hernández 2022-08-11 15:25:13 -0500
  • b6e3fc1645 rework outputmgrapplyortest() Leonardo Hernández Hernández 2022-08-10 23:57:03 -0500
  • 3431ac165d 2200: let's use this wisely Devin J. Pohly 2022-08-05 13:00:59 -0500
  • 6ce035303e
    fix dist target Leonardo Hernández Hernández 2022-08-08 21:30:37 -0500
  • 620fd9dc56
    use git describe to generate version Leonardo Hernández Hernández 2022-08-08 21:19:16 -0500
  • 662e06e68e
    check client_from_wlr_surface() returning NULL in urgent() Leonardo Hernández Hernández 2022-07-30 14:44:17 -0500
  • 9d2eb8483b fix segfault if parent->mon is unset Dima Krasner 2022-07-25 08:14:33 +0300
  • 7eee0a8229
    use the layer surface to create popups Leonardo Hernández Hernández 2022-07-24 16:43:13 -0500
  • 31d8a67eda
    use level 0 keysyms sevz17/level-0-keysyms Leonardo Hernández Hernández 2022-07-22 11:40:59 -0500
  • b04c73be3d
    make sure we do not create a double fullscreen_bg Leonardo Hernández Hernández 2022-07-23 13:25:47 -0500
  • 8cdb997126
    conform the xdg-protocol with fullscreen translucent clients Leonardo Hernández Hernández 2022-07-23 02:08:10 -0500
  • 90a12c90a0
    always set the same monitor and tags for child clients of a client Leonardo Hernández Hernández 2022-07-19 20:13:56 -0500
  • e082292606
    do not focus clients if a layer surface is focused Leonardo Hernández Hernández 2022-06-20 18:33:14 -0500
  • deb48ff48b force line-buffered stdout if stdout is not a tty Dima Krasner 2022-07-19 20:12:03 +0300
  • c70db2d06a
    Revert "only call wlr_seat_keyboard_notify_enter() if a keyboard is found" Leonardo Hernández Hernández 2022-07-19 11:52:15 -0500
  • e98719f552
    remove a useless check Leonardo Hernández Hernández 2022-07-15 00:48:28 -0500
  • 058c699ac2
    only set bounds for clients that support it Leonardo Hernández Hernández 2022-07-15 00:27:31 -0500
  • af12e777f2 Update README.md David-Valters 2022-07-13 14:40:49 +0300
  • 8e03bce621
    only call wlr_seat_keyboard_notify_enter() if a keyboard is found Leonardo Hernández Hernández 2022-07-07 00:21:51 -0500
  • 87fc3a58ab
    check pointer focus in arrange() Leonardo Hernández Hernández 2022-07-06 23:48:53 -0500
  • 0eff78d6c2
    include DWLCFLAGS into linking step Leonardo Hernández Hernández 2022-07-06 23:28:49 -0500
  • c6d97f1db7
    arrange client's monitor if size has change since last commit Leonardo Hernández Hernández 2022-04-01 14:03:52 -0600
  • 829dec6598
    resize now takes struct wlr_box as parameter Leonardo Hernández Hernández 2022-06-24 19:41:26 -0500
  • ff70337c16
    check current and pending geometry to set c->resize to zero Leonardo Hernández Hernández 2022-07-06 19:14:12 -0500
  • 7cc6c640e2 Checks for overflows for client max width and height Ben Jargowsky 2022-06-28 20:14:23 +0200
  • f9bedb7908 dwl: don't show input popup if client is not enabled Shugyousha/input-protocols-v2 Silvan Jegen 2022-06-25 15:58:31 +0200
  • a92504d8bf dwl: don't destroy popup scene on unmap Silvan Jegen 2022-06-26 13:48:08 +0200
  • 72e0a560d9
    respect size hints Leonardo Hernández Hernández 2022-06-24 19:15:24 -0500
  • 2aa391361c
    inline unmaplayersurface() into unmaplayersurfacenotify() Leonardo Hernández Hernández 2022-06-24 15:36:13 -0500
  • 549335ae54
    avoid layer surface popups appearing below x{dg,wayland} clients Leonardo Hernández Hernández 2022-06-24 14:46:08 -0500
  • 097b4a30f5
    unconstrain layer shell popups from monitor size Leonardo Hernández Hernández 2022-06-24 14:30:52 -0500
  • 461d02d3e0
    chase wlroots input_device changes Leonardo Hernández Hernández 2022-06-21 16:25:18 -0500
  • c1578bc14d
    use LayerSurface.mon when possible Leonardo Hernández Hernández 2022-06-21 16:03:20 -0500
  • 9b84940e37
    unconstrain layer shell popups Leonardo Hernández Hernández 2022-06-20 23:46:11 -0500
  • 79ad72413d
    don't set c->isfullscreen to zero Leonardo Hernández Hernández 2022-06-20 18:05:16 -0500
  • 74fce9d918
    Merge pull request #257 from fauxmight/bar_options Sevz 2022-06-18 13:00:08 -0500
  • 553ba5b7c8 Add known dwl tag status bar options to README.md A Frederick Christensen 2022-06-16 14:03:35 -0500
  • 4ae6d0f387
    move ugglyness to client.h Leonardo Hernández Hernández 2022-06-16 15:54:13 -0500
  • 2ef5abfb72
    remove unneeded check in focusclient() Leonardo Hernández Hernández 2022-06-16 15:36:27 -0500
  • 8076b47cc6
    Merge pull request #251 from gwnichol/fixinstall Sevz 2022-06-14 15:43:09 -0500
  • 3a77f02919
    Merge pull request #247 from Humm42/xkboptions Sevz 2022-06-14 15:42:47 -0500
  • d26ddfc7fd
    kill child process in cleanup() Leonardo Hernández Hernández 2022-06-13 12:01:18 -0500
  • 671a9b450b
    Fix make install while files are in use Grant Nichol 2022-06-12 15:41:43 -0500
  • 5493e0bbf2 dwl: use a dedicated layer for input popups Silvan Jegen 2022-06-12 14:50:47 +0200
  • 583f471cfe
    add some blank lines Leonardo Hernández Hernández 2022-06-10 12:32:22 -0500
  • 8bce3b1583
    add click method configuration option Marco Siedentopf 2022-06-10 01:30:22 +0000
  • c008bf2a7d
    add $(LIBS) to $(LDLIBS) Leonardo Hernández Hernández 2022-06-10 12:08:36 -0500
  • c990dbd441 fix link failure with --as-needed Dima Krasner 2022-06-10 19:26:45 +0300
  • a32db11f16
    set client bounds at resize Leonardo Hernández Hernández 2022-06-09 12:45:42 -0500
  • 948fdcf709
    use xdg-shell v4 Leonardo Hernández Hernández 2022-06-09 12:45:02 -0500
  • 4b890336e2
    use xdg-shell v3 Leonardo Hernández Hernández 2022-06-07 00:55:41 -0500
  • c7007b4811
    chase wlroots scene-tree changes Leonardo Hernández Hernández 2022-06-07 00:31:58 -0500
  • d969289baf
    use LDFLAGS to build dwl target Leonardo Hernández Hernández 2022-06-06 23:31:35 -0500
  • 50b6630f3d
    do not generate *-protocol.{c,o} Leonardo Hernández Hernández 2022-05-30 16:23:14 -0500
  • 14641560b0
    include xcb only when building with xwayland support Leonardo Hernández Hernández 2022-05-30 16:18:31 -0500
  • 7b42232ad1
    convert makefile to be more portable KawaiiAmber 2022-05-25 16:04:19 -0600
  • a5a0674f6a
    improve client_from_wlr_surface() Leonardo Hernández Hernández 2022-06-06 22:50:50 -0500
  • f342b7d412 Merge branch 'main' into input-protocols-v2-before-merge Silvan Jegen 2022-06-06 13:10:12 +0200
  • 4dfa45659a
    fix compiler error with gcc complaining about parentheses Leonardo Hernández Hernández 2022-06-05 16:55:57 -0500
  • b91017e713
    disable scene node at unmaplayersurface() Leonardo Hernández Hernández 2022-06-05 15:27:40 -0500
  • 70da04a714 initialize xkb_rules.options to a null pointer Lennart Jablonka 2022-06-03 01:15:06 +0200