Fixes #136082 and #135265, patch by Morten Welinder.

2004-03-05  Federico Mena Quintero  <federico@ximian.com>

	Fixes #136082 and #135265, patch by Morten Welinder.

	* configure.in: Use AC_SYS_LARGEFILE.

	* */*.c: #include <config.h>
This commit is contained in:
Federico Mena Quintero 2004-03-06 03:38:59 +00:00 committed by Federico Mena Quintero
parent 7d94c90fca
commit 80581c3011
413 changed files with 543 additions and 83 deletions

View File

@ -1,3 +1,17 @@
2004-03-05 Federico Mena Quintero <federico@ximian.com>
Fixes #136082 and #135265, patch by Morten Welinder.
* configure.in: Use AC_SYS_LARGEFILE.
* */*.c: #include <config.h>
2004-03-05 Federico Mena Quintero <federico@ximian.com>
* gtk/gtkfilechooserdefault.c
(gtk_file_chooser_default_select_path): No need to have a
temporary error variable.
2004-03-05 Tor Lillqvist <tml@iki.fi>
* configure.in: Move check for native Win32 (mingw) a bit

View File

@ -1,3 +1,17 @@
2004-03-05 Federico Mena Quintero <federico@ximian.com>
Fixes #136082 and #135265, patch by Morten Welinder.
* configure.in: Use AC_SYS_LARGEFILE.
* */*.c: #include <config.h>
2004-03-05 Federico Mena Quintero <federico@ximian.com>
* gtk/gtkfilechooserdefault.c
(gtk_file_chooser_default_select_path): No need to have a
temporary error variable.
2004-03-05 Tor Lillqvist <tml@iki.fi>
* configure.in: Move check for native Win32 (mingw) a bit

View File

@ -1,3 +1,17 @@
2004-03-05 Federico Mena Quintero <federico@ximian.com>
Fixes #136082 and #135265, patch by Morten Welinder.
* configure.in: Use AC_SYS_LARGEFILE.
* */*.c: #include <config.h>
2004-03-05 Federico Mena Quintero <federico@ximian.com>
* gtk/gtkfilechooserdefault.c
(gtk_file_chooser_default_select_path): No need to have a
temporary error variable.
2004-03-05 Tor Lillqvist <tml@iki.fi>
* configure.in: Move check for native Win32 (mingw) a bit

View File

@ -1,3 +1,17 @@
2004-03-05 Federico Mena Quintero <federico@ximian.com>
Fixes #136082 and #135265, patch by Morten Welinder.
* configure.in: Use AC_SYS_LARGEFILE.
* */*.c: #include <config.h>
2004-03-05 Federico Mena Quintero <federico@ximian.com>
* gtk/gtkfilechooserdefault.c
(gtk_file_chooser_default_select_path): No need to have a
temporary error variable.
2004-03-05 Tor Lillqvist <tml@iki.fi>
* configure.in: Move check for native Win32 (mingw) a bit

View File

@ -1,3 +1,17 @@
2004-03-05 Federico Mena Quintero <federico@ximian.com>
Fixes #136082 and #135265, patch by Morten Welinder.
* configure.in: Use AC_SYS_LARGEFILE.
* */*.c: #include <config.h>
2004-03-05 Federico Mena Quintero <federico@ximian.com>
* gtk/gtkfilechooserdefault.c
(gtk_file_chooser_default_select_path): No need to have a
temporary error variable.
2004-03-05 Tor Lillqvist <tml@iki.fi>
* configure.in: Move check for native Win32 (mingw) a bit

View File

@ -137,6 +137,9 @@ fi
AM_PROG_LIBTOOL
# Make sure we use 64-bit versions of various file stuff.
AC_SYS_LARGEFILE
AM_PROG_AS
dnl Initialize maintainer mode

View File

@ -3,6 +3,7 @@
* Demonstrates a typical application window, with menubar, toolbar, statusbar.
*/
#include <config.h>
#include <gtk/gtk.h>
#include "demo-common.h"

View File

@ -3,6 +3,7 @@
* The Button Box widgets are used to arrange buttons with padding.
*/
#include <config.h>
#include <gtk/gtk.h>
static GtkWidget *

View File

@ -26,6 +26,7 @@
*
* - Using GtkDialog
*/
#include <config.h>
#include <string.h>
#include <gtk/gtk.h>
#include "demo-common.h"

View File

@ -5,6 +5,7 @@
*
*/
#include <config.h>
#include <gtk/gtk.h>
static GtkWidget *window = NULL;

View File

@ -3,6 +3,7 @@
* Dialog widgets are used to pop up a transient window for user feedback.
*/
#include <config.h>
#include <gtk/gtk.h>
static GtkWidget *window = NULL;

View File

@ -13,6 +13,7 @@
* to clear the area.
*/
#include <config.h>
#include <gtk/gtk.h>
static GtkWidget *window = NULL;

View File

@ -6,6 +6,7 @@
*
*/
#include <config.h>
#include <gtk/gtk.h>
#include <string.h>
#include <stdlib.h>

View File

@ -5,6 +5,7 @@
*
*/
#include <config.h>
#include <gtk/gtk.h>
static GtkWidget *window = NULL;

View File

@ -6,6 +6,7 @@
* shows.
*/
#include <config.h>
#include <gtk/gtk.h>
#include <gdk/gdkkeysyms.h>

View File

@ -12,6 +12,7 @@
* application binary can be self-contained.
*/
#include <config.h>
#include <gtk/gtk.h>
#include <stdio.h>
#include <errno.h>

View File

@ -7,6 +7,7 @@
*
*/
#include <config.h>
#include <gtk/gtk.h>
static GtkWidget *window = NULL;

View File

@ -1,3 +1,4 @@
#include <config.h>
#include <errno.h>
#include <stdio.h>
#include <stdlib.h>

View File

@ -25,6 +25,7 @@
*
*/
#include <config.h>
#include <gtk/gtk.h>
#include <gdk/gdkkeysyms.h>

View File

@ -11,6 +11,7 @@
* each side of each widget.
*/
#include <config.h>
#include <gtk/gtk.h>
void

View File

@ -13,6 +13,7 @@
* into a table, you would not include the GTK_FILL flag.
*/
#include <config.h>
#include <gtk/gtk.h>
static GtkWidget *window = NULL;

View File

@ -6,6 +6,7 @@
* and stock items.
*/
#include <config.h>
#include <string.h>
#include <gtk/gtk.h>

View File

@ -7,6 +7,7 @@
*
*/
#include <config.h>
#include <gtk/gtk.h>
#include <stdlib.h> /* for exit() */

View File

@ -8,6 +8,7 @@
*
*/
#include <config.h>
#include <gtk/gtk.h>
static GtkWidget *window = NULL;

View File

@ -4,6 +4,7 @@
* from an array of actions and a description of the menu hierarchy.
*/
#include <config.h>
#include <gtk/gtk.h>
static void

View File

@ -1,3 +1,4 @@
#include <config.h>
#include <glib.h>
#include <sys/stat.h>

View File

@ -1,3 +1,4 @@
#include <config.h>
#include <gtk/gtk.h>
#include <stdio.h>

View File

@ -1,4 +1,5 @@
#include <config.h>
#include <gtk/gtk.h>
/* Create an Arrow widget with the specified parameters

View File

@ -1,4 +1,5 @@
#include <config.h>
#include <gtk/gtk.h>
int main( int argc,

View File

@ -1,4 +1,5 @@
#include <config.h>
#include <gtk/gtk.h>
int main( int argc,

View File

@ -1,4 +1,5 @@
#include <config.h>
#include <gtk/gtk.h>
/* Create a Button Box with the specified parameters */

View File

@ -1,4 +1,5 @@
#include <config.h>
#include <stdlib.h>
#include <gtk/gtk.h>

View File

@ -17,6 +17,7 @@
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/
#include <config.h>
#include <stdio.h>
#include <string.h>
#include <gtk/gtk.h>

View File

@ -1,4 +1,5 @@
#include <config.h>
#include <gtk/gtk.h>
/* User clicked the "Add List" button. */

View File

@ -1,4 +1,5 @@
#include <config.h>
#include <glib.h>
#include <gdk/gdk.h>
#include <gtk/gtk.h>

View File

@ -1,4 +1,5 @@
#include <config.h>
#include <stdio.h>
#include <stdlib.h>
#include <gtk/gtk.h>

View File

@ -1,4 +1,5 @@
#include <config.h>
#include <stdlib.h>
#include <gtk/gtk.h>

View File

@ -1,4 +1,5 @@
#include <config.h>
#include <gtk/gtk.h>
/* Get the selected filename and print it to the console */

View File

@ -1,4 +1,5 @@
#include <config.h>
#include <gtk/gtk.h>
/* I'm going to be lazy and use some global variables to

View File

@ -1,4 +1,5 @@
#include <config.h>
#include <gtk/gtk.h>
int main( int argc,

View File

@ -1,4 +1,5 @@
#include <config.h>
#include <stdio.h>
#include <stdlib.h>
#include <gtk/gtk.h>

View File

@ -17,6 +17,7 @@
* Free Software Foundation, Inc., 59 Temple Place - Suite 330,
* Boston, MA 02111-1307, USA.
*/
#include <config.h>
#include <math.h>
#include <stdio.h>
#include <gtk/gtkmain.h>

View File

@ -1,4 +1,5 @@
#include <config.h>
#include <gtk/gtk.h>
/* This is a callback function. The data arguments are ignored

View File

@ -1,4 +1,5 @@
#include <config.h>
#include <gtk/gtk.h>
/* Our new improved callback. The data passed to this function

View File

@ -1,4 +1,5 @@
#include <config.h>
#include <gtk/gtk.h>
int main( int argc,

View File

@ -1,4 +1,5 @@
#include <config.h>
#include <gtk/gtk.h>
#include <stdio.h>

View File

@ -1,4 +1,5 @@
#include <config.h>
#include <gtk/gtk.h>
/* Obligatory basic callback */

View File

@ -1,4 +1,5 @@
#include <config.h>
#include <stdio.h>
#include <gtk/gtk.h>

View File

@ -1,4 +1,5 @@
#include <config.h>
#include <stdio.h>
#include <gtk/gtk.h>

View File

@ -1,4 +1,5 @@
#include <config.h>
#include <stdio.h>
#include <stdlib.h>
#include "gtk/gtk.h"

View File

@ -1,4 +1,5 @@
#include <config.h>
#include <stdio.h>
#include <gtk/gtk.h>

View File

@ -1,4 +1,5 @@
#include <config.h>
#include <gtk/gtk.h>

View File

@ -1,4 +1,5 @@
#include <config.h>
#include <gtk/gtk.h>
typedef struct _ProgressData {

View File

@ -1,4 +1,5 @@
#include <config.h>
#include <glib.h>
#include <gtk/gtk.h>

View File

@ -1,4 +1,5 @@
#include <config.h>
#include <gtk/gtk.h>
GtkWidget *hscale, *vscale;

View File

@ -1,4 +1,5 @@
#include <config.h>
#include <gtk/gtk.h>
#define EVENT_METHOD(i, x) GTK_WIDGET_GET_CLASS(i)->x

View File

@ -18,6 +18,7 @@
* Boston, MA 02111-1307, USA.
*/
#include <config.h>
#include <stdlib.h>
#include <gtk/gtk.h>

View File

@ -18,6 +18,7 @@
* Boston, MA 02111-1307, USA.
*/
#include <config.h>
#include <gtk/gtk.h>
/* Backing pixmap for drawing area */

View File

@ -1,4 +1,5 @@
#include <config.h>
#include <stdio.h>
#include <gtk/gtk.h>

View File

@ -1,4 +1,5 @@
#include <config.h>
#include <stdlib.h>
#include <gtk/gtk.h>

View File

@ -1,4 +1,5 @@
#include <config.h>
#include <stdlib.h>
#include <gtk/gtk.h>
#include <time.h>

View File

@ -1,4 +1,5 @@
#include <config.h>
#include <stdio.h>
#include <gtk/gtk.h>

View File

@ -1,4 +1,5 @@
#include <config.h>
#include <stdlib.h>
#include <gtk/gtk.h>
#include <glib.h>

View File

@ -1,4 +1,5 @@
#include <config.h>
#include <gtk/gtk.h>
/* Our callback.

View File

@ -1,5 +1,6 @@
#define GTK_ENABLE_BROKEN
#include <config.h>
#include <stdio.h>
#include <gtk/gtk.h>

View File

@ -17,6 +17,7 @@
* Free Software Foundation, Inc., 59 Temple Place - Suite 330,
* Boston, MA 02111-1307, USA.
*/
#include <config.h>
#include <gtk/gtksignal.h>
#include <gtk/gtktable.h>
#include <gtk/gtktogglebutton.h>

View File

@ -1,4 +1,5 @@
#include <config.h>
#include <stdlib.h>
#include <gtk/gtk.h>
#include "tictactoe.h"

View File

@ -1,5 +1,6 @@
#define GTK_ENABLE_BROKEN
#include <config.h>
#include <gtk/gtk.h>
/* for all the GtkItem:: and GtkTreeItem:: signals */

View File

@ -1,4 +1,5 @@
#include <config.h>
#include <gtk/gtk.h>
/* XPM */

View File

@ -16,7 +16,7 @@
* Free Software Foundation, Inc., 59 Temple Place - Suite 330,
* Boston, MA 02111-1307, USA.
*/
#include "config.h"
#include <config.h>
#include "../gtk/gtkversion.h" /* versioning */
#include "gdk-pixbuf.h"

View File

@ -22,7 +22,7 @@
* Boston, MA 02111-1307, USA.
*/
#include "config.h"
#include <config.h>
#include <stdlib.h>
#include <stdio.h>

View File

@ -24,6 +24,7 @@
* Boston, MA 02111-1307, USA.
*/
#include <config.h>
#include <string.h>
#include "gdk-pixbuf-private.h"

View File

@ -16,6 +16,7 @@
* Free Software Foundation, Inc., 59 Temple Place - Suite 330,
* Boston, MA 02111-1307, USA.
*/
#include <config.h>
#include "gdk-pixdata.h"
#include "gdk-pixbuf-private.h"

View File

@ -21,6 +21,7 @@
* Boston, MA 02111-1307, USA.
*/
#include <config.h>
#include <stdio.h>
#include <string.h>
#include "gdk-pixbuf-private.h"

View File

@ -36,6 +36,7 @@
* - Error handling was designed to be very paranoid.
*/
#include <config.h>
#include <stdio.h>
#include <string.h>

View File

@ -1,6 +1,6 @@
#include <config.h>
#include <math.h>
#include <glib.h>
#include "config.h"
#include "pixops.h"
#include "pixops-internal.h"

View File

@ -1,3 +1,4 @@
#include <config.h>
#include <glib.h>
#include <string.h>
#include <stdlib.h>

View File

@ -24,7 +24,7 @@
* GTK+ at ftp://ftp.gtk.org/pub/gtk/.
*/
#include "config.h"
#include <config.h>
#include <string.h>
#include <stdlib.h>

View File

@ -24,6 +24,7 @@
* GTK+ at ftp://ftp.gtk.org/pub/gtk/.
*/
#include <config.h>
#include <time.h>
#include "gdkscreen.h"

View File

@ -24,6 +24,7 @@
* GTK+ at ftp://ftp.gtk.org/pub/gtk/.
*/
#include <config.h>
#include "gdkcursor.h"
#include "gdkdisplay.h"
#include "gdkinternals.h"

View File

@ -21,6 +21,7 @@
* Boston, MA 02111-1307, USA.
*/
#include <config.h>
#include <glib.h>
#include "gdk.h" /* gdk_event_send_client_message() */
#include "gdkdisplay.h"

View File

@ -24,6 +24,7 @@
* GTK+ at ftp://ftp.gtk.org/pub/gtk/.
*/
#include <config.h>
#include <gdkdnd.h>
#include <gdkdrawable.h>
#include <gdkdisplay.h>

View File

@ -24,6 +24,7 @@
* GTK+ at ftp://ftp.gtk.org/pub/gtk/.
*/
#include <config.h>
#include "gdkdrawable.h"
#include "gdkinternals.h"
#include "gdkwindow.h"

View File

@ -24,6 +24,7 @@
* GTK+ at ftp://ftp.gtk.org/pub/gtk/.
*/
#include <config.h>
#include <string.h> /* For memset() */
#include "gdk.h"

View File

@ -26,6 +26,7 @@
#undef GDK_DISABLE_DEPRECATED
#include <config.h>
#include "gdkdisplay.h"
#include "gdkfont.h"
#include "gdkinternals.h"

View File

@ -24,6 +24,7 @@
* GTK+ at ftp://ftp.gtk.org/pub/gtk/.
*/
#include <config.h>
#include <string.h>
#include "gdkgc.h"

View File

@ -24,11 +24,12 @@
* GTK+ at ftp://ftp.gtk.org/pub/gtk/.
*/
#include <config.h>
#include <stdio.h>
#include "gdktypes.h"
#include "gdkprivate.h"
#include "config.h"
guint _gdk_debug_flags = 0;
gint _gdk_error_code = 0;

View File

@ -24,6 +24,7 @@
* GTK+ at ftp://ftp.gtk.org/pub/gtk/.
*/
#include <config.h>
#include <stdlib.h>
#include <sys/types.h>

View File

@ -24,6 +24,7 @@
* GTK+ at ftp://ftp.gtk.org/pub/gtk/.
*/
#include <config.h>
#include <glib/gprintf.h>
#include <stdlib.h>
#include <string.h>

View File

@ -1,3 +1,4 @@
#include <config.h>
#include "gdk.h"
/* Thanks to Markus G. Kuhn <mkuhn@acm.org> for the ksysym<->Unicode

View File

@ -17,6 +17,7 @@
* Boston, MA 02111-1307, USA.
*/
#include <config.h>
#include "gdkcolor.h"
#include "gdkgc.h"
#include "gdkpango.h"

View File

@ -24,6 +24,7 @@
* GTK+ at ftp://ftp.gtk.org/pub/gtk/.
*/
#include <config.h>
#include "gdkpixmap.h"
#include "gdkinternals.h"
#include "gdkpixbuf.h"

View File

@ -46,6 +46,7 @@ SOFTWARE.
#define LARGE_COORDINATE 1000000
#define SMALL_COORDINATE -LARGE_COORDINATE
#include <config.h>
#include <gdkregion.h>
#include "gdkregion-generic.h"
#include "gdkpoly-generic.h"

View File

@ -24,6 +24,7 @@
* GTK+ at ftp://ftp.gtk.org/pub/gtk/.
*/
#include <config.h>
#include <gdk/gdk.h>
void

View File

@ -68,6 +68,7 @@ SOFTWARE.
* the y-x-banding that's so nice to have...
*/
#include <config.h>
#include <stdlib.h>
#include <string.h>
#include <gdkregion.h>

View File

@ -29,24 +29,13 @@
* GTK+ at ftp://ftp.gtk.org/pub/gtk/.
*/
#include <config.h>
#include <math.h>
#if HAVE_CONFIG_H
# include <config.h>
# if STDC_HEADERS
# include <stdio.h>
# include <stdlib.h>
# include <string.h>
# endif
#else
# include <stdio.h>
# include <stdlib.h>
#endif
#include <stdlib.h>
#include <string.h>
#define ENABLE_GRAYSCALE
#include "config.h"
#include "gdkprivate.h"
#include "gdkinternals.h" /* _gdk_windowing_get_bits_for_depth() */

View File

@ -21,6 +21,7 @@
* Boston, MA 02111-1307, USA.
*/
#include <config.h>
#include "gdk.h" /* For gdk_rectangle_intersect() */
#include "gdkcolor.h"
#include "gdkwindow.h"

View File

@ -1,3 +1,4 @@
#include <config.h>
#include "gdkproperty.h"
#include "gdkdisplay.h"
#include "gdkselection.h"

View File

@ -21,6 +21,7 @@
* Boston, MA 02111-1307, USA.
*/
#include <config.h>
#include "gdkvisual.h"
#include "gdkscreen.h"

View File

@ -24,6 +24,7 @@
* GTK+ at ftp://ftp.gtk.org/pub/gtk/.
*/
#include <config.h>
#include "gdkwindow.h"
#include "gdkinternals.h"
#include "gdk.h" /* For gdk_rectangle_union() */

Some files were not shown because too many files have changed in this diff Show More