| patch |
summary |
view |
raw |
| sonames.patch |
src/Makefile.common.in | 11 +++--------
src/Makefile.in | 6 +++---
src/glade/Makefile.in | 6 +++---
src/gnome/Makefile.in | 6 +++---
src/opengl/Makefile.in | 8 ++++----
src/tools/Makefile.in | 2 +-
6 files changed, 17 insertions(+), 22 deletions(-)
|
view
|
download
|
| no_gtkextra.patch |
configure | 3 -
configure.in | 2 -
src/Makefile.in | 15 +++-----
src/gtk-about_dialog.ads | 5 +-
testgtk/common.adb | 87 -----------------------------------------------
testgtk/common.ads | 5 --
testgtk/main_windows.adb | 12 ------
7 files changed, 11 insertions(+), 118 deletions(-)
|
view
|
download
|
| compiler_options.patch |
shared.gpr | 9 ++-------
1 file changed, 2 insertions(+), 7 deletions(-)
|
view
|
download
|
| object_directories.patch |
src/glade/glade.gpr | 2 +-
src/gnome/gnome.gpr | 2 +-
src/gtkada_src.gpr | 4 +---
src/opengl/Makefile.in | 7 +++++--
src/opengl/opengl.gpr | 2 +-
src/tools/Makefile.in | 2 +-
src/tools/tools.gpr | 2 +-
7 files changed, 11 insertions(+), 10 deletions(-)
|
view
|
download
|
| 01-doc.patch |
docs/gate.1 | 43 +++++++++++----------
docs/generate.1 | 84 ++++++++++++++++++++++++++++++++++++++++++
docs/gtkada-config.1 | 65 ++++++++++++++++++--------------
docs/gtkada-dialog.1 | 49 ++++++++++++++++++++++++
docs/gtkada_rm/gtkada_rm.texi | 33 +++++++++++++---
docs/gtkada_ug/gtkada_ug.texi | 66 +++++++++++++--------------------
6 files changed, 243 insertions(+), 97 deletions(-)
|
view
|
download
|
| 02-commands.patch |
src/glade/glade.ads | 2 +-
src/opengl/gdk-gl.adb | 2 +-
src/tools/gate.in | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
|
view
|
download
|
| 04-testgtk.patch |
testgtk/testgtk.gpr | 55 +++++++++++++++++++++++++++++++++-------------------
testgtk/testgtk.mak | 47 ++++++++++++++++++++++++++++++++++++++++++++
2 files changed, 82 insertions(+), 20 deletions(-)
|
view
|
download
|
| gtkada-config.patch |
src/tools/gtkada-config.in | 26 ++++++--------------------
1 file changed, 6 insertions(+), 20 deletions(-)
|
view
|
download
|
| linker_options.patch |
configure | 1 +
src/Makefile.common.in | 2 +-
src/Makefile.in | 2 +-
src/glade/Makefile.in | 2 +-
src/gnome/Makefile.in | 2 +-
src/opengl/Makefile.in | 2 +-
src/tools/tools.gpr | 4 ++++
7 files changed, 10 insertions(+), 5 deletions(-)
|
view
|
download
|
| example_makefiles.patch |
examples/Makefile | 3 --
examples/composite_widget/Makefile | 5 ++--
examples/composite_widget/composite_widget.gpr | 4 +++
examples/display_switch/Makefile | 8 +++++++
examples/display_switch/display_switch.gpr | 4 +++
examples/doublebuffer/Makefile | 27 +++++++++++--------------
examples/doublebuffer/anim.gpr | 4 +++
examples/doublebuffer/anim2.gpr | 4 +++
examples/doublebuffer/main_full_test.adb | 10 +++++++++
examples/doublebuffer/main_full_test.gpr | 4 +++
examples/dynamic_cast/Makefile | 7 ++++--
examples/dynamic_cast/dynamic_cast.gpr | 4 +++
examples/gtk_examples/Makefile | 12 +++++------
examples/gtk_examples/scribble.gpr | 4 +++
examples/images/README | 3 --
examples/images/rect.adb | 4 +--
examples/powergnu/Makefile | 15 ++++---------
examples/powergnu/file.tst | 3 +-
examples/powergnu/makefile2 | 13 ++++++++++++
examples/powergnu/powergnu.gpr | 4 +++
examples/tooltips/Makefile | 8 +++++++
examples/tooltips/tooltips.gpr | 6 ++---
examples/tutorial/Makefile | 3 --
examples/tutorial/gtkdial/Makefile | 10 +++++----
examples/tutorial/gtkdial/gtkdial.gpr | 7 ++++++
examples/tutorial/helloworld/Makefile | 9 ++++----
examples/tutorial/helloworld/helloworld.gpr | 4 +++
examples/tutorial/helloworld2/Makefile | 11 ++++++----
examples/tutorial/helloworld2/helloworld2.gpr | 4 +++
examples/tutorial/packbox/Makefile | 17 ++++++++-------
examples/tutorial/packbox/packbox.gpr | 4 +++
examples/tutorial/simple/Makefile | 11 ++++++----
examples/tutorial/simple/simple.gpr | 4 +++
examples/tutorial/table/Makefile | 11 ++++++----
examples/tutorial/table/table.gpr | 4 +++
examples/tutorial/tictactoe/Makefile | 11 ++++++----
examples/tutorial/tictactoe/tictactoe.gpr | 5 ++++
examples/user_data/Makefile | 8 +++++--
examples/user_data/user_data.gpr | 4 +++
39 files changed, 201 insertions(+), 82 deletions(-)
|
view
|
download
|