summaryrefslogtreecommitdiff
path: root/config.h.win32.in
Commit message (Collapse)AuthorAgeFilesLines
* gtk-demo: Load the demo files using g_file_get_contents()Benjamin Otte2013-02-011-6/+0
| | | | ... instead of massaging a FILE* with flockfile() and ungetc().
* Update config.h.win32.inChun-wei Fan2013-01-231-8/+3
| | | | Make its preconfigured entries match the ones asked in config.h.in
* Update config.h.win32.inChun-wei Fan2012-08-291-3/+5
| | | | | Make the entries more in line with those given in the generated config.h.in.
* config.h.win32.in: UpdatesChun-wei Fan2012-06-231-12/+29
| | | | Make it reflect the contents of the config.h.in template.
* Require XInput2.h in X11 backendJavier Jardón2012-03-021-6/+0
| | | | Also remove support for XInput.h
* Update config.h.win32(.in)Chun-wei Fan2012-02-211-40/+24
| | | | Make it more like the current config.h.in template.
* Update config.h.win32.inChun-wei Fan2011-08-201-4/+13
| | | | | | | | | -Only define HAVE_STRINGS_H when MSVC is not used -Define HVE_STDINT_H for Visual C++ 2010 and later, as Visual C++ 2010 does ship with a "proper" stdint.h by default -Add check macros HAVE_RINT and HAVE_ROUND--they are only defined when MSVC is not used -Remove obsolete check macros
* gdk: Remove unused medialib codeBenjamin Otte2010-12-021-6/+0
|
* Use a honestly bogus GTK_LOCALEDIR in config.h.win32.inTor Lillqvist2010-04-121-1/+1
| | | | | Instead of something that looks like it might actually be intended to exist.
* Update to match what configure producesTor Lillqvist2010-04-121-4/+18
| | | | Just trivial irrelevant stuff.
* Undef USE_MMX for msvc buildHans Breuer2009-07-041-1/+5
|
* Slight update to match what configure produces.Tor Lillqvist2008-06-051-2/+2
| | | | | | | | | | 2008-06-06 Tor Lillqvist <tml@novell.com> * config.h.win32.in: Slight update to match what configure produces. svn path=/trunk/; revision=20321
* Update to match what configure produces.Tor Lillqvist2008-03-121-87/+122
| | | | | | | | | 2008-03-12 Tor Lillqvist <tml@novell.com> * config.h.win32.in: Update to match what configure produces. svn path=/trunk/; revision=19791
* removed linux-fb backend files.Michael Natterer2008-03-111-6/+0
| | | | | | | | | | | | | | | | | | | | | | 2008-03-11 Michael Natterer <mitch@imendio.com> * gdk/linux-fb/*: removed linux-fb backend files. * acconfig.h * config.h.win32.in * docs/README.linux-fb * gtk/Makefile.am: remove remaining traces of linux-fb. * gtk/gtkwindow-decorate.c: same here. There is some code that calls into linux-fb to set window move/resize callbacks. I put it in #if 0 as a reminder because we did use decorated windows with the DirectFB backend and it did work, so I don't really know why this code is needed or how it could work with DirectFB back then. The file does actually compile now if DECORATE_WINDOWS is defined, but I didn't test with DirectFB to check if it does anything. svn path=/trunk/; revision=19749
* Tack on "/share/locale" to GTK_LOCALEDIR so that the code inTor Lillqvist2007-11-281-1/+1
| | | | | | | | | | 2007-11-28 Tor Lillqvist <tml@novell.com> * config.h.win32.in: Tack on "/share/locale" to GTK_LOCALEDIR so that the code in _gtk_get_localedir() will find the slashes. svn path=/trunk/; revision=19084
* Build Wintab support always on Windows. Don't require the Wintab SDK.Tor Lillqvist2007-01-191-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2007-01-19 Tor Lillqvist <tml@novell.com> Build Wintab support always on Windows. Don't require the Wintab SDK. * configure.in: Drop the --with-wintab option. Drop the HAVE_WINTAB feature test macro and Automake variable. * acconfig.h * config.h.win32.in: Drop HAVE_WINTAB. * gdk/win32/gdkevents-win32.c * gdk/win32/gdkinput.c * gdk/win32/gdkinput-win32.h * gdk/win32/gdkinput-win32.c * gdk/win32/gdkmain-win32.c: Make HAVE_WINTAB ifdef blocks unconditional. * gdk/win32/gdkinput-win32.c (_gdk_input_wintab_init_check): Try to load wintab32.dll dynamically here. If it is found look up the handful Wintab functions we use. (rest of file): Use these function pointers instead of calling the functions from wntab32x.lib. The code in wntab32x.lib did the same thing anyway: tried to load wintab32.dll, and looked up the addresses of the actual functions from it. * gdk/Makefile.am * gdk/win32/Makefile.am: Drop the libwntab32x hacks. * gdk/win32/wintab.h * gdk/win32/pktdef.h: New files. Copied from the Wintab SDK. Copyright blurb says: "The text and information contained in this file may be freely used, copied, or distributed without compensation or licensing restrictions." * README.win32: Update a bit. Remove the text about the Wintab SDK. svn path=/trunk/; revision=17186
* Sync with what configure produces.Tor Lillqvist2005-11-011-107/+86
| | | | | | 2005-11-01 Tor Lillqvist <tml@novell.com> * config.h.win32.in: Sync with what configure produces.
* Update to match a recent configure-generated config.hTor Lillqvist2002-03-031-19/+11
| | | | | | | 2002-03-03 Tor Lillqvist <tml@iki.fi> * config.h.win32.in: Update to match a recent configure-generated config.h
* make it compile with msvc: !HAVE_UNISTD_H; no label without op, even ifHans Breuer2001-11-181-2/+2
| | | | | | | | | | | | | | | | | | | | 2001-11-18 Hans Breuer <hans@breuer.org> * gtk/gdkaccelmap.c : make it compile with msvc: !HAVE_UNISTD_H; no label without op, even if it's a no-op. * gtk/gtk.def : * gtk/makefile.msc.in : reflect marshaler split, some clean-up * config.h.win32.in : remove definition of HAVE_DIRENT_H * gtk/gtkfilesel.c : due to GDir (new in glib) DIR isn't required anymore, replace it. * gtk/queryimmodules.c : DIR -> GDir replacement, also getcwd() -> g_get_current_dir() * gdk/win32/gdkgeometry-win32.c : adapt to refactored gdkgeometry-x11.c Even 'noisy laugh' scolling appears to work, though I still can't claim to have fully understood what it is supposed to do ...
* Add headers. Add section about ActiveIMM.Tor Lillqvist2001-11-081-127/+221
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2001-11-08 Tor Lillqvist <tml@iki.fi> * README.win32: Add headers. Add section about ActiveIMM. * configure.in: Add --with-ie55 flag to specify the location of the "IE55 libs and headers" package downloadable from Microsoft, which contains, among other things, the Active IMM header dimm.h and UUID library uuid.lib. Use test -f instead of AC_CHECK_FILE. Require GLib 1.3.10. * config.h.win32.in: New version, produced by merging two configure-generated ones (for gcc and MSVC). Hopefully #defines the same flags that the previous, hand-written one, did. * gdk/Makefile.am * gdk/win32/Makefile.am: Handle the uuid library from the IE55 lib. * gdk/win32/gdkevents-win32.c: Conditionalize ActiveIMM stuff. Remove unused GdkIOClosure. * gdk/win32/surrogate-dimm.h: Remove, use real dimm.h instead (if available). * gdk/win32/libie55uuid.la: New file, handwritten libtool wrapper for uuid.lib. (Does it really have to be this hard to use an existing library with libtool? Probably I am missing something.)
* disable USE_MMX for msvc build cause the assembler doesn't fit and is outHans Breuer2001-03-311-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2001-03-31 Hans Breuer <hans@breuer.org> * config.h.win32.in : disable USE_MMX for msvc build cause the assembler doesn't fit and is out of my scope. Disable USE_GMODULE for msvc build as wel. The right way to share binaries on win32 would be to use libtiff.dll etc. To reduce installation hassles IMO it's better to include all fileformats builtin to gdk-pixbuf * gdk-pixbuf/makefile.msc : new file * gdk/gdk.def : updated * gdk/win32/gdkevents-win32.c : don't erase the background if .no_bg is set. It improves the scrolling (e.g. of testgtk main buttons * gdk/win32/gdkgeometry-win32.c : added comment about the above * gdk/win32/gdkwindow-win32.c : added three new functions like the X version. Only one is implemented, because the other two "gdk_window_begin_(resize|move)_drag" got no docs and appear to be default behaviour on win32 anyway ... * gtk/gtk.def : updated * gtk/makefile.msc.in : update for new files, use glib-genmarshal from where it was built and add an additional rule to automagically build gtkmarshal.[hc] * gtk/gtkfilesel.c (open_new_dir) : don't increase n_entries before array access for the current entry isn't finished * gtk/gtktreeitem.c (gtk_tree_item_subtree_button_click) : use g_return_val_if_fail * gtk/testgtk.c (window_controls) : don't use the *wrong* size for the static array, but let the compiler calculate it. It makes me wonder if gcc isn't capable to catch bugs like this ...
* gtk/gtkmain.c Use the newTor Lillqvist2001-01-171-0/+201
2001-01-18 Tor Lillqvist <tml@iki.fi> * gtk/gtkmain.c * gtk/gtkrc.c: (Win32) Use the new g_win32_get_package_installation_(sub)directory() functions. * config.h.win32.in: New file. * config.h.win32: Removed. * configure.in: Output config.h.win32. * Makefile.am: Add it to EXTRA_DIST. * gtk/gtk.def: Update. 2001-01-16 Tor Lillqvist <tml@iki.fi> * gdk/win32/gdkwindow-win32.c (gdk_window_show, gdk_window_hide): Eliminate redraws when input-only windows are shown or hidden. Thanks to jpe@archaeopteryx.com. 2001-01-18 Tor Lillqvist <tml@iki.fi> * gdk-pixbuf-io.c (get_libdir): (Win32) Use the new g_win32_get_package_installation_subdirectory() function. (gtk_win32_get_installation_directory): Remove this then.