Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | port dmenu password patch | sewn | 2024-03-17 | 1 | -3/+11 |
| | |||||
* | Don't destroy wl_data_offer twice | adnano | 2024-03-17 | 1 | -1/+0 |
| | | | | | | | | The data offer is destroyed after it is used. There is no need to destroy it again. This also fixes an issue where calling wl_data_offer_destroy with a NULL data offer would segfault. | ||||
* | Free memory associated with the menu on exit | adnano | 2024-03-02 | 1 | -20/+129 |
| | |||||
* | Rename text_len to input_len | adnano | 2024-03-02 | 1 | -3/+3 |
| | |||||
* | Revert "Simplify movewordedge" | adnano | 2024-02-27 | 1 | -6/+17 |
| | | | | This reverts commit 8bcad262a4d047140767d9467ac5526bb768a95e. | ||||
* | Simplify read_menu_items | adnano | 2024-02-27 | 1 | -7/+9 |
| | |||||
* | Move menu and rendering logic into separate files | adnano | 2024-02-27 | 1 | -0/+631 |