{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":222023386,"defaultBranch":"master","name":"gtkwave","ownerLogin":"gtkwave","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2019-11-16T00:12:08.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/57817856?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1709509760.0","currentOid":""},"activityList":{"items":[{"before":"0bc00e129123278313d3e042250cb5004cb66d09","after":"23838d736acccf7314cb84a0894c3d43cd58d34d","ref":"refs/heads/master","pushedAt":"2024-06-12T14:41:11.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"rfuest","name":"Ralf Fuest","path":"/rfuest","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/226123?s=80&v=4"},"commit":{"message":"Remove Tcl scripting support","shortMessageHtmlLink":"Remove Tcl scripting support"}},{"before":"2f78b8116c939eaaf406f472b674709f3eb6991b","after":"0bc00e129123278313d3e042250cb5004cb66d09","ref":"refs/heads/master","pushedAt":"2024-06-10T16:45:25.000Z","pushType":"pr_merge","commitsCount":10,"pusher":{"login":"rfuest","name":"Ralf Fuest","path":"/rfuest","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/226123?s=80&v=4"},"commit":{"message":"Remove unused code from search.c","shortMessageHtmlLink":"Remove unused code from search.c"}},{"before":"27f3a94aede651f232314d0fe0c86cc35308fa85","after":"2f78b8116c939eaaf406f472b674709f3eb6991b","ref":"refs/heads/master","pushedAt":"2024-06-10T14:44:28.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"rfuest","name":"Ralf Fuest","path":"/rfuest","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/226123?s=80&v=4"},"commit":{"message":"Remove stray code related to AET2 and other deprecated formats (#350)\n\n* Remove stray code related to AET2 and other deprecated formats\r\n\r\n* replace AddNodeUnroll with AddNode\r\n\r\n* Remove AddNodeUnroll\r\n\r\n---------\r\n\r\nCo-authored-by: Ralf Fuest ","shortMessageHtmlLink":"Remove stray code related to AET2 and other deprecated formats (#350)"}},{"before":"f29b66e9b3129810a0b9489b5445d32e5a9bc210","after":"27f3a94aede651f232314d0fe0c86cc35308fa85","ref":"refs/heads/master","pushedAt":"2024-06-06T01:14:04.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"rfuest","name":"Ralf Fuest","path":"/rfuest","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/226123?s=80&v=4"},"commit":{"message":"Unify fileselbox implementation across all platforms (#357)\n\n* Remove \"Custom Filter\" filter in fileselbox\r\n\r\nGiven that gtk_file_chooser_dialog has built-in search functions. It won't be necessary to add our own\r\nThis commit basically revert [r134]\r\n\r\n* Use native file chooser on linux\r\n\r\n* Add gtk_native_dialog_destroy\r\n\r\n* Add missing function checks in meson.build\r\n\r\nThese checks were missing after the project migrated foma automake to meson. Although most function checks have not yet been incorporated into meson.build, the current codebase does not depend on those HAVE_(function) macros, except for the ones this commit has added.\r\n\r\n* Use file choose native for OSX instead of gtk_file_req_bridge\r\n\r\nAlso remove unused bridge codes in cocoa_misc\r\n\r\n* Use file chooser native for windows(mingw) instead of fileselbox_old\r\n\r\n* Use file chooser native for windows(mingw) instead of fileselbox_old\r\n\r\nAlso remove fileselbox_old\r\n\r\n* Fix \"gtkwave -n [FOLDER]\" not respond even dumpfile is properly provided\r\n\r\nI didn't look into it. But since we are going to switch to GtkApplication sooner or later. Also, seems nobody uses \"gtkwave -n [FOLDER]\" for a long time given that fileselbox_old doesn't work on any platform except windows(mingw)\r\n\r\n* Update close_all_fst_files to use dump_file instead of fst_fst_c_1\r\n\r\nFollow up of 89e57e and\r\nb00899 for mingw\r\n\r\n* run clang-format on file.c\r\n\r\n* g_object_unref pFileChooseNative after destroying it\r\n\r\n\"Note that this does not release any reference to the object (as opposed to destroying a GtkWindow) because there is no reference from the windowing system to the GtkNativeDialog.\" --- gtk_native_dialog_destroy gtk doc\r\n\r\n* Removed Custom Filter in fileselbox on linux.\r\n\r\n* Tweak changelog entry\r\n\r\n---------\r\n\r\nCo-authored-by: Ralf Fuest ","shortMessageHtmlLink":"Unify fileselbox implementation across all platforms (#357)"}},{"before":"b098c49573e3bd98a84d6bb1de0ab375ec02a06c","after":"f29b66e9b3129810a0b9489b5445d32e5a9bc210","ref":"refs/heads/master","pushedAt":"2024-06-03T15:07:52.000Z","pushType":"pr_merge","commitsCount":4,"pusher":{"login":"rfuest","name":"Ralf Fuest","path":"/rfuest","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/226123?s=80&v=4"},"commit":{"message":"Remove alt_hier_delimeter support","shortMessageHtmlLink":"Remove alt_hier_delimeter support"}},{"before":"22f2229edb0a66ad08949a734f67f7dcc50ceedd","after":"b098c49573e3bd98a84d6bb1de0ab375ec02a06c","ref":"refs/heads/master","pushedAt":"2024-06-03T14:52:49.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"rfuest","name":"Ralf Fuest","path":"/rfuest","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/226123?s=80&v=4"},"commit":{"message":"Add more documentation for the macOS installation (#355)\n\n* Added source code compilation guide for macos\r\n\r\n* Add xcode command line tools installation guide\r\n\r\n* Remove -Dintrospection=false\r\n\r\nUndisable GObject Introspection\r\n\r\n* Add GitHub link\r\n\r\n* Fix naming\r\n\r\n---------\r\n\r\nCo-authored-by: Ralf Fuest ","shortMessageHtmlLink":"Add more documentation for the macOS installation (#355)"}},{"before":"1cb28c24033f6f950ecdd03526a0b400ba540ca7","after":"22f2229edb0a66ad08949a734f67f7dcc50ceedd","ref":"refs/heads/master","pushedAt":"2024-06-03T14:26:23.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"rfuest","name":"Ralf Fuest","path":"/rfuest","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/226123?s=80&v=4"},"commit":{"message":"Fix Windows Build Issues (#354)\n\n* Remove unnecessary windows header includes\r\n\r\nThose headers are included in globals.h\r\n\r\n* Undefine \"interface\" for windows(mingw) platform\r\n\r\nwindows header \"combaseapi.h\" defines `interface` as `struct`. Which mess up `Gdkpixbuf * interface` in `pixmaps.h` and others.\r\n\r\n* Fix compiling errors for windows(mingw)\r\n\r\n* Try inttypes.h in lxt2 and vzt library\r\n\r\nMsvc supports %lld and int64_t after VS2015. So __int64 won't be necessary\r\n\r\n* close_all_fst_files use dump_file instead of fst_fst_c_1\r\n\r\nRefer to 89e57e and b00899\r\n\r\n* Fix compiling errors in tcl_np for windows(mingw)\r\n\r\n* Use glib types in libgtkwave\r\n\r\nGTKWave and libgtkwave use the integer types that are provided by GLib instead of the stdint.h ones\r\n\r\nCo-authored-by: Ralf Fuest \r\n\r\n---------\r\n\r\nCo-authored-by: Ralf Fuest ","shortMessageHtmlLink":"Fix Windows Build Issues (#354)"}},{"before":"30514f31198504f7de68146aa9ac736f3f3894a6","after":"1cb28c24033f6f950ecdd03526a0b400ba540ca7","ref":"refs/heads/master","pushedAt":"2024-06-02T14:07:30.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"rfuest","name":"Ralf Fuest","path":"/rfuest","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/226123?s=80&v=4"},"commit":{"message":"Skip additional [LF] when reading dos format file using fgetmalloc (#353)\n\n\"AB[CR][Lf]CD\" should break to \"AB\" and \"CD\" not \"AB\" and \"[LF]CD\". The later one will mess up many function including `read_save_helper`\r\nContinue must be added or leading [LF](or [CR]) will be appended to the start of `line`","shortMessageHtmlLink":"Skip additional [LF] when reading dos format file using fgetmalloc (#353"}},{"before":"03cbc32d62316b9df0da4b24c269506fbdbf05e7","after":"30514f31198504f7de68146aa9ac736f3f3894a6","ref":"refs/heads/master","pushedAt":"2024-06-01T18:13:08.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"rfuest","name":"Ralf Fuest","path":"/rfuest","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/226123?s=80&v=4"},"commit":{"message":"Fix gw-enums.h build dependency in libgtkwave","shortMessageHtmlLink":"Fix gw-enums.h build dependency in libgtkwave"}},{"before":"325d556022f75a85461c5f11736e93326c2fcff2","after":"03cbc32d62316b9df0da4b24c269506fbdbf05e7","ref":"refs/heads/master","pushedAt":"2024-05-31T14:23:42.000Z","pushType":"pr_merge","commitsCount":106,"pusher":{"login":"rfuest","name":"Ralf Fuest","path":"/rfuest","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/226123?s=80&v=4"},"commit":{"message":"Apply FST escaping fixes from LTS version","shortMessageHtmlLink":"Apply FST escaping fixes from LTS version"}},{"before":"2072f1859bef073c6377ea20b826396082464acb","after":"325d556022f75a85461c5f11736e93326c2fcff2","ref":"refs/heads/master","pushedAt":"2024-05-29T01:52:57.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"rfuest","name":"Ralf Fuest","path":"/rfuest","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/226123?s=80&v=4"},"commit":{"message":"Add GitHub action to build the documentation (#349)\n\n* [docs] Add githubpages extensions to docs/conf.py\r\n\r\nThis extension creates .nojekyll file on generated HTML directory to\r\npublish the document on GitHub Pages.\r\n\r\n* Add Github Action 'build and deploy docs'\r\n\r\n* Minor reformat\r\n\r\nCo-authored-by: Ralf Fuest \r\n\r\n* Tighten permissions granted to the GITHUB_TOKEN\r\n\r\n---------\r\n\r\nCo-authored-by: Ralf Fuest ","shortMessageHtmlLink":"Add GitHub action to build the documentation (#349)"}},{"before":"e791e5619e37791f7b6a0e45e5f7c6113abf7081","after":"47e4a02140a0b5f6d7ce9b7d9866edbb935ccf82","ref":"refs/heads/lts","pushedAt":"2024-05-28T21:49:20.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"tbybell","name":null,"path":"/tbybell","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/146689337?s=80&v=4"},"commit":{"message":"Remove escape check on coalesce\tin FST loader.","shortMessageHtmlLink":"Remove escape check on coalesce\tin FST loader."}},{"before":"817df3f64805ba116f54f25c9688ae26a3be2d2b","after":"e791e5619e37791f7b6a0e45e5f7c6113abf7081","ref":"refs/heads/lts","pushedAt":"2024-05-21T03:11:49.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"tbybell","name":null,"path":"/tbybell","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/146689337?s=80&v=4"},"commit":{"message":"Add escape handling state machine for vars in FST loader.","shortMessageHtmlLink":"Add escape handling state machine for vars in FST loader."}},{"before":"2e22e52c308a514deb5690c4ed9a72ca86401101","after":"2072f1859bef073c6377ea20b826396082464acb","ref":"refs/heads/master","pushedAt":"2024-05-12T02:15:16.000Z","pushType":"pr_merge","commitsCount":2,"pusher":{"login":"rfuest","name":"Ralf Fuest","path":"/rfuest","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/226123?s=80&v=4"},"commit":{"message":"Use console syntax highlighting in quickstart guide","shortMessageHtmlLink":"Use console syntax highlighting in quickstart guide"}},{"before":"74446b7e07330bf7c73460c77bcaf50c94b7a2ea","after":"2e22e52c308a514deb5690c4ed9a72ca86401101","ref":"refs/heads/master","pushedAt":"2024-05-12T01:46:24.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"rfuest","name":"Ralf Fuest","path":"/rfuest","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/226123?s=80&v=4"},"commit":{"message":"Remove unused autotool files","shortMessageHtmlLink":"Remove unused autotool files"}},{"before":"253eb624d6120fb170870f5ed257f23772f82208","after":"74446b7e07330bf7c73460c77bcaf50c94b7a2ea","ref":"refs/heads/master","pushedAt":"2024-05-12T01:21:56.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"rfuest","name":"Ralf Fuest","path":"/rfuest","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/226123?s=80&v=4"},"commit":{"message":"Run 'apt-get update' in Linux CI","shortMessageHtmlLink":"Run 'apt-get update' in Linux CI"}},{"before":"90acac2924cd6e5a8cb24278998f72cd48ee7264","after":"253eb624d6120fb170870f5ed257f23772f82208","ref":"refs/heads/master","pushedAt":"2024-05-12T01:08:02.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"rfuest","name":"Ralf Fuest","path":"/rfuest","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/226123?s=80&v=4"},"commit":{"message":"Update the markdown user guide (#343)\n\n* Remove the redundant .TP in lxt2vcd.1\r\n\r\n* Replace all instances of on page XX with cross-references\r\n\r\n* Update compiling guide on linux\r\n\r\nIncluding gtkwave 4 stuff\r\n\r\n* Correct compiling guide on linux\r\n\r\nTested on fresh-installed ubuntu 24.04\r\n\r\n* Update installing guide on MAC\r\n\r\n* Update installing guide on Windows\r\n\r\n* Minor grammar fix\r\n\r\n* Update gtkwave.md\r\n\r\nRemove 'Toolbutton interface'\r\nUpdate all screenshots (expect for hierarchy-verilog and hierarchy-vhdl as I don't now how to generate them)\r\nUpdate 'Navigation Panel and Status Panel' using description from 'wave help' with some change and correction\r\nUpdate all description to more closely resemble the current ui\r\n\r\n* Revise introduction\r\n\r\n* Fix broken cross-refs\r\n\r\n* Revise quickstart\r\n\r\n* Expression tweaks in ui-gtkwave\r\n\r\n* Add image of trans-filter-process & remove redundancy about colors\r\n\r\n* Revise twinwave\r\n\r\nUse new save file name\r\nUpdate image\r\n\r\n* Revise rtlbrowse\r\n\r\nUpdate screenshots\r\nrevise the introduction\r\n\r\n* Remove accelerator keys in ui-gtkwave.md\r\n\r\nSince extras.md has introduction about them\r\n\r\n* Revise extras.md\r\n\r\nUpdate shortcut keys\r\nadd deprecation warning about Interactive VCD\r\n\r\n* Deprecation warning about lxt and vcd-recording\r\n\r\n* replace deprecation warning with new style\r\n\r\n* Remove useless screenshots\r\n\r\n* Remove deprecation warning in vcd-recoding\r\n\r\nTurns out they still exists in gtkwave4\r\n\r\nCo-authored-by: Ralf Fuest \r\n\r\n* Remove index.md and use introduction as index\r\n\r\n* Add \"install from package manager\" in install-unix_linux\r\n\r\n* Remove quickstart-debug\r\n\r\nIt doesn't contain a lot of content at the moment and it is not apparent that this refers to the\r\nRTL design and not the GTKWave source code.\r\n\r\n* Merge q-displaying and q-launching\r\n\r\nI keep the \"Displaying Waveforms\" in list of contents. For easier navigation\r\n\r\n* q-filter uses code-block with caption\r\n\r\n* Rename q-\"Sample Design\" and some minor changes\r\n\r\n* Move rtlbrowse and twinwave from ui to tools\r\n\r\n* split and flatten the hierarchy of the \"User Interface\" section\r\n\r\n* Update toctree and add a screenshots\r\n\r\n* Rename Appendix to internals\r\n\r\nand add a WIP version of FST file format\r\n\r\n* Restructure deprecation warning in format.md\r\n\r\nmove some comment about vcd from formats.md to internals/vcd-recoding since they are way tooooo long\r\n\r\n* Typo\r\n\r\n* Add new pattern-search section\r\n\r\n* Change OSX->macOS\r\n\r\n* CrossRef fix\r\n\r\n* Reorder and minor text fix in menu.md\r\n\r\n* Rename introduction to index\r\n\r\n---------\r\n\r\nCo-authored-by: Ralf Fuest ","shortMessageHtmlLink":"Update the markdown user guide (#343)"}},{"before":"cca09d4befcc7e7b56d817535bc623d7d19c9b1d","after":"90acac2924cd6e5a8cb24278998f72cd48ee7264","ref":"refs/heads/master","pushedAt":"2024-05-05T14:15:35.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"rfuest","name":"Ralf Fuest","path":"/rfuest","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/226123?s=80&v=4"},"commit":{"message":"Add missing dependency in README.md\n\nRequired by libgtkwave","shortMessageHtmlLink":"Add missing dependency in README.md"}},{"before":"23e233358492b51102cdb2f8845deca3316d0485","after":"cca09d4befcc7e7b56d817535bc623d7d19c9b1d","ref":"refs/heads/master","pushedAt":"2024-05-01T01:22:30.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"rfuest","name":"Ralf Fuest","path":"/rfuest","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/226123?s=80&v=4"},"commit":{"message":"[docs] move one hierarchy level to the left sidebar, by splitting second level sections into separated pages","shortMessageHtmlLink":"[docs] move one hierarchy level to the left sidebar, by splitting sec…"}},{"before":"833aba5d3027ccec483d71785952306eabfb2708","after":"23e233358492b51102cdb2f8845deca3316d0485","ref":"refs/heads/master","pushedAt":"2024-05-01T00:16:25.000Z","pushType":"pr_merge","commitsCount":3,"pusher":{"login":"rfuest","name":"Ralf Fuest","path":"/rfuest","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/226123?s=80&v=4"},"commit":{"message":"[CI] bump actions/upload-artifact and actions/download-artifact to v4","shortMessageHtmlLink":"[CI] bump actions/upload-artifact and actions/download-artifact to v4"}},{"before":"dbd99a8991a6d0eddd1b9c3d3f02c686c9a8c14f","after":"833aba5d3027ccec483d71785952306eabfb2708","ref":"refs/heads/master","pushedAt":"2024-04-30T14:53:36.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"rfuest","name":"Ralf Fuest","path":"/rfuest","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/226123?s=80&v=4"},"commit":{"message":"Add markdown docs","shortMessageHtmlLink":"Add markdown docs"}},{"before":"4d481d6fc84a3fd1d58809ab28ab8b221deefcc8","after":"817df3f64805ba116f54f25c9688ae26a3be2d2b","ref":"refs/heads/lts","pushedAt":"2024-04-29T15:18:16.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"tbybell","name":null,"path":"/tbybell","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/146689337?s=80&v=4"},"commit":{"message":"Fix case of missing newline at EOF for VCD loaders.","shortMessageHtmlLink":"Fix case of missing newline at EOF for VCD loaders."}},{"before":"eb5c5e014262ad76270a35fabe10f860d98fe591","after":"4d481d6fc84a3fd1d58809ab28ab8b221deefcc8","ref":"refs/heads/lts","pushedAt":"2024-04-24T16:01:21.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"tbybell","name":null,"path":"/tbybell","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/146689337?s=80&v=4"},"commit":{"message":"Fix memory leaks in ptranslate/ttranslate.","shortMessageHtmlLink":"Fix memory leaks in ptranslate/ttranslate."}},{"before":"ab54185373dd77b7f498d7bd35f5c310d2435a24","after":"dbd99a8991a6d0eddd1b9c3d3f02c686c9a8c14f","ref":"refs/heads/master","pushedAt":"2024-04-24T15:46:32.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"rfuest","name":"Ralf Fuest","path":"/rfuest","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/226123?s=80&v=4"},"commit":{"message":"Fix memory leak in filter loads","shortMessageHtmlLink":"Fix memory leak in filter loads"}},{"before":"4b1dc18a4d410b3781ca7586d1eacf4ddc43d3de","after":"eb5c5e014262ad76270a35fabe10f860d98fe591","ref":"refs/heads/lts","pushedAt":"2024-04-13T17:20:42.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"tbybell","name":null,"path":"/tbybell","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/146689337?s=80&v=4"},"commit":{"message":"Fix memory leak on name in build_hierarchy_array().","shortMessageHtmlLink":"Fix memory leak on name in build_hierarchy_array()."}},{"before":"254cf5c835ad4d638d51e4d76643a2329fb12ebc","after":"ab54185373dd77b7f498d7bd35f5c310d2435a24","ref":"refs/heads/master","pushedAt":"2024-04-12T15:55:27.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"rfuest","name":"Ralf Fuest","path":"/rfuest","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/226123?s=80&v=4"},"commit":{"message":"Redraw waveform highlight when trace selection changes","shortMessageHtmlLink":"Redraw waveform highlight when trace selection changes"}},{"before":"b4e6157c7d636c1f3dbcb9dd02ea6f0d0b00adf8","after":"254cf5c835ad4d638d51e4d76643a2329fb12ebc","ref":"refs/heads/master","pushedAt":"2024-04-03T17:49:59.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"rfuest","name":"Ralf Fuest","path":"/rfuest","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/226123?s=80&v=4"},"commit":{"message":"Fix build without GObject introspection","shortMessageHtmlLink":"Fix build without GObject introspection"}},{"before":"0394b612db0ae08bdd152ad4e03141ab4dd0434e","after":"b4e6157c7d636c1f3dbcb9dd02ea6f0d0b00adf8","ref":"refs/heads/master","pushedAt":"2024-04-03T17:44:09.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"rfuest","name":"Ralf Fuest","path":"/rfuest","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/226123?s=80&v=4"},"commit":{"message":"Update CI to use macOS 14 on M1","shortMessageHtmlLink":"Update CI to use macOS 14 on M1"}},{"before":"af51de726a9a27e92abb102a51134f4c24efad12","after":"0394b612db0ae08bdd152ad4e03141ab4dd0434e","ref":"refs/heads/master","pushedAt":"2024-04-02T15:30:09.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"rfuest","name":"Ralf Fuest","path":"/rfuest","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/226123?s=80&v=4"},"commit":{"message":"Add a basic D-Bus interface","shortMessageHtmlLink":"Add a basic D-Bus interface"}},{"before":"d486a488f9b528d78daaf48defa0ecfb30b6c0aa","after":"4b1dc18a4d410b3781ca7586d1eacf4ddc43d3de","ref":"refs/heads/lts","pushedAt":"2024-03-30T20:19:49.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"tbybell","name":null,"path":"/tbybell","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/146689337?s=80&v=4"},"commit":{"message":"add launchable tag to io.github.gtkwave.GTKWave.metainfo.xml","shortMessageHtmlLink":"add launchable tag to io.github.gtkwave.GTKWave.metainfo.xml"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEY26dWwA","startCursor":null,"endCursor":null}},"title":"Activity · gtkwave/gtkwave"}