index
:
RadTerminal
embeddable
master
A terminal emulator using libtsm for modern Windows
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
RadTerminal.cpp
Age
Commit message (
Expand
)
Author
2022-04-07
Disabled reading propreties from the registry. Added flag to supress DPI cal...
Jeffrey Armstrong
2021-10-07
Terminal now issues focus notifications to parent window when built as a DLL
Jeffrey Armstrong
2021-10-05
Fixed handling of blank commands
Jeffrey Armstrong
2021-10-04
Added ability to specify a working directory on opening a terminal. Released...
Jeffrey Armstrong
2021-10-01
Added some improved embedded terminal creation routines. Added messages to c...
Jeffrey Armstrong
2021-09-30
Initial work to allow building a DLL for embedding
Jeffrey Armstrong
2021-07-07
Fix for dpi change
RadAd
2021-07-07
Added support for per monitor dpi
RadAd
2021-07-06
Update to latest VS2019
RadAd
2019-07-18
Fix up ctrl+c copy
RadAd
2019-07-18
Added some commands
RadAd
2019-07-17
Fix up some keyboard handling
RadAd
2019-07-16
Close frame on last child window close
RadAd
2019-07-16
Support multiple profiles
RadAd
2019-07-15
Use registry setting for MDI mode
RadAd
2019-07-15
Support for multiple profiles
RadAd
2019-07-15
Enable dark mode
RadAd
2019-07-15
Fix for WM_MOUSEACTIVATE with MDI child windows
RadAd
2019-07-12
Added an icon
RadAd
2019-07-12
Do pipe reading in a thread
RadAd
2019-07-11
Create MDI version
RadAd
2019-07-09
Watch for process exit in a thread
RadAd
2019-05-27
Create tsm_vte_paste
RadAd
2019-05-27
Support drop files
RadAd
2019-05-27
Get defaults form registry
RadAd
2019-05-27
ansi fixes
RadAd
2019-05-27
Support scrollbar
RadAd
2019-05-27
Dont scrollback in alternate mode
RadAd
2019-05-27
Added scrollback support
RadAd
2019-05-24
Implement paste from clipboard
RadAd
2019-05-24
Use Enter/Escape when selecting
RadAd
2019-05-24
Trim space from the end of lines when copying to clipboard
RadAd
2019-05-24
Support mouse selection and copy text
RadAd
2019-05-24
better unicode drawing
RadAd
2019-05-24
support italic and underline fonts
RadAd
2019-05-24
Better handling of ctrl,alt,etc.
RadAd
2019-05-24
Initial version
RadAd