{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":34283227,"defaultBranch":"master","name":"hudkit","ownerLogin":"anko","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2015-04-20T20:01:13.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/5231746?v=4","public":true,"private":false,"isOrgOwned":false},"refInfo":{"name":"","listCacheKey":"v0:1684421801.3003101","currentOid":""},"activityList":{"items":[{"before":"024bfb6fd25a6ac91c6d9ba67a551d6ffca633ff","after":"1d3544943dc4e672c673adcd8eb135f18c587b23","ref":"refs/heads/master","pushedAt":"2024-05-30T02:22:13.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"anko","name":"Antti Korpi","path":"/anko","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5231746?s=80&v=4"},"commit":{"message":"Readme: Mention Wayland kind-of functions\n\nSupport is intended; see #20.","shortMessageHtmlLink":"Readme: Mention Wayland kind-of functions"}},{"before":"98aef4993be8e76e7aa697e54841034f70a0c35f","after":"024bfb6fd25a6ac91c6d9ba67a551d6ffca633ff","ref":"refs/heads/master","pushedAt":"2024-04-15T15:18:19.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"anko","name":"Antti Korpi","path":"/anko","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5231746?s=80&v=4"},"commit":{"message":"Reposition window after window show, just in case\n\nThe GTK documentation on `gtk_window_move` [1] state this:\n\n> Asks the window manager to move window to the given position. Window\n> managers are free to ignore this; most window managers ignore requests\n> for initial window positions (instead using a user-defined placement\n> algorithm) and honor requests after the window has already been shown.\n\nThat may be what causes the overlay to the positioned wrong in #18 and\nhttps://github.com/anko/hudkit/issues/20#issuecomment-2051784724. In any\ncase, it should do no harm to make sure.\n\n[1]: https://docs.gtk.org/gtk3/method.Window.move.html","shortMessageHtmlLink":"Reposition window after window show, just in case"}},{"before":"81db1f62e3ae84fad2b934c41c6c1656f8a93943","after":"98aef4993be8e76e7aa697e54841034f70a0c35f","ref":"refs/heads/master","pushedAt":"2024-03-04T19:00:12.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"anko","name":"Antti Korpi","path":"/anko","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5231746?s=80&v=4"},"commit":{"message":"Update readme, let example/run.sh take options","shortMessageHtmlLink":"Update readme, let example/run.sh take options"}},{"before":"108c2ac377a03cab744823c69b4b73ee67952575","after":"81db1f62e3ae84fad2b934c41c6c1656f8a93943","ref":"refs/heads/master","pushedAt":"2024-03-04T18:47:47.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"anko","name":"Antti Korpi","path":"/anko","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5231746?s=80&v=4"},"commit":{"message":"Allow setClickableAreas to take weird objects\n\nThat is, objects that are not proper objects as WebKit's JSCValue can\nunderstand them.","shortMessageHtmlLink":"Allow setClickableAreas to take weird objects"}},{"before":"20002aebf7753c3797700f8c4f65c005d89589f5","after":"108c2ac377a03cab744823c69b4b73ee67952575","ref":"refs/heads/master","pushedAt":"2024-03-04T18:38:41.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"anko","name":"Antti Korpi","path":"/anko","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5231746?s=80&v=4"},"commit":{"message":"Update Github Actions checkout script version","shortMessageHtmlLink":"Update Github Actions checkout script version"}},{"before":"ff161be4197b6d8c9e16fef42cac6a38213ac41d","after":"20002aebf7753c3797700f8c4f65c005d89589f5","ref":"refs/heads/master","pushedAt":"2024-03-04T18:28:21.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"anko","name":"Antti Korpi","path":"/anko","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5231746?s=80&v=4"},"commit":{"message":"Update example page to show more diagnostics\n\nAlso the magic square to test `setClickableAreas`","shortMessageHtmlLink":"Update example page to show more diagnostics"}},{"before":"5554dccf541e2dc680934916a464e0e75a0084ed","after":"ff161be4197b6d8c9e16fef42cac6a38213ac41d","ref":"refs/heads/master","pushedAt":"2024-03-04T17:15:26.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"anko","name":"Antti Korpi","path":"/anko","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5231746?s=80&v=4"},"commit":{"message":"Update deprecated form of JavaScript evaluation\n\nThis should be the exactly equivalent more current way of doing this.","shortMessageHtmlLink":"Update deprecated form of JavaScript evaluation"}},{"before":"5554dccf541e2dc680934916a464e0e75a0084ed","after":null,"ref":"refs/heads/apt-get-update-in-ci","pushedAt":"2023-05-18T14:56:41.300Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"anko","name":"Antti Korpi","path":"/anko","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5231746?s=80&v=4"}},{"before":"b2d6123ce3594d49923ecfc3c58115ebc4a8c219","after":"5554dccf541e2dc680934916a464e0e75a0084ed","ref":"refs/heads/master","pushedAt":"2023-05-18T14:26:41.294Z","pushType":"push","commitsCount":2,"pusher":{"login":"anko","name":"Antti Korpi","path":"/anko","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5231746?s=80&v=4"},"commit":{"message":"Chore: In CI, use checkout action v3\n\nv2 uses Node.js 12 and is deprecated in favour of v3 which uses Node.js\n16;\nhttps://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/","shortMessageHtmlLink":"Chore: In CI, use checkout action v3"}},{"before":"f2278a6217eaa9dae1222e071c29d1fd3dbf3bf6","after":"5554dccf541e2dc680934916a464e0e75a0084ed","ref":"refs/heads/apt-get-update-in-ci","pushedAt":"2023-05-18T14:20:27.536Z","pushType":"push","commitsCount":1,"pusher":{"login":"anko","name":"Antti Korpi","path":"/anko","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5231746?s=80&v=4"},"commit":{"message":"Chore: In CI, use checkout action v3\n\nv2 uses Node.js 12 and is deprecated in favour of v3 which uses Node.js\n16;\nhttps://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/","shortMessageHtmlLink":"Chore: In CI, use checkout action v3"}},{"before":null,"after":"f2278a6217eaa9dae1222e071c29d1fd3dbf3bf6","ref":"refs/heads/apt-get-update-in-ci","pushedAt":"2023-05-18T14:14:24.702Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"anko","name":"Antti Korpi","path":"/anko","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5231746?s=80&v=4"},"commit":{"message":"Chore: In CI, Update APT sources before install\n\nThat might be the issue behind the download errors for the \"install\nbuild dependencies\" step:\nhttps://github.com/anko/hudkit/actions/runs/4996762457/jobs/8950339663#step:3:200","shortMessageHtmlLink":"Chore: In CI, Update APT sources before install"}}],"hasNextPage":false,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEV4uGsAA","startCursor":null,"endCursor":null}},"title":"Activity ยท anko/hudkit"}