The following changes since commit e76b53ef23871ff81ab305822eb605baf0cc5bd3: gitk: Update Bulgarian translation (327t) (2024-12-24 11:58:09 +0100) are available in the Git repository at: https://github.com/j6t/gitk.git master for you to fetch changes up to 4a6cc6a20eeb593f1ad0f60475a9867532d7c5d5: Merge branch 'pks-meson-support' of https://github.com/pks-t/gitk (2025-02-20 10:54:37 +0100) ---------------------------------------------------------------- James J. Raden (1): gitk: make the "list references" default window width wider Johannes Schindelin (2): gitk(Windows): avoid inadvertently calling executables in the worktree gitk: fix arrow keys in input fields with Tcl/Tk >= 8.6 Johannes Sixt (2): Merge branch 'g4w-gitk' of https://github.com/dscho/gitk Merge branch 'pks-meson-support' of https://github.com/pks-t/gitk Karsten Blees (1): gitk: Unicode file name support Patrick Steinhardt (2): gitk: extract script to build executable gitk: introduce support for the Meson build system Sebastian Schuberth (1): gitk: Use an external icon file on Windows Makefile | 5 +- generate-tcl.sh | 11 +++ gitk | 213 +++++++++++++++++++++++++++++++++++++++++++++++--------- meson.build | 30 ++++++++ po/meson.build | 19 +++++ 5 files changed, 241 insertions(+), 37 deletions(-) create mode 100755 generate-tcl.sh create mode 100644 meson.build create mode 100644 po/meson.build