]> Pileus Git - ~andy/gtk/commit
new file to build it all ... added to EXTRA_DIST
authorHans Breuer <hans@breuer.org>
Sun, 20 Jul 2003 15:50:14 +0000 (15:50 +0000)
committerHans Breuer <hans@src.gnome.org>
Sun, 20 Jul 2003 15:50:14 +0000 (15:50 +0000)
commit364272b5b9464085c6acc87c57fb1ddf8bd5f947
tree4ec9a6a85d8ca5f5734e528d0cc01147bb163295
parentc80e5e66e817417cbef53808ba07ca0575cbe448
new file to build it all ... added to EXTRA_DIST

2003-07-20  Hans Breuer  <hans@breuer.org>

* makefile.msc : new file to build it all
* Makefile.am : ... added to EXTRA_DIST

* gdk/makefile.msc gtk/stock-icons/makefile.msc
  gtk/makefile.msc.in tests/makefile.msc : updated

* gdk/gdk.def gtk/gtk.def : export a bunch of new
functions

* gtk/gtkbbox.c : use g_return_val_if_fail() if
there is a value to return

* gtk/gtkfontsel.c gtk/gtkiconfactory.c :
static correctness

* gtk/gtkicontheme.c : ported to use GTimeVal instead of
struct timeval and GTK_DATA_PREFIX instead of GTK_DATADIR

* gtk/gtkicontheme.c : use HAVE_LC_MESSAGES

* gtk/gtkimmulticontext.c : use gtkprivate.h

* gtk/stock-icons/stock_color_picker_25.png
  gtk/stock-icons/stock_jump_to_rtl_16.png
  gtk/stock-icons/stock_jump_to_rtl_24.png
  gtk/stock-icons/stock_redo_rtl_16.png
  gtk/stock-icons/stock_redo_rtl_24.png
  gtk/stock-icons/stock_undelete_rtl_16.png
  gtk/stock-icons/stock_undelete_rtl_24.png
  gtk/stock-icons/stock_undo_rtl_16.png :
  gtk/stock-icons/stock_undo_rtl_24.png :
readded as binary
28 files changed:
ChangeLog
ChangeLog.pre-2-10
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
Makefile.am
gdk/gdk.def
gdk/makefile.msc
gdk/win32/gdkevents-win32.c
gtk/gtk.def
gtk/gtkbbox.c
gtk/gtkfontsel.c
gtk/gtkiconfactory.c
gtk/gtkicontheme.c
gtk/gtkiconthemeparser.c
gtk/gtkimmulticontext.c
gtk/makefile.msc.in
gtk/stock-icons/stock_color_picker_25.png [new file with mode: 0644]
gtk/stock-icons/stock_redo_rtl_16.png [new file with mode: 0644]
gtk/stock-icons/stock_redo_rtl_24.png [new file with mode: 0644]
gtk/stock-icons/stock_revert_rtl_16.png [new file with mode: 0644]
gtk/stock-icons/stock_revert_rtl_24.png [new file with mode: 0644]
gtk/stock-icons/stock_undelete_rtl_16.png [new file with mode: 0644]
gtk/stock-icons/stock_undelete_rtl_24.png [new file with mode: 0644]
gtk/stock-icons/stock_undo_rtl_16.png [new file with mode: 0644]
gtk/stock-icons/stock_undo_rtl_24.png [new file with mode: 0644]
makefile.msc [new file with mode: 0644]
tests/makefile.msc