about summary refs log tree commit diff
path: root/scripts/notify-send.scpt (unfollow)
Commit message (Expand)Author
2025-05-08Add a testimonialJune McEnroe
2025-02-05Add NetBSD support to configurepara
2024-05-24Expand explanations of Chat CommandsJune McEnroe
2024-05-22Clean up the INTERFACE sectionJune McEnroe
2024-05-22Clean up the CertFP and self-signed sectionsJune McEnroe
2024-05-22Rewrite much of the options section of the manualJune McEnroe
2024-05-22Make the = between options and values optionalJune McEnroe
2024-05-22Remove use of sysexits.hJune McEnroe
2024-05-22PronounsJune McEnroe
2024-05-22Remove donation link, fix FILES width on terminalJune McEnroe
2024-05-22Add example reconnect scriptJune McEnroe
2024-05-22Remove scripts related to chroot for sshJune McEnroe
2024-03-21Fix style character handling bug 2.2apara
2024-01-29Be specific about which file is at an unexpected endJune McEnroe
2023-10-11Document /o as alias of /openJune McEnroe
2023-10-11Remove kiosk modeJune McEnroe
2023-07-09Move sandman to top-level, add --enable-sandman 2.2June McEnroe
2023-07-07Fix README files listJune McEnroe
2023-07-07Revert "Work-in-progress showing prefixes"June McEnroe
2023-07-07Work-in-progress showing prefixesJune McEnroe
2023-02-05Fix what went wrong, part 3June McEnroe
2023-02-05Fix what went wrong, part 2June McEnroe
2023-02-05Fix what went wrong, part 1June McEnroe
2023-02-03Flatten cache structsJune McEnroe
2022-09-23Handle missing LIST reply topic parameterJune McEnroe
2022-09-18Make IRC Suite author consistentJune McEnroe
2022-09-11Remove WHO reply handlersJune McEnroe
2022-09-11Generate /ops from cacheJune McEnroe
2022-09-11Set pointer to Entry in CursorJune McEnroe
2022-08-17Use tparm, not tiparmJune McEnroe
2022-08-06Don't use cached color to route away replyJune McEnroe
2022-08-02Track prefix bitsJune McEnroe
2022-07-31Move cache color to an Entry structJune McEnroe
2022-07-30Only set cache color if not DefaultJune McEnroe
2022-07-30Rename cache{Prefix,Substr} to cache{Complete,Search}June McEnroe
2022-07-30Switch to cache interfacesJune McEnroe
2022-07-30"Rename" complete to cache, refactor interfacesJune McEnroe
2022-07-30Show STATUSMSG prefixJune McEnroe
2022-07-30Refactor colorMentions to be seprintf-likeJune McEnroe
2022-07-30Update copyrights, authorsJune McEnroe
2022-07-30Remove EditModeJune McEnroe
2022-07-28Use tiparm on to_status_lineJune McEnroe
2022-06-26Only show old topic if something was removedJune McEnroe
2022-06-24Use two lines to show topic diffsJune McEnroe
2022-05-29Allow setting fallback nicks and highlight on anyJune McEnroe
2022-05-29Document visibility of unknown repliesJune McEnroe
2022-05-29Put unknown numerics in parenthesesJune McEnroe
2022-05-08Route unknown channel replies to channelsJune McEnroe
2022-05-08Show "You arrive" message only onceJune McEnroe
2022-05-08Write unknown replies to Network with Ice heatJune McEnroe
buffer before running commandJune McEnroe Otherwise a command that switches windows will update the status line while the edit buffer still has input "pending", showing an indicator. 2022-02-20Show indicator in status when window has pending inputJune McEnroe 2022-02-20Use separate edit buffers for each IDJune McEnroe 2022-02-20Make sure new cap is actually larger than new lengthJune McEnroe 2022-02-20Remove unused mbs.len field from struct EditJune McEnroe 2022-02-19Remove unneeded includes in ui.cJune McEnroe 2022-02-19Reimplement tab completeJune McEnroe 2022-02-19Handle errors from editFn, etc.June McEnroe 2022-02-19Reimplement text macrosJune McEnroe 2022-02-19Factor out input handling to input.cJune McEnroe 2022-02-19Factor out window management to window.cJune McEnroe 2022-02-19Enable -Wmissing-prototypesJune McEnroe In other words, warn when a function is missing static. I don't see why this isn't in -Wextra. 2022-02-19Fix edit.[ch] license notice additional permissionsJune McEnroe 2022-02-19Run line editing testsJune McEnroe I know, it feels wrong. 2022-02-18Implement new line editing "library"June McEnroe Losing tab complete and text macros, for now. This new implementation works on an instance of a struct and does not interact with the rest of catgirl, making it possible to copy into another project. Unlike existing line editing libraries, this one is entirely abstract and can be rendered externally. My goal with this library is to be able to implement vi mode. Since it operates on struct instances rather than globals, it might also be possible to give catgirl separate line editing buffers for each window, which would be a nice UX improvement. 2022-02-18Simplify cursor positioning in inputJune McEnroe Do some extra work by adding the portion before the cursor to the input window twice, but simplify the interaction with the split point. This fixes the awkward behaviour when moving the cursor across colour codes where the code would be partially interpreted up to the cursor. 2022-02-18Fix M-f orderingJune McEnroe 2022-02-12Move sandman build to scripts/MakefileJune McEnroe 2022-02-12Use compat_readpassphrase.c on LinuxJune McEnroe 2022-02-12Copy RPP defines from oconfigureJune McEnroe