]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 7.4.995 v7.4.995
authorBram Moolenaar <Bram@vim.org>
Tue, 29 Dec 2015 17:55:46 +0000 (18:55 +0100)
committerBram Moolenaar <Bram@vim.org>
Tue, 29 Dec 2015 17:55:46 +0000 (18:55 +0100)
commit36e294c00c784b9ddd05a4fdbea2e331ab2b1ca8
tree77faf338e0f4e46d4d80c20781c6a08124b40ce7
parent4e5a31c8b3e259605f4d8543aaae68578cf9b0d7
patch 7.4.995
Problem:    gdk_pixbuf_new_from_inline() is deprecated.
Solution:   Generate auto/gui_gtk_gresources.c. (Kazunobu Kazunobu,
            closes #507)
24 files changed:
.gitignore
pixmaps/stock_vim_build_tags.png [new file with mode: 0644]
pixmaps/stock_vim_find_help.png [new file with mode: 0644]
pixmaps/stock_vim_save_all.png [new file with mode: 0644]
pixmaps/stock_vim_session_load.png [new file with mode: 0644]
pixmaps/stock_vim_session_new.png [new file with mode: 0644]
pixmaps/stock_vim_session_save.png [new file with mode: 0644]
pixmaps/stock_vim_shell.png [new file with mode: 0644]
pixmaps/stock_vim_window_maximize.png [new file with mode: 0644]
pixmaps/stock_vim_window_maximize_width.png [new file with mode: 0644]
pixmaps/stock_vim_window_minimize.png [new file with mode: 0644]
pixmaps/stock_vim_window_minimize_width.png [new file with mode: 0644]
pixmaps/stock_vim_window_split.png [new file with mode: 0644]
pixmaps/stock_vim_window_split_vertical.png [new file with mode: 0644]
src/Makefile
src/auto/configure
src/config.h.in
src/config.mk.in
src/configure.in
src/gui_gtk.c
src/gui_gtk_gresources.xml [new file with mode: 0644]
src/gui_gtk_x11.c
src/proto/gui_gtk_gresources.pro [new file with mode: 0644]
src/version.c