gtk2/gtk
Owen Taylor 4af7480f8f Added gdk_text/string_extents() - too calculate all the metrics at once of
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.
1998-08-12 16:49:13 +00:00
..
.cvsignore Added maintainer-rule autogened files 1998-06-16 01:17:43 +00:00
3DRings.xpm Initial revision 1997-11-24 22:37:52 +00:00
circles.xbm gtk/gtktext.c 1998-02-27 06:13:22 +00:00
FilesQueue.xpm Initial revision 1997-11-24 22:37:52 +00:00
fnmatch.c Changed LGPL address for FSF in all .h and .c files 1998-04-13 02:02:47 +00:00
fnmatch.h Changed LGPL address for FSF in all .h and .c files 1998-04-13 02:02:47 +00:00
genmarshal.pl genmarshal.pl: Handle complex types, and functions with a return value but 1998-07-21 18:49:53 +00:00
gtk-boxed.defs s/GkWidget/GtkWidget/ 1998-06-24 05:23:19 +00:00
gtk.defs Added gdk_text/string_extents() - too calculate all the metrics at once of 1998-08-12 16:49:13 +00:00
gtk.h Added gdk_text/string_extents() - too calculate all the metrics at once of 1998-08-12 16:49:13 +00:00
gtkaccelgroup.c Use common marshalling routines instead of having widget-private ones. It 1998-07-21 04:13:42 +00:00
gtkaccelgroup.h new functions gtk_selection_data_copy and gtk_selection_data_free. 1998-06-09 07:11:55 +00:00
gtkaccellabel.c only take the padding into account if there is an accelerator. 1998-07-10 08:53:52 +00:00
gtkaccellabel.h yeppers, accelerator changes to fix the gimp. commit message dedicated to 1998-06-18 03:22:09 +00:00
gtkadjustment.c Use common marshalling routines instead of having widget-private ones. It 1998-07-21 04:13:42 +00:00
gtkadjustment.h handle negative values similar to gtk_widget_set_uposition(). that is: 1998-07-16 02:47:15 +00:00
gtkalignment.c changed reversed_[12] to reserved_[12] in gtk_*_get_type functions. 1998-07-04 15:31:30 +00:00
gtkalignment.h handle negative values similar to gtk_widget_set_uposition(). that is: 1998-07-16 02:47:15 +00:00
gtkarg.c display the current cursor name. 1998-07-14 07:40:15 +00:00
gtkarg.h deleted most of the argument handling code, since that is now implemented 1998-07-09 23:00:34 +00:00
gtkargcollector.c display the current cursor name. 1998-07-14 07:40:15 +00:00
gtkarrow.c use misc->xpad for x calculation instead of ypad (typo). (gtk_arrow_set): 1998-07-17 00:03:35 +00:00
gtkarrow.h GtkType and macro fixups. widget argument implementation: 1998-06-29 11:41:46 +00:00
gtkaspectframe.c changed reversed_[12] to reserved_[12] in gtk_*_get_type functions. 1998-07-04 15:31:30 +00:00
gtkaspectframe.h reimplemented the signal storage system to use a linear array rather than 1998-05-06 01:43:56 +00:00
gtkbbox.c changed reversed_[12] to reserved_[12] in gtk_*_get_type functions. 1998-07-04 15:31:30 +00:00
gtkbbox.h fixed an assertment. 1998-06-07 06:48:56 +00:00
gtkbin.c totaly binary incomnpatible change: 1998-07-07 01:25:27 +00:00
gtkbin.h GtkType and macro fixups. 1998-06-28 10:07:37 +00:00
gtkbindings.c fixup, so that enum values are looked up. 1998-07-27 01:50:16 +00:00
gtkbindings.h introduce testbindings on C-1 for buttons, to check out binding 1998-07-22 22:29:10 +00:00
gtkbox.c changed reversed_[12] to reserved_[12] in gtk_*_get_type functions. 1998-07-04 15:31:30 +00:00
gtkbox.h new function gdk_window_at_pointer() to retrive the current GdkWindow the 1998-06-17 08:48:22 +00:00
gtkbutton.c Use common marshalling routines instead of having widget-private ones. It 1998-07-21 04:13:42 +00:00
gtkbutton.h totaly binary incomnpatible change: 1998-07-07 01:25:27 +00:00
gtkcheckbutton.c totaly binary incomnpatible change: 1998-07-07 01:25:27 +00:00
gtkcheckbutton.h boy! did i really modify that many files? 1998-06-16 05:20:05 +00:00
gtkcheckmenuitem.c Added gdk_text/string_extents() - too calculate all the metrics at once of 1998-08-12 16:49:13 +00:00
gtkcheckmenuitem.h reimplemented the signal storage system to use a linear array rather than 1998-05-06 01:43:56 +00:00
gtkclist.c Fix for resize bug. Call gtk_widget_size_allocate instead of 1998-08-10 17:56:43 +00:00
gtkclist.h new enum GtkSortType. 1998-08-05 20:02:32 +00:00
gtkcolorsel.c Use common marshalling routines instead of having widget-private ones. It 1998-07-21 04:13:42 +00:00
gtkcolorsel.h wrapped enum definitions with glib macros. 1998-06-08 03:38:24 +00:00
gtkcombo.c reset drag_pos after abort removed a few unneeded lines fixed compiler 1998-08-02 22:18:20 +00:00
gtkcombo.h Allow the user to use the popup list like a menu. 1998-04-30 15:18:19 +00:00
gtkcontainer.c Use common marshalling routines instead of having widget-private ones. It 1998-07-21 04:13:42 +00:00
gtkcontainer.h new functions which wraps gtk_arg_get_info(). 1998-07-12 01:34:20 +00:00
gtkctree.c new enum GtkSortType. 1998-08-05 20:02:32 +00:00
gtkctree.h new enum GtkSortType. 1998-08-05 20:02:32 +00:00
gtkcurve.c Use common marshalling routines instead of having widget-private ones. It 1998-07-21 04:13:42 +00:00
gtkcurve.h fixed an assertment. 1998-06-07 06:48:56 +00:00
gtkdata.c Use common marshalling routines instead of having widget-private ones. It 1998-07-21 04:13:42 +00:00
gtkdata.h reimplemented the signal storage system to use a linear array rather than 1998-05-06 01:43:56 +00:00
gtkdebug.h gdk/gdktypes.h gdk/gdkprivate.h gtk/gtk*.h gtk/Makefile.am gtk/makenums.pl 1998-06-15 21:27:17 +00:00
gtkdialog.c macro and GtkType fixups. 1998-07-14 16:34:48 +00:00
gtkdialog.h macro and GtkType fixups. 1998-07-14 16:34:48 +00:00
gtkdrawingarea.c changed reversed_[12] to reserved_[12] in gtk_*_get_type functions. 1998-07-04 15:31:30 +00:00
gtkdrawingarea.h Changed LGPL address for FSF in all .h and .c files 1998-04-13 02:02:47 +00:00
gtkeditable.c Removed has_cursor, set the cursor beginning of Text when creating the 1998-08-11 19:06:18 +00:00
gtkeditable.h signdness corrections all ove the place. implementation of object 1998-07-16 20:23:12 +00:00
gtkentry.c care for the posssibility that someone destroys the entry on the 1998-07-17 03:56:13 +00:00
gtkentry.h signdness corrections all ove the place. implementation of object 1998-07-16 20:23:12 +00:00
gtkenums.h Added gdk_text/string_extents() - too calculate all the metrics at once of 1998-08-12 16:49:13 +00:00
gtkeventbox.c changed reversed_[12] to reserved_[12] in gtk_*_get_type functions. 1998-07-04 15:31:30 +00:00
gtkeventbox.h new function gtk_container_child_arg_set, similar to 1998-06-24 12:22:23 +00:00
gtkfeatures.h.in Fixed some minor comment typos and added myself to AUTHORS in gtk+. 1998-08-06 04:09:40 +00:00
gtkfilesel.c Removed has_cursor, set the cursor beginning of Text when creating the 1998-08-11 19:06:18 +00:00
gtkfilesel.h Changed LGPL address for FSF in all .h and .c files 1998-04-13 02:02:47 +00:00
gtkfixed.c changed reversed_[12] to reserved_[12] in gtk_*_get_type functions. 1998-07-04 15:31:30 +00:00
gtkfixed.h Changed LGPL address for FSF in all .h and .c files 1998-04-13 02:02:47 +00:00
gtkfontsel.c Fixed 2 bugs in font selection - initialising array sizes and checking that 1998-07-25 12:09:38 +00:00
gtkfontsel.h Remove --g-fatal-warnings flag from argv. 1998-06-19 01:26:24 +00:00
gtkframe.c changed reversed_[12] to reserved_[12] in gtk_*_get_type functions. 1998-07-04 15:31:30 +00:00
gtkframe.h added a frame with radio buttons to select the resize_mode for the 1998-06-24 06:25:14 +00:00
gtkgamma.c changed reversed_[12] to reserved_[12] in gtk_*_get_type functions. 1998-07-04 15:31:30 +00:00
gtkgamma.h Changed LGPL address for FSF in all .h and .c files 1998-04-13 02:02:47 +00:00
gtkgc.c configure.in acheader.h gdk/gdkwindow.c Check for Shape extension both on 1998-05-03 22:41:32 +00:00
gtkgc.h Changed LGPL address for FSF in all .h and .c files 1998-04-13 02:02:47 +00:00
gtkhandlebox.c Use common marshalling routines instead of having widget-private ones. It 1998-07-21 04:13:42 +00:00
gtkhandlebox.h Removed the fleur_cursor field. Now the cursor is created/destroyed on 1998-06-09 21:01:45 +00:00
gtkhbbox.c changed reversed_[12] to reserved_[12] in gtk_*_get_type functions. 1998-07-04 15:31:30 +00:00
gtkhbbox.h fixed an #include statement (reported by Eric Kidd). 1998-08-10 10:52:08 +00:00
gtkhbox.c changed reversed_[12] to reserved_[12] in gtk_*_get_type functions. 1998-07-04 15:31:30 +00:00
gtkhbox.h new function gdk_window_at_pointer() to retrive the current GdkWindow the 1998-06-17 08:48:22 +00:00
gtkhpaned.c changed reversed_[12] to reserved_[12] in gtk_*_get_type functions. 1998-07-04 15:31:30 +00:00
gtkhpaned.h Changed LGPL address for FSF in all .h and .c files 1998-04-13 02:02:47 +00:00
gtkhruler.c changed reversed_[12] to reserved_[12] in gtk_*_get_type functions. 1998-07-04 15:31:30 +00:00
gtkhruler.h Changed LGPL address for FSF in all .h and .c files 1998-04-13 02:02:47 +00:00
gtkhscale.c changed reversed_[12] to reserved_[12] in gtk_*_get_type functions. 1998-07-04 15:31:30 +00:00
gtkhscale.h Changed LGPL address for FSF in all .h and .c files 1998-04-13 02:02:47 +00:00
gtkhscrollbar.c Removed has_cursor, set the cursor beginning of Text when creating the 1998-08-11 19:06:18 +00:00
gtkhscrollbar.h Changed LGPL address for FSF in all .h and .c files 1998-04-13 02:02:47 +00:00
gtkhseparator.c macro and GtkType fixups. 1998-07-14 16:34:48 +00:00
gtkhseparator.h macro and GtkType fixups. 1998-07-14 16:34:48 +00:00
gtkimage.c changed reversed_[12] to reserved_[12] in gtk_*_get_type functions. 1998-07-04 15:31:30 +00:00
gtkimage.h Changed LGPL address for FSF in all .h and .c files 1998-04-13 02:02:47 +00:00
gtkinputdialog.c Use common marshalling routines instead of having widget-private ones. It 1998-07-21 04:13:42 +00:00
gtkinputdialog.h Changed LGPL address for FSF in all .h and .c files 1998-04-13 02:02:47 +00:00
gtkitem.c Added gdk_text/string_extents() - too calculate all the metrics at once of 1998-08-12 16:49:13 +00:00
gtkitem.h Changed LGPL address for FSF in all .h and .c files 1998-04-13 02:02:47 +00:00
gtkitemfactory.c Added gdk_text/string_extents() - too calculate all the metrics at once of 1998-08-12 16:49:13 +00:00
gtkitemfactory.h export gtk_binary_age and gtk_interface_age. 1998-07-19 19:09:27 +00:00
gtklabel.c Added gdk_text/string_extents() - too calculate all the metrics at once of 1998-08-12 16:49:13 +00:00
gtklabel.h Added gdk_text/string_extents() - too calculate all the metrics at once of 1998-08-12 16:49:13 +00:00
gtklist.c Few fixes for column resize. Store resize column in clist->drag_pos. 1998-07-31 20:48:06 +00:00
gtklist.h Few fixes for column resize. Store resize column in clist->drag_pos. 1998-07-31 20:48:06 +00:00
gtklistitem.c Few fixes for column resize. Store resize column in clist->drag_pos. 1998-07-31 20:48:06 +00:00
gtklistitem.h Few fixes for column resize. Store resize column in clist->drag_pos. 1998-07-31 20:48:06 +00:00
gtkmain.c export gtk_binary_age and gtk_interface_age. 1998-07-19 19:09:27 +00:00
gtkmain.h export gtk_binary_age and gtk_interface_age. 1998-07-19 19:09:27 +00:00
gtkmarshal.c genmarshal.pl: Handle complex types, and functions with a return value but 1998-07-21 18:49:53 +00:00
gtkmarshal.h genmarshal.pl: Handle complex types, and functions with a return value but 1998-07-21 18:49:53 +00:00
gtkmarshal.list genmarshal.pl: Handle complex types, and functions with a return value but 1998-07-21 18:49:53 +00:00
gtkmarshalers.list genmarshal.pl: Handle complex types, and functions with a return value but 1998-07-21 18:49:53 +00:00
gtkmenu.c Added gdk_text/string_extents() - too calculate all the metrics at once of 1998-08-12 16:49:13 +00:00
gtkmenu.h Added gdk_text/string_extents() - too calculate all the metrics at once of 1998-08-12 16:49:13 +00:00
gtkmenubar.c Added gdk_text/string_extents() - too calculate all the metrics at once of 1998-08-12 16:49:13 +00:00
gtkmenubar.h further additions to fit the gimp's code. additions to the dumping code to 1998-06-07 12:22:45 +00:00
gtkmenufactory.c fixed an assertment. 1998-06-07 06:48:56 +00:00
gtkmenufactory.h fixed an assertment. 1998-06-07 06:48:56 +00:00
gtkmenuitem.c Added gdk_text/string_extents() - too calculate all the metrics at once of 1998-08-12 16:49:13 +00:00
gtkmenuitem.h Added gdk_text/string_extents() - too calculate all the metrics at once of 1998-08-12 16:49:13 +00:00
gtkmenushell.c Added gdk_text/string_extents() - too calculate all the metrics at once of 1998-08-12 16:49:13 +00:00
gtkmenushell.h Added gdk_text/string_extents() - too calculate all the metrics at once of 1998-08-12 16:49:13 +00:00
gtkmisc.c changed reversed_[12] to reserved_[12] in gtk_*_get_type functions. 1998-07-04 15:31:30 +00:00
gtkmisc.h new function gdk_window_at_pointer() to retrive the current GdkWindow the 1998-06-17 08:48:22 +00:00
gtknotebook.c small fix for border drawing bug 1998-07-28 21:43:04 +00:00
gtknotebook.h export gtk_binary_age and gtk_interface_age. 1998-07-19 19:09:27 +00:00
gtkobject.c Use common marshalling routines instead of having widget-private ones. It 1998-07-21 04:13:42 +00:00
gtkobject.h display the current cursor name. 1998-07-14 07:40:15 +00:00
gtkoptionmenu.c totaly binary incomnpatible change: 1998-07-07 01:25:27 +00:00
gtkoptionmenu.h boy! did i really modify that many files? 1998-06-16 05:20:05 +00:00
gtkpacker.c changed reversed_[12] to reserved_[12] in gtk_*_get_type functions. 1998-07-04 15:31:30 +00:00
gtkpacker.h new function gtk_container_child_arg_set, similar to 1998-06-24 12:22:23 +00:00
gtkpaned.c changed reversed_[12] to reserved_[12] in gtk_*_get_type functions. 1998-07-04 15:31:30 +00:00
gtkpaned.h boy! did i really modify that many files? 1998-06-16 05:20:05 +00:00
gtkpixmap.c changed reversed_[12] to reserved_[12] in gtk_*_get_type functions. 1998-07-04 15:31:30 +00:00
gtkpixmap.h Remove --g-fatal-warnings flag from argv. 1998-06-19 01:26:24 +00:00
gtkpreview.c add in just enough support for 1 or 4 bits so that it seems to allow 1998-07-10 02:09:10 +00:00
gtkpreview.h Changed LGPL address for FSF in all .h and .c files 1998-04-13 02:02:47 +00:00
gtkprivate.h gdk/gdktypes.h gdk/gdkprivate.h gtk/gtk*.h gtk/Makefile.am gtk/makenums.pl 1998-06-15 21:27:17 +00:00
gtkprogress.c Introduced generic GtkProgress widget. Derived GtkProgressBar from 1998-07-19 10:35:39 +00:00
gtkprogress.h Introduced generic GtkProgress widget. Derived GtkProgressBar from 1998-07-19 10:35:39 +00:00
gtkprogressbar.c Fixed wrong size of activity indicator. It is settable now as a fraction 1998-07-21 04:49:01 +00:00
gtkprogressbar.h Fixed wrong size of activity indicator. It is settable now as a fraction 1998-07-21 04:49:01 +00:00
gtkradiobutton.c changed reversed_[12] to reserved_[12] in gtk_*_get_type functions. 1998-07-04 15:31:30 +00:00
gtkradiobutton.h boy! did i really modify that many files? 1998-06-16 05:20:05 +00:00
gtkradiomenuitem.c changed reversed_[12] to reserved_[12] in gtk_*_get_type functions. 1998-07-04 15:31:30 +00:00
gtkradiomenuitem.h boy! did i really modify that many files? 1998-06-16 05:20:05 +00:00
gtkrange.c changed reversed_[12] to reserved_[12] in gtk_*_get_type functions. 1998-07-04 15:31:30 +00:00
gtkrange.h Changed LGPL address for FSF in all .h and .c files 1998-04-13 02:02:47 +00:00
gtkrc.c introduce testbindings on C-1 for buttons, to check out binding 1998-07-22 22:29:10 +00:00
gtkrc.h introduce testbindings on C-1 for buttons, to check out binding 1998-07-22 22:29:10 +00:00
gtkruler.c changed reversed_[12] to reserved_[12] in gtk_*_get_type functions. 1998-07-04 15:31:30 +00:00
gtkruler.h A few more GPOINTER_TO_UINT fixes. 1998-05-13 04:59:38 +00:00
gtkscale.c changed reversed_[12] to reserved_[12] in gtk_*_get_type functions. 1998-07-04 15:31:30 +00:00
gtkscale.h Changed LGPL address for FSF in all .h and .c files 1998-04-13 02:02:47 +00:00
gtkscrollbar.c changed reversed_[12] to reserved_[12] in gtk_*_get_type functions. 1998-07-04 15:31:30 +00:00
gtkscrollbar.h Changed LGPL address for FSF in all .h and .c files 1998-04-13 02:02:47 +00:00
gtkscrolledwindow.c handle negative values similar to gtk_widget_set_uposition(). that is: 1998-07-16 02:47:15 +00:00
gtkscrolledwindow.h handle negative values similar to gtk_widget_set_uposition(). that is: 1998-07-16 02:47:15 +00:00
gtkselection.c new functions gtk_selection_data_copy and gtk_selection_data_free. 1998-06-09 07:11:55 +00:00
gtkselection.h new functions gtk_selection_data_copy and gtk_selection_data_free. 1998-06-09 07:11:55 +00:00
gtkseparator.c macro and GtkType fixups. 1998-07-14 16:34:48 +00:00
gtkseparator.h macro and GtkType fixups. 1998-07-14 16:34:48 +00:00
gtksignal.c Use common marshalling routines instead of having widget-private ones. It 1998-07-21 04:13:42 +00:00
gtksignal.h missed this 1998-07-21 05:01:37 +00:00
gtkspinbutton.c changed reversed_[12] to reserved_[12] in gtk_*_get_type functions. 1998-07-04 15:31:30 +00:00
gtkspinbutton.h - Bug fix for precision problem causing occasional double emission of 1998-06-19 17:33:51 +00:00
gtkstatusbar.c Use common marshalling routines instead of having widget-private ones. It 1998-07-21 04:13:42 +00:00
gtkstatusbar.h Changed LGPL address for FSF in all .h and .c files 1998-04-13 02:02:47 +00:00
gtkstyle.c export gtk_binary_age and gtk_interface_age. 1998-07-19 19:09:27 +00:00
gtkstyle.h Changed LGPL address for FSF in all .h and .c files 1998-04-13 02:02:47 +00:00
gtktable.c Added missing else 1998-08-04 15:07:55 +00:00
gtktable.h Empty rows/columns of the table should not have been marked as being able 1998-08-04 14:55:04 +00:00
gtktearoffmenuitem.c Added gdk_text/string_extents() - too calculate all the metrics at once of 1998-08-12 16:49:13 +00:00
gtktearoffmenuitem.h Added gdk_text/string_extents() - too calculate all the metrics at once of 1998-08-12 16:49:13 +00:00
gtktext.c Removed has_cursor, set the cursor beginning of Text when creating the 1998-08-11 19:06:18 +00:00
gtktext.h Removed has_cursor, set the cursor beginning of Text when creating the 1998-08-11 19:06:18 +00:00
gtktipsquery.c Use common marshalling routines instead of having widget-private ones. It 1998-07-21 04:13:42 +00:00
gtktipsquery.h new functions gtk_selection_data_copy and gtk_selection_data_free. 1998-06-09 07:11:55 +00:00
gtktogglebutton.c Use common marshalling routines instead of having widget-private ones. It 1998-07-21 04:13:42 +00:00
gtktogglebutton.h boy! did i really modify that many files? 1998-06-16 05:20:05 +00:00
gtktoolbar.c Added gdk_text/string_extents() - too calculate all the metrics at once of 1998-08-12 16:49:13 +00:00
gtktoolbar.h gdk/gdktypes.h gdk/gdkprivate.h gtk/gtk*.h gtk/Makefile.am gtk/makenums.pl 1998-06-15 21:27:17 +00:00
gtktooltips.c changed reversed_[12] to reserved_[12] in gtk_*_get_type functions. 1998-07-04 15:31:30 +00:00
gtktooltips.h Changed LGPL address for FSF in all .h and .c files 1998-04-13 02:02:47 +00:00
gtktree.c Use common marshalling routines instead of having widget-private ones. It 1998-07-21 04:13:42 +00:00
gtktree.h boy! did i really modify that many files? 1998-06-16 05:20:05 +00:00
gtktreeitem.c Use common marshalling routines instead of having widget-private ones. It 1998-07-21 04:13:42 +00:00
gtktreeitem.h boy! did i really modify that many files? 1998-06-16 05:20:05 +00:00
gtktypebuiltins_evals.c Added gdk_text/string_extents() - too calculate all the metrics at once of 1998-08-12 16:49:13 +00:00
gtktypebuiltins_ids.c Added gdk_text/string_extents() - too calculate all the metrics at once of 1998-08-12 16:49:13 +00:00
gtktypebuiltins_vars.c Added gdk_text/string_extents() - too calculate all the metrics at once of 1998-08-12 16:49:13 +00:00
gtktypebuiltins.h Added gdk_text/string_extents() - too calculate all the metrics at once of 1998-08-12 16:49:13 +00:00
gtktypeutils.c relookup nodes after external functions have been called. also relookup 1998-08-11 19:29:36 +00:00
gtktypeutils.h fixup, so that enum values are looked up. 1998-07-27 01:50:16 +00:00
gtkvbbox.c Fixed wrong allocation for GTK_BUTTONBOX_END. 1998-07-26 14:44:36 +00:00
gtkvbbox.h (James A <jamesa@demon.net> : gtk-jamesa-980511-4.patch) 1998-05-12 21:30:52 +00:00
gtkvbox.c changed reversed_[12] to reserved_[12] in gtk_*_get_type functions. 1998-07-04 15:31:30 +00:00
gtkvbox.h new function gdk_window_at_pointer() to retrive the current GdkWindow the 1998-06-17 08:48:22 +00:00
gtkviewport.c Introduced generic GtkProgress widget. Derived GtkProgressBar from 1998-07-19 10:35:39 +00:00
gtkviewport.h handle negative values similar to gtk_widget_set_uposition(). that is: 1998-07-16 02:47:15 +00:00
gtkvpaned.c changed reversed_[12] to reserved_[12] in gtk_*_get_type functions. 1998-07-04 15:31:30 +00:00
gtkvpaned.h Changed LGPL address for FSF in all .h and .c files 1998-04-13 02:02:47 +00:00
gtkvruler.c changed reversed_[12] to reserved_[12] in gtk_*_get_type functions. 1998-07-04 15:31:30 +00:00
gtkvruler.h Changed LGPL address for FSF in all .h and .c files 1998-04-13 02:02:47 +00:00
gtkvscale.c changed reversed_[12] to reserved_[12] in gtk_*_get_type functions. 1998-07-04 15:31:30 +00:00
gtkvscale.h Changed LGPL address for FSF in all .h and .c files 1998-04-13 02:02:47 +00:00
gtkvscrollbar.c Removed has_cursor, set the cursor beginning of Text when creating the 1998-08-11 19:06:18 +00:00
gtkvscrollbar.h Changed LGPL address for FSF in all .h and .c files 1998-04-13 02:02:47 +00:00
gtkvseparator.c macro and GtkType fixups. 1998-07-14 16:34:48 +00:00
gtkvseparator.h macro and GtkType fixups. 1998-07-14 16:34:48 +00:00
gtkwidget.c Added gdk_text/string_extents() - too calculate all the metrics at once of 1998-08-12 16:49:13 +00:00
gtkwidget.h handle negative values similar to gtk_widget_set_uposition(). that is: 1998-07-16 02:47:15 +00:00
gtkwindow.c Removed has_cursor, set the cursor beginning of Text when creating the 1998-08-11 19:06:18 +00:00
gtkwindow.h Removed has_cursor, set the cursor beginning of Text when creating the 1998-08-11 19:06:18 +00:00
line-arrow.xbm Initial revision 1997-11-24 22:37:52 +00:00
line-wrap.xbm Initial revision 1997-11-24 22:37:52 +00:00
makeenums.awk renamed the newly created gtk_enum_get_values and gtk_enum_set_values to 1998-06-09 08:21:20 +00:00
makeenums.h new functions gtk_selection_data_copy and gtk_selection_data_free. 1998-06-09 07:11:55 +00:00
makeenums.pl boy! did i really modify that many files? 1998-06-16 05:20:05 +00:00
Makefile.am Added gdk_text/string_extents() - too calculate all the metrics at once of 1998-08-12 16:49:13 +00:00
Makefile.in Define GTK_HAVE_RC_SET_IMAGE_LOADER, to be used in gnome-libs 1998-05-22 23:43:03 +00:00
maketypes.awk gdk/gdktypes.h gdk/gdkprivate.h gtk/gtk*.h gtk/Makefile.am gtk/makenums.pl 1998-06-15 21:27:17 +00:00
marble.xpm Initial revision 1997-11-24 22:37:52 +00:00
Modeller.xpm Initial revision 1997-11-24 22:37:52 +00:00
simple.c configure.in acheader.h gdk/gdkwindow.c Check for Shape extension both on 1998-05-03 22:41:32 +00:00
test.xpm Initial revision 1997-11-24 22:37:52 +00:00
testgtk.1 Added gtk/testgtk.1 man page for testgtk 1998-03-24 04:01:21 +00:00
testgtk.c Added gdk_text/string_extents() - too calculate all the metrics at once of 1998-08-12 16:49:13 +00:00
testgtkrc fixup, so that enum values are looked up. 1998-07-27 01:50:16 +00:00
testgtkrc2 fixed lookup order for rc styles. the latest defined rc set pattern is 1998-06-30 12:34:36 +00:00
testinput.c Warning cleanups.. cvsignore stuff 1998-06-09 10:33:56 +00:00
testselection.c Warning cleanups.. cvsignore stuff 1998-06-09 10:33:56 +00:00
testthreads.c Remove --g-fatal-warnings flag from argv. 1998-06-19 01:26:24 +00:00
tree_minus.xbm Tree widget implementation by Bolliet Jerome. 1997-12-17 23:41:42 +00:00
tree_minus.xpm Tree widget implementation by Bolliet Jerome. 1997-12-17 23:41:42 +00:00
tree_plus.xbm Tree widget implementation by Bolliet Jerome. 1997-12-17 23:41:42 +00:00
tree_plus.xpm Tree widget implementation by Bolliet Jerome. 1997-12-17 23:41:42 +00:00