aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-04-17Add tests for config handlingTulir Asokan
2018-04-17Update previewTulir Asokan
2018-04-17Add test file stubs to include them in coverage percentageTulir Asokan
2018-04-17Remove unnecessary InitViews() from GomuksUI interfaceTulir Asokan
2018-04-16Recover panics in ANSImage.Render()Tulir Asokan
2018-04-16Add tests for pushrule actionsTulir Asokan
2018-04-16Set initial device name to "gomuks"Tulir Asokan
2018-04-16Add coverage.html to gitignoreTulir Asokan
2018-04-16Fix another nil pointer panic in the HTML parser (ref #20)Tulir Asokan
2018-04-15Fix panic in HTML parser (#20)Tulir Asokan
2018-04-15Add tests for pushrule conditions and fix bugs found when making testsTulir Asokan
2018-04-15Refactor thingsTulir Asokan
2018-04-15Add package docsTulir Asokan
2018-04-14Merge pull request #18 from tulir/ui-refactorTulir Asokan
2018-04-14Allow clicking names to mention themTulir Asokan
2018-04-14Add docsTulir Asokan
2018-04-14Fix typo in newline strippingTulir Asokan
2018-04-14Move message parsing to parser subpackageTulir Asokan
2018-04-14Make HTML rendering more advancedTulir Asokan
2018-04-14Add basic HTML rendering (ref #16)Tulir Asokan
2018-04-13Unknown changes that possibly fix and/or break thingsTulir Asokan
2018-04-11Cache TString version of UITextMessage.MsgTextTulir Asokan
2018-04-11Allow clicking images and load images from cacheTulir Asokan
2018-04-11Rename UIString to TString, move ansimage to lib/ and switch to tcell forkTulir Asokan
2018-04-11Move notification package to lib/ and add open packageTulir Asokan
2018-04-10Add go.mod fileTulir Asokan
2018-04-10Add build status badgeTulir Asokan
2018-04-10Enable travis for codeclimate coverage reportsTulir Asokan
2018-04-10Add a simple push rule parsing testTulir Asokan
2018-04-10Move event parsing to ui/messages and add image displayingTulir Asokan
2018-04-10Convert message buffer to use custom colorable stringsTulir Asokan
2018-04-10Include error in pretty panic logTulir Asokan
2018-04-09Refactor UI to use interfaces everywhereTulir Asokan
2018-04-02GofmtTulir Asokan
2018-04-02Ignore errors in NewGomuks()Tulir Asokan
2018-04-02Improve debug output optionsTulir Asokan
2018-04-02Stop sending notifications from first syncTulir Asokan
2018-04-02Document needed go version (#17)Jan Christian Grünhage
2018-03-27Update badge URLsTulir Asokan
2018-03-26Update previewTulir Asokan
2018-03-26Don't wrap user listTulir Asokan
2018-03-26Don't send notifications for current roomTulir Asokan
2018-03-26Add sounds to notificationsTulir Asokan
2018-03-26Show notifications and highlights in room list. Fixes #8Tulir Asokan
2018-03-26Fix and/or break scroll barTulir Asokan
2018-03-25Try to receive tagsTulir Asokan
2018-03-25Move room list to custom widgetTulir Asokan
2018-03-25Refactor things and add proper wheel scroll supportTulir Asokan
2018-03-24Add mouse handler stub and keep track of focusTulir Asokan
2018-03-24Possibly speed up syncs with filtersTulir Asokan