gtk2/gtk
Michael Natterer e631aef881 Move "move-focus" signals from several widgets to GtkWidget to enable more
2007-06-04  Michael Natterer  <mitch@imendio.com>

	Move "move-focus" signals from several widgets to GtkWidget to
	enable more flexible costomization of keyboard navigation via
	bindings. Fixes bug #414947.

	* gtk/gtkwidget.c: add "move-focus" binding signal, default to
	calling the toplevel GtkWindow's "move-focus" vfunc.

	* gtk/gtktextview.[ch]
	* gtk/gtkwindow.[ch]: remove "move-focus" signals and add compat
	code that makes sure that both emitting the signal on the widget
	and overriding the virtual functions keeps working as before.

	* gtk/gtktoolbar.c: remove "move-focus" signal here too and use
	GtkWidget's signal. This change slightly changes keyboard
	navigation in toolbars. I'll fix the behavior if somebody can
	explain me if and how exactly the new behavior is broken.


svn path=/trunk/; revision=18025
2007-06-04 15:00:22 +00:00
..
stock-icons Ad missing png icons 2007-05-25 01:45:40 +00:00
theme-bits Apply a cleanup patch by Kjartan Maraas (#341812) 2006-10-08 05:07:55 +00:00
xdgmime 2.11.0 2007-05-24 05:51:56 +00:00
.cvsignore Ignore files added by make check 2006-10-25 16:05:01 +00:00
abicheck.sh Commit a patch by Behdad to fix typos, omissions and other errors in the 2006-09-10 06:39:16 +00:00
aliasfilescheck.sh Propagate srcdir into the test correctly. (#359845) 2006-10-05 15:51:45 +00:00
circles.xbm
fnmatch.c Make PLT-reduction work with gcc4, and don't include everything in 2005-03-20 07:01:23 +00:00
gen-paper-names.c Add some missing symbols. 2007-05-23 17:49:34 +00:00
gtk-win32.rc.in Look for windres on Win32. 2005-07-09 00:10:12 +00:00
gtk.h Add the GtkVolumeButton widget, a button that pops up a scale when clicked 2007-05-19 23:35:00 +00:00
gtk.symbols Revert previous commit; the API is not yet finalized - see bug #166995. 2007-06-04 14:37:17 +00:00
gtkaboutdialog.c Functions: gtk_about_dialog_get/set_name() were deprecated in favour of 2007-05-14 18:33:53 +00:00
gtkaboutdialog.h Functions: gtk_about_dialog_get/set_name() were deprecated in favour of 2007-05-14 18:33:53 +00:00
gtkaccelgroup.c Don't access invalid memory. (#429732, Armin Burgmeier) 2007-04-26 05:50:18 +00:00
gtkaccelgroup.h Mark as const. 2004-11-23 20:02:15 +00:00
gtkaccellabel.c add new boolean settings gtk-enable-accels and gtk-enable-mnemonics which 2007-02-05 14:11:39 +00:00
gtkaccellabel.h Provide access to the string representation of accelerators used in 2004-10-05 05:17:22 +00:00
gtkaccelmap.c Apply a cleanup patch by Kjartan Maraas (#341812) 2006-10-08 05:07:55 +00:00
gtkaccelmap.h gtk/gtkaccelmap.[ch] gtk/gtkfilechooser.[ch] gtk/gtkfilesel.c 2004-12-12 21:09:13 +00:00
gtkaccessible.c More of the same 2006-05-14 04:25:34 +00:00
gtkaccessible.h Make PLT-reduction work with gcc4, and don't include everything in 2005-03-20 07:01:23 +00:00
gtkaction.c Use private->data->short_label to update the proxies. 2007-05-25 21:02:46 +00:00
gtkaction.h Rename get_submenu() to create_menu(); rename gtk_action_get_submenu() to 2007-03-16 20:04:57 +00:00
gtkactiongroup.c Warn and refuse to add actions with duplicate names. (#150877, Tommi 2007-05-19 04:07:42 +00:00
gtkactiongroup.h Mark as const. 2004-11-23 20:02:15 +00:00
gtkadjustment.c More of the same 2006-05-14 04:25:34 +00:00
gtkadjustment.h Trivial cleanups. (#169647, #303455, Fabricio Barros Cabral, Benoit 2005-06-21 05:35:43 +00:00
gtkalignment.c More of the same 2006-05-14 04:25:34 +00:00
gtkalignment.h Trivial cleanups. (#169647, #303455, Fabricio Barros Cabral, Benoit 2005-06-21 05:35:43 +00:00
gtkarrow.c Fix a typo in the docs. (#390423, David Lodge) 2006-12-28 21:47:59 +00:00
gtkarrow.h Trivial cleanups. (#169647, #303455, Fabricio Barros Cabral, Benoit 2005-06-21 05:35:43 +00:00
gtkaspectframe.c More of the same 2006-05-14 04:25:34 +00:00
gtkaspectframe.h Documentation additions and fixes. 2006-06-29 09:18:07 +00:00
gtkassistant.c Internalize some strings, pointed out by Damon Chaplin. 2007-04-27 23:10:38 +00:00
gtkassistant.h 2006-02-10 Murray Cumming <murrayc@murrayc.com 2006-02-10 12:59:19 +00:00
gtkbbox.c applied patch from Xan Lopez which adds GTK_BUTTONBOX_CENTER to 2007-02-08 12:11:02 +00:00
gtkbbox.h Make PLT-reduction work with gcc4, and don't include everything in 2005-03-20 07:01:23 +00:00
gtkbin.c More of the same 2006-05-14 04:25:34 +00:00
gtkbin.h Make PLT-reduction work with gcc4, and don't include everything in 2005-03-20 07:01:23 +00:00
gtkbindings.c Remove an obsolete comment 2007-03-12 05:41:53 +00:00
gtkbindings.h added new scanner token "unbind" which gets rid of a key binding (in fact, 2006-10-05 14:48:57 +00:00
gtkbox.c Require gtk-doc 1.6, for signal and property links. 2007-05-26 06:59:36 +00:00
gtkbox.h Trivial cleanups. (#169647, #303455, Fabricio Barros Cabral, Benoit 2005-06-21 05:35:43 +00:00
gtkbutton.c Require gtk-doc 1.6, for signal and property links. 2007-05-26 06:59:36 +00:00
gtkbutton.h Add a GtkButton::image-position property with getter and setter, to allow 2006-05-31 00:22:19 +00:00
gtkcalendar.c fix build breakage 2007-01-19 15:12:58 +00:00
gtkcalendar.h Use a GtkAlignment rather than a GtkDrawingArea to draw the swatch in to 2005-05-11 19:16:19 +00:00
gtkcelleditable.c Apply a patch by Behdad Esfahbod to reduce relocations. (#359053) 2006-10-03 15:54:52 +00:00
gtkcelleditable.h
gtkcelllayout.c New function to get the cell renderers of a cell layout. 2006-12-29 07:53:01 +00:00
gtkcelllayout.h New function to get the cell renderers of a cell layout. 2006-12-29 07:53:01 +00:00
gtkcellrenderer.c More of the same 2006-05-14 04:25:34 +00:00
gtkcellrenderer.h Undo bogus commit. 2006-12-14 18:33:43 +00:00
gtkcellrendereraccel.c use multihead safe ungrab functions instead of gdk_keyboard_ungrab() and 2007-03-07 14:18:53 +00:00
gtkcellrendereraccel.h Renamed GtkCellRendererKeys to GtkCellRendererAccel to be consistent with 2005-09-22 16:33:50 +00:00
gtkcellrenderercombo.c More of the same 2006-05-14 04:25:34 +00:00
gtkcellrenderercombo.h Make PLT-reduction work with gcc4, and don't include everything in 2005-03-20 07:01:23 +00:00
gtkcellrendererpixbuf.c Remove unnecessary NULL checks before g_free(). (#369666, Morten Welinder, 2007-03-09 21:57:37 +00:00
gtkcellrendererpixbuf.h Trivial cleanups. (#169647, #303455, Fabricio Barros Cabral, Benoit 2005-06-21 05:35:43 +00:00
gtkcellrendererprogress.c fix docs. 2007-01-02 23:36:32 +00:00
gtkcellrendererprogress.h Mark as const. 2004-11-23 20:02:15 +00:00
gtkcellrendererspin.c More of the same 2006-05-14 04:25:34 +00:00
gtkcellrendererspin.h Add a cell renderer which uses a spinbutton to edit the value of a cell. 2006-03-22 15:28:16 +00:00
gtkcellrenderertext.c transform the ink_rect using pango_extents_to_pixels to avoid rounding 2007-05-31 22:21:55 +00:00
gtkcellrenderertext.h Trivial cleanups. (#169647, #303455, Fabricio Barros Cabral, Benoit 2005-06-21 05:35:43 +00:00
gtkcellrenderertoggle.c refactor to initialize indicator_size to TOGGLE_WIDTH instead of the 2007-01-10 17:33:23 +00:00
gtkcellrenderertoggle.h Trivial cleanups. (#169647, #303455, Fabricio Barros Cabral, Benoit 2005-06-21 05:35:43 +00:00
gtkcellview.c New function to get the cell renderers of a cell layout. 2006-12-29 07:53:01 +00:00
gtkcellview.h Undo bogus commit. 2006-12-14 18:33:43 +00:00
gtkcheckbutton.c gtk/gtkcheckbutton.c gtk/gtkdnd.c gtk/gtkentry.c gtk/gtkmenu.c 2007-01-18 17:30:10 +00:00
gtkcheckbutton.h Make PLT-reduction work with gcc4, and don't include everything in 2005-03-20 07:01:23 +00:00
gtkcheckmenuitem.c More of the same 2006-05-14 04:25:34 +00:00
gtkcheckmenuitem.h Make PLT-reduction work with gcc4, and don't include everything in 2005-03-20 07:01:23 +00:00
gtkclipboard-quartz.c Apply a patch by Behdad Esfahbod to reduce relocations. (#359053) 2006-10-03 15:54:52 +00:00
gtkclipboard.c Use gtk_target_table_new_from_list and gtk_target_table_free instead of 2007-01-14 18:47:36 +00:00
gtkclipboard.h Match parameter names with the headers. 2006-04-24 05:42:12 +00:00
gtkclist.c Remove unnecessary NULL checks before g_free(). (#369666, Morten Welinder, 2007-03-09 21:57:37 +00:00
gtkclist.h Use g_slice instead of mem chunks. 2005-12-05 21:28:32 +00:00
gtkcolorbutton.c fix the build 2006-05-31 04:38:16 +00:00
gtkcolorbutton.h
gtkcolorsel.c Fix compiler warnings 2007-01-04 14:24:37 +00:00
gtkcolorsel.h Make PLT-reduction work with gcc4, and don't include everything in 2005-03-20 07:01:23 +00:00
gtkcolorseldialog.c More of the same 2006-05-14 04:25:34 +00:00
gtkcolorseldialog.h Make PLT-reduction work with gcc4, and don't include everything in 2005-03-20 07:01:23 +00:00
gtkcombo.c Remove unnecessary NULL checks before g_free(). (#369666, Morten Welinder, 2007-03-09 21:57:37 +00:00
gtkcombo.h Make PLT-reduction work with gcc4, and don't include everything in 2005-03-20 07:01:23 +00:00
gtkcombobox.c revert last change. 2007-05-21 12:43:50 +00:00
gtkcombobox.h Add a tearoff-title property, with getter and setter. (#316482, Olexiy 2005-11-21 16:01:56 +00:00
gtkcomboboxentry.c Add a simple validation demo. Make it possible to add arbitrary children 2007-04-26 15:55:48 +00:00
gtkcomboboxentry.h Mark as const. 2004-11-23 20:02:15 +00:00
gtkcontainer.c Require gtk-doc 1.6, for signal and property links. 2007-05-26 06:59:36 +00:00
gtkcontainer.h Make PLT-reduction work with gcc4, and don't include everything in 2005-03-20 07:01:23 +00:00
gtkctree.c Remove unnecessary NULL checks before g_free(). (#369666, Morten Welinder, 2007-03-09 21:57:37 +00:00
gtkctree.h Make PLT-reduction work with gcc4, and don't include everything in 2005-03-20 07:01:23 +00:00
gtkcurve.c Remove unnecessary NULL checks before g_free(). (#369666, Morten Welinder, 2007-03-09 21:57:37 +00:00
gtkcurve.h Make PLT-reduction work with gcc4, and don't include everything in 2005-03-20 07:01:23 +00:00
gtkdebug.h Apply a patch by John Palmieri to use buffered io using GIOChannels, clean 2006-06-21 18:16:58 +00:00
gtkdialog.c Require gtk-doc 1.6, for signal and property links. 2007-05-26 06:59:36 +00:00
gtkdialog.h removed forgotten declaration of _gtk_dialog_get_response_for_widget(), 2006-05-29 15:07:35 +00:00
gtkdnd-quartz.c Commit a patch by Behdad to fix typos, omissions and other errors in the 2006-09-10 06:39:16 +00:00
gtkdnd.c Add GTK_TARGET_OTHER_{APP,WIDGET} to restrict drags within an 2007-04-28 15:34:39 +00:00
gtkdnd.h Add GTK_TARGET_OTHER_{APP,WIDGET} to restrict drags within an 2007-04-28 15:34:39 +00:00
gtkdndcursors.h Use named cursors for the DND cursors, the names are "dnd-none", 2005-06-14 19:58:10 +00:00
gtkdrawingarea.c More of the same 2006-05-14 04:25:34 +00:00
gtkdrawingarea.h Make PLT-reduction work with gcc4, and don't include everything in 2005-03-20 07:01:23 +00:00
gtkeditable.c Apply a patch by Behdad Esfahbod to reduce relocations. (#359053) 2006-10-03 15:54:52 +00:00
gtkeditable.h Make PLT-reduction work with gcc4, and don't include everything in 2005-03-20 07:01:23 +00:00
gtkentry.c Move docs inline 2007-05-27 02:32:21 +00:00
gtkentry.h Add gtk_entry_[gs]et_cursor_hadjustment() to allow automatic scrolling in 2007-05-19 02:31:53 +00:00
gtkentrycompletion.c Document new api 2007-05-26 18:49:58 +00:00
gtkentrycompletion.h Rember the user input that triggered the completion, add API to the 2007-04-28 07:47:08 +00:00
gtkentryprivate.h Rember the user input that triggered the completion, add API to the 2007-04-28 07:47:08 +00:00
gtkenums.h applied patch from Xan Lopez which adds GTK_BUTTONBOX_CENTER to 2007-02-08 12:11:02 +00:00
gtkeventbox.c Fix the offsets of the input-only window if we also have a visible window. 2007-04-28 21:45:39 +00:00
gtkeventbox.h Make PLT-reduction work with gcc4, and don't include everything in 2005-03-20 07:01:23 +00:00
gtkexpander.c remove c++ style comment. 2007-05-18 13:31:29 +00:00
gtkexpander.h Mark as const. 2004-11-23 20:02:15 +00:00
gtkfilechooser.c Add a file-set signal to the filechooser button. Bug 353196. 2006-12-26 22:20:06 +00:00
gtkfilechooser.h Add ALREADY_EXISTS error code. Return an error code when the shortcut 2005-10-10 14:29:03 +00:00
gtkfilechooserbutton.c Handle the row reference path being NULL. (#410565, Joe Markus Clarke, 2007-03-12 04:09:25 +00:00
gtkfilechooserbutton.h Add a file-set signal to the filechooser button. Bug 353196. 2006-12-26 22:20:06 +00:00
gtkfilechooserdefault.c Fix to update the file chooser entry 2007-05-30 12:27:47 +00:00
gtkfilechooserdefault.h Mark as const. 2004-11-28 07:02:27 +00:00
gtkfilechooserdialog.c change fix for #347883 to not obfuscate the code. 2007-06-01 08:19:12 +00:00
gtkfilechooserdialog.h Use G_GNUC_NULL_TERMINATED where appropriate. (#165682, Marc Meissner) 2005-03-08 05:52:55 +00:00
gtkfilechooserembed.c Refactor GtkFileChooserDialog sizing. 2007-05-18 10:38:42 +00:00
gtkfilechooserembed.h Refactor GtkFileChooserDialog sizing. 2007-05-18 10:38:42 +00:00
gtkfilechooserentry.c Append a '/' to directory names in the completion popup. (#431323, Maarten 2007-04-26 17:04:33 +00:00
gtkfilechooserentry.h Merge of the GTK+ asynchronous file chooser branch. Please see the 2006-05-01 21:41:12 +00:00
gtkfilechooserprivate.h Refactor GtkFileChooserDialog sizing. 2007-05-18 10:38:42 +00:00
gtkfilechoosersettings.c Use a simple key file instead of a markup file. Bug #399592. 2007-02-02 19:07:39 +00:00
gtkfilechoosersettings.h Save the expanded state of the folder browser with the file chooser 2007-01-08 18:34:06 +00:00
gtkfilechooserutils.c Commit a patch by Behdad to fix typos, omissions and other errors in the 2006-09-10 06:39:16 +00:00
gtkfilechooserutils.h Add overwrite confirmation for SAVE mode. Fixes bug #152850: 2005-07-15 04:55:56 +00:00
gtkfilechooserwidget.c More of the same 2006-05-14 04:25:34 +00:00
gtkfilechooserwidget.h Mark as const. 2004-11-23 20:02:15 +00:00
gtkfilefilter.c Remove unnecessary NULL checks before g_free(). (#369666, Morten Welinder, 2007-03-09 21:57:37 +00:00
gtkfilefilter.h Mark as const. 2004-11-23 20:02:15 +00:00
gtkfilesel.c Remove unnecessary NULL checks before g_free(). (#369666, Morten Welinder, 2007-03-09 21:57:37 +00:00
gtkfilesel.h Add deprecation guards for gtk_rc_style_ref/unref and the old file 2007-01-27 05:34:05 +00:00
gtkfilesystem.c Remove unnecessary NULL checks before g_free(). (#369666, Morten Welinder, 2007-03-09 21:57:37 +00:00
gtkfilesystem.h Merge of the GTK+ asynchronous file chooser branch. Please see the 2006-05-01 21:41:12 +00:00
gtkfilesystemmodel.c Don't ignore the fact that gtk_file_system_get_parent() may return NULL. 2007-05-02 01:19:59 +00:00
gtkfilesystemmodel.h Merge of the GTK+ asynchronous file chooser branch. Please see the 2006-05-01 21:41:12 +00:00
gtkfilesystemunix.c Make a single tilde go to $HOME in the location entry. Patch from Yevgen 2007-01-11 00:53:00 +00:00
gtkfilesystemunix.h Mark as const. 2004-11-23 20:02:15 +00:00
gtkfilesystemwin32.c Fix some compiler warnings. (#433642, Kjartan Maraas) 2007-04-30 16:18:54 +00:00
gtkfilesystemwin32.h Add -lole32, needed for CoTaskMemFree in get_special_folder() below. 2005-01-02 23:15:21 +00:00
gtkfixed.c More of the same 2006-05-14 04:25:34 +00:00
gtkfixed.h Make PLT-reduction work with gcc4, and don't include everything in 2005-03-20 07:01:23 +00:00
gtkfontbutton.c Add a missing initialization. (#348787, Leonardo Boshell) 2006-08-06 04:25:57 +00:00
gtkfontbutton.h
gtkfontsel.c Improve consistency of signal and property names 2006-07-06 05:14:03 +00:00
gtkfontsel.h Make PLT-reduction work with gcc4, and don't include everything in 2005-03-20 07:01:23 +00:00
gtkframe.c Fix a problem with large y thickness 2007-01-28 06:32:12 +00:00
gtkframe.h Trivial cleanups. (#169647, #303455, Fabricio Barros Cabral, Benoit 2005-06-21 05:35:43 +00:00
gtkgamma.c Use serialized pixbufs instead of xpms 2006-07-04 03:50:37 +00:00
gtkgamma.h Make PLT-reduction work with gcc4, and don't include everything in 2005-03-20 07:01:23 +00:00
gtkgc.c Use the slice allocator for many small allocations. 2006-01-04 07:06:12 +00:00
gtkgc.h Make PLT-reduction work with gcc4, and don't include everything in 2005-03-20 07:01:23 +00:00
gtkhandlebox.c missing #include <ctype.h>. 2007-05-23 15:06:03 +00:00
gtkhandlebox.h Make PLT-reduction work with gcc4, and don't include everything in 2005-03-20 07:01:23 +00:00
gtkhbbox.c applied patch from Xan Lopez which adds GTK_BUTTONBOX_CENTER to 2007-02-08 12:11:02 +00:00
gtkhbbox.h Make PLT-reduction work with gcc4, and don't include everything in 2005-03-20 07:01:23 +00:00
gtkhbox.c More of the same 2006-05-14 04:25:34 +00:00
gtkhbox.h Make PLT-reduction work with gcc4, and don't include everything in 2005-03-20 07:01:23 +00:00
gtkhpaned.c More of the same 2006-05-14 04:25:34 +00:00
gtkhpaned.h Make PLT-reduction work with gcc4, and don't include everything in 2005-03-20 07:01:23 +00:00
gtkhruler.c call gdk_event_request_motions() for new motion events after receiving 2007-02-06 14:53:35 +00:00
gtkhruler.h Make PLT-reduction work with gcc4, and don't include everything in 2005-03-20 07:01:23 +00:00
gtkhscale.c More of the same 2006-05-14 04:25:34 +00:00
gtkhscale.h Make PLT-reduction work with gcc4, and don't include everything in 2005-03-20 07:01:23 +00:00
gtkhscrollbar.c More of the same 2006-05-14 04:25:34 +00:00
gtkhscrollbar.h Trivial cleanups. (#169647, #303455, Fabricio Barros Cabral, Benoit 2005-06-21 05:35:43 +00:00
gtkhseparator.c More of the same 2006-05-14 04:25:34 +00:00
gtkhseparator.h Make PLT-reduction work with gcc4, and don't include everything in 2005-03-20 07:01:23 +00:00
gtkhsv.c Fix some compiler warnings. (#433642, Kjartan Maraas) 2007-04-30 16:18:54 +00:00
gtkhsv.h Make PLT-reduction work with gcc4, and don't include everything in 2005-03-20 07:01:23 +00:00
gtkiconcache.c missing #include <ctype.h>. 2007-05-23 15:06:03 +00:00
gtkiconcache.h Store builtin stock icons in an icon cache, instead of populating a hash 2005-11-04 15:43:40 +00:00
gtkiconcachevalidator.c Correct the handling of display names. 2007-05-30 05:56:32 +00:00
gtkiconcachevalidator.h Add an icon cache validator. 2007-05-01 20:00:17 +00:00
gtkiconfactory.c Improve a warning Always set the error when returning NULL. (#440982, 2007-05-25 15:31:28 +00:00
gtkiconfactory.h Switch over to use glib's new g_hash_table_get_keys() rather than our own 2007-04-11 17:48:20 +00:00
gtkicontheme.c Initialize unthemed_icon to NULL to avoid accessing uninitialized memory 2007-06-03 20:44:10 +00:00
gtkicontheme.h Add a function to look up an icon from a list of icon names. (#396901, 2007-05-18 20:19:12 +00:00
gtkiconview.c Queue a resize if the size changed. (#418047, Alex Graveley) 2007-05-30 13:28:24 +00:00
gtkiconview.h Add a function to determine what parts of the model are visible. (#306726, 2005-06-11 05:15:10 +00:00
gtkimage.c Require gtk-doc 1.6, for signal and property links. 2007-05-26 06:59:36 +00:00
gtkimage.h Make this function public. (#64792, Havoc Pennington) 2005-06-19 02:02:09 +00:00
gtkimagemenuitem.c Apply a cleanup patch by Kjartan Maraas (#341812) 2006-10-08 05:07:55 +00:00
gtkimagemenuitem.h Make PLT-reduction work with gcc4, and don't include everything in 2005-03-20 07:01:23 +00:00
gtkimcontext.c More of the same 2006-05-14 04:25:34 +00:00
gtkimcontext.h Make PLT-reduction work with gcc4, and don't include everything in 2005-03-20 07:01:23 +00:00
gtkimcontextsimple.c Fix en/em dash confusion. (#378462) 2007-01-01 05:40:05 +00:00
gtkimcontextsimple.h Forgotten file 2005-09-03 03:29:04 +00:00
gtkimmodule.c Proper fix for #396175: 2007-01-17 01:18:42 +00:00
gtkimmodule.h Set interface age to 0. 2005-07-14 13:12:05 +00:00
gtkimmulticontext.c Proper fix for #396175: 2007-01-17 01:18:42 +00:00
gtkimmulticontext.h Make PLT-reduction work with gcc4, and don't include everything in 2005-03-20 07:01:23 +00:00
gtkinputdialog.c Remove old child of scrolled window before adding a new one when switching 2007-04-26 06:23:36 +00:00
gtkinputdialog.h Make PLT-reduction work with gcc4, and don't include everything in 2005-03-20 07:01:23 +00:00
gtkintl.h Keep track of cursor position also in root window coordinates. Prune out 2005-09-02 01:54:45 +00:00
gtkinvisible.c Make GTK+ work as an untrusted X client. (#136571, Ed Catmur) 2006-05-25 05:30:14 +00:00
gtkinvisible.h
gtkitem.c More of the same 2006-05-14 04:25:34 +00:00
gtkitem.h Make PLT-reduction work with gcc4, and don't include everything in 2005-03-20 07:01:23 +00:00
gtkitemfactory.c Commit a patch by Behdad to fix typos, omissions and other errors in the 2006-09-10 06:39:16 +00:00
gtkitemfactory.h Cleanups 2006-06-28 16:09:17 +00:00
gtkkeyhash.c Use the slice allocator for many small allocations. 2006-01-04 07:06:12 +00:00
gtkkeyhash.h
gtklabel.c Require gtk-doc 1.6, for signal and property links. 2007-05-26 06:59:36 +00:00
gtklabel.h Add gtk_label_set_line_wrap_mode, gtk_label_get_line_wrap_mode, and a 2006-06-19 14:27:50 +00:00
gtklayout.c gtk/gtklayout.c (gtk_layout_realize), gtk/gtkiconview.c 2006-05-15 19:17:30 +00:00
gtklayout.h Make PLT-reduction work with gcc4, and don't include everything in 2005-03-20 07:01:23 +00:00
gtklinkbutton.c Fix some compiler warnings. (#433642, Kjartan Maraas) 2007-04-30 16:18:54 +00:00
gtklinkbutton.h Allow to set a global hook function thats called whenever a link button is 2006-01-28 06:20:30 +00:00
gtklist.c Replace a lot of idle and timeout calls by the new gdk_threads api. 2006-12-22 19:10:43 +00:00
gtklist.h Make PLT-reduction work with gcc4, and don't include everything in 2005-03-20 07:01:23 +00:00
gtklistitem.c Various cleanups. (#315360, Kjartan Maraas) 2005-09-13 19:57:42 +00:00
gtklistitem.h Trivial cleanups. (#169647, #303455, Fabricio Barros Cabral, Benoit 2005-06-21 05:35:43 +00:00
gtkliststore.c Fix some compiler warnings. (#433642, Kjartan Maraas) 2007-04-30 16:18:54 +00:00
gtkliststore.h Trivial cleanups. (#169647, #303455, Fabricio Barros Cabral, Benoit 2005-06-21 05:35:43 +00:00
gtkmain.c Fix a small leak 2007-02-16 06:09:02 +00:00
gtkmain.h Make PLT-reduction work with gcc4, and don't include everything in 2005-03-20 07:01:23 +00:00
gtkmarshal.list
gtkmarshalers.list Add a create-window signal that allows to override the global 2007-06-04 14:39:56 +00:00
gtkmenu.c Refactored arrow border size, visible area, and sensitive area calculations 2007-05-09 15:46:41 +00:00
gtkmenu.h Make PLT-reduction work with gcc4, and don't include everything in 2005-03-20 07:01:23 +00:00
gtkmenubar.c Treat "" like NULL when parsing the menu-bar-accel setting. Here too. 2006-07-03 00:25:06 +00:00
gtkmenubar.h Trivial cleanups. (#169647, #303455, Fabricio Barros Cabral, Benoit 2005-06-21 05:35:43 +00:00
gtkmenuitem.c don't switch submenu opening direction for overlapping reasons if there is 2007-06-01 11:02:11 +00:00
gtkmenuitem.h Merged heavily modified patch from maemo-gtk which enables opening and 2007-04-27 14:49:37 +00:00
gtkmenushell.c Merge fix from maemo-gtk: 2007-05-25 09:33:05 +00:00
gtkmenushell.h Allow to pop up menus without grabbing the keyboard. Useful for stuff like 2005-03-31 17:02:19 +00:00
gtkmenutoolbutton.c More of the same 2006-05-14 04:25:34 +00:00
gtkmenutoolbutton.h Mark as const. 2004-11-23 20:02:15 +00:00
gtkmessagedialog.c Fix an a11y regression 2006-12-04 17:56:30 +00:00
gtkmessagedialog.h Add an image property 2006-05-09 04:36:43 +00:00
gtkmisc.c Require gtk-doc 1.6, for signal and property links. 2007-05-26 06:59:36 +00:00
gtkmisc.h Make PLT-reduction work with gcc4, and don't include everything in 2005-03-20 07:01:23 +00:00
gtkmnemonichash.c Commit a patch by Behdad to fix typos, omissions and other errors in the 2006-09-10 06:39:16 +00:00
gtkmnemonichash.h Support no-Alt mnemnonics in menu bars (#101309, Owen Taylor) 2004-12-10 22:09:22 +00:00
gtkmodules.c Set default_display_opened before loading modules. (#393102, Brian 2007-01-08 13:08:10 +00:00
gtkmodules.h Trivial cleanups. (#169647, #303455, Fabricio Barros Cabral, Benoit 2005-06-21 05:35:43 +00:00
gtknotebook.c Add a create-window signal that allows to override the global 2007-06-04 14:39:56 +00:00
gtknotebook.h Add a create-window signal that allows to override the global 2007-06-04 14:39:56 +00:00
gtkobject.c Apply a patch by Behdad Esfahbod to reduce relocations. (#359053) 2006-10-03 15:54:52 +00:00
gtkobject.h renamed GUnowned to GInitiallyUnowned. 2005-12-22 17:58:40 +00:00
gtkoldeditable.c More of the same 2006-05-14 04:25:34 +00:00
gtkoldeditable.h Make PLT-reduction work with gcc4, and don't include everything in 2005-03-20 07:01:23 +00:00
gtkoptionmenu.c gtk/gtkstyle.c (option_menu_get_props) Use gtk_border_free when freeing 2007-01-03 17:31:57 +00:00
gtkoptionmenu.h Make PLT-reduction work with gcc4, and don't include everything in 2005-03-20 07:01:23 +00:00
gtkpagesetup.c Document new api 2007-05-26 18:53:50 +00:00
gtkpagesetup.h Add a new error code 2007-04-29 06:23:58 +00:00
gtkpagesetupunixdialog.c missing #include <ctype.h>. 2007-05-23 15:06:03 +00:00
gtkpagesetupunixdialog.h Fix includes (#338665) 2006-04-24 19:08:47 +00:00
gtkpaned.c Don't install cursors on insensitive widgets. (#358864, Jan Schampera) 2006-12-31 00:36:03 +00:00
gtkpaned.h Make PLT-reduction work with gcc4, and don't include everything in 2005-03-20 07:01:23 +00:00
gtkpapersize.c document new api 2007-05-26 18:56:07 +00:00
gtkpapersize.h really rename gtk_paper_size_get_builtins() to 2007-04-30 09:55:14 +00:00
gtkpathbar.c Add ATK names to the Up, Down, and Root buttons. Keep the focus from 2007-05-16 17:42:53 +00:00
gtkpathbar.h Commit a patch by Behdad to fix typos, omissions and other errors in the 2006-09-10 06:39:16 +00:00
gtkpixmap.c More of the same 2006-05-14 04:25:34 +00:00
gtkpixmap.h Make PLT-reduction work with gcc4, and don't include everything in 2005-03-20 07:01:23 +00:00
gtkplug-stub.c Commit a patch by Behdad to fix typos, omissions and other errors in the 2006-09-10 06:39:16 +00:00
gtkplug-win32.c Commit a patch by Behdad to fix typos, omissions and other errors in the 2006-09-10 06:39:16 +00:00
gtkplug-x11.c Make it possible to track the embeddedness of statusicon (#387215, Martyn 2006-12-22 07:18:21 +00:00
gtkplug.c Notify the "embedded" property also on normal construction and when 2006-12-25 12:29:35 +00:00
gtkplug.h Make PLT-reduction work with gcc4, and don't include everything in 2005-03-20 07:01:23 +00:00
gtkplugprivate.h gtk/gtksocket.c Splice out backend-dependend parts to separate files, see 2005-07-21 13:31:03 +00:00
gtkpreview.c missing #include <ctype.h>. 2007-05-23 15:06:03 +00:00
gtkpreview.h Make PLT-reduction work with gcc4, and don't include everything in 2005-03-20 07:01:23 +00:00
gtkprint-win32.c Merge the gtk-printing branch. For more detailed ChangeLog entries, see 2006-04-21 15:09:32 +00:00
gtkprint-win32.h Merge the gtk-printing branch. For more detailed ChangeLog entries, see 2006-04-21 15:09:32 +00:00
gtkprintbackend.c Move a few settings to gtksettings.c to make sure they show up in the 2006-12-31 05:54:46 +00:00
gtkprintbackend.h Apply a patch by John Palmieri to use buffered io using GIOChannels, clean 2006-06-21 18:16:58 +00:00
gtkprintcontext.c Don't create new pango fontmaps. Use the default pangocairo fontmap and 2007-05-23 03:19:37 +00:00
gtkprintcontext.h Add gtkprintoperationpreview.[ch] Set default preview command. Hardcoded 2006-06-02 15:16:13 +00:00
gtkprinter-private.h Make gtk_printer_get_capabilities public, and move the 2007-04-30 19:12:00 +00:00
gtkprinter.c Add new capability GTK_PRINT_CAPABILITY_NUMBER_UP. 2007-05-28 10:41:09 +00:00
gtkprinter.h Add new capability GTK_PRINT_CAPABILITY_NUMBER_UP. 2007-05-28 10:41:09 +00:00
gtkprinteroption.c add GTK_PRINTER_OPTION_TYPE_PICKONE_PASSWORD, 2006-07-18 18:26:51 +00:00
gtkprinteroption.h add GTK_PRINTER_OPTION_TYPE_PICKONE_PASSWORD, 2006-07-18 18:26:51 +00:00
gtkprinteroptionset.c Merge the gtk-printing branch. For more detailed ChangeLog entries, see 2006-04-21 15:09:32 +00:00
gtkprinteroptionset.h Merge the gtk-printing branch. For more detailed ChangeLog entries, see 2006-04-21 15:09:32 +00:00
gtkprinteroptionwidget.c Make folder selection for print-to-file work 2007-02-26 14:56:11 +00:00
gtkprinteroptionwidget.h fix printer options 2006-08-23 19:31:56 +00:00
gtkprintjob.c Make gtk_printer_get_capabilities public, and move the 2007-04-30 19:14:27 +00:00
gtkprintjob.h Also move gtk_print_capabilities_get_type() to the new location. Bug 2007-05-01 13:33:47 +00:00
gtkprintoperation-private.h forgotten file 2006-06-08 16:53:26 +00:00
gtkprintoperation-unix.c Hold a refence on the print operation until gtk_print_job_send() is done. 2007-05-25 17:22:55 +00:00
gtkprintoperation-win32.c take the custom tab label from gtk_print_operation_set_custom_tab_label() 2007-01-13 22:18:06 +00:00
gtkprintoperation.c More of the same 2007-05-26 07:13:52 +00:00
gtkprintoperation.h Add a new error code 2007-04-29 06:23:58 +00:00
gtkprintoperationpreview.c forgotten file 2007-05-28 05:01:56 +00:00
gtkprintoperationpreview.h Add missing G_END_DECLS (#343838) 2006-06-04 18:15:13 +00:00
gtkprintsettings.c Document new api 2007-05-26 18:59:43 +00:00
gtkprintsettings.h Add a new error code 2007-04-29 06:23:58 +00:00
gtkprintunixdialog.c Add new capability GTK_PRINT_CAPABILITY_NUMBER_UP. 2007-05-28 10:41:09 +00:00
gtkprintunixdialog.h Add gtk_print_unix_dialog_set_manual_capabilities that controls what 2006-05-24 10:50:57 +00:00
gtkprintutils.c Commit a patch by Behdad to fix typos, omissions and other errors in the 2006-09-10 06:39:16 +00:00
gtkprintutils.h Add gtkprintutils.[hc] 2006-04-23 05:48:04 +00:00
gtkprivate.h Define macros GTK_PARAM_READABLE, GTK_PARAM_WRITABLE, GTK_PARAM_READWRITE 2005-03-22 02:14:55 +00:00
gtkprogress.c Remove unnecessary NULL checks before g_free(). (#369666, Morten Welinder, 2007-03-09 21:57:37 +00:00
gtkprogress.h Bill Skaggs <weskaggs@primate.ucdavis.edu> 2006-06-29 16:23:10 +00:00
gtkprogressbar.c Be more careful when overdrawing antialiased text. (#352435, Alex Jones, 2006-12-11 15:35:25 +00:00
gtkprogressbar.h Fix #344543 2006-06-12 01:54:54 +00:00
gtkquartz.c Commit a patch by Behdad to fix typos, omissions and other errors in the 2006-09-10 06:39:16 +00:00
gtkquartz.h Add new files. 2006-03-21 16:50:47 +00:00
gtkquery.c Add search file support in the GtkFileChooser. Original patch by Federico 2007-05-02 22:51:43 +00:00
gtkquery.h Add search file support in the GtkFileChooser. Original patch by Federico 2007-05-02 22:51:43 +00:00
gtkradioaction.c More of the same 2006-05-14 04:25:34 +00:00
gtkradioaction.h Add a current-value property and a setter for it. (#322735, Jorn Baayen) 2006-01-16 19:07:13 +00:00
gtkradiobutton.c Revert previous commit; the API is not yet finalized - see bug #166995. 2007-06-04 14:37:17 +00:00
gtkradiobutton.h Revert previous commit; the API is not yet finalized - see bug #166995. 2007-06-04 14:37:17 +00:00
gtkradiomenuitem.c Fix typo 2007-06-03 04:56:00 +00:00
gtkradiomenuitem.h
gtkradiotoolbutton.c More of the same 2006-05-14 04:25:34 +00:00
gtkradiotoolbutton.h Fix #150738, Tomislav Jonjic. 2004-08-22 03:38:42 +00:00
gtkrange.c Document new api 2007-05-26 19:03:18 +00:00
gtkrange.h added properties "fill-level", "show-fill-level" and 2006-11-15 12:23:10 +00:00
gtkrbtree.c Apply a cleanup patch by Kjartan Maraas (#341812) 2006-10-08 05:07:55 +00:00
gtkrbtree.h get rid of GAllocator usage, allocate and free nodes via the g_slice_*() 2005-11-01 18:10:51 +00:00
gtkrc.c Initialise variable. Bug #423064. 2007-03-26 21:00:17 +00:00
gtkrc.default
gtkrc.h Add deprecation guards for gtk_rc_style_ref/unref and the old file 2007-01-27 05:34:05 +00:00
gtkrc.key.default
gtkrc.key.emacs Add C-n/C-p/C-f/C-b as alternatives to the arrow keys for menu navigation. 2005-08-30 03:52:56 +00:00
gtkrecentaction.c Document new api 2007-05-26 19:04:35 +00:00
gtkrecentaction.h Add GtkActionClass::get_submenu() vfunc: actions providing a menu item or 2007-03-15 19:33:57 +00:00
gtkrecentchooser.c Various clean ups in the GtkRecent code. (see #338843) 2007-03-14 10:33:36 +00:00
gtkrecentchooser.h Import GtkRecent* from libegg. 2006-03-29 20:16:44 +00:00
gtkrecentchooserdefault.c Reset the state on dispose. 2007-05-18 15:56:05 +00:00
gtkrecentchooserdefault.h Make symbol list mstch reality. 2006-05-04 13:36:30 +00:00
gtkrecentchooserdialog.c Set the HIG spacings directly instead of using style-set handlers. Fix the 2006-12-25 12:21:16 +00:00
gtkrecentchooserdialog.h Import GtkRecent* from libegg. 2006-03-29 20:16:44 +00:00
gtkrecentchoosermenu.c Move filtering of the recent files list into the shared implementation; do 2007-03-15 10:05:34 +00:00
gtkrecentchoosermenu.h Import GtkRecent* from libegg. 2006-03-29 20:16:44 +00:00
gtkrecentchooserprivate.h Move filtering of the recent files list into the shared implementation; do 2007-03-15 10:05:34 +00:00
gtkrecentchooserutils.c Move filtering of the recent files list into the shared implementation; do 2007-03-15 10:05:34 +00:00
gtkrecentchooserutils.h Various clean ups in the GtkRecent code. (see #338843) 2007-03-14 10:33:36 +00:00
gtkrecentchooserwidget.c Allow NULL to mean the default manager. (#344530, John Finlay) 2006-06-11 03:13:50 +00:00
gtkrecentchooserwidget.h Import GtkRecent* from libegg. 2006-03-29 20:16:44 +00:00
gtkrecentfilter.c Remove unnecessary NULL checks before g_free(). (#369666, Morten Welinder, 2007-03-09 21:57:37 +00:00
gtkrecentfilter.h Import GtkRecent* from libegg. 2006-03-29 20:16:44 +00:00
gtkrecentmanager.c Return GTK_STOCK_DIRECTORY for entries with MIME type 2007-05-09 10:59:15 +00:00
gtkrecentmanager.h fix doc formatting errors 2006-12-29 20:30:39 +00:00
gtkruler.c Don't leak no_gr_exp_gc. (#350050, Chris Wilson) 2006-08-15 17:12:23 +00:00
gtkruler.h Make PLT-reduction work with gcc4, and don't include everything in 2005-03-20 07:01:23 +00:00
gtkscale.c More of the same 2006-05-14 04:25:34 +00:00
gtkscale.h Make PLT-reduction work with gcc4, and don't include everything in 2005-03-20 07:01:23 +00:00
gtkscalebutton.c Bring docs in shape 2007-05-26 20:22:51 +00:00
gtkscalebutton.h reviewed by: Matthias Clasen <mclasen@redhat.com> 2007-05-19 23:08:02 +00:00
gtkscrollbar.c Improve consistency of signal and property names 2006-07-06 05:14:03 +00:00
gtkscrollbar.h Make PLT-reduction work with gcc4, and don't include everything in 2005-03-20 07:01:23 +00:00
gtkscrolledwindow.c Document scrollbars-within-bevel as 2.12 addition. (#438131, Mart 2007-05-14 04:23:45 +00:00
gtkscrolledwindow.h Only handle key bindings for scrolling if the scrollbars are visible. 2007-01-02 07:07:09 +00:00
gtksearchengine.c Fall back to GtkSearchEngineSimple only if gthread has already been 2007-05-11 14:08:57 +00:00
gtksearchengine.h Add search file support in the GtkFileChooser. Original patch by Federico 2007-05-02 22:51:43 +00:00
gtksearchenginebeagle.c Add search file support in the GtkFileChooser. Original patch by Federico 2007-05-02 22:51:43 +00:00
gtksearchenginebeagle.h Add search file support in the GtkFileChooser. Original patch by Federico 2007-05-02 22:51:43 +00:00
gtksearchenginesimple.c Add check for GNU extensions to ftw()/nftw(). 2007-05-14 15:35:37 +00:00
gtksearchenginesimple.h Add search file support in the GtkFileChooser. Original patch by Federico 2007-05-02 22:51:43 +00:00
gtksearchenginetracker.c Add search file support in the GtkFileChooser. Original patch by Federico 2007-05-02 22:51:43 +00:00
gtksearchenginetracker.h Add search file support in the GtkFileChooser. Original patch by Federico 2007-05-02 22:51:43 +00:00
gtkselection.c fixed wrong g_convert_with_fallback() call which caused 2007-04-14 15:58:53 +00:00
gtkselection.h Add infrastructure for copy/paste and DND of rich text for GtkTextBuffer. 2006-03-07 13:46:11 +00:00
gtkseparator.c More of the same 2006-05-14 04:25:34 +00:00
gtkseparator.h Make PLT-reduction work with gcc4, and don't include everything in 2005-03-20 07:01:23 +00:00
gtkseparatormenuitem.c More of the same 2006-05-14 04:25:34 +00:00
gtkseparatormenuitem.h Make PLT-reduction work with gcc4, and don't include everything in 2005-03-20 07:01:23 +00:00
gtkseparatortoolitem.c More of the same 2006-05-14 04:25:34 +00:00
gtkseparatortoolitem.h Fix #150738, Tomislav Jonjic. 2004-08-22 03:38:42 +00:00
gtksettings.c Require gtk-doc 1.6, for signal and property links. 2007-05-26 06:59:36 +00:00
gtksettings.h Rework the way the color scheme setting is inherited. Now the overriding 2005-12-16 18:45:31 +00:00
gtksignal.c Commit a patch by Behdad to fix typos, omissions and other errors in the 2006-09-10 06:39:16 +00:00
gtksignal.h
gtksizegroup.c Clarify docs. 2007-03-12 06:31:38 +00:00
gtksizegroup.h Add gtk_size_group_get_widgets, fixes #326324. Also mark all fields of 2006-01-09 19:18:14 +00:00
gtksocket-stub.c Commit a patch by Behdad to fix typos, omissions and other errors in the 2006-09-10 06:39:16 +00:00
gtksocket-win32.c Commit a patch by Behdad to fix typos, omissions and other errors in the 2006-09-10 06:39:16 +00:00
gtksocket-x11.c Apply a patch by Chris Wilson to avoid spurious valgrind warnings from 2007-01-04 01:28:07 +00:00
gtksocket.c More of the same 2006-05-14 04:25:34 +00:00
gtksocket.h Make PLT-reduction work with gcc4, and don't include everything in 2005-03-20 07:01:23 +00:00
gtksocketprivate.h gtk/gtksocket.c Splice out backend-dependend parts to separate files, see 2005-07-21 13:31:03 +00:00
gtkspinbutton.c Set the background of the panel window on style changes. (#402144, 2007-03-12 05:51:11 +00:00
gtkspinbutton.h Add a wrapped signal. (#322933, Carlos Garnacho Parro) 2006-01-30 17:35:49 +00:00
gtkstatusbar.c missing #include <ctype.h>. 2007-05-23 15:06:03 +00:00
gtkstatusbar.h Forgotten file 2005-12-05 21:33:05 +00:00
gtkstatusicon-quartz.c Added gtkstatusicon-quartz.c Implements the quartz backend for the status 2006-12-20 13:24:05 +00:00
gtkstatusicon.c More doc fixes 2007-05-26 20:24:25 +00:00
gtkstatusicon.h Fixes bug #376502 - multi-screen support for GtkStatusIcon 2006-11-19 16:22:23 +00:00
gtkstock.c Switch over to use glib's new g_hash_table_get_keys() rather than our own 2007-04-11 17:48:20 +00:00
gtkstock.h Add labels for page orientations, also add the fourth one. (#339589) 2006-05-16 15:23:01 +00:00
gtkstyle.c use text colors from widget style to draw cursor instead of hardcoded 2007-06-01 05:02:05 +00:00
gtkstyle.h Bug 399314 – Add G_GNUC_WARN_UNUSED_RESULT to gtk_style_attach 2007-01-22 15:19:53 +00:00
gtktable.c Improve consistency of signal and property names 2006-07-06 05:14:03 +00:00
gtktable.h Make PLT-reduction work with gcc4, and don't include everything in 2005-03-20 07:01:23 +00:00
gtktearoffmenuitem.c More of the same 2006-05-14 04:25:34 +00:00
gtktearoffmenuitem.h Make PLT-reduction work with gcc4, and don't include everything in 2005-03-20 07:01:23 +00:00
gtktext.c Fix some compiler warnings. (#433642, Kjartan Maraas) 2007-04-30 16:18:54 +00:00
gtktext.h Make PLT-reduction work with gcc4, and don't include everything in 2005-03-20 07:01:23 +00:00
gtktextbtree.c Avoid recreating pangolayouts in GtkTextView on cursor movement (#435405, 2007-06-01 06:25:43 +00:00
gtktextbtree.h Avoid recreating pangolayouts in GtkTextView on cursor movement (#435405, 2007-06-01 06:25:43 +00:00
gtktextbuffer.c Formatting fixes. 2007-05-26 04:39:23 +00:00
gtktextbuffer.h Allow to separate GtkTextMark creation from buffer insertion. (#132818, 2007-05-26 04:10:42 +00:00
gtktextbufferrichtext.c Small documentation fixes. 2007-01-02 14:45:15 +00:00
gtktextbufferrichtext.h Add infrastructure for copy/paste and DND of rich text for GtkTextBuffer. 2006-03-07 13:46:11 +00:00
gtktextbufferserialize.c Commit a patch by Behdad to fix typos, omissions and other errors in the 2006-09-10 06:39:16 +00:00
gtktextbufferserialize.h Add infrastructure for copy/paste and DND of rich text for GtkTextBuffer. 2006-03-07 13:46:11 +00:00
gtktextchild.c More of the same 2006-05-14 04:25:34 +00:00
gtktextchild.h Make PLT-reduction work with gcc4, and don't include everything in 2005-03-20 07:01:23 +00:00
gtktextchildprivate.h Add Copyright/License information. 2005-07-13 05:44:22 +00:00
gtktextdisplay.c Bug 340141 – Update to Pango 1.16 API 2006-12-24 05:29:25 +00:00
gtktextdisplay.h Make PLT-reduction work with gcc4, and don't include everything in 2005-03-20 07:01:23 +00:00
gtktextiter.c Internalize some strings, pointed out by Damon Chaplin. 2007-04-27 23:10:38 +00:00
gtktextiter.h Make invisible text work a bit better (#66194, patch by Jeroen 2005-06-13 05:15:10 +00:00
gtktextiterprivate.h Add Copyright/License information. 2005-07-13 05:44:22 +00:00
gtktextlayout.c Avoid recreating pangolayouts in GtkTextView on cursor movement (#435405, 2007-06-01 06:25:43 +00:00
gtktextlayout.h Avoid recreating pangolayouts in GtkTextView on cursor movement (#435405, 2007-06-01 06:25:43 +00:00
gtktextmark.c Formatting fixes. 2007-05-26 04:39:23 +00:00
gtktextmark.h Allow to separate GtkTextMark creation from buffer insertion. (#132818, 2007-05-26 04:10:42 +00:00
gtktextmarkprivate.h Allow to separate GtkTextMark creation from buffer insertion. (#132818, 2007-05-26 04:10:42 +00:00
gtktextsegment.c Apply a cleanup patch by Kjartan Maraas (#341812) 2006-10-08 05:07:55 +00:00
gtktextsegment.h Fix a warning. 2006-04-03 15:50:30 +00:00
gtktexttag.c Add a way to specify accumulative margins. (#344499, Nate Nielsen) 2007-04-29 01:14:29 +00:00
gtktexttag.h Add a way to specify accumulative margins. (#344499, Nate Nielsen) 2007-04-29 01:14:29 +00:00
gtktexttagprivate.h Add Copyright/License information. 2005-07-13 05:44:22 +00:00
gtktexttagtable.c More of the same 2006-05-14 04:25:34 +00:00
gtktexttagtable.h Add Copyright/License information. 2005-07-12 05:09:13 +00:00
gtktexttypes.c Add Copyright/License information. 2005-07-13 05:44:22 +00:00
gtktexttypes.h Fix a warning. 2006-04-03 15:50:30 +00:00
gtktextutil.c Remove debug output. 2006-12-25 03:57:39 +00:00
gtktextutil.h Add infrastructure for copy/paste and DND of rich text for GtkTextBuffer. 2006-03-07 13:46:11 +00:00
gtktextview.c Move "move-focus" signals from several widgets to GtkWidget to enable more 2007-06-04 15:00:22 +00:00
gtktextview.h Move "move-focus" signals from several widgets to GtkWidget to enable more 2007-06-04 15:00:22 +00:00
gtkthemes.c Apply a patch by Behdad Esfahbod to reduce relocations. (#359053) 2006-10-03 15:54:52 +00:00
gtkthemes.h Make PLT-reduction work with gcc4, and don't include everything in 2005-03-20 07:01:23 +00:00
gtktipsquery.c Commit a patch by Behdad to fix typos, omissions and other errors in the 2006-09-10 06:39:16 +00:00
gtktipsquery.h Make PLT-reduction work with gcc4, and don't include everything in 2005-03-20 07:01:23 +00:00
gtktoggleaction.c Apply a cleanup patch by Kjartan Maraas (#341812) 2006-10-08 05:07:55 +00:00
gtktoggleaction.h Mark as const. 2004-11-23 20:02:15 +00:00
gtktoggleactionprivate.h
gtktogglebutton.c Apply a cleanup patch by Kjartan Maraas (#341812) 2006-10-08 05:07:55 +00:00
gtktogglebutton.h Make PLT-reduction work with gcc4, and don't include everything in 2005-03-20 07:01:23 +00:00
gtktoggletoolbutton.c More of the same 2006-05-14 04:25:34 +00:00
gtktoggletoolbutton.h Fix #150738, Tomislav Jonjic. 2004-08-22 03:38:42 +00:00
gtktoolbar.c Move "move-focus" signals from several widgets to GtkWidget to enable more 2007-06-04 15:00:22 +00:00
gtktoolbar.h Forgotten file 2007-06-02 11:41:24 +00:00
gtktoolbutton.c Fix a problem in the last change 2007-01-28 03:39:46 +00:00
gtktoolbutton.h Support named icons in tool buttons by adding a icon-name property. 2005-05-18 05:38:50 +00:00
gtktoolitem.c Remove unnecessary NULL checks before g_free(). (#369666, Morten Welinder, 2007-03-09 21:57:37 +00:00
gtktoolitem.h Mark as const. 2004-11-23 20:02:15 +00:00
gtktooltip.c More doc fixage 2007-05-26 20:29:26 +00:00
gtktooltip.h Add some missing symbols. 2007-05-23 17:49:34 +00:00
gtktooltips.c Don't crash if active_tips_data is NULL. (#382904, Li Yuan) 2007-03-12 02:51:40 +00:00
gtktooltips.h Make PLT-reduction work with gcc4, and don't include everything in 2005-03-20 07:01:23 +00:00
gtktrayicon-win32.c More of the same 2006-05-14 04:25:34 +00:00
gtktrayicon-x11.c missing #include <ctype.h>. 2007-05-23 15:06:03 +00:00
gtktrayicon.h Add a cross-platform "tray icon" API, by porting EggStatusIcon/EggTrayIcon 2005-08-29 17:47:10 +00:00
gtktree.c Improve consistency of signal and property names 2006-07-06 05:14:03 +00:00
gtktree.h Make PLT-reduction work with gcc4, and don't include everything in 2005-03-20 07:01:23 +00:00
gtktreedatalist.c Remove unnecessary NULL checks before g_free(). (#369666, Morten Welinder, 2007-03-09 21:57:37 +00:00
gtktreedatalist.h Use the slice allocater for GtkTreeDataSortHeader. 2005-12-29 05:26:09 +00:00
gtktreednd.c Apply a patch by Behdad Esfahbod to reduce relocations. (#359053) 2006-10-03 15:54:52 +00:00
gtktreednd.h Small cleanups. 2005-05-06 03:12:33 +00:00
gtktreeitem.c deprecated floating/sink API and implemented it in terms of the GObject 2005-11-23 18:06:58 +00:00
gtktreeitem.h Make PLT-reduction work with gcc4, and don't include everything in 2005-03-20 07:01:23 +00:00
gtktreemodel.c Use GSlice for gtk_tree_iter_copy. Bug #434863. 2007-05-01 22:32:57 +00:00
gtktreemodel.h back out G_GNUC_WARN_UNUSED_RESULT on iterator functions which turned out 2006-03-24 14:03:45 +00:00
gtktreemodelfilter.c Remove unnecessary NULL checks before g_free(). (#369666, Morten Welinder, 2007-03-09 21:57:37 +00:00
gtktreemodelfilter.h report status in return value instead of spewing assertions. (#335729, 2006-06-12 14:48:43 +00:00
gtktreemodelsort.c when (un)reffing an element, also (un)ref its parent elements. (Fixes 2007-03-10 17:25:51 +00:00
gtktreemodelsort.h
gtktreeprivate.h add _gtk_tree_view_column_get_focus_area(). 2007-03-20 12:32:19 +00:00
gtktreeselection.c Set model in all cases. (#357791, Andreas Köhler) 2006-10-02 01:29:24 +00:00
gtktreeselection.h Trivial cleanups. (#169647, #303455, Fabricio Barros Cabral, Benoit 2005-06-21 05:35:43 +00:00
gtktreesortable.c Apply a patch by Behdad Esfahbod to reduce relocations. (#359053) 2006-10-03 15:54:52 +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 Recognize negative column indices as invalid. (#415260, Chris Wilson) 2007-04-28 21:29:05 +00:00
gtktreestore.h Fixes #324099, Tommi Komulainen. 2006-01-15 20:12:49 +00:00
gtktreeview.c Disable key bindings during rubber banding, make pressing Esc stop rubber 2007-05-09 14:06:02 +00:00
gtktreeview.h add getter/setter for show-expanders property, queue a redraw when this 2006-10-08 14:36:20 +00:00
gtktreeviewcolumn.c calculate the depth with the corrected real_cell_area and don't subtract 2007-03-24 14:40:11 +00:00
gtktreeviewcolumn.h new function (fixes #169961, reported by Morten Welinder). 2005-07-14 00:05:49 +00:00
gtktypeutils.c Intern some more strings. 2005-09-01 05:11:46 +00:00
gtktypeutils.h Mark as const. 2004-11-28 07:02:27 +00:00
gtkuimanager.c Accept unnamed separators. (#369112, Christian Persch) 2007-04-26 05:54:21 +00:00
gtkuimanager.h gtk/gtkaccelmap.[ch] gtk/gtkfilechooser.[ch] gtk/gtkfilesel.c 2004-12-12 21:09:13 +00:00
gtkvbbox.c applied patch from Xan Lopez which adds GTK_BUTTONBOX_CENTER to 2007-02-08 12:11:02 +00:00
gtkvbbox.h Commit a patch by Behdad to fix typos, omissions and other errors in the 2006-09-10 06:39:16 +00:00
gtkvbox.c More of the same 2006-05-14 04:25:34 +00:00
gtkvbox.h Trivial cleanups. (#169647, #303455, Fabricio Barros Cabral, Benoit 2005-06-21 05:35:43 +00:00
gtkversion.h.in
gtkviewport.c gtk/gtkcheckbutton.c gtk/gtkdnd.c gtk/gtkentry.c gtk/gtkmenu.c 2007-01-18 17:30:10 +00:00
gtkviewport.h Trivial cleanups. (#169647, #303455, Fabricio Barros Cabral, Benoit 2005-06-21 05:35:43 +00:00
gtkvolumebutton.c Add some missing symbols. 2007-05-23 17:49:34 +00:00
gtkvolumebutton.h Add the GtkVolumeButton widget, a button that pops up a scale when clicked 2007-05-19 23:35:00 +00:00
gtkvpaned.c More of the same 2006-05-14 04:25:34 +00:00
gtkvpaned.h Trivial cleanups. (#169647, #303455, Fabricio Barros Cabral, Benoit 2005-06-21 05:35:43 +00:00
gtkvruler.c call gdk_event_request_motions() for new motion events after receiving 2007-02-06 14:53:35 +00:00
gtkvruler.h Trivial cleanups. (#169647, #303455, Fabricio Barros Cabral, Benoit 2005-06-21 05:35:43 +00:00
gtkvscale.c Apply a cleanup patch by Kjartan Maraas (#341812) 2006-10-08 05:07:55 +00:00
gtkvscale.h Trivial cleanups. (#169647, #303455, Fabricio Barros Cabral, Benoit 2005-06-21 05:35:43 +00:00
gtkvscrollbar.c More of the same 2006-05-14 04:25:34 +00:00
gtkvscrollbar.h Trivial cleanups. (#169647, #303455, Fabricio Barros Cabral, Benoit 2005-06-21 05:35:43 +00:00
gtkvseparator.c Fix size requisition for wide vertical separators. (#438113, Benjamin 2007-05-14 04:18:33 +00:00
gtkvseparator.h Trivial cleanups. (#169647, #303455, Fabricio Barros Cabral, Benoit 2005-06-21 05:35:43 +00:00
gtkwidget.c Move "move-focus" signals from several widgets to GtkWidget to enable more 2007-06-04 15:00:22 +00:00
gtkwidget.h New tooltips API. 2007-02-06 10:25:21 +00:00
gtkwin32embed.c Commit a patch by Behdad to fix typos, omissions and other errors in the 2006-09-10 06:39:16 +00:00
gtkwin32embed.h gtk/gtksocket-stub.c gtk/gtkplug-stub.c gtk/gtksocket-x11.c 2005-07-21 13:26:27 +00:00
gtkwin32embedwidget.c Make sure grab-notify is emitted on toplevels as well as child widgets. 2006-05-22 17:19:10 +00:00
gtkwin32embedwidget.h Make sure grab-notify is emitted on toplevels as well as child widgets. 2006-05-22 17:19:10 +00:00
gtkwindow-decorate.c Intern some more strings. 2005-09-01 05:11:46 +00:00
gtkwindow-decorate.h Make PLT-reduction work with gcc4, and don't include everything in 2005-03-20 07:01:23 +00:00
gtkwindow.c Move "move-focus" signals from several widgets to GtkWidget to enable more 2007-06-04 15:00:22 +00:00
gtkwindow.h Move "move-focus" signals from several widgets to GtkWidget to enable more 2007-06-04 15:00:22 +00:00
gtkxembed.c Fix some compiler warnings. (#433642, Kjartan Maraas) 2007-04-30 16:18:54 +00:00
gtkxembed.h gtk/gtkxembed.h New function, used in error messages and debugging output. 2005-07-21 13:20:06 +00:00
line-arrow.xbm
line-wrap.xbm
makeenums.pl
Makefile.am 2.11.0 2007-05-24 05:51:56 +00:00
makefile.msc.in don't include "gtkprivate.h" to avoid differing definitions of 2007-01-13 21:13:28 +00:00
makegtkalias.pl Commit a patch by Behdad to fix typos, omissions and other errors in the 2006-09-10 06:39:16 +00:00
paper_names_offsets.c Add some missing symbols. 2007-05-23 17:49:34 +00:00
paper_names.c Updated Spanish translation. 2006-05-09 23:39:28 +00:00
pltcheck.sh Commit a patch by Behdad to fix typos, omissions and other errors in the 2006-09-10 06:39:16 +00:00
queryimmodules.c Apply a cleanup patch by Kjartan Maraas (#341812) 2006-10-08 05:07:55 +00:00
tree_minus.xbm
tree_minus.xpm gdk/gdkkeyuni.c gdk/gdkpixbuf-drawable.c gdk/gdkrgb.c gdk/x11/gdkdnd-x11.c 2005-03-01 06:25:55 +00:00
tree_plus.xbm
tree_plus.xpm gdk/gdkkeyuni.c gdk/gdkpixbuf-drawable.c gdk/gdkrgb.c gdk/x11/gdkdnd-x11.c 2005-03-01 06:25:55 +00:00
updateiconcache.c Add an icon cache validator. 2007-05-01 20:00:17 +00:00
xembed.h