aboutsummaryrefslogtreecommitdiff
path: root/window.go
AgeCommit message (Collapse)AuthorFilesLines
2018-02-26Total redesign. Separating editor parts from UI.Petter Rodhelind1-357/+0
2018-02-26Bulk commit before redesign in another branch.Petter Rodhelind1-1/+10
2018-02-25Add alternative mouse clicks for one-btn-only laptops, fix scroll and add ↵Petter Rodhelind1-7/+21
"save buffer with a new name".
2018-02-24Bulk. Move fast and break things. Whatever.Petter Rodhelind1-1/+19
Fixed scrolling and mouse selection in regards to soft wrap and tabstop. Fixed empty buffer windir setting which will make new buffers start in correct working dir. Fixed automatic dot expansion on Open and Run. Made commands not need a prepended ! to be considered an external command.
2018-02-22first commitPetter Rodhelind1-0/+316