summaryrefslogtreecommitdiff
path: root/docs
Commit message (Collapse)AuthorAgeFilesLines
* Start mass update for GTK 1.1 Look for the best version of awk Fix FD leakGMT 1998 Tony Gale1998-12-072-2038/+2252
| | | | | | | | | Mon Dec 7 15:15:06 GMT 1998 Tony Gale <gale@gtk.org> * docs/gtk_tut.sgml: Start mass update for GTK 1.1 * examples/extract.sh: Look for the best version of awk * examples/extract.awk: Fix FD leak * example/base: minimal example from Tutorial
* Fixes for low-color displays and a slight enhancement for true-colorCST 1998 Shawn T. Amundson1998-12-031-1/+1
| | | | | | | | | | | | | Wed Dec 2 17:45:21 CST 1998 Shawn T. Amundson <amundson@gtk.org> * gtk/gtkpixmap.c: Fixes for low-color displays and a slight enhancement for true-color displays. * INSTALL: README: configure.in: gtk+.spec: docs/gtk-config.1: up to version 1.1.6
* GTK_BASIC and freeze/thaw explanaitionTim Janik1998-11-281-0/+15
|
* Edited section on the ScrolledWindow.Owen Taylor1998-11-241-20/+24
| | | | | | | | | | | | | | | | | Tue Nov 24 11:31:06 1998 Owen Taylor <otaylor@redhat.com> * docs/Changes-1.2.txt: Edited section on the ScrolledWindow. * gtk/gtklayout.c (gtk_layout_set_[hv]adjustment): Remove some code duplication. * gtk/gtklayout.[ch] Fixed mapping and unmapping of child windows and child widgets when scrolling greater than 32k pixels. * testgtk.c: Modified layout test to test scrolling over long distances. * gtk/gtkplug.c: Added a few blank lines.
* added a section on scrolled windows and scrollable widgets.Tim Janik1998-11-241-2/+21
| | | | | | | Tue Nov 24 07:46:09 1998 Tim Janik <timj@gtk.org> * docs/Changes-1.2.txt: added a section on scrolled windows and scrollable widgets.
* INSTALL: NEWS: README: gtk+.spec: docs/gtk-config.1: Version incrementedCST 1998 Shawn T. Amundson1998-11-231-1/+1
| | | | | | | | | | | | | Sat Nov 21 18:41:13 CST 1998 Shawn T. Amundson <amundson@gtk.org> * configure.in: INSTALL: NEWS: README: gtk+.spec: docs/gtk-config.1: Version incremented to 1.1.5 * Released GTK+ 1.1.5
* Merge from themes-2. See the ChangeLog for a somewhat detailedOwen Taylor1998-11-062-387/+15
| | | | | history of the evolution of the changes involved. Most of this is actually minor painting tweaks.
* Released GTK+ 1.1.3CST 1998 Shawn T. Amundson1998-10-315-500/+153
| | | | | | | | | | | | | | | | | | | | | | | | Sat Oct 31 03:11:57 CST 1998 Shawn T. Amundson <amundson@gtk.org> * Released GTK+ 1.1.3 * INSTALL: * NEWS: * README: * gtk+.spec: * docs/gtk-config.1: updated for v1.1.3 * Makefile.am * sanity_check * docs/Makefile.am: Includes new 'make release' as well as 'make sanity'. Also handles html and text creation from html, and puts them into the distribution * docs/Makefile.sgml: removed, similar functionality is now in the Makefile.am file * docs/.cvsignore: ignore html and text directories * docs/glib.texi: removed (now in glib dist)
* Added a modular client-message-filter mechanism, that is used for the DNDOwen Taylor1998-10-182-0/+259
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Sun Oct 18 18:16:39 1998 Owen Taylor <otaylor@gtk.org> * gdk/gdk.c gdkprivate.h: Added a modular client-message-filter mechanism, that is used for the DND messages. Removed all the old DND code. * gdk/gdkcolormap.c gdk/gdkcolormap.h: Add a function to get the visual of a given colormap. * gtk/gtkcolorsel.c: Conversion to new DND, drag a color-swatch. * gdk/gdk.h gdk/gdkdnd.c: The low-level X oriented portions of drag and drop protocols. Sending and receiving client messages, and navigating window trees. * gdk/gdkimage.c: added a gdk_flush() when destroying SHM images to hopefully make it more likely that X will gracefully handle the segment being destroyed. * gdk/gdkprivate.h gtk/gtkdebug.h: Add new DND debugging flags. * gtk/gtkeditable.[ch]: Updates for the selection handling changes. * gtk/gtkselection.[ch]: Added GtkTargetList, a refcounted data structure for keeping track of lists of GdkAtom + information. Removed selection_handler_add in favor of a "drag_data_get" signal. * gtk/gtkdnd.[ch] gtk/gtk.h: New files - highlevel (event loop dependent) parts of the DND protocols, display of drag icons, drag-under highlighting, and the "default handlers". * gtk/gtkinvisible.[ch]: New widget - InputOnly offscreen windows that are used for reliable pointer grabs and selection handling in the DND code. * gtk/testdnd.c: New test program for new DND. (Old DND tests in testgtk still need to be converted.) * gtk/testselection.c: Use the new selection API. * docs/dnd_internals: Start at describing how all the new code works inside. * docs/Changes-1.2.txt: New file describing source-incompatible changes in GTK+-1.2. Sat Oct 17 22:50:34 1998 Owen Taylor <otaylor@gtk.org> * gdk/gdkwindow.c (gdk_window_remove_filter): Free the right list node. * gdk/gdkwindow.c (gdk_window_init): Add gdk_root_parent to the XID table so we can receive events on it. Wed Oct 14 12:57:40 1998 Owen Taylor <otaylor@redhat.com> * gdk/gdk.c gdk/gdk.h (gdk_event_get_time): New function to get the timestamp from a generic event. Fri Oct 9 13:16:04 1998 Owen Taylor <otaylor@redhat.com> * gtk/gtkwidget.c (gtk_widget_add_events): Added function that safely adds additional events to a widget's event mask, even if the widget has previously been realized. (We can do this, but not remove events from the event mask). Fri Oct 2 17:35:35 1998 Owen Taylor <otaylor@redhat.com> * gdk/gdkproperty.c (gdk_property_get): Allow type == 0, for AnyPropertyType. Fri Oct 2 10:32:21 1998 Owen Taylor <otaylor@redhat.com> * gdk/gdkproperty.c (gdk_atom_intern): Add client-local hashing. Thu Sep 24 20:33:54 1998 Owen Taylor <otaylor@redhat.com> * gdk/gdk.c (gdk_event_send_clientmessage_toall): serial isn't a timestamp. Thu Sep 17 14:23:03 1998 Owen Taylor <otaylor@redhat.com> * gdk/gdk.c (gdk_event_translate): Removed printing of unknown window lookup warnings. (Made it a GDK_NOTE) - they happen in many circumstances.
* update I've had sat around: - Grammar patch from James R. Van ZandtBST 1998 Tony Gale1998-10-042-1024/+1850
| | | | | | | | | Sun Oct 4 17:45:43 BST 1998 Tony Gale <gale@gtk.org> * docs/gtk_tut.sgml: update I've had sat around: - Grammar patch from James R. Van Zandt <jrv@vanzandt.mv.com> - Range Widget update from David Huggins-Daines <bn711@freenet.carleton.ca> - New Toolbar section from Jacek Wojdel <J.C.Wojdel@cs.tudelft.nl>
* More stuff about the type system.Marius Vollmer1998-09-201-114/+229
|
* added -posix check for NeXTStepManish Singh1998-09-091-1/+1
| | | | | | | | | | | * configure.in: added -posix check for NeXTStep * gtk/testthreads.c: applied part of gtk-joke-980907-0 to use a unique buffer for each thread. * docs/gtk-config.1: clarified copyright -Yosh
* Started to document the lowest layers of the type system.Marius Vollmer1998-08-251-49/+307
|
* One character type fix - tony [gale@gtk.org]Tony Gale1998-08-132-2/+2
|
* - Tidy up of the menufactory example from Andy Kahn <kahn@zk3.dec.com> -BST 1998 Tony Gale1998-08-132-508/+3630
| | | | | | | | | | | | | | | Thu Aug 13 09:11:11 BST 1998 Tony Gale <gale@gtk.org> * docs/gtk_tut.sgml: - Tidy up of the menufactory example from Andy Kahn <kahn@zk3.dec.com> - New section on Range Widgets from David Huggins-Daines <bn711@freenet.carleton.ca> - Started a new section on 'Advanced Event and Signal Handling' - used an email from Owen. - New appendix on Gdk Event Types - Added the tictactoe full example code to the 'Code Examples' appendix
* Added gdk_text/string_extents() - too calculate all the metrics at once ofOwen Taylor1998-08-121-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Tue Jul 21 12:42:01 1998 Owen Taylor <otaylor@redhat.com> * gdk/gdk.h gdk/gdkfont.c: Added gdk_text/string_extents() - too calculate all the metrics at once of a string, including things which weren't calculated before. * gtk/Makefile.am gtk/gtk.h gtk/gtktearoffmenu.[ch]: New MenuItem type, that when put as the first thing in a menu, makes the menu tearoff. Currently drawn as a dashed line. * gtk/gtkmenuitem.h gtk/gtkcheckmenuitem.c: Added a flag "hide_on_activate" to the MenuItem class structure to allow check and radio buttons to be changed with <Space> without hiding the menu. * gtk/gtkaccellabel.[ch]: Added new capabilities to set a underline_group and underline_mods for the label - accelerators added in the underline group matching underline_mods will be displayed as an underline character. This doesn't work - Save As needs to be underlined as Save _As. * gtk/gtkitemfactory.c: - Create a AccelGroup for each MenuShell we create. - If an '&' appears before a character 'c' in the path, then make 'c' an accelerator in the menu's accel group, and if the menuitem is menubar <alt>C an accelerator in the itemfactory's accel group. * gtk/gtklabel.[ch]: Add support for a pattern arg - which is a string. If an '_' appears in this string, the corresponding position in the label is underlined. Add gtk_label_parse_uline() convenience function which takes a string with embedded underlines, sets the pattern and label, and returns the accelerator keyval. * gtk/gtkmenu.[ch]: Make menus no longer a toplevel widget. Instead, they create a GtkWindow and add themselves to that. (When torn off, another new feature, they create another GtkWindow to hold the torn off menu) New function gtk_menu_set_tearoff_state() * gtk/gtkenums.h gtk/gtkmenushell.[ch] gtk/gtkenums.h: Added action signals for keyboard navigation of menus. * gtk/gtkmenushell.c: Key press handler which activates bindings for navigation, and accelerators, for handling underline accelerators. Exported functions to select and activate menu items in a menushell. * gtk/testgtk.c: Added a new "Item Factory" test which tests GtkItemFactory and the new keyboard navigation of menus.
* version bump to 1.1.1, binary age 0, interface age 0. GLib version 1.1.1Tim Janik1998-08-041-0/+1
| | | | | | | | | | Tue Aug 4 16:18:26 1998 Tim Janik <timj@gtk.org> * configure.in: version bump to 1.1.1, binary age 0, interface age 0. GLib version 1.1.1 is now required at minimum. * docs/Makefile.am: added gtk_tut_fr.sgml to EXTRA_DIST (french version of the Gtk+ tutorial, contributed by Eric Jacoboni <jaco@dotcom.fr>.
* Mon, 3 Aug 1998 20:08:46 +0200 [Vincent]Vincent Renardias1998-08-032-0/+17200
| | | | * French version of the Gtk+ tutorial contributed by Eric Jacoboni <jaco@dotcom.fr>
* new directory new file, initial gtk_button man pageCDT 1998 Shawn T. Amundson1998-07-291-0/+242
| | | | | | | Tue Jul 28 20:32:03 CDT 1998 Shawn T. Amundson <amundson@gtk.org> * gtk/docs/man: new directory * gtk/docs/man/gtk_button.pod: new file, initial gtk_button man page
* new format for GDK documentation. Eventually plan to remove gdk.texi, butCDT 1998 Shawn T. Amundson1998-07-281-0/+198
| | | | | | | | Tue Jul 28 00:15:28 CDT 1998 Shawn T. Amundson <amundson@gtk.org> * docs/gdk.sgml: new format for GDK documentation. Eventually plan to remove gdk.texi, but not quite yet. Just getting started.
* GtkTree section from David Huggins-Daines <bn711@freenet.carleton.ca>, addBST 1998 Tony Gale1998-07-272-12/+3786
| | | | | | | | | | Mon Jul 27 09:18:13 BST 1998 Tony Gale <gale@gtk.org> * docs/gtk_tut.sgml: GtkTree section from David Huggins-Daines <bn711@freenet.carleton.ca>, add a GtkText widget example * examples/text/* example/tree/* : new examples for the GtkTree and GtkText widgets
* update anon CVS infoBST 1998 Tony Gale1998-07-062-6/+26
| | | | | | Mon Jul 6 12:06:23 BST 1998 Tony Gale <gale@gtk.org> * docs/gtkfaq.sgml: update anon CVS info
* add section on GtkCList widget, contributed by Stefan MarsBST 1998 Tony Gale1998-06-252-12/+1430
| | | | | | | | Thu Jun 25 07:53:51 BST 1998 Tony Gale <gale@gtk.org> * docs/gtk_tut.sgml: add section on GtkCList widget, contributed by Stefan Mars <mars@lysator.liu.se> * examples/clist/clist.c examples/clist/Makefile: example code for GtkCList widget from the Tutorial
* gdk/gdktypes.h gdk/gdkprivate.h gtk/gtk*.h gtk/Makefile.am gtk/makenums.plOwen Taylor1998-06-152-12/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Mon Jun 15 16:29:45 1998 Owen Taylor <otaylor@gtk.org> * gdk/gdktypes.h gdk/gdkprivate.h gtk/gtk*.h gtk/Makefile.am gtk/makenums.pl Removed out the G_ENUM/FLAGS mechanism in favor of a perl script that parses the standard headers (with occasional /*< nick=foo >*/ style overrides) and extracts the enumerations. gtk/maketypes.awk: Small improvments to the translation of names. (Avoid splitting gc into g_c_.) Mon Jun 15 16:25:44 1998 Owen Taylor <otaylor@gtk.org> * gtk/Makefile.am gtk/gtk.h gtk/gtkfontsel.[ch] gtk/testgtk.c: Damon Chaplin's <DAChaplin@email.msn.com> Font selection widget, and a simple example for testgtk. Mon Jun 15 15:58:34 1998 Owen Taylor <otaylor@gtk.org> * gtk/gtkentry.c: - Restored gtk_entry_adjust_scroll to static - Changed text positioning code so that we always display as large a portion of the text as possible. Mon Jun 15 15:42:12 1998 Owen Taylor <otaylor@gtk.org> * gtk/gtktext.c (gtk_text_finalize): Free internal structures of text widget. Also, unreference pixmaps when unrealizing. Sat Jun 13 19:14:39 1998 Owen Taylor <otaylor@gtk.org> * gdk/gdkinputcommon.h (gdk_input_device_new): Change 3.3.1 bug workaround to number keys starting at 1. Sat Jun 13 11:56:57 1998 Owen Taylor <otaylor@gtk.org> * docs/gtk_tut.sgml: Fixed urls for complete example source for scribble+widget-writing examples.
* minor changes to support auto extraction of example codeBST 1998 Tony Gale1998-06-022-56/+62
| | | | | | | Tue Jun 2 13:04:06 BST 1998 Tony Gale <gale@gtk.org> * docs/gtk_tut.sgml: minor changes to support auto extraction of example code
* Update of Italian Tutorial to Tutorial of 24th May, from Daniele CanazzaBST 1998 Tony Gale1998-06-012-64/+64
| | | | | | | Mon Jun 1 12:47:56 BST 1998 Tony Gale <gale@gtk.org> * docs/gtk_tut_it.sgml: Update of Italian Tutorial to Tutorial of 24th May, from Daniele Canazza <dcanazz@tin.it>
* - new section on Events - change all delete_event callbacks to include aBST 1998 Tony Gale1998-05-292-2330/+2720
| | | | | | | | | | | | | | | Fri May 29 13:53:57 BST 1998 Tony Gale <gale@gtk.org> * docs/gtk_tut.sgml: - new section on Events - change all delete_event callbacks to include a GdkEvent parameter - clean up the formatting * examples - helloworld.c, helloworld2.c, notebook.c, packbox.c, pixmap.c, progressbar.c, radiobuttons.c, rulers.c, table.c, wheelbarrow.c: change all delete_event callbacks to include a GdkEvent parameter.
* - GtkTooltips, update to current API - change all 'gpointer *data' toBST 1998 Tony Gale1998-05-242-64/+64
| | | | | | | | | Sun May 24 12:11:38 BST 1998 Tony Gale <gale@gtk.org> * docs/gtk_tut.sgml: - GtkTooltips, update to current API - change all 'gpointer *data' to 'gpointer data' - other minor changes
* Define GTK_HAVE_RC_SET_IMAGE_LOADER, to be used in gnome-libsMiguel de Icaza1998-05-221-36/+129
| | | | | | | 1998-05-22 Miguel de Icaza <miguel@nuclecu.unam.mx> * gtk/gtkfeatures.h.in: Define GTK_HAVE_RC_SET_IMAGE_LOADER, to be used in gnome-libs
* Rewritten and hopefully improved.Owen Taylor1998-05-122-1/+53
| | | | | | | | | | | Tue May 12 00:24:59 1998 Owen Taylor <otaylor@gtk.org> * docs/gtk-config.1: Rewritten and hopefully improved. Mon May 11 20:26:39 PDT 1998 Manish Singh <yosh@gimp.org> * docs/Makefile.am * docs/gtk-config.1: added man page for gtk-config by Ben Gertzfield
* add question on multi-threading, minor URL cleanups.BST 1998 Tony Gale1998-05-112-80/+196
| | | | | | | Mon May 11 17:54:44 BST 1998 Tony Gale <gale@gtk.org> * gtkfaq.sgml: add question on multi-threading, minor URL cleanups.
* Started documentation of GtkCTree.Stefan Jeske1998-05-105-2/+110
|
* update of Italian tutorial translation from Daniele CanazzaBST 1998 Tony Gale1998-05-092-1436/+4936
| | | | | | | Sat May 9 16:30:33 BST 1998 Tony Gale <gale@gtk.org> * docs/gtk_tut_it.sgml: update of Italian tutorial translation from Daniele Canazza <dcanazz@tin.it>
* Merges from the gtk-1-0 branchOwen Taylor1998-05-042-4/+118
| | | | | | | | | | | | | | | | | | | | | | | Sun May 3 14:55:34 1998 Owen Taylor <otaylor@gtk.org> * docs/gtkfaq.sgml (CPPFLAGS): Added a FAQ entry about "glibconfig.h" and another about writing another IRC client. Sat May 2 00:14:05 1998 Owen Taylor <otaylor@gtk.org> * gtk/gtkpreview.c (gtk_trim_cmap): Make sure the parameters to log are doubles. Digital Unix apparently is missing the argument in its prototype. Sun May 3 19:04:46 1998 Owen Taylor <otaylor@gtk.org> * gtk/gtklabel.c (gtk_label_state_changed): Don't force a clear until the widget is actually on screen. Hopefully nothing else though CVS think there are a whole bunch more changed files.
* New function to reset the RC styles for a heirarchyOwen Taylor1998-05-011-2/+6
| | | | | | | | | | | | | | | | | | Fri May 1 12:06:43 1998 Owen Taylor <otaylor@gtk.org> * gtk/gtkwindow.[ch] (gtk_widget_reset_rc_styles): New function to reset the RC styles for a heirarchy Clear the window background if necessary in gtk_window_style_set. * gtk/gtkrc.[ch]: New function gtk_rc_reparse_all() which rereads all previously read RC files. * gdk/gdkwindow.c gdk/gdk.h: New function gdk_window_get_toplevels(). (Should it just be called gdk_get_toplevels?) * gtk/testgtk.c: New test to reload RC files.
* Minor additions and fixesOwen Taylor1998-04-141-3/+2
|
* more on GIMP (et al) configure problems.BST 1998 Tony Gale1998-04-062-10/+62
| | | | | | | Mon Apr 6 18:48:49 BST 1998 Tony Gale <gale@gtk.org> * docs/gtkfaq.sgml: more on GIMP (et al) configure problems.
* Take border in account properly.Owen Taylor1998-04-061-5/+4
| | | | | | | | | | | | | | | | | | Mon Apr 6 08:05:23 1998 Owen Taylor <owt1@cornell.edu> * gtk/gtkbutton.c (gtk_button_paint): Take border in account properly. * gtk/gtktext.c (gtk_text_realize): Don't recompute geometry when creating with initial 1x1 geometry, since our calculations can't handle that. Leave text->line_start_cache NULL as sign we don't have a real geometry yet. * gtk/gtkentry.c (gtk_entry_motion_notify): Use the x value we get from gdk_window_get_pointer, not from event->x - since we always specify OwnerGrabButtonMask (why???), event->x can refer to another window.
* Mon Apr 6 08:08:49 BST 1998 Tony Gale <gale@gtk.orgTony Gale1998-04-062-4/+4
| | | | | | * docs/gtk_tut.sgml examples/helloworld/helloworld.c: Change a missed "delete_event" return value description from TRUE to FALSE.
* Tony Gale <gale@gtk.org>Tony Gale1998-04-042-2/+2
| | | | * remember to change the date
* subsections on Aspect Frames and Paned widgets.BST 1998 Tony Gale1998-04-042-24/+560
| | | | | | | | | Sat Apr 4 12:23:23 BST 1998 Tony Gale <gale@gtk.org> * docs/gtk_tut.sgml: (gtk-crichton-980403-0) subsections on Aspect Frames and Paned widgets. * examples/paned examples/aspectframe: new examples
* Added flags --prefix[=dir] and --exec-prefix[=DIR] which allow queryingOwen Taylor1998-04-041-7/+42
| | | | | | | | | | | | Fri Apr 3 18:33:47 1998 Owen Taylor <owt1@cornell.edu> * gtk-config.in: Added flags --prefix[=dir] and --exec-prefix[=DIR] which allow querying and overriding the configured-in prefix and exec-prefix. * gtk.m4: Added configure flags --with-gtk-prefix= and --with-gtk-exec-prefix= to set the --prefix and --exec-prefix argumetns to gtk.m4
* Tony Gale <gale@gtk.org>Tony Gale1998-04-022-2/+2
| | | | Change the date - which I forgot to do earlier
* add question on failing GIMP configureBST 1998 Tony Gale1998-04-022-6/+48
| | | | | | Thu Apr 2 13:04:37 BST 1998 Tony Gale <gale@gtk.org> * docs/gtkfaq.sgml: add question on failing GIMP configure
* reflect the change of meaning of the delete_event return valueBST 1998 Tony Gale1998-03-302-70/+66
| | | | | | | Mon Mar 30 17:21:27 BST 1998 Tony Gale <gale@gimp.org> * docs/gtk_tut.sgml: reflect the change of meaning of the delete_event return value
* more on the Text widget, update the tictactoe example to the current codeBST 1998 Tony Gale1998-03-292-124/+372
| | | | | | Sun Mar 29 22:25:22 BST 1998 Tony Gale <gale@gimp.org> * docs/gtk_tut.sgml: more on the Text widget, update the tictactoe example to the current code
* some stuff for doing plain text and postscriptPST 1998 Shawn T. Amundson1998-03-271-1/+18
| | | | | | | Fri Mar 27 08:51:17 PST 1998 Shawn T. Amundson <amundson@gtk.org> * docs/Makefile.sgml: some stuff for doing plain text and postscript
* Use reversed arrow for menus ala Motif (and fix Options menus, which had XOwen Taylor1998-03-242-22/+22
| | | | | | | | | | | | | | | Tue Mar 24 00:17:42 1998 Owen Taylor <owt1@cornell.edu> * gtk/gtkcombo.c gtk/gtkmenu.c: Use reversed arrow for menus ala Motif (and fix Options menus, which had X cursor before), and show normal arrow when inside ComboBox. * gtk/gtkfilesel.c: Various memory leaks removed, as pointed out by Mattias.Gronlund" <Mattias.Gronlund@sa.erisoft.se> * docs/gtk_tut.sgml: Change compiling explaination to refer to gtk-config. (From: johannes@nada.kth.se (Johannes Keukelaar))
* Don't respond to drops when grab is in effect. (workaround)Owen Taylor1998-03-221-1/+1
| | | | | | | | | | | | | | | | Sat Mar 21 19:07:01 1998 Owen Taylor <owt1@cornell.edu> * gtk/testgtk.c (dnd_drop): Don't respond to drops when grab is in effect. (workaround) * gdk/gdkfont.c (gdk_fontset_load): More details on error messages. * gdk/gdk.c: Translate va_list to XVaNestedList instead of just casting it. * gtk/gtkmain.c: Make temporary copy of string returned by setlocale, since it may be changed by subsequent calls.
* - new question on modal windows - new question on updating progressbars -GMT 1998 Tony Gale1998-03-162-26/+76
| | | | | | | | Mon Mar 16 18:19:31 GMT 1998 Tony Gale <gale@gimp.org> * docs/gtkfaq.sgml: - new question on modal windows - new question on updating progressbars - update all the links to gtk.org