index
:
gomuks
master
A terminal based matrix client written in go. Modified to support uploading files (using /upload command) and greentext.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ui
/
view-main.go
Age
Commit message (
Collapse
)
Author
2018-05-02
Fix panic adding new room views from MainView.GetRoom()
Tulir Asokan
2018-04-30
Update ui AddRoom and RemoveRoom parameters
Tulir Asokan
2018-04-30
Fix room list updating when joining/leaving
Tulir Asokan
2018-04-30
Re-render UI after printing message send error
Tulir Asokan
2018-04-30
Stop showing rooms the user has left in the room list. Fixes #35
Tulir Asokan
2018-04-30
Add mouse scrolling support to room list (ref #34)
Tulir Asokan
2018-04-25
Fix People tag
Tulir Asokan
2018-04-24
Fix First(), Last(), Next() and Previous() of RoomList
Tulir Asokan
2018-04-24
Disable initial history fetch (comes with initial sync)
Tulir Asokan
2018-04-24
Everything is no longer broken
Tulir Asokan
2018-04-24
Handle tag events
Tulir Asokan
2018-04-24
Make time-based room list sorting persistent (ref #11)
Tulir Asokan
2018-04-24
Organize room list by last received message (ref #11)
Tulir Asokan
2018-04-23
Gofmt and enable a test
Tulir Asokan
2018-04-22
Add room alias autocompletion
Tulir Asokan
2018-04-21
Allow clicking on room list entries to switch room. Fixes #30
Tulir Asokan
2018-04-21
Improve tab completion system
Tulir Asokan
2018-04-18
Disconnect UI from main Gomuks struct. Fixes #21
Tulir Asokan
2018-04-18
Add support for sending Markdown messages
Tulir Asokan
2018-04-18
Create pills when tab-completing or clicking nicks
Tulir Asokan
2018-04-14
Allow clicking names to mention them
Tulir Asokan
2018-04-14
Move message parsing to parser subpackage
Tulir Asokan
2018-04-14
Add basic HTML rendering (ref #16)
Tulir Asokan
2018-04-13
Unknown changes that possibly fix and/or break things
Tulir Asokan
2018-04-11
Allow clicking images and load images from cache
Tulir Asokan
2018-04-11
Rename UIString to TString, move ansimage to lib/ and switch to tcell fork
Tulir Asokan
2018-04-11
Move notification package to lib/ and add open package
Tulir Asokan
2018-04-10
Move event parsing to ui/messages and add image displaying
Tulir Asokan
2018-04-09
Refactor UI to use interfaces everywhere
Tulir Asokan
2018-03-26
Don't send notifications for current room
Tulir Asokan
2018-03-26
Add sounds to notifications
Tulir Asokan
2018-03-26
Show notifications and highlights in room list. Fixes #8
Tulir Asokan
2018-03-26
Fix and/or break scroll bar
Tulir Asokan
2018-03-25
Move room list to custom widget
Tulir Asokan
2018-03-25
Refactor things and add proper wheel scroll support
Tulir Asokan
2018-03-24
Add mouse handler stub and keep track of focus
Tulir Asokan
2018-03-24
Possibly speed up syncs with filters
Tulir Asokan
2018-03-23
Documentation and refactoring
Tulir Asokan
2018-03-23
Fix membership event processing
Tulir Asokan
2018-03-23
gofmt and govet
Tulir Asokan
2018-03-23
Refactor PushRuleset#GetActions() and ViewMain event processing
Tulir Asokan
2018-03-22
Fix bugs and compile errors
Tulir Asokan
2018-03-22
Use display names in join/leave messages
Tulir Asokan
2018-03-22
Add support for m.emote. Fixes #6
Tulir Asokan
2018-03-22
Save history to disk. Fixes #1
Tulir Asokan
2018-03-22
Update constants and demagicify RoomView drawing
Tulir Asokan
2018-03-22
Move history mutex to rooms.Room
Tulir Asokan
2018-03-22
Use Flex as MainView base instead of Grid
Tulir Asokan
2018-03-22
Move input field to RoomView
Tulir Asokan
2018-03-21
Refactoring and godocs
Tulir Asokan
[next]