summary refs log tree commit diff
Commit message (Expand)AuthorAge
...
| * Add MASSEDUCTIONJune McEnroe2018-04-03
| * Add Luciferian Towers trackJune McEnroe2018-04-03
| * Indicate all Tiny Desk ConcertsJune McEnroe2018-04-03
| * Add FloristJune McEnroe2018-04-03
| * Add CHVRCHES tiny desk concertJune McEnroe2018-04-03
| * Add AuroraJune McEnroe2018-04-03
| * Add AtmosphereJune McEnroe2018-04-03
| * Add Born SlippyJune McEnroe2018-04-03
| * Add I Can Tell You About PainJune McEnroe2018-04-03
| * Reverse new music orderJune McEnroe2018-04-03
| * Add FAUVE, CocoRosieJune McEnroe2018-04-03
| * Add House of LeavesJune McEnroe2018-04-03
| * Add ChromaticsJune McEnroe2018-04-03
| * Add those new Arcade Fire singlesJune McEnroe2018-04-03
| * Add SermonJune McEnroe2018-04-03
| * Add Pools of LightJune McEnroe2018-04-03
| * Add SteroidsJune McEnroe2018-04-03
| * Add A Common TruthJune McEnroe2018-04-03
| * Add new Colin Stetson albumJune McEnroe2018-04-03
| * Add ForgetJune McEnroe2018-04-03
| * Add ArcaJune McEnroe2018-04-03
| * Add new DMST and Joni VoidJune McEnroe2018-04-03
| * Add The Body LoversJune McEnroe2018-04-03
| * Add some albums from recentlyJune McEnroe2018-04-03
| * Add Saltland Light of MercyJune McEnroe2018-04-03
| * Add Jessica Moss GlaciersJune McEnroe2018-04-03
| * Add BNNY RBBTJune McEnroe2018-04-03
| * Add DepthsJune McEnroe2018-04-03
| * Add new Saltland previewJune McEnroe2018-04-03
| * Add BenjiJune McEnroe2018-04-03
| * Add Mouth MoodsJune McEnroe2018-04-03
| * Add Those Who Walk AwayJune McEnroe2018-04-03
| * Add Some TunesJune McEnroe2018-04-03
| * Add Pas pire popJune McEnroe2018-04-03
| * Add I Give You PowerJune McEnroe2018-04-03
| * Add Jenny GoGoJune McEnroe2018-04-03
| * Add KKB Fish BowlJune McEnroe2018-04-03
| * Add new Avec le soleil album previewJune McEnroe2018-04-03
| * Add Julien Baker as recent new musicJune McEnroe2018-04-03
| * Add recent new musicJune McEnroe2018-04-03
| * Add new music logJune McEnroe2018-04-03
| * ALIENCD46: Separate back cover inscriptionsJune McEnroe2018-04-03
| * Add Molasses — Trouble at Jinx HotelJune McEnroe2018-04-03
| * NothingJune McEnroe2017-01-13
* Only ignore at top levelJune McEnroe2018-04-03
* Ignore c and txtJune McEnroe2018-04-03
* Move home bins to ~/.local/binJune McEnroe2018-04-03
* Highlight Special as NormalJune McEnroe2018-04-02
* Use size_t for iterating in schemeJune McEnroe2018-04-02
* Modulo H and saturate S, V in schemeJune McEnroe2018-04-02
022-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