gtk2/gtk
Matthias Clasen 6fc2b8118a Implement icon theme caching. (#154034, Martijn Vernooij, caching schema
2004-10-19  Matthias Clasen  <mclasen@redhat.com>

	Implement icon theme caching.  (#154034, Martijn Vernooij,
	caching schema proposed by Owen Taylor, initial implementation
	by Anders Carlsson)

	* gtk/gtkdebug.h:
	* gtk/gtkmain.c: Add a "icontheme" debug flag.

	* gtk/Makefile.am (gtk_c_sources): Add gtkiconcache.c
	(gtk_private_h_sources): Add gtkiconcache.h
	(bin_PROGRAMS): Add gtk-update-icon-cache

	* gtk/gtkicontheme.c: Use icon caches if they are available.
	Currently, GTK+ uses the cache to get information about the
	available sizes, image file formats and .icon files. The
	actual image data, and the .icon file contents are not
	cached yet.

	* gtk/updateiconcache.c: A cmdline utility for generating
	icon cache files.

	* gtk/gtkiconcache.h:
	* gtk/gtkiconcache.c: The glue code to mmap an icon cache
	file and manage the information it contains.
2004-10-19 18:45:41 +00:00
..
stock-icons make it compile and more similar to the X11 implementation [backward 2004-08-06 19:20:42 +00:00
theme-bits Fixes #136082 and #135265, patch by Morten Welinder. 2004-03-06 03:38:59 +00:00
xdgmime 2.5.3 2004-09-19 05:40:00 +00:00
.cvsignore Shut up CVS 2004-08-18 15:38:21 +00:00
abicheck.sh 2.5.2 2004-08-25 16:21:15 +00:00
circles.xbm
fnmatch.c Add hidden aliases for exported symbols which are used internally in order 2004-08-09 16:59:53 +00:00
gtk-win32.rc.in gdk-pixbuf/gdk_pixbuf.rc.in gdk/win32/rc/gdk.rc.in Use GTK_API_VERSION. 2002-03-06 01:50:43 +00:00
gtk.h add the GtkMenuToolButton widget discussed in bug #151441. 2004-09-27 18:37:33 +00:00
gtk.symbols 2.5.3 2004-09-19 05:40:00 +00:00
gtkaboutdialog.c Destroy secondary dialogs if the main dialog is hidden. (#155084, Paolo 2004-10-17 06:38:35 +00:00
gtkaboutdialog.h Adjust to GtkAboutDialog API changes. 2004-08-13 01:10:38 +00:00
gtkaccelgroup.c Provide access to the string representation of accelerators used in 2004-10-05 05:17:22 +00:00
gtkaccelgroup.h Declare gtk_accelerator_get_label. 2004-10-09 04:05:07 +00:00
gtkaccellabel.c Provide access to the string representation of accelerators used in 2004-10-05 05:17:22 +00:00
gtkaccellabel.h Provide access to the string representation of accelerators used in 2004-10-05 05:17:22 +00:00
gtkaccelmap.c Add hidden aliases for exported symbols which are used internally in order 2004-08-09 16:59:53 +00:00
gtkaccelmap.h Add change notification for GtkAccelMap, by on-demand instantiating a 2004-02-06 23:37:00 +00:00
gtkaccessible.c Add hidden aliases for exported symbols which are used internally in order 2004-08-09 16:59:53 +00:00
gtkaccessible.h Deprecation cleanup 2002-10-11 22:57:11 +00:00
gtkaction.c Call gtk_tool_item_rebuild_menu(). 2004-09-14 21:40:41 +00:00
gtkaction.h Fix #150738, Tomislav Jonjic. 2004-08-22 03:38:42 +00:00
gtkactiongroup.c Reinstate the accidentally lost addition of 2004-10-09 04:26:11 +00:00
gtkactiongroup.h Reinstate the accidentally lost addition of 2004-10-09 04:26:11 +00:00
gtkadjustment.c Add hidden aliases for exported symbols which are used internally in order 2004-08-09 16:59:53 +00:00
gtkadjustment.h Deprecation cleanup 2002-10-09 22:25:18 +00:00
gtkalignment.c gtk/gtkexpander.c 2004-08-22 14:58:15 +00:00
gtkalignment.h Move GET_PRIVATE macros from header to implementation. 2003-10-11 23:12:20 +00:00
gtkarrow.c Add hidden aliases for exported symbols which are used internally in order 2004-08-09 16:59:53 +00:00
gtkarrow.h Deprecation cleanup 2002-10-10 22:00:09 +00:00
gtkaspectframe.c Add hidden aliases for exported symbols which are used internally in order 2004-08-09 16:59:53 +00:00
gtkaspectframe.h Deprecation cleanup 2002-10-04 23:50:27 +00:00
gtkbbox.c Add hidden aliases for exported symbols which are used internally in order 2004-08-09 16:59:53 +00:00
gtkbbox.h New function. (#64562) 2003-07-18 23:08:51 +00:00
gtkbin.c Add hidden aliases for exported symbols which are used internally in order 2004-08-09 16:59:53 +00:00
gtkbin.h Deprecation cleanup 2002-10-04 23:50:27 +00:00
gtkbindings.c Add hidden aliases for exported symbols which are used internally in order 2004-08-09 16:59:53 +00:00
gtkbindings.h === Released 2.3.5 === 2004-03-02 22:57:40 +00:00
gtkbox.c Add hidden aliases for exported symbols which are used internally in order 2004-08-09 16:59:53 +00:00
gtkbox.h Documentation fixes. 2002-10-13 17:17:14 +00:00
gtkbutton.c Revert the button state to !button_down, if we're missing the release 2004-09-26 05:47:11 +00:00
gtkbutton.h Add new properties, xalign and yalign, with getter and setter 2003-12-15 00:00:19 +00:00
gtkcalendar.c Only start a drag if the left button is pressed. (#151490, Frederic 2004-09-01 03:25:57 +00:00
gtkcalendar.h Some calendar improvements. 2003-05-08 00:25:51 +00:00
gtkcelleditable.c Add hidden aliases for exported symbols which are used internally in order 2004-08-09 16:59:53 +00:00
gtkcelleditable.h Use G_TYPE_INSTANCE_GET_INTERFACE. ditto. ditto. ditto. Don't reference 2002-01-09 06:52:19 +00:00
gtkcelllayout.c Improve docs. (#154504, Dave Cook) 2004-10-05 02:52:26 +00:00
gtkcelllayout.h Fixes #108458. 2003-12-19 22:47:20 +00:00
gtkcellrenderer.c Add hidden aliases for exported symbols which are used internally in order 2004-08-09 16:59:53 +00:00
gtkcellrenderer.h Allow custom initialization of cell editables. (#147221) 2004-07-20 16:06:02 +00:00
gtkcellrenderercombo.c initialize path so we don't potentially use an undefined pointer. 2004-08-26 00:20:25 +00:00
gtkcellrenderercombo.h Add a combo box cell renderer. 2004-07-16 20:27:40 +00:00
gtkcellrendererpixbuf.c Don't reuse insensitive pixbufs across multiple rows. (#153984, Milosz 2004-09-28 19:10:39 +00:00
gtkcellrendererpixbuf.h deprecation cleanup 2002-10-07 01:38:40 +00:00
gtkcellrendererprogress.c Add hidden aliases for exported symbols which are used internally in order 2004-08-09 16:59:53 +00:00
gtkcellrendererprogress.h Add a Q_() macro. 2004-05-17 02:33:18 +00:00
gtkcellrenderertext.c Fix bug #150790: 2004-10-01 21:39:01 +00:00
gtkcellrenderertext.h deprecation cleanup 2002-10-07 01:38:40 +00:00
gtkcellrenderertoggle.c Add hidden aliases for exported symbols which are used internally in order 2004-08-09 16:59:53 +00:00
gtkcellrenderertoggle.h deprecation cleanup 2002-10-07 01:38:40 +00:00
gtkcellview.c Unset GTK_REQUEST_NEEDED before emitting ::size-request, following this 2004-10-15 05:25:56 +00:00
gtkcellview.h Support insensitive cells in tree views and combo boxes. 2004-05-27 03:31:17 +00:00
gtkcheckbutton.c Add hidden aliases for exported symbols which are used internally in order 2004-08-09 16:59:53 +00:00
gtkcheckbutton.h Deprecation cleanup 2002-10-11 22:57:11 +00:00
gtkcheckmenuitem.c Add hidden aliases for exported symbols which are used internally in order 2004-08-09 16:59:53 +00:00
gtkcheckmenuitem.h Doc formatting tweaks. 2003-09-30 22:48:10 +00:00
gtkclipboard.c Add hidden aliases for exported symbols which are used internally in order 2004-08-09 16:59:53 +00:00
gtkclipboard.h Check for XFIXES extension. 2004-05-18 20:56:54 +00:00
gtkclist.c Add hidden aliases for exported symbols which are used internally in order 2004-08-09 16:59:53 +00:00
gtkclist.h Fix #105497; constify uses of GdkColor. 2004-01-26 20:21:09 +00:00
gtkcolorbutton.c Add hidden aliases for exported symbols which are used internally in order 2004-08-09 16:59:53 +00:00
gtkcolorbutton.h Fix #105497; constify uses of GdkColor. 2004-01-26 20:21:09 +00:00
gtkcolorsel.c Add hidden aliases for exported symbols which are used internally in order 2004-08-09 16:59:53 +00:00
gtkcolorsel.h Fix #105497; constify uses of GdkColor. 2004-01-26 20:21:09 +00:00
gtkcolorseldialog.c Add hidden aliases for exported symbols which are used internally in order 2004-08-09 16:59:53 +00:00
gtkcolorseldialog.h Deprecation cleanup 2002-10-11 22:57:11 +00:00
gtkcombo.c Add hidden aliases for exported symbols which are used internally in order 2004-08-09 16:59:53 +00:00
gtkcombo.h Deprecate. Ditto. 2003-10-10 17:18:34 +00:00
gtkcombobox.c Resize the popup if a new model is set. (#154129, Bernd Damian) 2004-10-05 04:37:29 +00:00
gtkcombobox.h Fix #150125: 2004-08-16 05:43:50 +00:00
gtkcomboboxentry.c Add hidden aliases for exported symbols which are used internally in order 2004-08-09 16:59:53 +00:00
gtkcomboboxentry.h New convenience API to construct simple text combos, implemented by Damon 2004-02-26 21:40:09 +00:00
gtkcontainer.c Acknowledge the fact that invariants are broken and loop all the way up to 2004-10-13 03:41:00 +00:00
gtkcontainer.h add /*< private >*/ markings. 2004-10-10 15:25:52 +00:00
gtkctree.c Add hidden aliases for exported symbols which are used internally in order 2004-08-09 16:59:53 +00:00
gtkctree.h Fix #105497; constify uses of GdkColor. 2004-01-26 20:21:09 +00:00
gtkcurve.c Add hidden aliases for exported symbols which are used internally in order 2004-08-09 16:59:53 +00:00
gtkcurve.h docs/reference/gdk/tmpl/dnd.sgml docs/reference/gdk/tmpl/drawing.sgml 2002-11-08 19:41:50 +00:00
gtkdebug.h Implement icon theme caching. (#154034, Martijn Vernooij, caching schema 2004-10-19 18:45:41 +00:00
gtkdialog.c Skip selectable labels when looking for the initial focus widget. 2004-09-29 05:04:31 +00:00
gtkdialog.h Don't ignore the return value of gtk_widget_activate(). 2004-03-12 20:38:54 +00:00
gtkdnd.c Add hidden aliases for exported symbols which are used internally in order 2004-08-09 16:59:53 +00:00
gtkdnd.h Support text/plain selection target (#55117, Owen Taylor) 2004-07-17 04:58:02 +00:00
gtkdrawingarea.c Add hidden aliases for exported symbols which are used internally in order 2004-08-09 16:59:53 +00:00
gtkdrawingarea.h deprecation cleanup 2002-10-05 23:15:39 +00:00
gtkeditable.c Add hidden aliases for exported symbols which are used internally in order 2004-08-09 16:59:53 +00:00
gtkeditable.h Deprecation cleanup 2002-10-09 23:55:27 +00:00
gtkentry.c Share the three copies of get_borders() under the name 2004-10-08 04:24:45 +00:00
gtkentry.h Share the three copies of get_borders() under the name 2004-10-08 04:24:45 +00:00
gtkentrycompletion.c Share the three copies of get_borders() under the name 2004-10-08 04:24:45 +00:00
gtkentrycompletion.h Support inline autocompletion in entries (#135953) 2004-07-19 18:15:48 +00:00
gtkentryprivate.h Support inline autocompletion in entries (#135953) 2004-07-19 18:15:48 +00:00
gtkenums.h Add a new keybinding signal, move_viewport. (gtk_text_view_move_viewport): 2003-07-18 18:52:03 +00:00
gtkeventbox.c Add hidden aliases for exported symbols which are used internally in order 2004-08-09 16:59:53 +00:00
gtkeventbox.h Implement gtk_event_box_get/set_input_only() 2003-09-08 20:04:49 +00:00
gtkexpander.c gtk/gtkexpander.c 2004-08-22 14:58:15 +00:00
gtkexpander.h gdk-pixbuf/Makefile.am Use install-data-hook for gdk-pixbuf.loaders and 2003-11-18 00:26:51 +00:00
gtkfilechooser.c Add hidden aliases for exported symbols which are used internally in order 2004-08-09 16:59:53 +00:00
gtkfilechooser.h Add setter and getter for the ::show-hidden property. (#145610, Jeff 2004-08-04 20:45:23 +00:00
gtkfilechooserbutton.c 2.5.3 2004-09-19 05:40:00 +00:00
gtkfilechooserbutton.h Use g_message() throughout, add RTL envar for rtl testing. 2004-08-17 16:52:04 +00:00
gtkfilechooserdefault.c (shortcuts_add_current_folder): Don't leak volume. (#155400, 2004-10-14 19:42:31 +00:00
gtkfilechooserdefault.h Remove old file-system property. Add new file-system-backend string 2004-02-19 07:43:39 +00:00
gtkfilechooserdialog.c Add hidden aliases for exported symbols which are used internally in order 2004-08-09 16:59:53 +00:00
gtkfilechooserdialog.h Remove old file-system property. Add new file-system-backend string 2004-02-19 07:43:39 +00:00
gtkfilechooserembed.c Add hidden aliases for exported symbols which are used internally in order 2004-08-09 16:59:53 +00:00
gtkfilechooserembed.h Fixes #136105. 2004-03-08 22:21:47 +00:00
gtkfilechooserentry.c Pop up the completions again after tab. (#147700, Jens Bech Madsen) 2004-10-06 18:20:03 +00:00
gtkfilechooserentry.h Remove leftover debug code. 2004-09-17 18:13:26 +00:00
gtkfilechooserprivate.h Add gboolean return values and GError arguments to ::set_current_folder() 2004-03-05 20:47:05 +00:00
gtkfilechooserutils.c New widget to go along with GtkFontButton and GtkColorButton for use in 2004-08-17 16:06:39 +00:00
gtkfilechooserutils.h New widget to go along with GtkFontButton and GtkColorButton for use in 2004-08-17 16:06:39 +00:00
gtkfilechooserwidget.c Add hidden aliases for exported symbols which are used internally in order 2004-08-09 16:59:53 +00:00
gtkfilechooserwidget.h removed accidentially committed char which broke the build. 2004-03-01 22:06:04 +00:00
gtkfilefilter.c Add hidden aliases for exported symbols which are used internally in order 2004-08-09 16:59:53 +00:00
gtkfilefilter.h File filter objects. 2003-07-23 15:31:10 +00:00
gtkfilesel.c Add hidden aliases for exported symbols which are used internally in order 2004-08-09 16:59:53 +00:00
gtkfilesel.h Add /*< public >*/ and /*< private >*/ as appropriate. (#97211) 2003-01-04 20:44:29 +00:00
gtkfilesystem.c Fix some problems reported by Morten Welinder: 2004-09-13 16:00:00 +00:00
gtkfilesystem.h Merged from 2.4: 2004-09-18 20:13:05 +00:00
gtkfilesystemmodel.c Add hidden aliases for exported symbols which are used internally in order 2004-08-09 16:59:53 +00:00
gtkfilesystemmodel.h Fix #139290: 2004-07-09 00:53:48 +00:00
gtkfilesystemunix.c Emit ::finished-loading. 2004-09-27 16:51:18 +00:00
gtkfilesystemunix.h auto-ize. 2003-07-16 21:07:38 +00:00
gtkfilesystemwin32.c Fix typo. The gtk.immodules file had never been included in my 2004-08-15 15:05:46 +00:00
gtkfilesystemwin32.h s/Unix/Win32/g. 2003-12-08 23:13:14 +00:00
gtkfixed.c Add hidden aliases for exported symbols which are used internally in order 2004-08-09 16:59:53 +00:00
gtkfixed.h Deprecation cleanup 2002-10-10 01:02:25 +00:00
gtkfontbutton.c s/CYCLE_HANDLE_FOCUS/CYCLE_CHILD_FOCUS/ 2004-08-22 14:05:30 +00:00
gtkfontbutton.h Doc formatting tweaks. 2003-09-30 22:48:10 +00:00
gtkfontsel.c Add hidden aliases for exported symbols which are used internally in order 2004-08-09 16:59:53 +00:00
gtkfontsel.h Deprecation cleanup 2002-10-09 22:11:08 +00:00
gtkframe.c Take widget->state into account when painting the shadows. (#150351, Tim 2004-08-17 19:10:24 +00:00
gtkframe.h Deprecation cleanup 2002-10-04 23:50:27 +00:00
gtkgamma.c Add hidden aliases for exported symbols which are used internally in order 2004-08-09 16:59:53 +00:00
gtkgamma.h Deprecation cleanup 2002-10-13 20:44:18 +00:00
gtkgc.c Add hidden aliases for exported symbols which are used internally in order 2004-08-09 16:59:53 +00:00
gtkgc.h
gtkhandlebox.c Add missing include. 2004-08-13 04:42:10 +00:00
gtkhandlebox.h Deprecation cleanup 2002-10-11 22:57:11 +00:00
gtkhbbox.c Add hidden aliases for exported symbols which are used internally in order 2004-08-09 16:59:53 +00:00
gtkhbbox.h Deprecation cleanup 2002-10-04 22:49:28 +00:00
gtkhbox.c Add hidden aliases for exported symbols which are used internally in order 2004-08-09 16:59:53 +00:00
gtkhbox.h Deprecation cleanup 2002-10-07 04:29:52 +00:00
gtkhpaned.c Add hidden aliases for exported symbols which are used internally in order 2004-08-09 16:59:53 +00:00
gtkhpaned.h Deprecation cleanup 2002-10-08 23:07:02 +00:00
gtkhruler.c Add hidden aliases for exported symbols which are used internally in order 2004-08-09 16:59:53 +00:00
gtkhruler.h Deprecation cleanup 2002-10-04 23:50:27 +00:00
gtkhscale.c Add hidden aliases for exported symbols which are used internally in order 2004-08-09 16:59:53 +00:00
gtkhscale.h Deprecation cleanup 2002-10-04 22:49:28 +00:00
gtkhscrollbar.c Add hidden aliases for exported symbols which are used internally in order 2004-08-09 16:59:53 +00:00
gtkhscrollbar.h Deprecation cleanup 2002-10-04 08:02:14 +00:00
gtkhseparator.c Add hidden aliases for exported symbols which are used internally in order 2004-08-09 16:59:53 +00:00
gtkhseparator.h Deprecation cleanup 2002-10-04 08:02:14 +00:00
gtkhsv.c Fix redraw issues with the focus on the ring. 2004-10-16 04:27:08 +00:00
gtkhsv.h Deprecation cleanup 2002-10-09 22:25:18 +00:00
gtkiconcache.c Implement icon theme caching. (#154034, Martijn Vernooij, caching schema 2004-10-19 18:45:41 +00:00
gtkiconcache.h Implement icon theme caching. (#154034, Martijn Vernooij, caching schema 2004-10-19 18:45:41 +00:00
gtkiconfactory.c Doc update. 2004-08-16 18:38:55 +00:00
gtkiconfactory.h Remove duplicate declaration of gtk_icon_source_set_icon_name(). (#Jeff 2003-12-02 00:18:43 +00:00
gtkicontheme.c Implement icon theme caching. (#154034, Martijn Vernooij, caching schema 2004-10-19 18:45:41 +00:00
gtkicontheme.h Support named themed window icons. 2004-07-17 03:55:07 +00:00
gtkiconthemeparser.c Add hidden aliases for exported symbols which are used internally in order 2004-08-09 16:59:53 +00:00
gtkiconthemeparser.h Implement a loader for named themed icon based on from gnome-desktop 2003-07-02 22:44:09 +00:00
gtkiconview.c Reset pointers pointing to the old model. (#154350) 2004-10-04 03:33:59 +00:00
gtkiconview.h Remove some erroneous declarations. 2004-08-02 19:09:15 +00:00
gtkimage.c Don't leak the iter of a running animation. (#151542) 2004-09-01 04:57:02 +00:00
gtkimage.h deprecation cleanup 2002-10-05 23:15:39 +00:00
gtkimagemenuitem.c Add hidden aliases for exported symbols which are used internally in order 2004-08-09 16:59:53 +00:00
gtkimagemenuitem.h Deprecation cleanup 2002-10-05 01:51:16 +00:00
gtkimcontext.c cursor_pos is in characters, not bytes. (#153332, Owen Taylor) 2004-09-26 04:23:56 +00:00
gtkimcontext.h Deprecation cleanup 2002-10-10 22:20:48 +00:00
gtkimcontextsimple.c Add hidden aliases for exported symbols which are used internally in order 2004-08-09 16:59:53 +00:00
gtkimcontextsimple.h Deprecation cleanup 2002-10-10 22:20:48 +00:00
gtkimmodule.c Underscore-prefix gtk_file_system_module_get_type(). Underscore-prefix 2004-08-12 21:09:03 +00:00
gtkimmodule.h
gtkimmulticontext.c Add hidden aliases for exported symbols which are used internally in order 2004-08-09 16:59:53 +00:00
gtkimmulticontext.h Replace client_window field with 'priv' pointer, retaining binary 2003-08-19 19:24:39 +00:00
gtkinputdialog.c Add hidden aliases for exported symbols which are used internally in order 2004-08-09 16:59:53 +00:00
gtkinputdialog.h Deprecation cleanup 2002-10-11 22:57:11 +00:00
gtkintl.h Include glib/gi18n-lib.h and only define the P_() macros ourselves. 2004-05-18 19:52:41 +00:00
gtkinvisible.c Add hidden aliases for exported symbols which are used internally in order 2004-08-09 16:59:53 +00:00
gtkinvisible.h Deprecation cleanup 2002-10-10 22:00:09 +00:00
gtkitem.c Add hidden aliases for exported symbols which are used internally in order 2004-08-09 16:59:53 +00:00
gtkitem.h Deprecation cleanup 2002-10-09 22:11:08 +00:00
gtkitemfactory.c Add hidden aliases for exported symbols which are used internally in order 2004-08-09 16:59:53 +00:00
gtkitemfactory.h Deprecate GtkItemFactory in favor of GtkUIManager. Just leave 2003-09-26 23:59:42 +00:00
gtkkeyhash.c Add hidden aliases for exported symbols which are used internally in order 2004-08-09 16:59:53 +00:00
gtkkeyhash.h We need to pass the unmasked state to 2003-05-21 17:49:49 +00:00
gtklabel.c Skip selectable labels when looking for the initial focus widget. 2004-09-29 05:04:31 +00:00
gtklabel.h Require Pango 1.5.1 (for ellipsisation). 2004-07-22 05:06:39 +00:00
gtklayout.c Add hidden aliases for exported symbols which are used internally in order 2004-08-09 16:59:53 +00:00
gtklayout.h Deprecation cleanup 2002-10-13 20:44:18 +00:00
gtklist.c Add hidden aliases for exported symbols which are used internally in order 2004-08-09 16:59:53 +00:00
gtklist.h
gtklistitem.c Add hidden aliases for exported symbols which are used internally in order 2004-08-09 16:59:53 +00:00
gtklistitem.h Version 1.3.11 Require GLib-1.3.11, Pango-0.22, ATK-0.7. Restore to 2001-11-23 21:46:44 +00:00
gtkliststore.c Allow sorting of tree models to be turned off again. (#151139, Torsten 2004-09-05 05:06:05 +00:00
gtkliststore.h gtk/gtkexpander.c 2004-08-22 14:58:15 +00:00
gtkmain.c Implement icon theme caching. (#154034, Martijn Vernooij, caching schema 2004-10-19 18:45:41 +00:00
gtkmain.h Make gtk argument parsing use goption. Add gtk_get_option_group and 2004-09-05 15:09:55 +00:00
gtkmarshal.list
gtkmarshalers.list Provide information about how an adjustment change in a range widget 2004-08-27 02:54:12 +00:00
gtkmenu.c Change from 50 to 20 to make the menus scroll faster. 2004-09-19 22:01:43 +00:00
gtkmenu.h Add new function gtk_menu_get_for_attach_widget. (bug #113112). 2004-05-06 07:35:26 +00:00
gtkmenubar.c Add hidden aliases for exported symbols which are used internally in order 2004-08-09 16:59:53 +00:00
gtkmenubar.h Deprecation cleanup 2002-10-05 01:51:16 +00:00
gtkmenuitem.c Add hidden aliases for exported symbols which are used internally in order 2004-08-09 16:59:53 +00:00
gtkmenuitem.h Deprecation cleanup 2002-10-05 01:51:16 +00:00
gtkmenushell.c Add hidden aliases for exported symbols which are used internally in order 2004-08-09 16:59:53 +00:00
gtkmenushell.h #136672, reported by Christian Persch; fixes based on a patch by Soeren 2004-03-15 02:03:59 +00:00
gtkmenutoolbutton.c Fix doc comment. 2004-10-09 04:52:32 +00:00
gtkmenutoolbutton.h rename the activate-menu signal to show-menu as discussed in bug #153873. 2004-10-05 14:19:54 +00:00
gtkmessagedialog.c Add hidden aliases for exported symbols which are used internally in order 2004-08-09 16:59:53 +00:00
gtkmessagedialog.h Allow NULL for message_format, as described in the docs and as worked 2003-10-29 20:43:58 +00:00
gtkmisc.c Add hidden aliases for exported symbols which are used internally in order 2004-08-09 16:59:53 +00:00
gtkmisc.h deprecation cleanup 2002-10-05 23:15:39 +00:00
gtkmodules.c Make it possible to specify additional modules to load via a setting. 2004-09-01 20:30:24 +00:00
gtkmodules.h Make it possible to specify additional modules to load via a setting. 2004-09-01 20:30:24 +00:00
gtknotebook.c Add a missing _ to the name of the has_secondary_backward_stepper 2004-09-27 03:43:55 +00:00
gtknotebook.h Return the index of the newly inserted page. (#130986, Olexiy Avramchenko) 2004-01-15 23:04:43 +00:00
gtkobject.c Add hidden aliases for exported symbols which are used internally in order 2004-08-09 16:59:53 +00:00
gtkobject.h Remove a couple of obsolete comments, fix another comment. (#109737, 2003-04-21 22:39:43 +00:00
gtkoldeditable.c Add hidden aliases for exported symbols which are used internally in order 2004-08-09 16:59:53 +00:00
gtkoldeditable.h docs/reference/gdk/tmpl/dnd.sgml docs/reference/gdk/tmpl/drawing.sgml 2002-11-08 19:41:50 +00:00
gtkoptionmenu.c Add hidden aliases for exported symbols which are used internally in order 2004-08-09 16:59:53 +00:00
gtkoptionmenu.h Deprecate. Ditto. 2003-10-10 17:18:34 +00:00
gtkpaned.c Reduce rounding error. (#154658, John Cupitt) 2004-10-07 03:44:58 +00:00
gtkpaned.h Fix #99425, add accessor functions for GtkPaned's children. 2004-01-20 23:07:40 +00:00
gtkpathbar.c Scroll to make the current folder visible. (#152921) 2004-09-26 05:54:59 +00:00
gtkpathbar.h Fix an oversight. 2004-09-27 04:11:02 +00:00
gtkpixmap.c Add hidden aliases for exported symbols which are used internally in order 2004-08-09 16:59:53 +00:00
gtkpixmap.h
gtkplug.c Add hidden aliases for exported symbols which are used internally in order 2004-08-09 16:59:53 +00:00
gtkplug.h docs/reference/gdk/tmpl/dnd.sgml docs/reference/gdk/tmpl/drawing.sgml 2002-11-08 19:41:50 +00:00
gtkpreview.c Add hidden aliases for exported symbols which are used internally in order 2004-08-09 16:59:53 +00:00
gtkpreview.h docs/reference/gdk/tmpl/dnd.sgml docs/reference/gdk/tmpl/drawing.sgml 2002-11-08 19:41:50 +00:00
gtkprivate.h Fix #138807. 2004-06-02 17:46:21 +00:00
gtkprogress.c Add hidden aliases for exported symbols which are used internally in order 2004-08-09 16:59:53 +00:00
gtkprogress.h add -DGTK_DISABLE_DEPRECATED. #undef it at the top of gtktypebuiltins.c. 2002-11-20 01:07:33 +00:00
gtkprogressbar.c Add hidden aliases for exported symbols which are used internally in order 2004-08-09 16:59:53 +00:00
gtkprogressbar.h Deprecation cleanup 2002-10-08 23:07:02 +00:00
gtkradioaction.c Add hidden aliases for exported symbols which are used internally in order 2004-08-09 16:59:53 +00:00
gtkradioaction.h Fix #150738, Tomislav Jonjic. 2004-08-22 03:38:42 +00:00
gtkradiobutton.c Add hidden aliases for exported symbols which are used internally in order 2004-08-09 16:59:53 +00:00
gtkradiobutton.h Corrected the group_changed signal vfunc declaration, adding the first 2004-03-03 15:06:49 +00:00
gtkradiomenuitem.c Add hidden aliases for exported symbols which are used internally in order 2004-08-09 16:59:53 +00:00
gtkradiomenuitem.h Corrected the group_changed signal vfunc declaration, adding the first 2004-03-03 15:06:49 +00:00
gtkradiotoolbutton.c Add hidden aliases for exported symbols which are used internally in order 2004-08-09 16:59:53 +00:00
gtkradiotoolbutton.h Fix #150738, Tomislav Jonjic. 2004-08-22 03:38:42 +00:00
gtkrange.c Replace a really gross way of rounding to a specified number of digits. 2004-10-06 05:11:36 +00:00
gtkrange.h Provide information about how an adjustment change in a range widget 2004-08-27 02:54:12 +00:00
gtkrbtree.c Add hidden aliases for exported symbols which are used internally in order 2004-08-09 16:59:53 +00:00
gtkrbtree.h include missing #ifdef G_ENA\BLE_DEBUG 2002-05-16 21:37:49 +00:00
gtkrc.c Add hidden aliases for exported symbols which are used internally in order 2004-08-09 16:59:53 +00:00
gtkrc.default Fix use of ! in shell. 2002-02-02 01:00:42 +00:00
gtkrc.h Export gtk_rc_reset_styles(). (Request from Dom Lachowicz, #123769) 2004-02-26 19:51:00 +00:00
gtkrc.key.default Add a function to delete all bindings add by gtk_binding_parse_binding() 2002-02-09 00:19:29 +00:00
gtkrc.key.emacs Add C-u/C-h/C-w. (#72245) 2002-12-12 23:02:40 +00:00
gtkruler.c Add hidden aliases for exported symbols which are used internally in order 2004-08-09 16:59:53 +00:00
gtkruler.h Deprecation cleanup 2002-10-04 23:50:27 +00:00
gtkscale.c Add hidden aliases for exported symbols which are used internally in order 2004-08-09 16:59:53 +00:00
gtkscale.h Fix for #104811, Padraig O'Briain: 2004-02-12 23:58:46 +00:00
gtkscrollbar.c Add hidden aliases for exported symbols which are used internally in order 2004-08-09 16:59:53 +00:00
gtkscrollbar.h Deprecation cleanup 2002-10-04 08:02:14 +00:00
gtkscrolledwindow.c Add hidden aliases for exported symbols which are used internally in order 2004-08-09 16:59:53 +00:00
gtkscrolledwindow.h Privately export _gtk_scrolled_window_get_scrollbar_spacing(). 2002-10-10 18:46:10 +00:00
gtkselection.c Warn if a UTF8_STRING or text/plain;charset=utf-8 roperty contains invalid 2004-09-17 03:23:32 +00:00
gtkselection.h Support text/plain selection target (#55117, Owen Taylor) 2004-07-17 04:58:02 +00:00
gtkseparator.c Add hidden aliases for exported symbols which are used internally in order 2004-08-09 16:59:53 +00:00
gtkseparator.h Deprecation cleanup 2002-10-04 08:02:14 +00:00
gtkseparatormenuitem.c Add hidden aliases for exported symbols which are used internally in order 2004-08-09 16:59:53 +00:00
gtkseparatormenuitem.h Deprecation cleanup 2002-10-04 08:02:14 +00:00
gtkseparatortoolitem.c Add hidden aliases for exported symbols which are used internally in order 2004-08-09 16:59:53 +00:00
gtkseparatortoolitem.h Fix #150738, Tomislav Jonjic. 2004-08-22 03:38:42 +00:00
gtksequence.c Remove debug spew 2004-08-24 22:23:29 +00:00
gtksequence.h New function. 2004-08-14 15:59:39 +00:00
gtksettings.c Fix some problems reported by Morten Welinder: 2004-09-13 16:00:00 +00:00
gtksettings.h Privately export: _gtk_settings_set_property_value_from_rc() 2002-10-02 14:22:31 +00:00
gtksignal.c Add hidden aliases for exported symbols which are used internally in order 2004-08-09 16:59:53 +00:00
gtksignal.h Fix prepending at the start of the list. (#56349, Thomas Leonard.) 2002-05-14 22:15:48 +00:00
gtksizegroup.c Unset GTK_REQUEST_NEEDED before emitting ::size-request, following this 2004-10-15 05:25:56 +00:00
gtksizegroup.h Deprecation cleanup 2002-10-09 23:55:27 +00:00
gtksocket.c Add hidden aliases for exported symbols which are used internally in order 2004-08-09 16:59:53 +00:00
gtksocket.h docs/reference/gdk/tmpl/dnd.sgml docs/reference/gdk/tmpl/drawing.sgml 2002-11-08 19:41:50 +00:00
gtkspinbutton.c Share the three copies of get_borders() under the name 2004-10-08 04:24:45 +00:00
gtkspinbutton.h Deprecation cleanup 2002-10-10 01:02:25 +00:00
gtkstatusbar.c Add hidden aliases for exported symbols which are used internally in order 2004-08-09 16:59:53 +00:00
gtkstatusbar.h Deprecation cleanup 2002-10-09 00:38:22 +00:00
gtkstock.c Add hidden aliases for exported symbols which are used internally in order 2004-08-09 16:59:53 +00:00
gtkstock.h Add a number of new stock items. (#102530, #68015, #109811, Jordi Mallach, 2004-07-12 04:56:30 +00:00
gtkstyle.c Change the default expander size to 12 to compensate for the recent change 2004-09-13 18:25:48 +00:00
gtkstyle.h hu Feb 26 15:43:43 2004 Owen Taylor <otaylor@redhat.com> 2004-02-26 20:59:01 +00:00
gtktable.c Add hidden aliases for exported symbols which are used internally in order 2004-08-09 16:59:53 +00:00
gtktable.h Deprecation cleanup 2002-10-10 01:02:25 +00:00
gtktearoffmenuitem.c Add hidden aliases for exported symbols which are used internally in order 2004-08-09 16:59:53 +00:00
gtktearoffmenuitem.h Put the torn_off flag back into the GtkTearoffMenuItem struct, since it is 2004-05-09 02:46:20 +00:00
gtktext.c Add hidden aliases for exported symbols which are used internally in order 2004-08-09 16:59:53 +00:00
gtktext.h Fix #105497; constify uses of GdkColor. 2004-01-26 20:21:09 +00:00
gtktextbtree.c Add hidden aliases for exported symbols which are used internally in order 2004-08-09 16:59:53 +00:00
gtktextbtree.h Patch from Dov Grobgeld to implement auto-bidi-direction for GtkTextView 2004-03-01 16:07:45 +00:00
gtktextbuffer.c Add hidden aliases for exported symbols which are used internally in order 2004-08-09 16:59:53 +00:00
gtktextbuffer.h Implement a utility function proposed in #102534: 2003-01-06 22:34:23 +00:00
gtktextchild.c Add hidden aliases for exported symbols which are used internally in order 2004-08-09 16:59:53 +00:00
gtktextchild.h Massive padding addition to class structures. 2002-02-23 20:22:05 +00:00
gtktextchildprivate.h
gtktextdisplay.c Add hidden aliases for exported symbols which are used internally in order 2004-08-09 16:59:53 +00:00
gtktextdisplay.h
gtktextiter.c Don't access attr[-1]. (#153628, Padraig O'Briain) 2004-09-25 04:31:22 +00:00
gtktextiter.h Document new properties as 2.4 additions. 2003-06-14 22:27:14 +00:00
gtktextiterprivate.h
gtktextlayout.c Add hidden aliases for exported symbols which are used internally in order 2004-08-09 16:59:53 +00:00
gtktextlayout.h Patch from Dov Grobgeld to implement auto-bidi-direction for GtkTextView 2004-03-01 16:07:45 +00:00
gtktextmark.c Add hidden aliases for exported symbols which are used internally in order 2004-08-09 16:59:53 +00:00
gtktextmark.h Massive padding addition to class structures. 2002-02-23 20:22:05 +00:00
gtktextmarkprivate.h
gtktextsegment.c Add hidden aliases for exported symbols which are used internally in order 2004-08-09 16:59:53 +00:00
gtktextsegment.h
gtktexttag.c gtk/gtkexpander.c 2004-08-22 14:58:15 +00:00
gtktexttag.h Deprecation cleanup 2002-10-10 21:45:41 +00:00
gtktexttagprivate.h remove g_assert_not_reached() that was bogus, since we demand-create the 2001-12-05 01:43:48 +00:00
gtktexttagtable.c Add hidden aliases for exported symbols which are used internally in order 2004-08-09 16:59:53 +00:00
gtktexttagtable.h Massive padding addition to class structures. 2002-02-23 20:22:05 +00:00
gtktexttypes.c Add hidden aliases for exported symbols which are used internally in order 2004-08-09 16:59:53 +00:00
gtktexttypes.h
gtktextutil.c Add hidden aliases for exported symbols which are used internally in order 2004-08-09 16:59:53 +00:00
gtktextutil.h Add Unicode control char menu, based on patch from Dov. Bug #63495 2001-12-17 16:46:08 +00:00
gtktextview.c Make it compile. 2004-08-30 13:16:39 +00:00
gtktextview.h Add a new binding signal ::backspace, bind it to the backspace key, and 2004-08-02 05:34:08 +00:00
gtkthemes.c Add hidden aliases for exported symbols which are used internally in order 2004-08-09 16:59:53 +00:00
gtkthemes.h
gtktipsquery.c Add hidden aliases for exported symbols which are used internally in order 2004-08-09 16:59:53 +00:00
gtktipsquery.h Massive padding addition to class structures. 2002-02-23 20:22:05 +00:00
gtktoggleaction.c Add hidden aliases for exported symbols which are used internally in order 2004-08-09 16:59:53 +00:00
gtktoggleaction.h Fix #150738, Tomislav Jonjic. 2004-08-22 03:38:42 +00:00
gtktoggleactionprivate.h Changes to make cross-process merging feasible: 2003-09-21 22:04:48 +00:00
gtktogglebutton.c Add hidden aliases for exported symbols which are used internally in order 2004-08-09 16:59:53 +00:00
gtktogglebutton.h Deprecation cleanup 2002-10-11 22:57:11 +00:00
gtktoggletoolbutton.c Add hidden aliases for exported symbols which are used internally in order 2004-08-09 16:59:53 +00:00
gtktoggletoolbutton.h Fix #150738, Tomislav Jonjic. 2004-08-22 03:38:42 +00:00
gtktoolbar.c Call gtk_tool_item_rebuild_menu(). 2004-09-14 21:40:41 +00:00
gtktoolbar.h Call gtk_tool_item_rebuild_menu(). 2004-09-14 21:40:41 +00:00
gtktoolbutton.c Call gtk_tool_item_rebuild_menu(). 2004-09-14 21:40:41 +00:00
gtktoolbutton.h Fix #150738, Tomislav Jonjic. 2004-08-22 03:38:42 +00:00
gtktoolitem.c Call gtk_tool_item_rebuild_menu(). 2004-09-14 21:40:41 +00:00
gtktoolitem.h Call gtk_tool_item_rebuild_menu(). 2004-09-14 21:40:41 +00:00
gtktooltips.c Add hidden aliases for exported symbols which are used internally in order 2004-08-09 16:59:53 +00:00
gtktooltips.h New function to improve the accessibility of tooltips. (#114851, Padraig 2004-02-12 22:57:56 +00:00
gtktree.c Add hidden aliases for exported symbols which are used internally in order 2004-08-09 16:59:53 +00:00
gtktree.h
gtktreedatalist.c Underscore-prefix gtk_tree_data_list_compare_func. 2004-08-11 15:08:24 +00:00
gtktreedatalist.h Underscore-prefix gtk_tree_data_list_compare_func. 2004-08-11 15:08:24 +00:00
gtktreednd.c Add hidden aliases for exported symbols which are used internally in order 2004-08-09 16:59:53 +00:00
gtktreednd.h Use G_TYPE_INSTANCE_GET_INTERFACE. ditto. ditto. ditto. Don't reference 2002-01-09 06:52:19 +00:00
gtktreeitem.c Add hidden aliases for exported symbols which are used internally in order 2004-08-09 16:59:53 +00:00
gtktreeitem.h
gtktreemodel.c Add hidden aliases for exported symbols which are used internally in order 2004-08-09 16:59:53 +00:00
gtktreemodel.h now deprecated (#106953, reported by Matthias Clasen). 2003-12-17 23:09:27 +00:00
gtktreemodelfilter.c Add hidden aliases for exported symbols which are used internally in order 2004-08-09 16:59:53 +00:00
gtktreemodelfilter.h Patch from Christian Neumair to make warning string more translator 2004-01-22 23:47:42 +00:00
gtktreemodelsort.c Add hidden aliases for exported symbols which are used internally in order 2004-08-09 16:59:53 +00:00
gtktreemodelsort.h Deprecation cleanup 2002-10-07 19:10:39 +00:00
gtktreeprivate.h Add a new boolean property ::hover-expand and make the treeview 2004-08-02 19:11:32 +00:00
gtktreeselection.c Clear the iter instead of returning it unmodified. (#154186, Jonathan 2004-10-06 18:51:03 +00:00
gtktreeselection.h Deprecation cleanup 2002-10-07 19:10:39 +00:00
gtktreesortable.c Add hidden aliases for exported symbols which are used internally in order 2004-08-09 16:59:53 +00:00
gtktreesortable.h Allow sorting of tree models to be turned off again. (#151139, Torsten 2004-09-05 05:06:05 +00:00
gtktreestore.c Allow sorting of tree models to be turned off again. (#151139, Torsten 2004-09-05 05:06:05 +00:00
gtktreestore.h modify and free tmp instead of path ... (patch from #97927). 2002-11-18 19:33:28 +00:00
gtktreeview.c Don't start a drag if we loose the grab. 2004-10-08 19:00:57 +00:00
gtktreeview.h Add a new boolean property ::hover-expand and make the treeview 2004-08-02 19:11:32 +00:00
gtktreeviewcolumn.c Set sort_indicator to FALSE when appropriate. (#153714, Reinout van 2004-10-03 06:12:09 +00:00
gtktreeviewcolumn.h handle rtl code. 2003-03-03 04:51:42 +00:00
gtktypeutils.c Add hidden aliases for exported symbols which are used internally in order 2004-08-09 16:59:53 +00:00
gtktypeutils.h brooooooooken pipe. 2003-09-03 19:57:05 +00:00
gtkuimanager.c Also update smart separators if the visibility of a menuitem with a 2004-10-08 05:00:34 +00:00
gtkuimanager.h Fix #150738, Tomislav Jonjic. 2004-08-22 03:38:42 +00:00
gtkvbbox.c Add hidden aliases for exported symbols which are used internally in order 2004-08-09 16:59:53 +00:00
gtkvbbox.h Deprecation cleanup 2002-10-04 22:49:28 +00:00
gtkvbox.c Add hidden aliases for exported symbols which are used internally in order 2004-08-09 16:59:53 +00:00
gtkvbox.h Deprecation cleanup 2002-10-07 04:29:52 +00:00
gtkversion.h.in
gtkviewport.c Add hidden aliases for exported symbols which are used internally in order 2004-08-09 16:59:53 +00:00
gtkviewport.h Deprecation cleanup 2002-10-09 00:38:22 +00:00
gtkvpaned.c Add hidden aliases for exported symbols which are used internally in order 2004-08-09 16:59:53 +00:00
gtkvpaned.h Deprecation cleanup 2002-10-08 23:07:02 +00:00
gtkvruler.c Add hidden aliases for exported symbols which are used internally in order 2004-08-09 16:59:53 +00:00
gtkvruler.h Deprecation cleanup 2002-10-04 23:50:27 +00:00
gtkvscale.c Add hidden aliases for exported symbols which are used internally in order 2004-08-09 16:59:53 +00:00
gtkvscale.h Deprecation cleanup 2002-10-04 22:49:28 +00:00
gtkvscrollbar.c Add hidden aliases for exported symbols which are used internally in order 2004-08-09 16:59:53 +00:00
gtkvscrollbar.h Deprecation cleanup 2002-10-04 08:02:14 +00:00
gtkvseparator.c Add hidden aliases for exported symbols which are used internally in order 2004-08-09 16:59:53 +00:00
gtkvseparator.h Deprecation cleanup 2002-10-04 08:02:14 +00:00
gtkwidget.c don't queue the widget for resize or emit change notification if the usize 2004-10-12 15:12:44 +00:00
gtkwidget.h Fix #149191, reported by Morten Welinder: 2004-08-03 22:19:37 +00:00
gtkwindow-decorate.c Add hidden aliases for exported symbols which are used internally in order 2004-08-09 16:59:53 +00:00
gtkwindow-decorate.h Add G_BEGIN_DECLS/G_END_DECLS to make these usable in C++. Forgot this 2003-11-03 21:46:51 +00:00
gtkwindow.c Only set using_themed_icon if we actually got an icon list from the theme. 2004-10-04 15:16:57 +00:00
gtkwindow.h Support named themed window icons. 2004-07-17 03:55:07 +00:00
gtkxembed.c Add hidden aliases for exported symbols which are used internally in order 2004-08-09 16:59:53 +00:00
gtkxembed.h Send the focus on to the parent when there was no focus widget before and 2003-08-25 21:46:57 +00:00
line-arrow.xbm Data constness fixes. (#75754) 2002-12-10 21:39:53 +00:00
line-wrap.xbm Data constness fixes. (#75754) 2002-12-10 21:39:53 +00:00
makeenums.pl
Makefile.am Implement icon theme caching. (#154034, Martijn Vernooij, caching schema 2004-10-19 18:45:41 +00:00
makefile.msc.in autogenerate gtk.def, cleanup 2004-08-09 21:32:58 +00:00
makegtkalias.pl New option --disable-visibility to disable the use of ELF visibility 2004-09-15 02:03:58 +00:00
queryimmodules.c Copy code from queryloaders.c which turns backslashes in slashes on win32. 2004-09-14 20:02:47 +00:00
tree_minus.xbm Data constness fixes. (#75754) 2002-12-10 21:39:53 +00:00
tree_minus.xpm Data constness fixes. (#75754) 2002-12-10 21:39:53 +00:00
tree_plus.xbm Data constness fixes. (#75754) 2002-12-10 21:39:53 +00:00
tree_plus.xpm Data constness fixes. (#75754) 2002-12-10 21:39:53 +00:00
updateiconcache.c Implement icon theme caching. (#154034, Martijn Vernooij, caching schema 2004-10-19 18:45:41 +00:00
xembed.h Send the focus on to the parent when there was no focus widget before and 2003-08-25 21:46:57 +00:00