summaryrefslogtreecommitdiffstats
path: root/popup.c
AgeCommit message (Expand)Author
2024-03-21Merge branch 'obsd-master'Thomas Adam
2024-03-21Do not notify window-layout-changed if the window is about to benicm
2023-08-15Merge branch 'obsd-master'Thomas Adam
2023-08-15Add an option menu-selected-style to configure the currently selectednicm
2023-08-08Merge branch 'obsd-master'Thomas Adam
2023-08-08Add options and flags for menu styles similar to those existing fornicm
2023-06-21Merge branch 'obsd-master'Thomas Adam
2023-06-21Check fdopen return value, from Christian Menges.nicm
2023-06-08Merge branch 'obsd-master'Thomas Adam
2023-06-08Fix mismatch between function prototype and definition, from Anindyanicm
2023-03-15Merge branch 'obsd-master'Thomas Adam
2023-03-15Do not leak screen in popups, GitHub issue 3492.nicm
2023-01-21Merge branch 'obsd-master'Thomas Adam
2023-01-20Add a flag to display-menu to select the manu item chosen first, GitHubnicm
2022-02-22Merge branch 'obsd-master' into masterThomas Adam
2022-02-22Use correct size for screen when popup is created without borders.nicm
2022-02-16Merge branch 'obsd-master' into masterThomas Adam
2022-02-16Support more mouse buttons when the terminal sends them, GitHub issuenicm
2022-02-01Merge branch 'obsd-master' into masterThomas Adam
2022-02-01A menu must be shown on a client, so always give the client when addingnicm
2022-01-17Merge branch 'obsd-master' into masterThomas Adam
2022-01-17Do not try to strdup NULL, from seL4 at disroot dot org in GitHub issuenicm
2021-10-25Merge branch 'obsd-master' into masterThomas Adam
2021-10-25Add -s and -S to display-popup to set popup and border style, fromnicm
2021-10-25Instead of setting the popup default colours in the draw callback, setnicm
2021-10-20Merge branch 'obsd-master' into masterThomas Adam
2021-10-20Remove a TODO comment.nicm
2021-10-14Merge branch 'obsd-master' into masterThomas Adam
2021-10-14Add popup-border-lines option to set popup line style, from Alexisnicm
2021-10-13Merge branch 'obsd-master' into masterThomas Adam
2021-10-13Add popup-style and popup-border-style options, from Alexis Hildebrandtnicm
2021-10-11Merge branch 'obsd-master' into masterThomas Adam
2021-10-11Make positions hidden by overlays range-based rather than character-based,nicm
2021-10-11Merge branch 'obsd-master' into masterThomas Adam
2021-10-11Add -e flag to set environment for popup, from Alexis Hildebrandt innicm
2021-08-17Revert previous; this is not how it should work.nicm
2021-08-17Start sync before drawing popup.nicm
2021-08-14Merge branch 'obsd-master' into masterThomas Adam
2021-08-14Merge branch 'obsd-master' into masterThomas Adam
2021-08-13Tweak how mouse works on popup: only Meta alone resizes or moves, notnicm
2021-08-13Check callback needs to only return 0 (text should be suppressed) ifnicm
2021-08-13Fill in some other bits on new panes.nicm
2021-08-13Add menu options to convert a popup into a pane.nicm
2021-08-13Adjust overlay check callback before drawing data from pty.nicm
2021-08-13Add a menu when a popup is present (mouse only for now).nicm
2021-08-13Add -B flag to remove border from popup.nicm
2021-08-12Merge branch 'obsd-master' into masterThomas Adam
2021-08-11Break the colour palette into a struct rather than just a single arraynicm
2021-08-05Merge branch 'obsd-master' into masterThomas Adam
2021-08-05Do not freeze output in panes when a popup is open, let them continue tonicm