Skip to content

Releases: doubleyewdee/condo

v0.02a

19 Dec 11:18
Compare
Choose a tag to compare

Changes:

  • c02c816 right-click paste in the laziest possible way

This list of changes was auto generated.

v0.02

19 Dec 10:51
Compare
Choose a tag to compare

Changes:

  • d96e91a get very basic text copying to work
  • 1254bd7 start refactoring / cleanup work for text selection
  • 0f59284 Copy release bits without the directory hierarchy
  • 2f8931c ... try again to get task to coipy files I guess
  • c2a85ba Use CopyFiles task correcty
  • a27090c Try changing directory where release bits are copied from.
  • bb7aeae Update azure-pipelines.yml for Azure Pipelines

This list of changes was auto generated.

v0.01a

19 Dec 06:43
Compare
Choose a tag to compare

Changes:

  • f2f07bd add the very good icon
  • 9b9775c convert png to the ancient and crufty .ico 'standard'
  • 6934d5a Would be nice to preserve build artifacts
  • ce2c036 Run netcore tests
  • a82518e Cool Azure Pipelines status
  • 97ac51a Set up CI with Azure Pipelines
  • 978c4ff Make window resizing actually work (#11)
  • b49626d Larger read buffer size (#10)
  • 8eb3216 Icon for Condo. (#8)
  • f3c98ff get cursor blinking with probably too much effort.
See more
  • 1282488 get basic rendering (sans blinky cursor) working
  • 088920f make window resize dynamically on font size changes
  • e3dcbed Merge branch 'master' of https://github.com/doubleyewdee/condo
  • b029330 it's easier to see the underlining if it's not right above the inverse.
  • 3f8d3a5 add font resizing with ctrl+mousewheel
  • d946ae0 set auto crlf.
  • 9c4ec81 fix cursor blink not happening for 0x0 characters when it should.
  • 4e196c0 remove no longer necessary note about wonky color stuff
  • 1beb445 move all color/underline/whatever rendering into the WPF side to make palette swaps less wonky
  • efedb03 Update palette, fix cell drawing (#7)
  • 74fed9a minor optimizations
  • 3c3c311 don't need a stopwatch for redraw
  • 5325d4a reduce the amount of redraw by only redrawing changed cells
  • 4b4bf39 Make BrushCache use an LRU (#6)
  • c3cec4a Decreased SolidBrush creation/destruction (#4)
  • 72c04ae prevent scrollviewer from stealing keyboard focus
  • 4a5bf59 parse xterm color index values, remove a broken bold handler that was all lies
  • 1c23787 color parsing tests (already covered but still)
  • 4b17588 fix erase commands to respect SGR values (fixes weird buffer corruption from vim)
  • 9d10e5e get colors working, simplify SGR quite a lot.
  • 7c34a5f sort of vaguely have bold working(!)
  • 38e145e Merge branch 'master' into basic_colors_maybe
  • 5286219 add a check for OS build version (#3)
  • 722cf4a plumb through initial color settings without parsing colors
  • 83d602c SGR work-in-progress, add xterm palette and start the wrapping work
  • 7ef6432 add basic cursor movement commands
  • 5c2f707 improve memory usage, make debugging a little easier/friendlier
  • 09dfd05 manual solution surgery is what everyone loves right?
  • 40f182d fix my foolish misunderstanding of ST being \0 and not
  • 7397d78 actually send keycodes for arrow/function/etc keys
  • 2b70797 scroll down on keypress, terminate OS commands on any 'non-printable' character.
  • 0dd2b39 fix rapid output not scrolling correctly, errata around IScrollInfo
  • ba5abcf prefer32bit should be off for all configs
  • 0a49254 make scrollbar actually update as we add lines, use physical scrolling
  • 6ec4f9c make the buffer scrollable
  • fc90989 add a way to render the buffer from a given line, add a lazy handler to close the app after program exit.
  • 1162c9f deal with peculiar wrapping behavior when emitting characters in the last column
  • 684f1be actually catch process exits and allow them to be raised.
  • 0929be7 Merge remote-tracking branch 'github/master'
  • 3a4b70e Merge branch 'master' of https://dev.azure.com/doubleyewdee/wincon/_git/wincon
  • 47123fc Initial commit
  • 90e9a7c clean up a few things so I can slap this on github I guess
  • ce7cdae let's do bash instead. need to disable 32-bit pref to enable WSL to start.
  • bf24d5b let's do bash instead. need to disable 32-bit pref to enable WSL to start.
  • 88f1ae8 fix ECH to not move cursor, log output for a bit to help me reverse engineer some stuff
  • 3ba087e add commands for character erasing/cursor movement
  • 1c5900c add ECH, update EID for EIL also
  • 95839d7 add controls for cursor show/blink
  • f042295 refactor commands around to be in a separate ns
  • 5dc249a at least make the mouse pointer look right even if we can't select text.
  • 0a04214 blinking cursor, hooking lower level rendering, go me.
  • a29cdfd just use a circular buffer since it was easy to find on github<3
  • 560e684 move to lower level renderer (no more textbox)
  • 1e74379 throw in an editorconfig
  • 183a2b9 send input woooo
  • 996e64f hey I can send 'return' commands now that's cool I guess.
  • e7822e3 I can eat all the CSIs now!
  • 91808e2 yay we can set the window title from a command. clean up some leaky exceptions on close too.
  • 9b8af82 start fleshing out the parser, add some unit tests for sanity
  • e40e759 whee more control characters
  • 9d59e9c shuffling some stuff around, added a very in-depth doc on xterm parsing
  • 4e84e82 start very basic work on actually parsing
  • 4315430 get wpf app vaguely working again, back to delaying on writing escape sequence parser
  • baea9c1 rename folders
  • 562dbc1 movin' back to WPF app for now
  • fe9f097 more wip changes
  • 11dd8d4 sort of vaguely working uwp except it freezes up pretty fast wheee
  • ef05c6a more uwp mucking
  • 0e99eb8 convert to netstd 2.0
  • 3095638 tiny edit
  • 6323f09 undo vs default name foolery
  • 8237b4a blank uwp app
  • c31578d move wpf app out of the way
  • 142b9d6 missed one
  • d40a438 WIP commit to prepare for moving, probably fixed some stuff!
  • ab4d472 found a cool site, futzed with logging
  • 8d1a95c futzed with task exceptions (still hosed), lines can now have characters set at specific positions, still avoiding the actual sequence parsing
  • 673bd3e light refactoring, vaguely getting a sense of what a buffer would actually look like
  • 3f44827 I made a whole ton of changes and didn't commit them atomically like a smart person. was probably drinking beer. anyway some skeletal stuff works now.
  • 2d0a195 UI vaguely half-ass works
  • 59b5306 add goofball wpf app, move some code
  • 56f21d7 prototype pty wrapper that maybe works?
  • 45222be dummy code mostly

This list of changes was auto generated.