|
6e53b6686d
|
Merge pull request #16 from wdlkmpx/patch2
src/gfx.c: don't g_object_unref(pixsurf)
|
2021-07-13 19:11:03 +03:00 |
|
|
3b2183777b
|
Merge pull request #15 from wdlkmpx/patch1
improvements to the build system (autotools)
|
2021-07-13 19:10:20 +03:00 |
|
wdlkmpx
|
4dbebefc58
|
po/Makefile.in.gen generates po/Makefile.in
|
2021-06-20 15:08:29 -05:00 |
|
wdlkmpx
|
f5382a6aa3
|
src/gfx.c: don't g_object_unref(pixsurf)
it's cairo surface, it's handled properly a couple lines below:
cairo_surface_destroy (pixsurf);
|
2021-06-16 22:30:19 -05:00 |
|
wdlkmpx
|
694de859a7
|
update LINGUAS and POTFILES.in
|
2021-06-16 22:28:31 -05:00 |
|
wdlkmpx
|
0b18d62ab1
|
add po/Makefile.in.in
avoid these 2 obscure macros in configure.ac:
- IT_PROG_INTLTOOL
- AM_GLIB_GNU_GETTEXT
|
2021-06-16 22:28:03 -05:00 |
|
wdlkmpx
|
c06383f2a7
|
store autoconf scripts/macros in autoconf/autoconf-m4
|
2021-06-16 22:28:03 -05:00 |
|
|
0b7ed2539d
|
Merge pull request #14 from Vistaus/master
Added Dutch translation
|
2021-04-18 22:47:37 +03:00 |
|
Heimen Stoffels
|
682e9708b0
|
Update LINGUAS
|
2021-04-17 19:19:06 +02:00 |
|
Heimen Stoffels
|
3f5762e8c8
|
Added Dutch translation
|
2021-04-17 19:18:57 +02:00 |
|
|
0f4151f689
|
Merge pull request #13 from wdlkmpx/patch1
store files in $XDG_CONFIG_HOME/games
|
2021-02-15 06:59:48 +03:00 |
|
wdlkmpx
|
d54080fbed
|
scoreboard.c: fix segfault
|
2021-02-12 21:19:34 +08:00 |
|
wdlkmpx
|
11fc1fb321
|
gtkballs.c: store gtkballs-accel.map in get_config_dir_file()
|
2021-02-12 20:27:33 +08:00 |
|
wdlkmpx
|
1cb51e3155
|
prefs.c: store gtkballs.ini in get_config_dir_file()
|
2021-02-12 20:27:33 +08:00 |
|
wdlkmpx
|
964bfccbc6
|
store gtkballs-scores in get_config_dir_file()
remove child.c/h and the complex logic behind storing files in /var
which usually only the root user can access
|
2021-02-12 20:27:33 +08:00 |
|
wdlkmpx
|
80c71e2330
|
gtkballs.c/h: add get_config_dir_file()
to store/read files from in $XDG_CONFIG_HOME/games (usually ~/.config/games)
it's possible to provide any directory through a modified XDG_CONFIG_HOME
|
2021-02-12 20:27:32 +08:00 |
|
|
a0b2ef170e
|
Merge pull request #12 from wdlkmpx/patch2
add gtk3 support
|
2021-01-22 00:19:09 +03:00 |
|
|
96a7437236
|
Merge pull request #11 from wdlkmpx/patch-1
mainwin.h: extern cairo_surface_t * pixsurf
|
2021-01-22 00:17:21 +03:00 |
|
wdlkmpx
|
a32edac3e7
|
update README.md
|
2021-01-21 15:02:39 +08:00 |
|
wdlkmpx
|
2f2d30b361
|
configure.ac: default to GTK3, fall back to GTK2
the gtk3 port will be compiled if gtk3 is available
use --enable-gtk2 or --disable-gtk3 to compile the gtk2 port
|
2021-01-21 14:39:58 +08:00 |
|
wdlkmpx
|
355e791147
|
make gtk3 port compile
|
2021-01-21 14:32:10 +08:00 |
|
wdlkmpx
|
aab540c9ea
|
add gtkcompat.h
|
2021-01-21 14:31:19 +08:00 |
|
wdlkmpx
|
e8fa0e4e7e
|
configure.ac --enable-gtk3
|
2021-01-21 14:29:17 +08:00 |
|
wdlkmpx
|
6ec2f9eafc
|
mainwin.h: extern cairo_surface_t * pixsurf
|
2021-01-21 08:25:58 +08:00 |
|
|
76fd488358
|
Merge pull request #10 from wdlkmpx/patch2
use cairo instead of GdkPixmap / gdk_draw_*
|
2021-01-21 00:36:38 +03:00 |
|
|
60c6cf2e6c
|
Merge pull request #9 from wdlkmpx/patch1
enable and fix gcc warnings
|
2021-01-21 00:34:53 +03:00 |
|
|
79657f6ccb
|
Merge pull request #8 from wdlkmpx/patch1
use GtkDialog
|
2021-01-19 17:48:02 +03:00 |
|
wdlkmpx
|
f912ea7a28
|
use cairo instead of GdkPixmap / gdk_draw_*
|
2021-01-19 15:13:09 +08:00 |
|
wdlkmpx
|
a28c291cb7
|
src: fix gcc9 warnings
|
2021-01-19 12:03:26 +08:00 |
|
wdlkmpx
|
f69f136806
|
configure.ac: enable most gcc warnings
|
2021-01-19 12:02:44 +08:00 |
|
wdlkmpx
|
3fb6dc4a9f
|
gtkutils.c/h: remove ut_button_new_stock*
|
2021-01-19 09:53:29 +08:00 |
|
wdlkmpx
|
41ad985376
|
savedialog.c: use GtkDialog
|
2021-01-19 09:53:29 +08:00 |
|
wdlkmpx
|
7d05b8390a
|
rulesdialog.c: use GtkDialog
|
2021-01-19 09:53:28 +08:00 |
|
wdlkmpx
|
57e69dec11
|
rules.c: use GtkDialog
|
2021-01-19 09:53:28 +08:00 |
|
wdlkmpx
|
74413f4484
|
preferences.c: use GtkDialog
|
2021-01-19 09:53:28 +08:00 |
|
wdlkmpx
|
ea387e9625
|
inputname.c: tweaks / avoid dialog->action_area
|
2021-01-19 09:53:28 +08:00 |
|
wdlkmpx
|
5a32287cdc
|
halloffame.c: use GtkDialog
|
2021-01-19 09:53:28 +08:00 |
|
wdlkmpx
|
e415a0373d
|
gtkutils.c/h: add gtkutil_dialog_new() and gtkutil_frame_vbox()
|
2021-01-19 09:53:23 +08:00 |
|
|
0d9d1a09cb
|
Merge pull request #7 from wdlkmpx/patch1
gtkutils: fix 'GtkSpinButton: setting an adjustment with non-zero pag…
|
2021-01-17 13:07:33 +03:00 |
|
|
f96b8abc49
|
Merge pull request #6 from wdlkmpx/patch1
consistent indentation
|
2021-01-16 15:20:57 +03:00 |
|
wdlkmpx
|
33be50c219
|
gtkutils: fix 'GtkSpinButton: setting an adjustment with non-zero page size is deprecated'
also remove ut_spin_button_start_new()
|
2021-01-16 13:45:31 +08:00 |
|
wdlkmpx
|
8bc640ded8
|
themerc.c: consistent indentation
|
2021-01-14 23:39:31 +08:00 |
|
wdlkmpx
|
373a362b01
|
theme.c/h: consistent indentation
|
2021-01-14 23:39:30 +08:00 |
|
wdlkmpx
|
a43f2eb39b
|
scoreboard.c/h: consistent indentation
|
2021-01-14 23:39:30 +08:00 |
|
wdlkmpx
|
565348506b
|
savegame.c: consistent indentation
|
2021-01-14 23:39:30 +08:00 |
|
wdlkmpx
|
7c49070107
|
savedialog.c: consistent indentation
|
2021-01-14 23:39:30 +08:00 |
|
wdlkmpx
|
a8f84245e0
|
rulesdialog.c: consistent indentation
|
2021-01-14 23:39:30 +08:00 |
|
wdlkmpx
|
105a828c30
|
rules.c: consistent indentation
|
2021-01-14 23:39:30 +08:00 |
|
wdlkmpx
|
88feee2703
|
prefs.c: consistent indentation
|
2021-01-14 23:39:30 +08:00 |
|
wdlkmpx
|
08f868a3e0
|
preferences.c: consistent indentation
|
2021-01-14 23:39:30 +08:00 |
|