gtk2/gtk
Federico Mena Quintero f2f12b9aae New get_volume_for_path() method. (struct _GtkFileSystemIface): Finally
2004-01-16  Federico Mena Quintero  <federico@ximian.com>

	* gtk/gtkfilesystem.h (struct _GtkFileSystemIface): New
	get_volume_for_path() method.
	(struct _GtkFileSystemIface): Finally removed the list_roots() and
	get_root_info() methods, and the "roots-changed" signal.

	* gtk/gtkfilesystem.c (gtk_file_system_get_volume_for_path): New
	function.
	(gtk_file_system_list_roots): Removed.
	(gtk_file_system_get_root_info): Removed.

	* gtk/gtkfilesystemunix.c
	(gtk_file_system_unix_get_volume_for_path): Implement.
	(get_root_volume): New helper function.
	(gtk_file_system_unix_list_volumes): Use get_root_volume().
	(gtk_file_system_unix_list_roots): Removed.
	(gtk_file_system_unix_get_root_info): Removed.

	* gtk/gtkfilesystemmodel.c (_gtk_file_system_model_new): Don't
	accept a NULL root_path.
	(struct _GtkFileSystemModel): Add a field to remember the
	root_path.
	(_gtk_file_system_model_new): Store the root_path in the model
	structure.
	(find_and_ref_path): Stop going up the hierarchy at the root_path
	of the model.  Also, don't return prematurely when walking up the
	hierarchy.

	* gtk/gtkfilechooserdefault.c (create_file_list): Sigh, restore
	the rules_hint.
	(struct _GtkFileChooserDefault): Added a current_volume_path field.
	(set_tree_model): New function; create the folder tree model here.
	(create_folder_tree): Don't create the model here.
	(set_list_model): Set the show_hidden flag on the list model.
2004-01-16 03:35:33 +00:00
..
stock-icons use SWP_NOACTIVATE in gdk_window_set_keep_(above|below) to make DND work 2004-01-04 15:45:56 +00:00
theme-bits Patch from James Henstridge to update to automake-1.7 (#109542) 2003-05-06 21:55:41 +00:00
xdgmime === Released 2.3.0 === 2003-10-24 22:16:07 +00:00
.cvsignore
circles.xbm
fnmatch.c
gtk-win32.rc.in
gtk.def handle GTK_DATADIR similar as the other filesystem placement 'constants' 2003-12-14 19:03:02 +00:00
gtk.h gtk/gtkfilechooserutils.c gtk/gtkfilechooserprivate.[ch]: Basic framework 2003-10-23 04:22:32 +00:00
gtkaccelgroup.c Applied patch from Ross McFarland <rwmcfa1@neces.com>, initialize *count_p 2003-12-05 23:33:59 +00:00
gtkaccelgroup.h allow accel activation depending on sensitivity and the attach widget. 2003-11-27 15:51:32 +00:00
gtkaccellabel.c
gtkaccellabel.h
gtkaccelmap.c Remove accidentally committed notification stuff. 2004-01-11 01:05:42 +00:00
gtkaccelmap.h Add a way to lock individual accelerator paths. (#73207, reported by Havoc 2003-12-29 00:38:50 +00:00
gtkaccessible.c
gtkaccessible.h
gtkaction.c Adjust to the new connect_proxy signals. 2004-01-12 22:45:45 +00:00
gtkaction.h Adjust to the new connect_proxy signals. 2004-01-12 22:45:45 +00:00
gtkactiongroup.c Don't leak name and stock_id. (#131358, Morten Welinder) 2004-01-14 20:10:27 +00:00
gtkactiongroup.h Adjust to the new connect_proxy signals. 2004-01-12 22:45:45 +00:00
gtkadjustment.c
gtkadjustment.h
gtkalignment.c Implement RTL flipping for GtkAlignment. (#127585) 2003-12-06 00:41:38 +00:00
gtkalignment.h Move GET_PRIVATE macros from header to implementation. 2003-10-11 23:12:20 +00:00
gtkarrow.c
gtkarrow.h
gtkaspectframe.c
gtkaspectframe.h
gtkbbox.c new file to build it all ... added to EXTRA_DIST 2003-07-20 15:50:14 +00:00
gtkbbox.h New function. (#64562) 2003-07-18 23:08:51 +00:00
gtkbin.c
gtkbin.h
gtkbindings.c We need to pass the unmasked state to 2003-05-21 17:49:49 +00:00
gtkbindings.h
gtkbox.c
gtkbox.h
gtkbutton.c Correct misleading docs. Add docs for the "activate" signal. (#129358, 2003-12-18 00:39:17 +00:00
gtkbutton.h Add new properties, xalign and yalign, with getter and setter 2003-12-15 00:00:19 +00:00
gtkcalendar.c Changes to support week_start values other than 0 and 1, e.g. 6 will let 2004-01-02 01:52:04 +00:00
gtkcalendar.h Some calendar improvements. 2003-05-08 00:25:51 +00:00
gtkcelleditable.c
gtkcelleditable.h
gtkcelllayout.c Fixes #108458. 2003-12-19 22:47:20 +00:00
gtkcelllayout.h Fixes #108458. 2003-12-19 22:47:20 +00:00
gtkcellrenderer.c Migrating all cell renderers to use the new instance private data 2003-12-18 00:06:43 +00:00
gtkcellrenderer.h The render vfunc takes a GdkDrawable* instead of a GdkWindow*, because 2003-09-30 17:10:02 +00:00
gtkcellrendererpixbuf.c Migrating all cell renderers to use the new instance private data 2003-12-18 00:06:43 +00:00
gtkcellrendererpixbuf.h
gtkcellrendererseptext.c Only paint a separator if the text is NULL, rather than also doing it if 2003-10-29 23:10:57 +00:00
gtkcellrendererseptext.h Duuuh, cvs add the stupid files - Federico 2003-10-09 19:01:34 +00:00
gtkcellrenderertext.c Fix the "language_set" blurb. (#129720, Christian Rose) 2003-12-20 23:43:30 +00:00
gtkcellrenderertext.h
gtkcellrenderertoggle.c Migrating all cell renderers to use the new instance private data 2003-12-18 00:06:43 +00:00
gtkcellrenderertoggle.h
gtkcellview.c Fixes #108458. 2003-12-19 22:47:20 +00:00
gtkcellview.h === Released 2.3.1 === 2003-12-08 22:55:03 +00:00
gtkcellviewmenuitem.c === Released 2.3.1 === 2003-12-08 22:55:03 +00:00
gtkcellviewmenuitem.h === Released 2.3.1 === 2003-12-08 22:55:03 +00:00
gtkcheckbutton.c gtk/gtkradiobutton.c (gtk_radio_button_draw_indicator): Use 2003-06-04 22:44:10 +00:00
gtkcheckbutton.h
gtkcheckmenuitem.c Doc formatting tweaks. 2003-09-30 22:48:10 +00:00
gtkcheckmenuitem.h Doc formatting tweaks. 2003-09-30 22:48:10 +00:00
gtkclipboard.c Update freedesktop.org clipboard doc link. Patch from Andrew Moise 2004-01-03 19:43:54 +00:00
gtkclipboard.h Add GtkClipboardTargetReceivedFunc, gtk_clipboard_request_targets() and 2003-12-24 00:14:15 +00:00
gtkclist.c Add missing GDK_THREADS_ENTER()/GDK_THREADS_LEAVE(). Cast second argument 2003-12-17 22:23:32 +00:00
gtkclist.h
gtkcolorbutton.c Improve the consistency of titles. (#126193, Damon Chaplin) 2003-11-05 23:23:05 +00:00
gtkcolorbutton.h Doc formatting tweaks. 2003-09-30 22:48:10 +00:00
gtkcolorsel.c *gtk/gtkcolorsel.c (gtk_color_selection_init): Add tooltip for opacity 2003-11-12 09:22:48 +00:00
gtkcolorsel.h
gtkcolorseldialog.c
gtkcolorseldialog.h
gtkcombo.c Fix the position of the popup window when in RTL mode. (#127578) 2003-12-06 00:12:46 +00:00
gtkcombo.h Deprecate. Ditto. 2003-10-10 17:18:34 +00:00
gtkcombobox.c Fix memory leaks caused by the failure to free the result of 2003-12-21 22:28:14 +00:00
gtkcombobox.h move function to a somewhat more logical place, 2003-11-19 22:26:42 +00:00
gtkcomboboxentry.c Fixes #124373, Murray Cumming. 2003-11-16 23:20:15 +00:00
gtkcomboboxentry.h Fixes #124373, Murray Cumming. 2003-11-16 23:20:15 +00:00
gtkcontainer.c Consider the text direction when sorting children. (#116540, Soeren 2003-07-08 22:49:35 +00:00
gtkcontainer.h
gtkctree.c brooooooooken pipe. 2003-09-03 19:57:05 +00:00
gtkctree.h
gtkcurve.c
gtkcurve.h
gtkdebug.h
gtkdialog.c Sigh, revert the change. 2003-12-15 22:03:15 +00:00
gtkdialog.h
gtkdnd.c Add GDK_THREADS_ENTER()/GDK_THREADS_LEAVE() pairs around idle functions. 2003-12-29 11:35:43 +00:00
gtkdnd.h
gtkdrawingarea.c
gtkdrawingarea.h
gtkeditable.c
gtkeditable.h
gtkentry.c always resize the popup when it is visible, popdown when there are less 2003-11-19 21:26:27 +00:00
gtkentry.h Landing GtkTreeModelFilter and the completion code. (Test program and 2003-07-11 12:51:24 +00:00
gtkentrycompletion.c Fixes #108458. 2003-12-19 22:47:20 +00:00
gtkentrycompletion.h Fix parameter name mismatches which confuse gtk-doc. 2003-11-15 23:44:33 +00:00
gtkentryprivate.h add _gtk_entry_completion_resize_popup. 2003-11-17 22:02:21 +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 Remember the new value in all cases. (#126276, Damon Chaplin) 2003-11-09 23:41:15 +00:00
gtkeventbox.h Implement gtk_event_box_get/set_input_only() 2003-09-08 20:04:49 +00:00
gtkexpander.c Add missing GDK_THREADS_ENTER()/GDK_THREADS_LEAVE(). Cast second argument 2003-12-17 22:23:32 +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 Added a render_icon virtual method. 2003-11-19 17:03:32 +00:00
gtkfilechooser.h Fix parameter name mismatches which confuse gtk-doc. 2003-11-15 23:44:33 +00:00
gtkfilechooserdefault.c New get_volume_for_path() method. (struct _GtkFileSystemIface): Finally 2004-01-16 03:35:33 +00:00
gtkfilechooserdefault.h Renamed from GtkFileChooserImplDefault to GtkFileChooserDefault. 2003-10-23 00:26:15 +00:00
gtkfilechooserdialog.c Turn off the dialog's separator (thanks to Iain Holmes). 2003-11-19 20:45:17 +00:00
gtkfilechooserdialog.h
gtkfilechooserentry.c Removed the in_change flag. (completion_idle_callback): Use a temporary 2003-12-04 02:13:27 +00:00
gtkfilechooserentry.h
gtkfilechooserprivate.h Removed. (gtk_file_system_gnome_vfs_set_bookmarks): Removed. 2003-10-18 04:29:40 +00:00
gtkfilechooserutils.c Fix infinite recursion. (#125679, Christian Persch) 2003-10-29 17:53:56 +00:00
gtkfilechooserutils.h Removed the "extra widget" bit, implemented with the following: 2003-09-03 05:52:35 +00:00
gtkfilechooserwidget.c fix preprocessor conditional confusion. (G_OS_UNIX/G_OS_WIN32 stuff) 2003-12-16 22:58:58 +00:00
gtkfilechooserwidget.h
gtkfilefilter.c updated added all the new tests 2003-11-15 20:35:55 +00:00
gtkfilefilter.h File filter objects. 2003-07-23 15:31:10 +00:00
gtkfilesel.c Use 0777 as the mode for mkdir() and let the umask do the right thing. 2004-01-06 20:34:47 +00:00
gtkfilesel.h
gtkfilesystem.c New get_volume_for_path() method. (struct _GtkFileSystemIface): Finally 2004-01-16 03:35:33 +00:00
gtkfilesystem.h New get_volume_for_path() method. (struct _GtkFileSystemIface): Finally 2004-01-16 03:35:33 +00:00
gtkfilesystemmodel.c New get_volume_for_path() method. (struct _GtkFileSystemIface): Finally 2004-01-16 03:35:33 +00:00
gtkfilesystemmodel.h File filter objects. 2003-07-23 15:31:10 +00:00
gtkfilesystemunix.c New get_volume_for_path() method. (struct _GtkFileSystemIface): Finally 2004-01-16 03:35:33 +00:00
gtkfilesystemunix.h auto-ize. 2003-07-16 21:07:38 +00:00
gtkfilesystemwin32.c use SWP_NOACTIVATE in gdk_window_set_keep_(above|below) to make DND work 2004-01-04 15:45:56 +00:00
gtkfilesystemwin32.h s/Unix/Win32/g. 2003-12-08 23:13:14 +00:00
gtkfixed.c
gtkfixed.h
gtkfontbutton.c Improve the consistency of titles. (#126193, Damon Chaplin) 2003-11-05 23:23:05 +00:00
gtkfontbutton.h Doc formatting tweaks. 2003-09-30 22:48:10 +00:00
gtkfontsel.c new file to build it all ... added to EXTRA_DIST 2003-07-20 15:50:14 +00:00
gtkfontsel.h
gtkframe.c Patch from Charles Schmidt to add missing notify (#108305) 2003-05-14 21:26:19 +00:00
gtkframe.h
gtkgamma.c Use g_strtod instead of strtod. 2003-08-29 19:38:07 +00:00
gtkgamma.h
gtkgc.c
gtkgc.h
gtkhandlebox.c brooooooooken pipe. 2003-09-03 19:57:05 +00:00
gtkhandlebox.h
gtkhbbox.c
gtkhbbox.h
gtkhbox.c
gtkhbox.h
gtkhpaned.c implement RTL flipping (#96632) 2003-09-19 16:18:16 +00:00
gtkhpaned.h
gtkhruler.c
gtkhruler.h
gtkhscale.c
gtkhscale.h
gtkhscrollbar.c
gtkhscrollbar.h
gtkhseparator.c add vertical_padding style property. 2003-07-06 13:14:28 +00:00
gtkhseparator.h
gtkhsv.c
gtkhsv.h
gtkiconfactory.c use SWP_NOACTIVATE in gdk_window_set_keep_(above|below) to make DND work 2004-01-04 15:45:56 +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 Fix typo that used the wrong x/y values for the x1, y1 point 2003-12-18 16:08:01 +00:00
gtkicontheme.h fix GTK_TYPE_ICON_INFO macro, reported by muppet. 2003-12-24 06:32:28 +00:00
gtkiconthemeparser.c new file to build it all ... added to EXTRA_DIST 2003-07-20 15:50:14 +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 Use gdk_draw_pixbuf. 2003-08-24 17:28:23 +00:00
gtkiconview.h
gtkimage.c
gtkimage.h
gtkimagemenuitem.c don't request toggle_space when the image width is 0. 2003-07-26 13:22:42 +00:00
gtkimagemenuitem.h
gtkimcontext.c Documentation fix. (#131335, Theppitak Karoonboonyanan) 2004-01-14 20:14:30 +00:00
gtkimcontext.h
gtkimcontextsimple.c Improve Cedilla handling - based on a patch from Gustavo De Nardin, 2003-08-15 21:30:44 +00:00
gtkimcontextsimple.h
gtkimmodule.c handle GTK_DATADIR similar as the other filesystem placement 'constants' 2003-12-14 19:03:02 +00:00
gtkimmodule.h
gtkimmulticontext.c Don't use zip -r on the etc directory, to avoid including editor backup 2003-09-20 23:52:16 +00:00
gtkimmulticontext.h Replace client_window field with 'priv' pointer, retaining binary 2003-08-19 19:24:39 +00:00
gtkinputdialog.c Clarify the label for the empty list. String change. (#95446, Tomas 2003-11-12 20:01:26 +00:00
gtkinputdialog.h
gtkintl.h
gtkinvisible.c
gtkinvisible.h
gtkitem.c
gtkitem.h
gtkitemfactory.c Deprecate. Ditto. 2003-10-10 17:18:34 +00:00
gtkitemfactory.h Deprecate GtkItemFactory in favor of GtkUIManager. Just leave 2003-09-26 23:59:42 +00:00
gtkkeyhash.c Remove GDK_LOCK_MASK before calling gdk_keymap_translate_keyboard_state so 2003-08-12 18:38:16 +00:00
gtkkeyhash.h We need to pass the unmasked state to 2003-05-21 17:49:49 +00:00
gtklabel.c Allow gtk_label_set_attributes() take NULL. See bug #128517. 2003-12-04 18:17:23 +00:00
gtklabel.h
gtklayout.c
gtklayout.h
gtklist.c Add missing GDK_THREADS_ENTER()/GDK_THREADS_LEAVE(). Cast second argument 2003-12-17 22:23:32 +00:00
gtklist.h
gtklistitem.c
gtklistitem.h
gtkliststore.c Big TreeView DnD fixage, makes drops on empty models work, makes TreeStore 2003-09-09 23:13:39 +00:00
gtkliststore.h
gtkmain.c Change the return value from gint to gboolean. (#130718, reported by 2004-01-07 22:06:07 +00:00
gtkmain.h Change the return value from gint to gboolean. (#130718, reported by 2004-01-07 22:06:07 +00:00
gtkmarshal.list
gtkmarshalers.list allow accel activation depending on sensitivity and the attach widget. 2003-11-27 15:51:32 +00:00
gtkmenu.c New function to emit the "cancel" signal on a menu shell. 2003-12-21 00:59:46 +00:00
gtkmenu.h Changes to improve menu positioning on Xinerama (#108328): 2003-11-12 20:53:03 +00:00
gtkmenubar.c New function to emit the "cancel" signal on a menu shell. 2003-12-21 00:59:46 +00:00
gtkmenubar.h
gtkmenuitem.c === Released 2.3.1 === 2003-12-08 22:55:03 +00:00
gtkmenuitem.h
gtkmenushell.c New function to emit the "cancel" signal on a menu shell. 2003-12-21 00:59:46 +00:00
gtkmenushell.h New function to emit the "cancel" signal on a menu shell. 2003-12-21 00:59:46 +00:00
gtkmessagedialog.c Allow NULL for message_format, as described in the docs and as worked 2003-10-29 20:43:58 +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
gtkmisc.h
gtknotebook.c Return the index of the newly inserted page. (#130986, Olexiy Avramchenko) 2004-01-15 23:04:43 +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
gtkobject.h
gtkoldeditable.c
gtkoldeditable.h
gtkoptionmenu.c New function to emit the "cancel" signal on a menu shell. 2003-12-21 00:59:46 +00:00
gtkoptionmenu.h Deprecate. Ditto. 2003-10-10 17:18:34 +00:00
gtkpaned.c Add readonly properties min-position and max-position. (#58431, Padraig 2003-11-05 20:15:19 +00:00
gtkpaned.h
gtkpixmap.c
gtkpixmap.h
gtkplug.c Put the supported protocol version in in the right field of the 2003-10-07 21:27:11 +00:00
gtkplug.h
gtkpreview.c
gtkpreview.h
gtkprivate.h handle GTK_DATADIR similar as the other filesystem placement 'constants' 2003-12-14 19:03:02 +00:00
gtkprogress.c added a missing cast. 2003-06-02 14:14:41 +00:00
gtkprogress.h
gtkprogressbar.c
gtkprogressbar.h
gtkradioaction.c Add a writable group property to align with the GtkRadioButton API. 2004-01-14 01:33:53 +00:00
gtkradioaction.h Add creation functions for actions. 2004-01-07 21:54:33 +00:00
gtkradiobutton.c gtk/gtkradiobutton.c (gtk_radio_button_draw_indicator): Use 2003-06-04 22:44:10 +00:00
gtkradiobutton.h
gtkradiomenuitem.c Only treat buttons as homogeneous when they are narrower than 13 time the 2003-08-29 18:28:23 +00:00
gtkradiomenuitem.h
gtkradiotoolbutton.c Change API so group is a GtkRadioButton, not a GtkWidget. 2004-01-04 20:00:30 +00:00
gtkradiotoolbutton.h Change API so group is a GtkRadioButton, not a GtkWidget. 2004-01-04 20:00:30 +00:00
gtkrange.c Undo the last change, since it broke logical keynav. Fix stepper direction 2003-12-13 01:33:17 +00:00
gtkrange.h
gtkrbtree.c
gtkrbtree.h
gtkrc.c Don't use zip -r on the etc directory, to avoid including editor backup 2003-09-20 23:52:16 +00:00
gtkrc.default
gtkrc.h brooooooooken pipe. 2003-09-03 19:57:05 +00:00
gtkrc.key.default
gtkrc.key.emacs
gtkruler.c
gtkruler.h
gtkscale.c
gtkscale.h
gtkscrollbar.c Make the minimum scrollbar slider length 21 instead of 7. 2003-05-24 20:03:08 +00:00
gtkscrollbar.h
gtkscrolledwindow.c Implement RTL flipping for GtkViewport: Adjust the "gravity" when resizing 2003-12-05 23:31:51 +00:00
gtkscrolledwindow.h
gtkselection.c Add missing GDK_THREADS_ENTER()/GDK_THREADS_LEAVE(). Cast second argument 2003-12-17 22:23:32 +00:00
gtkselection.h
gtkseparator.c
gtkseparator.h
gtkseparatormenuitem.c
gtkseparatormenuitem.h
gtkseparatortoolitem.c Update my e-mail address. 2003-12-29 10:55:53 +00:00
gtkseparatortoolitem.h Update my e-mail address. 2003-12-29 10:55:53 +00:00
gtksettings.c Do not interpret distant clicks as double-clicks (#116541, Bernhard 2003-12-16 00:56:48 +00:00
gtksettings.h
gtksignal.c
gtksignal.h
gtksizegroup.c
gtksizegroup.h
gtksocket.c Use gtk_widget_is_focus() instead of GTK_WIDGET_HAS_FOCUS. (#122327, Owen 2003-11-20 15:03:27 +00:00
gtksocket.h
gtkspinbutton.c Add missing GDK_THREADS_ENTER()/GDK_THREADS_LEAVE(). Cast second argument 2003-12-17 22:23:32 +00:00
gtkspinbutton.h
gtkstatusbar.c Add a new keybinding signal, move_viewport. (gtk_text_view_move_viewport): 2003-07-18 18:52:03 +00:00
gtkstatusbar.h
gtkstock.c use SWP_NOACTIVATE in gdk_window_set_keep_(above|below) to make DND work 2004-01-04 15:45:56 +00:00
gtkstock.h use SWP_NOACTIVATE in gdk_window_set_keep_(above|below) to make DND work 2004-01-04 15:45:56 +00:00
gtkstyle.c Fix doc comment. (#126369, Olexiy Avramchenko) 2003-11-06 19:42:39 +00:00
gtkstyle.h
gtktable.c Start the blurb for "right_attach" with a capital. (#123945, Christian 2003-10-06 19:07:49 +00:00
gtktable.h
gtktearoffmenuitem.c add vertical_padding style property. 2003-07-06 13:14:28 +00:00
gtktearoffmenuitem.h
gtktext.c
gtktext.h
gtktextbtree.c Remove dubious bitfields of unspecified signedness. (#112919, Morten 2003-05-27 21:21:00 +00:00
gtktextbtree.h
gtktextbuffer.c
gtktextbuffer.h
gtktextchild.c
gtktextchild.h
gtktextchildprivate.h
gtktextdisplay.c Keep track of when we have a clip mask set for the GC, and when we unset 2003-06-04 23:26:52 +00:00
gtktextdisplay.h
gtktextiter.c
gtktextiter.h Document new properties as 2.4 additions. 2003-06-14 22:27:14 +00:00
gtktextiterprivate.h
gtktextlayout.c Since we add one to the layout's reported width to account for the cursor, 2003-08-26 00:06:18 +00:00
gtktextlayout.h
gtktextmark.c
gtktextmark.h
gtktextmarkprivate.h
gtktextsegment.c
gtktextsegment.h
gtktexttag.c
gtktexttag.h
gtktexttagprivate.h
gtktexttagtable.c
gtktexttagtable.h
gtktexttypes.c
gtktexttypes.h
gtktextutil.c Fix use of uninitialized variable. 2003-08-29 19:26:58 +00:00
gtktextutil.h
gtktextview.c rename property tab_moves_focus to accepts_tab. (#122709 again). 2003-09-27 14:13:12 +00:00
gtktextview.h rename property tab_moves_focus to accepts_tab. (#122709 again). 2003-09-27 14:13:12 +00:00
gtkthemes.c
gtkthemes.h
gtktipsquery.c
gtktipsquery.h
gtktoggleaction.c Add creation functions for actions. 2004-01-07 21:54:33 +00:00
gtktoggleaction.h Add creation functions for actions. 2004-01-07 21:54:33 +00:00
gtktoggleactionprivate.h Changes to make cross-process merging feasible: 2003-09-21 22:04:48 +00:00
gtktogglebutton.c
gtktogglebutton.h
gtktoggletoolbutton.c Update my e-mail address. 2003-12-29 10:55:53 +00:00
gtktoggletoolbutton.h Update my e-mail address. 2003-12-29 10:55:53 +00:00
gtktoolbar.c Add GDK_THREADS_ENTER()/GDK_THREADS_LEAVE() pairs around idle functions. 2003-12-29 11:35:43 +00:00
gtktoolbar.h Update my e-mail address. 2003-12-29 10:55:53 +00:00
gtktoolbutton.c Update my e-mail address. 2003-12-29 10:55:53 +00:00
gtktoolbutton.h Update my e-mail address. 2003-12-29 10:55:53 +00:00
gtktoolitem.c Call gtk_tool_item_set_visible_vertical for PROP_VISIBLE_VERTICAL. 2004-01-06 20:39:48 +00:00
gtktoolitem.h Update my e-mail address. 2003-12-29 10:55:53 +00:00
gtktooltips.c Make tooltip positioning Xinerama-aware. (#127332) 2003-11-23 21:27:50 +00:00
gtktooltips.h
gtktree.c brooooooooken pipe. 2003-09-03 19:57:05 +00:00
gtktree.h
gtktreedatalist.c Patch from David Hampton to fix sorting on booleans. 2003-11-20 20:14:22 +00:00
gtktreedatalist.h
gtktreednd.c Big TreeView DnD fixage, makes drops on empty models work, makes TreeStore 2003-09-09 23:13:39 +00:00
gtktreednd.h
gtktreeitem.c
gtktreeitem.h
gtktreemodel.c Actually call the default signal handlers instead of calling the 2003-12-17 17:52:47 +00:00
gtktreemodel.h now deprecated (#106953, reported by Matthias Clasen). 2003-12-17 23:09:27 +00:00
gtktreemodelfilter.c Fixes #110249, reworked patch from Joshua N Pritikin. 2003-12-18 18:19:05 +00:00
gtktreemodelfilter.h Fix licensing (I managed to put it under GPL licensing instead of 2003-10-24 18:36:55 +00:00
gtktreemodelsort.c Fixes #110249, reworked patch from Joshua N Pritikin. 2003-12-18 18:19:05 +00:00
gtktreemodelsort.h
gtktreeprivate.h Migrating all cell renderers to use the new instance private data 2003-12-18 00:06:43 +00:00
gtktreeselection.c Merge from stable. 2003-08-25 21:33:00 +00:00
gtktreeselection.h
gtktreesortable.c
gtktreesortable.h
gtktreestore.c Big TreeView DnD fixage, makes drops on empty models work, makes TreeStore 2003-09-09 23:13:39 +00:00
gtktreestore.h
gtktreeview.c move grab_focus to after handling the button presses in the TreeView to 2004-01-15 00:12:23 +00:00
gtktreeview.h
gtktreeviewcolumn.c Fixes #108458. 2003-12-19 22:47:20 +00:00
gtktreeviewcolumn.h
gtktypeutils.c
gtktypeutils.h brooooooooken pipe. 2003-09-03 19:57:05 +00:00
gtkuimanager.c Inserting a 'newly-allocated' to hint that the list should be freed after 2004-01-15 22:15:39 +00:00
gtkuimanager.h New function to obtain a list of toplevel widgets constructed by the ui 2004-01-08 23:37:34 +00:00
gtkvbbox.c
gtkvbbox.h
gtkvbox.c
gtkvbox.h
gtkversion.h.in
gtkviewport.c Implement "gravity" for RTL mode in a better way: Keep the distance from 2003-12-12 23:40:58 +00:00
gtkviewport.h
gtkvpaned.c
gtkvpaned.h
gtkvruler.c
gtkvruler.h
gtkvscale.c
gtkvscale.h
gtkvscrollbar.c
gtkvscrollbar.h
gtkvseparator.c add vertical_padding style property. 2003-07-06 13:14:28 +00:00
gtkvseparator.h
gtkwidget.c Correct misleading docs. Add docs for the "activate" signal. (#129358, 2003-12-18 00:39:17 +00:00
gtkwidget.h allow accel activation depending on sensitivity and the attach widget. 2003-11-27 15:51:32 +00:00
gtkwindow-decorate.c Remove dubious bitfields of unspecified signedness. (#112919, Morten 2003-05-27 21:21:00 +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 Changes to allow "no input" windows (#64613): 2003-12-10 23:58:23 +00:00
gtkwindow.h Changes to allow "no input" windows (#64613): 2003-12-10 23:58:23 +00:00
gtkxembed.c Silently do nothing when recipient is NULL, as described in the doc 2003-10-28 14:48:31 +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
line-wrap.xbm
makeenums.pl
Makefile.am gtk/gtkfilechooserutils.c gtk/gtkfilechooserprivate.[ch]: Basic framework 2003-10-23 04:22:32 +00:00
makefile.msc.in updated added all the new tests 2003-11-15 20:35:55 +00:00
queryimmodules.c Don't look at the same directory twice (in simple cases). (#120342) 2003-08-20 22:05:24 +00:00
tree_minus.xbm
tree_minus.xpm
tree_plus.xbm
tree_plus.xpm
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