summaryrefslogtreecommitdiff
path: root/configure.in
Commit message (Collapse)AuthorAgeFilesLines
* Released 1.3.15.GTK_1_3_15Owen Taylor2002-02-241-4/+4
| | | | | | | | | | | | Sun Feb 24 00:06:58 2002 Owen Taylor <otaylor@redhat.com> * Released 1.3.15. * configure.in: Version 1.3.15, binary, interface age 0. * NEWS: Updates * configure.in: Update version requirements.
* Added Welsh filePablo Saratxaga2002-02-231-1/+1
|
* Released 1.3.14GTK_MULTIHEAD_MERGEPOINT_18_02_02GTK_1_3_14Owen Taylor2002-02-181-4/+4
| | | | | | | | | | | | | | | | | | | | Sun Feb 17 21:30:49 2002 Owen Taylor <otaylor@redhat.com> * Released 1.3.14 * configure.in: Version 1.3.14, interface, binary age 0. * gdk/gdkregion-generic.c (miSubtractO): Fix out-of-bounds read. (#71619, reported by Morten Welinder) * gtk/gtkmenu.c (gtk_menu_class_init): Fix setting default. * gtk/gtkfilesel.c (gtk_file_selection_class_init): Add a select_multiple property to go along with thenew get/set_select_multiple. * gdk/gdkwindow.c: Patch from Soeren Sandmann to improve update debugging code. (#71703)
* Add tools and images used for creating the check/radio button images inOwen Taylor2002-02-091-0/+1
| | | | | | | | Sat Feb 9 13:19:20 2002 Owen Taylor <otaylor@redhat.com> * configure.in gtk/Makefile.am gtk/theme-bits/*: Add tools and images used for creating the check/radio button images in the default theme.
* Parse the RC string here when the first object is created rather than inOwen Taylor2002-02-021-1/+1
| | | | | | | | | | | | | Fri Feb 1 23:25:33 2002 Owen Taylor <otaylor@redhat.com> * gtk/gtktooltips.c (gtk_tooltips_init): Parse the RC string here when the first object is created rather than in the class_init to not break doc building. (#70341, Havoc Pennington.) * gtk/gtkrc.c (parse_include_file): Use the directories for the currently parsed files as the starting point to look for include files. (#59975)
* 1.3.13GTK_1_3_13Owen Taylor2002-01-301-3/+3
| | | | | | | | | | | | | | | | | | | | | Tue Jan 29 22:52:36 2002 Owen Taylor <otaylor@redhat.com> * 1.3.13 * configure.in: Micro version 13, interface, binary age 0. Require GLIB-1.3.13, Pango 0.24. * docs/Makefile.am (EXTRA_DIST): Add widget_geometry.txt, sizing-test.txt, tree-column-sizing.txt * docs/Makefile.am (EXTRA_DIST): Don't distribute Changes-1.2.txt, Changes-2.0.txt, README.linux-fb, since they are no longer canonical. * gtk/gtk.def: Convert spaces to tabs in front of gtk_widget_set_accel_path in case it matters. * NEWS: Updated for 1.3.13.
* set minimum gtk-doc version to 0.9, since we need to use the newDamon Chaplin2002-01-231-1/+1
| | | | | | | | 2002-01-23 Damon Chaplin <damon@ximian.com> * configure.in (gtk_doc_min_version): set minimum gtk-doc version to 0.9, since we need to use the new --type-init-func argument for gtkdoc-scangobj.
* Fix typo in --help output. (Arnaud Charlet).Owen Taylor2002-01-161-1/+1
| | | | | | | Wed Jan 16 10:54:38 2002 Owen Taylor <otaylor@redhat.com> * configure.in: Fix typo in --help output. (Arnaud Charlet).
* Add gtkstockpixbufs.h.Owen Taylor2002-01-161-3/+32
| | | | | | | | | | | Wed Jan 16 10:18:42 2002 Owen Taylor <otaylor@redhat.com> * gtk/stock-icons/Makefile.am (EXTRA_DIST): Add gtkstockpixbufs.h. * configure.in: Make TIFF, JPEG, PNG loaders mandatory unless you configure with --without-libtiff, etc. (#54045, Brian Cameron)
* Added ms at ALL_LINGUAS. Added Malay Translation. But not all translatedHasbullah Bin Pit2002-01-141-1/+1
| | | | | | | | 2002-01-14 Hasbullah Bin Pit <sebol@ikhlas.com> * configure.in: Added ms at ALL_LINGUAS. * po/ms.po: Added Malay Translation. But not all translated :(
* 1.3.12, interface, binary age 0.Owen Taylor2001-12-231-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Sat Dec 22 12:38:03 2001 Owen Taylor <otaylor@redhat.com> * configure.in: 1.3.12, interface, binary age 0. * configure.in: Require new versions of Glib, Pango, ATK. * NEWS: Updated. * configure.in: Make explicit what libtool we are executing. (Tomas Ogren) * gdk/gdkcolor.c gdk/gdkgc.c gdk/gdkwindow.c: Doc fixes. * gtk/gtkwidget.c (gtk_widget_[class]path) gtkrc.h : Fix parameter names for docs. Sat Dec 22 22:35:29 2001 Owen Taylor <otaylor@redhat.com> * gtk/gtkwindow.c (gtk_window_realize) gtk/gtkplug.c (gtk_plug_realize): Include GDK_KEY_RELEASE_MASK. * gtk/gtkentry.c (gtk_entry_key_release) gtk/gtktextview.c (gtk_text_view_key_release_event): Pass key release events to the input method. * gtk/gtkimcontextsimple.c (gtk_im_context_simple_filter_keypress): Handle release of Control/Shift to end hex sequence. * modules/input/gtkimcontextxim.c (gtk_im_context_xim_filter_keypress): Handle key releases as well as presses.
* demos/pixbuf-demo.c M_PI -> G_PI.Tor Lillqvist2001-11-251-2/+0
| | | | | | | | | | | | | | | 2001-11-26 Tor Lillqvist <tml@iki.fi> * demos/pixbuf-demo.c * demos/gtk-demo/pixbufs.c: M_PI -> G_PI. * demos/gtk-demo/main.c (read_line): No flockfile() or getc_unlocked() on Win32. 2001-11-25 Tor Lillqvist <tml@iki.fi> * configure.in * acconfig.h: As we now use GDir, no need to check for dirent.h.
* Version 1.3.11 Require GLib-1.3.11, Pango-0.22, ATK-0.7. Restore toGTK_1_3_11Owen Taylor2001-11-231-3/+3
| | | | | | | | | | | | | | | | | | Thu Nov 22 15:01:03 2001 Owen Taylor <otaylor@redhat.com> * Version 1.3.11 * configure.in (ATK_REQUIRED_VERSION): Require GLib-1.3.11, Pango-0.22, ATK-0.7. * tests/prop-editor.c (property_widget): Restore to working as well as it did before. * gtk/gtklistitem.h: Mark deprecated since it is an integral part of GtkList. * demos/gtk-demo/demo-common.h: New header file, for a common functions not important to the meat of the demos. * demos/gtk-demo/main.c (demo_ifind_file): Add a utility function to search for a file used by the demo. * demos/*.c: Use demo_find_file.
* Version 1.3.11, interface, binary age 0.Owen Taylor2001-11-211-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Wed Nov 21 15:21:26 2001 Owen Taylor <otaylor@redhat.com> * configure.in (GTK_MICRO_VERSION): Version 1.3.11, interface, binary age 0. * NEWS: Updates * gtk/gtktreemodel.c gtk/gtkrc.c gtk/gtkentry.c: SGML fixes in docs. * gtk/gtkmain.h: Remove unused and misnamespaced get_gtk_win32_directory() prototype. * gdk/gdkimage.c (gdk_image_get): Fix parameter names to match header. * gdk/gdkwindow.h: Fix parameters to gdk_window_shape_combine_mask(), gdk_window_set_transient_for(), gdk_window_set_geometry_hints(), to match docs. * gdk/gdkevents.c (gdk_event_get_coords) gtk/gtkcellrenderertoggle.c (gtk_cell_renderer_toggle_get_active) gtk/gtkdnd.c (gtk_drag_set_icon_stock): Fix parameter names in docs. * docs/faq/Makefile.am (FAQ_FILES): Add missing files. (#64961, Akira Tagoh)
* Undef HAVE_STDLIB_H before checking for jpeg, because jconfig.h has thisOwen Taylor2001-11-191-0/+1
| | | | | | | | Mon Nov 19 12:07:20 2001 Owen Taylor <otaylor@redhat.com> * configure.in (deps): Undef HAVE_STDLIB_H before checking for jpeg, because jconfig.h has this in it too (%#$@!). Fix from Matthias Clasen, #64500.
* Add headers. Add section about ActiveIMM.Tor Lillqvist2001-11-081-3/+44
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.)
* sigsetjmp is macroized in some places, so use AC_TRY_LINK instead ofManish Singh2001-11-051-2/+13
| | | | | | | Sun Nov 4 17:36:08 2001 Manish Singh <yosh@gimp.org> * acconfig.h configure.in: sigsetjmp is macroized in some places, so use AC_TRY_LINK instead of AC_CHECK_FUNCS for the check.
* use GLIB_AC_DIVERT_BEFORE_HELP() so we get proper output for configureSven Neumann2001-10-301-1/+3
| | | | | | | 2001-10-30 Sven Neumann <sven@gimp.org> * configure.in: use GLIB_AC_DIVERT_BEFORE_HELP() so we get proper output for configure --help.
* Don't use AC_CHECK_FILE to check for a file since it always spits warningsOwen Taylor2001-10-291-7/+9
| | | | | | | | | | | | | | | Mon Oct 29 12:21:49 2001 Owen Taylor <otaylor@redhat.com> * configure.in: Don't use AC_CHECK_FILE to check for a file since it always spits warnings about cross compilation, use -f instead. It's not like we cross compile properly anyways. * configure.in (gtktargetlib): Move call to AC_PROG_CC to suppress autoconf warning. * acconfig.h: Add some missing #undefs from recent Win32 additions.
* Updates.Tor Lillqvist2001-10-291-30/+121
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2001-10-29 Tor Lillqvist <tml@iki.fi> * README.win32: Updates. * gtk-zip.sh.in: New file, used to build distribution package for Windows. * gdk/gdkglobals.c: Mark gdk_threads_mutex for DLL export when applicable with GDKVAR. * gtk/gtk.def: Update. * gtk/gtkfilesel.c: Include <winsock.h> (if available) for gethostname(). * gtk/gtkmain.c * gtk/gtkrc.c: (Win32) Save actual DLL name for later use in DLL entry function. Avoid hardcoded paths GTK_LIBDIR, GTK_SYSCONFDIR, GTK_DATA_PREFIX and GTK_LOCALEDIR, instead add functions that call g_win32_get_package_installation_subdirectory() with the actual DLL name saved above. Redefine above directory name macros to call these functions. Remove some ifdefs. * gtk/maketypes.awk: Output GTKTYPEBUILTINS_VAR (that marks variable for export on Win32) also to the _vars file. Changes for autoconfiscated build on Win32, and addition of Win32 backend to the related files: * configure.in: Like in GLib, set LT_CURRENT_MINUS_AGE for use when forming DLL name in some files. Set MS_LIB_AVAILABLE is lib.exe is available. Call AC_LIBTOOL_WIN32_DLL. Set PLATFORM_WIN32, OS_WIN32 and USE_WIN32 automake conditionals. Add win32 target, using pangowin32. Don't use the -export-symbols-regex option on Win32, we use .def files to list exported symbols. Check <winsock.h> (for gethostname() in gtkfilesel.c). Enclose nested AC_CHECK_* macros in brackets to prevent premature m4 expansion. * acconfig.h: Add HAVE_WINTAB. * gdk/Makefile.am: Add libgdk-win32-1.3.la target and associated macros and rules. Use -no-undefined on Win32. Use gdk.def file. If MS_LIB_AVAILABLE, build MS import library. Install the import libraries. If HAVE_WINTAB, link with the Wintab library. * gtk/Makefile.am: Add libgtk-win32-1.3.la target and associated macros and rules. Use -no-undefined on Win32. Use gtk-win32.def file. Install import libraries.
* Version 1.3.10, require GLib 1.3.10.GTK_1_3_10Owen Taylor2001-10-251-2/+2
| | | | | | | | | Wed Oct 24 11:36:33 2001 Owen Taylor <otaylor@redhat.com> * configure.in (GTK_MICRO_VERSION): Version 1.3.10, require GLib 1.3.10. * NEWS: updates.
* add AS=CC and ASFLAGS=CFLAGS substitutions so that gtk+ can be built withJames Henstridge2001-10-111-0/+6
| | | | | | | | 2001-10-11 James Henstridge <james@daa.com.au> * configure.in: add AS=CC and ASFLAGS=CFLAGS substitutions so that gtk+ can be built with automake 1.5 while not breaking things for automake 1.4.
* Added build/win32/dirent/MakefileAlexander Larsson2001-09-301-0/+1
| | | | | | | 2001-09-29 Alexander Larsson <alla@lysator.liu.se> * configure.in: Added build/win32/dirent/Makefile
* ue Sep 25 12:41:17 2001 Owen Taylor <otaylor@redhat.com>GTK_1_3_9Owen Taylor2001-09-251-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * configure.in: Version 1.3.9, interface age 0, binary age 0. * configure.in: Require GLib-1.39, Pango 0.20, Atk 0.5. * NEWS: Updates. Mon Sep 24 11:59:09 2001 Owen Taylor <otaylor@redhat.com> * gtk/gtkstyle.[ch] (_gtk_draw_insertion_cursor): Shared function for drawing cursors between gtkentry/gtklabel/gtktextview. Should this be public? It has a bit of an odd interface, but custom editing widgets probably should be using it. Function will draw with wider width for taller cursors, and draws a little indicator arrow to indicate directoin for split cursors. * gtk/gtktextview.c: Add a "cursor_color" property. * gtk/gtktextdisplay.[ch]: Add a cursor_gc parameter to gtk_text_layout_draw(). * gtk/gtkentry.c gtk/gtklabel.c gtk/gtktextdisplay.c: Use _gtk_draw_insertion_cursor(). Tue Sep 25 11:22:23 2001 Owen Taylor <otaylor@redhat.com> * gtk/gtkcellrenderertext.c gtk/gtktexttag.c: Restore the behavior where you could turn family_set (etc) back on and get back the values you had before. * demos/gtk-demo/stock_browser.c (id_to_macro): Use g_string_ascii_up() rather than looping through the string ourself.
* add variables and checks for specific versions of dependencies. PreviouslyHavoc Pennington2001-09-211-1/+13
| | | | | | | | | | | | | | 2001-09-20 Havoc Pennington <hp@pobox.com> * configure.in (PANGO_REQUIRED_VERSION) (ATK_REQUIRED_VERSION): add variables and checks for specific versions of dependencies. Previously we didn't verify the Pango or ATk versions. 2001-09-09 Havoc Pennington <hp@pobox.com> * gtk/gtktextiter.c: fool with indentation (gtk_text_iter_in_range): add g_return_if_fail
* configure.in gdk/Makefile.am gtk/Makefile.am gtk/gtkselection.cSven Neumann2001-09-201-21/+5
| | | | | | | | | | | 2001-09-20 Sven Neumann <sven@gimp.org> * configure.in * gdk/Makefile.am * gtk/Makefile.am * gtk/gtkselection.c * gtk/gtktreeview.c * gtk/gtkwindow.c: removed remaining traces of nanox GDK backend.
* up version to 1.3.8, interface age 0, binary age 0, depend on glib 1.3.8.Tim Janik2001-09-181-2/+2
| | | | | | | | | Tue Sep 18 23:51:49 2001 Tim Janik <timj@gtk.org> * configure.in: up version to 1.3.8, interface age 0, binary age 0, depend on glib 1.3.8. * NEWS: 1.3.8 updates.
* Implement a search path for GTK+ modules.Owen Taylor2001-09-111-0/+6
| | | | | | | | | | | | | | | | | | | | | | | Sat Sep 8 16:19:02 2001 Owen Taylor <otaylor@redhat.com> * gtk/gtkmain.c: Implement a search path for GTK+ modules. * configure.in gtk/gtkrc.c gtk/Makefile.am: Look for modules in gtk-2.0/<type>/major.minor.(micro-binary_age) rather than in gtk-2.0/major.minor.micro/<type>/. This works better for a search path for modules. * gtk+-2.0.pc.in gtk+-2.0-uninstalled.pc.in: Add gtk_binary_version variable holding major.minor.(micro-binary_age). * modules/input/Makefile.am (moduledir): Fix installation directory to match change in lookup location. * gtk/gtkmain.c (gtk_init_check): Remove OS/2 code for dll suffixes. Needs to be handled in g_module_build_path(). * gtk/gtkrc.c gtk/queryimmodules.c: Use g_build_filename() where appropriate.
* Remove gdk/nanox/Makefile from AC_OUTPUT(), since it is no longer in cvs.Alexander Larsson2001-09-091-1/+0
| | | | | | | | 2001-09-09 Alexander Larsson <alla@lysator.liu.se> * configure.in: Remove gdk/nanox/Makefile from AC_OUTPUT(), since it is no longer in cvs.
* Version 1.3.7GTK_1_3_7Owen Taylor2001-09-041-1/+0
| | | | | | | | | | | | | | Tue Sep 4 09:37:19 2001 Owen Taylor <otaylor@redhat.com> * Version 1.3.7 * configure.in docs/Makefile.am docs/gtk-config.1.in: Remove docs for gtk-config * modules/input/Makefile.am (install-data-local): Don't run gtk-query-immodules if DESTDIR is set. * NEWS: Various additions.
* Use autoconf 2.13/2.50 compat macro.Owen Taylor2001-08-271-4/+4
| | | | | | | | | | | | | | | | | | | Sun Aug 26 20:00:00 2001 Owen Taylor <otaylor@redhat.com> * configure.in acinclude.m4: Use autoconf 2.13/2.50 compat macro. (patch from ERDI Gergo <cactus@cactus.rulez.org>, #58920) * gtk/gtkmenuitem.c (gtk_menu_item_set_right_justified): Change interface to be a standard setter from gtk_menu_item_right_justify. (gtk_menu_item_get_right_justified): a getter to go with the setter * gtk/gtkmenuitem.h: Add a deprecated compat macro for gtk_menu_item_right_justify. * demos/gtk-demo/menus.c tests/testgtk.c: Switch to gtk_menu_item_set_right_justified.
* [ Patch from Sebastian Wilhelmi, 52790 ]Owen Taylor2001-08-231-1/+1
| | | | | | | | | | | | | | | | | | | | | Wed Aug 22 19:15:39 2001 Owen Taylor <otaylor@redhat.com> [ Patch from Sebastian Wilhelmi, 52790 ] * gtk/gtkversion.h.in gtk/gtk.h: New file replacing gtkcompat.h * gdk/gdkcompat.h gdk/gdk*.h gtk/gtkcompat.h.in gtk/gtk*.h: Move compatibility macros from g[dt]kcompat.h to within #ifndef G[DT]K_DISABLE_DEPRECATED in each file. * gdk/gdk-pixbuf-csource.c: Fix up include of gtkcompat.h. * demos/Makefile.am demos/gtk-demo/Makefile.am docs/reference/gdk-pixbuf/Makefile.am modules/input/Makefile.am tests/Makefile.am: Remove references to -G[DT]K_DISABLE_DEPRECATED. * demos/{pixbuf-demo.c,testpixbuf-drawable.c,testpixbuf-save.c, testpixbuf.c}: Fix usages of deprecated functions.
* Add tga loader, patch by Nicola Girardi. (#56067)Matthias Clasen2001-08-211-1/+1
|
* up version to 1.3.7, interface age 0, binary age 0. depend on glib 1.3.7.Tim Janik2001-06-281-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Thu Jun 28 17:18:41 2001 Tim Janik <timj@gtk.org> * configure.in (GTK_MICRO_VERSION): up version to 1.3.7, interface age 0, binary age 0. depend on glib 1.3.7. * gtk/gtkcontainer.c: remove g_signal_handlers_disconnect_by_func() hack. * gtk/gtkmenubar.c: same here. * gtk/gtkcontainer.c (gtk_container_focus_tab): fix param-spec retrival. * gtk/gtkcolorsel.c (gtk_color_selection_init): fix connect_data() usage. * gtk/gtkentry.c (gtk_entry_focus_in): same here. * gtk/gtkmenubar.c (add_to_window): likewise. * gtk/gtktextbtree.c: and here... * gtk/gtktextview.c (gtk_text_view_ensure_layout): same thing. * gtk/gtktoolbar.c (gtk_toolbar_init): once more. * gtk/gtktreemodel.c (connect_ref_callbacks): and another time. * gtk/gtktreeviewcolumn.c: (_gtk_tree_view_column_set_tree_view): yet again. * demos/gtk-demo/images.c (progressive_timeout): demonstrate signal connections without g_signal_connect_data(). * demos/gtk-demo/stock_browser.c (do_stock_browser): second demo of the matter. * demos/testpixbuf.c (main): running out of equality phrases for the ChangeLog, but had to adapt connections here as well. * demos/testanimation.c (progressive_timeout): and for the fun of it, tackled this the same way. * tests/testtext.c (create_view): ok, it's becoming a pain at this point, but had enough enery for one more fix. * tests/testtreecolumns.c (main): stand up man, do your work! * tests/testtreeview.c (set_columns_type): ok, this is the last file i fix, either that's been all of it or CVS gtk is broken yet again.
* Added --enable-fbmanager. This is some experimental code that lets severalAlexander Larsson2001-06-251-0/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2001-06-25 Alexander Larsson <alexl@redhat.com> * configure.in: Added --enable-fbmanager. This is some experimental code that lets several GtkFB apps coordinate their access to the framebuffer. * acconfig.h: Added ENABLE_FB_MANAGER. * gdk/linux-fb/Makefile.am: Added gdkfbmanager and gdkfbswitch. * gdk/linux-fb/gdkkeyboard-fb.c: * gdk/linux-fb/gdkmouse-fb.c: * gdk/linux-fb/gdkprivate-fb.h: Split device init and open so that they can be opened and closed while switched away. * gdk/linux-fb/gdkmain-fb.c: Add the basic manager communication. * gdk/linux-fb/gdkrender-fb.c: Don't update to the shadow fb if we're blocked by the fb manager.
* Fix tests for XShm.h.Owen Taylor2001-06-231-9/+18
| | | | | | | | | Sat Jun 23 18:02:46 2001 Owen Taylor <otaylor@redhat.com> * configure.in: Fix tests for XShm.h. * gdk/x11/gdkimage-x11.c: Cleanup error handling in gdk_image_new() by use of goto, properly use g_object_unref().
* UpdatesHavoc Pennington2001-06-131-15/+20
| | | | | | | | | | 2001-06-11 Havoc Pennington <hp@redhat.com> * NEWS: Updates * configure.in (GTK_MINOR_VERSION): bump version to 1.3.6 * gtk/Makefile.am: glib_genmarshal already contains top_builddir
* output m4macros/MakefileHavoc Pennington2001-06-071-0/+1
| | | | | | 2001-06-07 Havoc Pennington <hp@redhat.com> * configure.in: output m4macros/Makefile
* subst GLIB_GENMARSHAL, GOBJECT_QUERY, GLIB_MKENUMS variablesHavoc Pennington2001-06-071-26/+38
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2001-06-07 Havoc Pennington <hp@redhat.com> * m4macros/glib-2.0.m4: subst GLIB_GENMARSHAL, GOBJECT_QUERY, GLIB_MKENUMS variables * gmodule-2.0.pc.in: add gmodule_supported variable * glib-2.0.pc.in: add glib_genmarshal, gobject_query, glib_mkenums variables * configure.in: put G_MODULE_SUPPORTED value into .pc files * autogen.sh: support AUTOGEN_SUBDIR_MODE * Makefile.am: add -uninstalled.pc.in to EXTRA_DIST 2001-06-07 Havoc Pennington <hp@redhat.com> * pango/Makefile.am: add libpango.la to _DEPENDENCIES for the other libs * configure.in: use AM_PATH_GLIB_2_0 * autogen.sh: support AUTOGEN_SUBDIR_MODE * Makefile.am: dist the .pc.in files 2001-06-07 Havoc Pennington <hp@redhat.com> * atk/Makefile.am: use @GLIB_GENMARSHAL@ so we can use uninstalled glib-genmarshal * configure.in: rearrange the library checks to support uninstalled linking * autogen.sh: add support for AUTOGEN_SUBDIR_MODE * atk-uninstalled.pc.in: new file, allows linking to uninstalled ATK in giant GTK tarball 2001-06-07 Havoc Pennington <hp@redhat.com> * tests/Makefile.am: add missing -I flag * gtk/Makefile.am: use @GLIB_MKENUMS@, @GLIB_GENMARSHAL@, etc. * configure.in: use pkg-config to see if GModule is supported; fix to properly turn on included loaders when GModule isn't supported; don't use AC_CHECK_LIB when libs are not installed yet * autogen.sh: add support for AUTOGEN_SUBDIR_MODE * Makefile.am (SUBDIRS): add m4macros subdir * gtk/Makefile.am: $(srcdir)/foo targets must be $(srcdir)/foo in dependencies also.
* Make gdk-pixbuf have same version number as GTKHavoc Pennington2001-06-041-3/+3
| | | | | | 2001-06-04 Havoc Pennington <hp@redhat.com> * configure.in: Make gdk-pixbuf have same version number as GTK
* Use $PKG_CONFIG, not pkg-config. (#51032)Owen Taylor2001-05-291-8/+8
| | | | | | | | | | Tue May 29 17:40:29 2001 Owen Taylor <otaylor@redhat.com> * configure.in (GTK_DEP_CFLAGS): Use $PKG_CONFIG, not pkg-config. (#51032) * gdk/gdkproperty.h: Remove inappropriate G_GNUC_CONST (fixes #51952, James Henstridge)
* Only show the separator if both children are present and visible.Owen Taylor2001-05-211-2/+2
| | | | | | | | | | Mon May 21 11:29:21 2001 Owen Taylor <otaylor@redhat.com> * gtk/gtk{h,v,}paned.c: Only show the separator if both children are present and visible. * configure.in: Fixed reversed conditional causing all image libraries to be linked in.
* Start checks for X from pangox/pangoxft CFLAGS to avoid duplicateOwen Taylor2001-05-201-70/+38
| | | | | | | | | | | | Sun May 20 13:59:20 2001 Owen Taylor <otaylor@redhat.com> * configure.in: Start checks for X from pangox/pangoxft CFLAGS to avoid duplicate libraries. * gdk/Makefile.am (LDFLAGS): Remove extra -lm. * configure.in (GDK_PIXBUF_PACKAGES): Fix GDK_PIXBUF_PACKAGES to include gobject.
* Remove reallocate-redraws property. This is something that only a widgetOwen Taylor2001-05-181-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | Fri May 18 14:25:20 2001 Owen Taylor <otaylor@redhat.com> * gtk/gtkcontainer.c: Remove reallocate-redraws property. This is something that only a widget writer would ever want to change. * gtk/gtksignal.c: Handle G_SIGNAL_TYPE_STATIC_SCOPE for gtk_signal_emit_by_name(). * gtk/gtkviewport.c: Fix some warnings. * gtk/gtkwidget.c gtk/gtksizegroup.c: Add "size group" facility allowing the requisitions of multiple widgets to be grouped together. * tests/testgtk.c: Add GtkSizeGroup test * demos/gtk-demo/sizegroup.c: Add GtkSizeGroup demo. * demos/gtk-demo/main.c demos/gtk-demo/pixbufs.c: Fix some warnings. * configure.in: Switch to using AM_GLIB_GNU_GETTEXT.
* fix some shell typosHavoc Pennington2001-05-071-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2001-05-04 Havoc Pennington <hp@redhat.com> * configure.in: fix some shell typos * gtk/gtkcolorsel.c (gtk_color_selection_destroy): warning fix * gtk/gtkimage.c: handle animations * gtk/gtkcheckbutton.c (gtk_check_button_size_request): request border_width * 2, not just border_width * gtk/gtkscale.c: add "format_value" signal to allow people to override the way values are drawn. (gtk_scale_get_value_size): fix width/height mistake, and compute size from actual displayed text, not from made-up text. * gtk/gtktexttag.c (gtk_text_tag_class_init): fix return type in signal registration * tests/testtext.c: Add "Remove all tags" menu item for testing * gtk/gtktextbuffer.c (gtk_text_buffer_remove_all_tags): implement * demos/gtk-demo/main.c (main): add hack so we can find modules without installing gtk * demos/gtk-demo/textview.c (insert_text): demo font scaling * gtk/gtkcellrenderertext.c: Add "scale" property (font scaling factor) (gtk_cell_renderer_text_set_property): remove some bogus g_object_notify * gtk/gtktexttag.c: add "scale" property which is a font scaling factor * gtk/gtktextlayout.c (add_text_attrs): add font scale attribute to layout * gtk/gtktextiter.c (gtk_text_iter_is_start): rename from gtk_text_iter_is_first 2001-05-04 Havoc Pennington <hp@redhat.com> * pixops/pixops.c (pixops_process): merge fix from stable: Patch from hoshem@mel.comcen.com.au to fix nonzero X offsets. Fixes bug #50371. * gdk-pixbuf/pixops/pixops.c (pixops_composite_nearest): merge from stable: Patch from OKADA Mitsuru <m-okada@fjb.co.jp> to fix confusion of using "src" instead of "p". (pixops_composite_color_nearest): Use a more accurate (and correct, to begin with) compositing method. This cures checks showing through on images with no alpha. * gdk-pixbuf.c (gdk_pixbuf_fill): fix bug that left some trailing bytes unfilled. * gdk-pixbuf-io.h: fix UpdatedNotifyFunc to use signed ints * gdk-pixbuf-loader.h (struct _GdkPixbufLoaderClass): Change area_updated signal to use signed ints. Removed animation-related signals. * io-gif.c, io-gif-animation.h, io-gif-animation.c: Massive rewrite action * gdk-pixbuf-animation.c: Add GdkPixbufAnimationIter to abstract all the pesky details. Remove old frame-based API. Make GdkPixbufAnimation an abstract base class, derived by the loaders.
* Release 1.3.5GTK_1_3_5Owen Taylor2001-05-051-1/+1
| | | | | | | | | | | | | Sat May 5 10:06:24 2001 Owen Taylor <otaylor@redhat.com> * Release 1.3.5 * configure.in (GTK_MICRO_VERSION): Up to 1.3.5 * NEWS: Updated * demos/gtk-demo/Makefile.am (EXTRA_DIST): Fix minor Makefile breakage.
* Add dependency on Atk for accessibility support.Owen Taylor2001-05-031-359/+379
| | | | | | | | | | | | | Thu May 3 14:13:49 2001 Owen Taylor <otaylor@redhat.com> * INSTALL.in HACKING gtk/gtkaccessible.[ch] gtk/gtk.c: Add dependency on Atk for accessibility support. * configure.in **/Makefile.am: Major reworking of substituted variables for CFLAGS/LIBS to make a lot more sane and keep the the compile/link lines a bit shorter. * gdk/x11/gdkkeys-x11.c: Fix #endif with trailing stuff.
* Remove deprecation of gtk_window_set_default_size() until patch addingOwen Taylor2001-04-261-23/+0
| | | | | | | | | | | | Thu Apr 26 10:40:41 2001 Owen Taylor <otaylor@redhat.com> * gtk/gtkwindow.h: Remove deprecation of gtk_window_set_default_size() until patch adding gtk_window_set_size() is recommitted. * **Makefile.am configure.in gdk/x11/gdkim-11.c gtk/gtkmain.c gtk/gtkimmulticontext.c gtk/gtkmain.c gtk/gtkrc.c: Remove all traces of -DX_LOCALE support. (#10784)
* Released 1.3.4GTK_1_3_4Owen Taylor2001-04-171-1/+1
| | | | | | | | | | | Tue Apr 17 18:05:34 2001 Owen Taylor <otaylor@redhat.com> * Released 1.3.4 * NEWS: Updated * gtk/gtktextview.c (gtk_text_view_class_init): Fix to not use GTK_TYPE_ENUM.
* Don't put -lgthread in GLIB_LIBS, GLIB_DEPLIBSOwen Taylor2001-04-171-1/+3
| | | | | | | | | | | | | | | | | | | | | Tue Apr 17 13:47:12 2001 Owen Taylor <otaylor@redhat.com> * configure.in: Don't put -lgthread in GLIB_LIBS, GLIB_DEPLIBS * gtk/gtktypeutils.h gtk/gtksignals.h: Restore proper parameter names to compatibility #defines so docs work. * gtk/gtkenums.h: Remove GtkMenuFactoryType * gtk/gtkwindow.c gtk/gtkdnd.c: Docs cleanups. * configure.in: Don't include -lgthread in GLIB_LIBS, GLIB_DEPLIBS * tests/testgtkrc: No magenta cursors, please. * README.in INSTALL.in HACKING README.cvs-commits: Updated. * gtk/gtkenums.h (enum): Remove left over GtkMenuFactoryType.