{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":26677418,"defaultBranch":"master","name":"vis","ownerLogin":"martanne","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2014-11-15T11:09:17.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/5736493?v=4","public":true,"private":false,"isOrgOwned":false},"refInfo":{"name":"","listCacheKey":"v0:1714597834.0","currentOid":""},"activityList":{"items":[{"before":"f8c90be69231771a058ff0083a5bf92938b4ede6","after":"5b31c5e9981531ea2b0f0d2f41b27e057f1e1521","ref":"refs/heads/gh-pages","pushedAt":"2024-05-30T12:03:06.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"Publishing from martanne/vis a7aac1044856abc4d1f133c6563fc604d7fe6295","shortMessageHtmlLink":"Publishing from martanne/vis a7aac10"}},{"before":"9bfb31fcbee028eaecce75a743f2a0bd50b5807c","after":"a7aac1044856abc4d1f133c6563fc604d7fe6295","ref":"refs/heads/master","pushedAt":"2024-05-30T12:02:50.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"rnpnr","name":"Randy Palamar","path":"/rnpnr","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/55642015?s=80&v=4"},"commit":{"message":"Fail silently when syntax has no lexer\n\nThis'll patch vis.lexers.load to return nil when the lexer could not be\nfound. Previously it would've errored out, which the load in lexer.lua\nstill will as this is used in lexers themselves.\n\nAnother possibility is to only patch set_syntax in vis.lua and the\nWIN_HIGHLIGHT handler in vis-std.lua, but as most references to\nvis.lexers.load already handle a nil return, this seems better.","shortMessageHtmlLink":"Fail silently when syntax has no lexer"}},{"before":"c35ba52c1529562168e1e0406e8f530dc8fcf921","after":"f8c90be69231771a058ff0083a5bf92938b4ede6","ref":"refs/heads/gh-pages","pushedAt":"2024-05-30T11:40:15.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"Publishing from martanne/vis 9bfb31fcbee028eaecce75a743f2a0bd50b5807c","shortMessageHtmlLink":"Publishing from martanne/vis 9bfb31f"}},{"before":"70fa1e8594be04c203179e8249a27ae648a81e71","after":"9bfb31fcbee028eaecce75a743f2a0bd50b5807c","ref":"refs/heads/master","pushedAt":"2024-05-30T11:39:52.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"rnpnr","name":"Randy Palamar","path":"/rnpnr","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/55642015?s=80&v=4"},"commit":{"message":"remove the vis->initialized member\n\nI already fixed the reason that this even existed (vis_event_emit\ngetting called at random times when the editor wasn't ready).\n\nThe option checking in main() was moved up because I noticed it\nwas in the wrong place while thinking about where to emit the INIT\nevent. There is no reason to do a bunch of useless work just to\nprint the version.","shortMessageHtmlLink":"remove the vis->initialized member"}},{"before":"d8b83da943de8de56ed2c2934ea78283e08823d4","after":"c35ba52c1529562168e1e0406e8f530dc8fcf921","ref":"refs/heads/gh-pages","pushedAt":"2024-05-27T16:01:18.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"Publishing from martanne/vis 70fa1e8594be04c203179e8249a27ae648a81e71","shortMessageHtmlLink":"Publishing from martanne/vis 70fa1e8"}},{"before":"66c7dfeec6367eac5f7b0f9eff451a0577d8eae7","after":"70fa1e8594be04c203179e8249a27ae648a81e71","ref":"refs/heads/master","pushedAt":"2024-05-27T16:01:02.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"rnpnr","name":"Randy Palamar","path":"/rnpnr","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/55642015?s=80&v=4"},"commit":{"message":"combine Win and UiWin\n\nThese are not seperate things and keeping them this way makes\ngives this convoluted mess where both Wins and UiWins must have\nlinked lists to the other Wins and UiWins in the program despite\nthe fact that neither of them can exist in isolation.\n\nThis, like my previous cleanup commits, is part of a larger goal\nof properly isolating the various subsystems in vis. Doing so is\nrequired if we ever want to be able to have a vis-server and a\nvis-client.","shortMessageHtmlLink":"combine Win and UiWin"}},{"before":"4d38c3a922818159b67bb7bede4b00fb592ee484","after":"66c7dfeec6367eac5f7b0f9eff451a0577d8eae7","ref":"refs/heads/master","pushedAt":"2024-05-24T20:52:40.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"rnpnr","name":"Randy Palamar","path":"/rnpnr","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/55642015?s=80&v=4"},"commit":{"message":"remove SyntaxSymbol redirection type\n\nThere is no reason why this isn't just a char *.","shortMessageHtmlLink":"remove SyntaxSymbol redirection type"}},{"before":"e629d491243a7660ad436751ecce1051163f9c78","after":"4d38c3a922818159b67bb7bede4b00fb592ee484","ref":"refs/heads/master","pushedAt":"2024-05-24T01:43:29.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"rnpnr","name":"Randy Palamar","path":"/rnpnr","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/55642015?s=80&v=4"},"commit":{"message":"drop cell_blank from View\n\nNo need for this to be stored in every View since its just a never\nmodified cell with a space.\n\nAlso delete the cell_unused global since all it does is provide a\n0 initialized Cell.","shortMessageHtmlLink":"drop cell_blank from View"}},{"before":"7554ecd77efc29601b7b44deca602724917ce019","after":"e629d491243a7660ad436751ecce1051163f9c78","ref":"refs/heads/master","pushedAt":"2024-05-24T01:33:36.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"rnpnr","name":"Randy Palamar","path":"/rnpnr","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/55642015?s=80&v=4"},"commit":{"message":"build: update alpine in docker build to version 3.20\n\nJust a version bump, no changes required.","shortMessageHtmlLink":"build: update alpine in docker build to version 3.20"}},{"before":"f3f06f04cdaccdbffa31e1fe85cc5e6a41ed3212","after":"d8b83da943de8de56ed2c2934ea78283e08823d4","ref":"refs/heads/gh-pages","pushedAt":"2024-05-22T03:56:10.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"Publishing from martanne/vis 7554ecd77efc29601b7b44deca602724917ce019","shortMessageHtmlLink":"Publishing from martanne/vis 7554ecd"}},{"before":"b7074021b7bfb0932b889b9560dd22df31cef818","after":"7554ecd77efc29601b7b44deca602724917ce019","ref":"refs/heads/master","pushedAt":"2024-05-22T03:55:52.000Z","pushType":"push","commitsCount":8,"pusher":{"login":"rnpnr","name":"Randy Palamar","path":"/rnpnr","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/55642015?s=80&v=4"},"commit":{"message":"remove some view pointer chasing\n\nSame as previous commit each window only has a single View. No\nneed for it to be stored elsewhere in memory.","shortMessageHtmlLink":"remove some view pointer chasing"}},{"before":"00e10a7f233bfd741dbbd73bbe2ef217b25f5a12","after":"b7074021b7bfb0932b889b9560dd22df31cef818","ref":"refs/heads/master","pushedAt":"2024-05-22T02:15:39.000Z","pushType":"push","commitsCount":222,"pusher":{"login":"rnpnr","name":"Randy Palamar","path":"/rnpnr","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/55642015?s=80&v=4"},"commit":{"message":"Merge vis-tests into test directory\n\nGoing forward all tests should be submitted here directly.","shortMessageHtmlLink":"Merge vis-tests into test directory"}},{"before":"777b11c4ebdf752fde6f134f942aa20464d9c8b5","after":"00e10a7f233bfd741dbbd73bbe2ef217b25f5a12","ref":"refs/heads/master","pushedAt":"2024-05-21T17:36:36.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"rnpnr","name":"Randy Palamar","path":"/rnpnr","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/55642015?s=80&v=4"},"commit":{"message":"fix primary cursor color display","shortMessageHtmlLink":"fix primary cursor color display"}},{"before":"e5b0351a0e5fbd093b1beaf1f8ecfbe7972677ac","after":"f3f06f04cdaccdbffa31e1fe85cc5e6a41ed3212","ref":"refs/heads/gh-pages","pushedAt":"2024-05-12T15:36:15.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"Publishing from martanne/vis 777b11c4ebdf752fde6f134f942aa20464d9c8b5","shortMessageHtmlLink":"Publishing from martanne/vis 777b11c"}},{"before":"50a7673370fa037960e9d2c3a8d6aed1bb9c39c4","after":"777b11c4ebdf752fde6f134f942aa20464d9c8b5","ref":"refs/heads/master","pushedAt":"2024-05-12T15:35:55.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"rnpnr","name":"Randy Palamar","path":"/rnpnr","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/55642015?s=80&v=4"},"commit":{"message":"enable warnings in default CFLAGS","shortMessageHtmlLink":"enable warnings in default CFLAGS"}},{"before":"b6ae2fb782ac2c47dda3b786c3e6399d2972efc6","after":"50a7673370fa037960e9d2c3a8d6aed1bb9c39c4","ref":"refs/heads/master","pushedAt":"2024-05-08T12:59:32.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"rnpnr","name":"Randy Palamar","path":"/rnpnr","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/55642015?s=80&v=4"},"commit":{"message":"drop deprecated option names","shortMessageHtmlLink":"drop deprecated option names"}},{"before":"c518d57f65c19f082ecd27b2aa50c9c3bebba00f","after":"e5b0351a0e5fbd093b1beaf1f8ecfbe7972677ac","ref":"refs/heads/gh-pages","pushedAt":"2024-05-06T15:30:00.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"Publishing from martanne/vis b6ae2fb782ac2c47dda3b786c3e6399d2972efc6","shortMessageHtmlLink":"Publishing from martanne/vis b6ae2fb"}},{"before":"a9a4f5cabb766e3dadd504df4fd9583192c22315","after":"b6ae2fb782ac2c47dda3b786c3e6399d2972efc6","ref":"refs/heads/master","pushedAt":"2024-05-06T15:29:23.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"rnpnr","name":"Randy Palamar","path":"/rnpnr","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/55642015?s=80&v=4"},"commit":{"message":"lua: filetype: properly search for lexer path\n\nfixes #1190: Missing mail.lua lexer","shortMessageHtmlLink":"lua: filetype: properly search for lexer path"}},{"before":"af4f3b3a5164677925f710a5dcb5ee27e5f7c1e8","after":"c518d57f65c19f082ecd27b2aa50c9c3bebba00f","ref":"refs/heads/gh-pages","pushedAt":"2024-05-04T02:45:06.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"Publishing from martanne/vis a9a4f5cabb766e3dadd504df4fd9583192c22315","shortMessageHtmlLink":"Publishing from martanne/vis a9a4f5c"}},{"before":"eacb3d0bb51d87f627ce58e45918f1e8398b0925","after":"a9a4f5cabb766e3dadd504df4fd9583192c22315","ref":"refs/heads/master","pushedAt":"2024-05-04T02:44:46.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"rnpnr","name":"Randy Palamar","path":"/rnpnr","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/55642015?s=80&v=4"},"commit":{"message":"lua: themes: add `STYLE_CODE`\n\nused by the following lexers: gemini, markdown and txt2tags to\nhighlight sections of code.","shortMessageHtmlLink":"lua: themes: add STYLE_CODE"}},{"before":"00588cd4ad22612426ada55ff8527cf7c9ab414b","after":"eacb3d0bb51d87f627ce58e45918f1e8398b0925","ref":"refs/heads/master","pushedAt":"2024-05-03T16:06:13.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"rnpnr","name":"Randy Palamar","path":"/rnpnr","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/55642015?s=80&v=4"},"commit":{"message":"configure: check for 'lua5.4-lpeg' too","shortMessageHtmlLink":"configure: check for 'lua5.4-lpeg' too"}},{"before":"438ee1a66ba71274b86acaa107958db28e20eed4","after":"00588cd4ad22612426ada55ff8527cf7c9ab414b","ref":"refs/heads/master","pushedAt":"2024-05-01T21:49:52.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"rnpnr","name":"Randy Palamar","path":"/rnpnr","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/55642015?s=80&v=4"},"commit":{"message":"set version to v0.9-git","shortMessageHtmlLink":"set version to v0.9-git"}},{"before":"751661d19a98628aa09aaaf7c17ce2304b7db82b","after":"af4f3b3a5164677925f710a5dcb5ee27e5f7c1e8","ref":"refs/heads/gh-pages","pushedAt":"2024-05-01T21:11:23.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"Publishing from martanne/vis 438ee1a66ba71274b86acaa107958db28e20eed4","shortMessageHtmlLink":"Publishing from martanne/vis 438ee1a"}},{"before":"de495257b7f7b663d9ee962c087511c0a41a3f00","after":"751661d19a98628aa09aaaf7c17ce2304b7db82b","ref":"refs/heads/gh-pages","pushedAt":"2024-05-01T21:10:53.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"Publishing from martanne/vis 438ee1a66ba71274b86acaa107958db28e20eed4","shortMessageHtmlLink":"Publishing from martanne/vis 438ee1a"}},{"before":"4d5bfb807bee2d914587b50d1fe17c994bcbffab","after":"438ee1a66ba71274b86acaa107958db28e20eed4","ref":"refs/heads/master","pushedAt":"2024-05-01T21:10:52.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"rnpnr","name":"Randy Palamar","path":"/rnpnr","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/55642015?s=80&v=4"},"commit":{"message":"release 0.9","shortMessageHtmlLink":"release 0.9"}},{"before":"ee2744fcea7b9b80087f18dfd2d20374b0a3ec1a","after":"de495257b7f7b663d9ee962c087511c0a41a3f00","ref":"refs/heads/gh-pages","pushedAt":"2024-05-01T01:59:16.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"Publishing from martanne/vis 4d5bfb807bee2d914587b50d1fe17c994bcbffab","shortMessageHtmlLink":"Publishing from martanne/vis 4d5bfb8"}},{"before":"675ab49ed928e4ae63363f77007ec6c99e91a51a","after":"4d5bfb807bee2d914587b50d1fe17c994bcbffab","ref":"refs/heads/master","pushedAt":"2024-05-01T01:56:50.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"rnpnr","name":"Randy Palamar","path":"/rnpnr","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/55642015?s=80&v=4"},"commit":{"message":"lua: complete-filename: use biggest possible prefix\n\nThis allows for example to complete file names in markdown images.\n\nE.g.: ![](pic will complete the file name.\n\nPreviously it would have detected the '[' as prefix.","shortMessageHtmlLink":"lua: complete-filename: use biggest possible prefix"}},{"before":"c1a987168d899b9a887616c00b44e8ba3ffa0a5e","after":"ee2744fcea7b9b80087f18dfd2d20374b0a3ec1a","ref":"refs/heads/gh-pages","pushedAt":"2024-04-30T18:57:38.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"Publishing from martanne/vis 675ab49ed928e4ae63363f77007ec6c99e91a51a","shortMessageHtmlLink":"Publishing from martanne/vis 675ab49"}},{"before":"1d37e5c8930c7542855da0a864c02ee4fd88c092","after":"675ab49ed928e4ae63363f77007ec6c99e91a51a","ref":"refs/heads/master","pushedAt":"2024-04-30T14:01:15.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"rnpnr","name":"Randy Palamar","path":"/rnpnr","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/55642015?s=80&v=4"},"commit":{"message":"lua: uncomment list of lexer specific styles in default theme","shortMessageHtmlLink":"lua: uncomment list of lexer specific styles in default theme"}},{"before":"a6aaec2d9da5e4c3a6f100427e761d51fec52c98","after":"c1a987168d899b9a887616c00b44e8ba3ffa0a5e","ref":"refs/heads/gh-pages","pushedAt":"2024-04-29T15:12:42.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"Publishing from martanne/vis 1d37e5c8930c7542855da0a864c02ee4fd88c092","shortMessageHtmlLink":"Publishing from martanne/vis 1d37e5c"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEV_bs5AA","startCursor":null,"endCursor":null}},"title":"Activity ยท martanne/vis"}