gtk2/gtk
Kristian Rietveld 7adde1e4fd update alignment padding after theme changes. (Fixes #467003, patch by
2007-08-21  Kristian Rietveld  <kris@imendio.com>

	* gtk/gtktooltip.c (gtk_tooltip_init),
	(gtk_tooltip_window_style_set): update alignment padding after
	theme changes. (Fixes #467003, patch by Benjamin Berg).


svn path=/trunk/; revision=18667
2007-08-21 13:13:42 +00:00
..
stock-icons Add this file 2007-06-07 06:10:49 +00:00
theme-bits
xdgmime Mark more internal symbols for prefixing 2007-07-25 16:19:36 +00:00
.cvsignore
abicheck.sh
aliasfilescheck.sh
circles.xbm
fnmatch.c
gen-paper-names.c Add some missing symbols. 2007-05-23 17:49:34 +00:00
gtk-builder-convert Fix a typo 2007-07-10 05:00:24 +00:00
gtk-win32.rc.in
gtk.h Don't install gtkbuilderprivate.h 2007-06-15 20:43:49 +00:00
gtk.symbols Add new convenience api for tooltips on icon views 2007-07-19 14:59:44 +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 gtk/gtklinkbutton.h Change function argument "link" to "link_" to fix 2007-06-04 18:57:55 +00:00
gtkaccelgroup.c Bug 448484 – GtkAccelGroup forgets to remove closure invalidate notifiers when finalizing 2007-06-18 09:42:27 +00:00
gtkaccelgroup.h
gtkaccellabel.c add new boolean settings gtk-enable-accels and gtk-enable-mnemonics which 2007-02-05 14:11:39 +00:00
gtkaccellabel.h
gtkaccelmap.c
gtkaccelmap.h
gtkaccessible.c
gtkaccessible.h
gtkaction.c Intern the action's name. Saves two string duplicates of it per action; 2007-07-10 22:18:08 +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 Intern the action's name. Saves two string duplicates of it per action; 2007-07-10 22:18:08 +00:00
gtkactiongroup.h
gtkadjustment.c
gtkadjustment.h
gtkalignment.c
gtkalignment.h
gtkarrow.c
gtkarrow.h
gtkaspectframe.c
gtkaspectframe.h
gtkassistant.c reviewed by: Matthias Clasen <mclasen@redhat.com> 2007-06-06 14:24:31 +00:00
gtkassistant.h
gtkbbox.c applied patch from Xan Lopez which adds GTK_BUTTONBOX_CENTER to 2007-02-08 12:11:02 +00:00
gtkbbox.h
gtkbin.c
gtkbin.h
gtkbindings.c Small doc fixes 2007-07-12 00:57:23 +00:00
gtkbindings.h
gtkbox.c Update docs Deprecate gtk_widget_{ref,unref} 2007-06-10 06:52:51 +00:00
gtkbox.h
gtkbuildable.c documentation updates 2007-06-30 06:24:11 +00:00
gtkbuildable.h Rename buildable methods to not clash with widget methods. (#448928, 2007-06-19 12:23:36 +00:00
gtkbuilder.c Add a missing semi-colon in the doc string, spotted by Johannes Sasonko 2007-07-06 13:39:19 +00:00
gtkbuilder.h Improve error handling for enum/flags, rename the converter functions to 2007-06-30 18:27:39 +00:00
gtkbuilderparser.c Do not assume that text is null-terminated as pointed out by Christopher 2007-08-07 21:52:29 +00:00
gtkbuilderprivate.h Add support for context and comments on properties 2007-07-08 05:27:22 +00:00
gtkbutton.c Don't leave priv->image dangling when use-stock is set to FALSE. (#437281, 2007-07-03 17:09:42 +00:00
gtkbutton.h
gtkcalendar.c Handle return values from nl_langinfo() more correctly. 2007-06-08 18:39:29 +00:00
gtkcalendar.h
gtkcelleditable.c Add more documentation. 2007-07-12 01:55:15 +00:00
gtkcelleditable.h
gtkcelllayout.c Do not assume that text is null-terminated as pointed out by Christopher 2007-08-07 21:52:29 +00:00
gtkcelllayout.h Rename buildable methods to not clash with widget methods. (#448928, 2007-06-19 12:23:36 +00:00
gtkcellrenderer.c Add more documentation. 2007-07-12 01:55:15 +00:00
gtkcellrenderer.h
gtkcellrendereraccel.c use multihead safe ungrab functions instead of gdk_keyboard_ungrab() and 2007-03-07 14:18:53 +00:00
gtkcellrendereraccel.h
gtkcellrenderercombo.c Add more documentation. 2007-07-12 01:55:15 +00:00
gtkcellrenderercombo.h
gtkcellrendererpixbuf.c Remove unnecessary NULL checks before g_free(). (#369666, Morten Welinder, 2007-03-09 21:57:37 +00:00
gtkcellrendererpixbuf.h
gtkcellrendererprogress.c Add orientation property and some slight refactoring here and there. 2007-06-13 12:41:24 +00:00
gtkcellrendererprogress.h
gtkcellrendererspin.c Fix some issues with refcounting of the adjustment. (#448544, Carlos 2007-06-19 03:10:02 +00:00
gtkcellrendererspin.h
gtkcellrenderertext.c Add more documentation. 2007-07-12 01:55:15 +00:00
gtkcellrenderertext.h
gtkcellrenderertoggle.c Fix check/radio indicator drawing mess (bug #452225): 2007-07-27 12:11:07 +00:00
gtkcellrenderertoggle.h
gtkcellview.c Rename buildable methods to not clash with widget methods. (#448928, 2007-06-19 12:23:36 +00:00
gtkcellview.h
gtkcheckbutton.c
gtkcheckbutton.h
gtkcheckmenuitem.c Fix check/radio indicator drawing mess (bug #452225): 2007-07-27 12:11:07 +00:00
gtkcheckmenuitem.h
gtkclipboard-quartz.c
gtkclipboard.c Add docs 2007-07-12 03:23:42 +00:00
gtkclipboard.h
gtkclist.c Remove unnecessary NULL checks before g_free(). (#369666, Morten Welinder, 2007-03-09 21:57:37 +00:00
gtkclist.h
gtkcolorbutton.c
gtkcolorbutton.h
gtkcolorsel.c Port to use new tooltips API. (#451397, Jan Arne Petersen) 2007-07-24 15:18:42 +00:00
gtkcolorsel.h
gtkcolorseldialog.c Add GtkBuilder, fixes #172535 2007-06-15 17:53:46 +00:00
gtkcolorseldialog.h
gtkcombo.c Remove unnecessary NULL checks before g_free(). (#369666, Morten Welinder, 2007-03-09 21:57:37 +00:00
gtkcombo.h
gtkcombobox.c Document the new signals popup, popdown and move-active. 2007-08-08 19:59:42 +00:00
gtkcombobox.h
gtkcomboboxentry.c Add GtkBuilder, fixes #172535 2007-06-15 17:53:46 +00:00
gtkcomboboxentry.h
gtkcontainer.c Another documentation fix that I forgot to commit yesterday. (#459340, 2007-08-15 14:49:56 +00:00
gtkcontainer.h
gtkctree.c Remove unnecessary NULL checks before g_free(). (#369666, Morten Welinder, 2007-03-09 21:57:37 +00:00
gtkctree.h
gtkcurve.c Remove unnecessary NULL checks before g_free(). (#369666, Morten Welinder, 2007-03-09 21:57:37 +00:00
gtkcurve.h
gtkdebug.h Add GtkBuilder, fixes #172535 2007-06-15 17:53:46 +00:00
gtkdialog.c Mimic the behavior of gtk_dialog_add_action_widget closer, to make 2007-07-03 03:26:07 +00:00
gtkdialog.h
gtkdnd-quartz.c
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
gtkdrawingarea.c
gtkdrawingarea.h
gtkeditable.c
gtkeditable.h
gtkentry.c reset the completion prefix on Enter too, plug potential leak. Follow-up 2007-07-31 19:17:25 +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 Handle keypresses better when there is no completion. (#458298, Christian 2007-07-19 15:44:23 +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
gtkexpander.c Rename buildable methods to not clash with widget methods. (#448928, 2007-06-19 12:23:36 +00:00
gtkexpander.h
gtkfilechooser.c
gtkfilechooser.h
gtkfilechooserbutton.c Plug a memleak. (#455721, Christian Persch) 2007-07-16 15:30:43 +00:00
gtkfilechooserbutton.h
gtkfilechooserdefault.c Port to use new tooltips API. (#451397, Jan Arne Petersen) 2007-07-24 15:18:42 +00:00
gtkfilechooserdefault.h
gtkfilechooserdialog.c change fix for #347883 to not obfuscate the code. 2007-06-01 08:19:12 +00:00
gtkfilechooserdialog.h
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
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
gtkfilechooserutils.c
gtkfilechooserutils.h
gtkfilechooserwidget.c
gtkfilechooserwidget.h
gtkfilefilter.c Remove unnecessary NULL checks before g_free(). (#369666, Morten Welinder, 2007-03-09 21:57:37 +00:00
gtkfilefilter.h
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 gtk/gtk.symbols rename _gtk_file_system_create to gtk_file_system_create 2007-06-13 13:51:07 +00:00
gtkfilesystem.h gtk/gtk.symbols rename _gtk_file_system_create to gtk_file_system_create 2007-06-13 13:51:07 +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
gtkfilesystemunix.c Use g_get_user_special_dir() to obtain the path for the DESKTOP directory. 2007-06-07 04:23:10 +00:00
gtkfilesystemunix.h
gtkfilesystemwin32.c Fix some compiler warnings. (#433642, Kjartan Maraas) 2007-04-30 16:18:54 +00:00
gtkfilesystemwin32.h
gtkfixed.c
gtkfixed.h
gtkfontbutton.c
gtkfontbutton.h
gtkfontsel.c List font sizes 6 and 7pt too. (#440450, Sebastien Bacher, Alex "weej" 2007-06-17 07:45:25 +00:00
gtkfontsel.h
gtkframe.c Improve the handling of broken situations. (#427899, Francesco Montorsi) 2007-07-09 20:22:16 +00:00
gtkframe.h
gtkgamma.c
gtkgamma.h
gtkgc.c
gtkgc.h
gtkhandlebox.c missing #include <ctype.h>. 2007-05-23 15:06:03 +00:00
gtkhandlebox.h
gtkhbbox.c Do not add border_width to the first button initial coordinate, since it's 2007-06-27 17:41:19 +00:00
gtkhbbox.h
gtkhbox.c
gtkhbox.h
gtkhpaned.c
gtkhpaned.h
gtkhruler.c call gdk_event_request_motions() for new motion events after receiving 2007-02-06 14:53:35 +00:00
gtkhruler.h
gtkhscale.c Cosmetic change 2007-06-10 00:13:11 +00:00
gtkhscale.h
gtkhscrollbar.c
gtkhscrollbar.h
gtkhseparator.c
gtkhseparator.h
gtkhsv.c Fix some compiler warnings. (#433642, Kjartan Maraas) 2007-04-30 16:18:54 +00:00
gtkhsv.h
gtkiconcache.c missing #include <ctype.h>. 2007-05-23 15:06:03 +00:00
gtkiconcache.h
gtkiconcachevalidator.c Silence the validator 2007-07-25 02:07:44 +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 Small cleanups 2007-07-18 07:30:34 +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 Fix some doc formatting errors 2007-07-23 18:33:35 +00:00
gtkiconview.h Add new convenience api for tooltips on icon views 2007-07-19 14:59:44 +00:00
gtkimage.c Require gtk-doc 1.6, for signal and property links. 2007-05-26 06:59:36 +00:00
gtkimage.h
gtkimagemenuitem.c
gtkimagemenuitem.h
gtkimcontext.c
gtkimcontext.h
gtkimcontextsimple.c Fixed incorrect compose mapping for capital U with macron. (#468055, Aaron 2007-08-19 04:41:09 +00:00
gtkimcontextsimple.h
gtkimmodule.c
gtkimmodule.h
gtkimmulticontext.c
gtkimmulticontext.h
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
gtkintl.h
gtkinvisible.c
gtkinvisible.h
gtkitem.c
gtkitem.h
gtkitemfactory.c
gtkitemfactory.h
gtkkeyhash.c
gtkkeyhash.h
gtklabel.c gtk/gtkwidget.c gtk/gtkscrolledwindow.c Correct documentation that refers 2007-08-14 22:44:11 +00:00
gtklabel.h Use a bit of the GtkLabel structure to remember that a pattern has been 2007-07-09 20:50:22 +00:00
gtklayout.c
gtklayout.h
gtklinkbutton.c Fix some compiler warnings. (#433642, Kjartan Maraas) 2007-04-30 16:18:54 +00:00
gtklinkbutton.h gtk/gtklinkbutton.h Change function argument "link" to "link_" to fix 2007-06-04 18:57:55 +00:00
gtklist.c
gtklist.h
gtklistitem.c
gtklistitem.h
gtkliststore.c Do not assume that text is null-terminated as pointed out by Christopher 2007-08-07 21:52:29 +00:00
gtkliststore.h Fix #399071, suggestion from Benoit Dejean. 2007-06-04 23:48:38 +00:00
gtkmain.c Remove faulty and irrelevant enter-leave compression code. (#449167, patch 2007-06-21 05:21:51 +00:00
gtkmain.h
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 Clarified activate_time docs. 2007-08-17 09:36:15 +00:00
gtkmenu.h
gtkmenubar.c Restructure the code to make sense, and don't leak an empty accel. 2007-07-24 04:56:47 +00:00
gtkmenubar.h
gtkmenuitem.c add "submenu" property. Fix gtk_menu_item_set_submenu() to accept NULL 2007-06-13 15:21:10 +00:00
gtkmenuitem.h add "submenu" property. Fix gtk_menu_item_set_submenu() to accept NULL 2007-06-13 15:21:10 +00:00
gtkmenushell.c Make GtkMenuShell abstract 2007-06-18 01:07:01 +00:00
gtkmenushell.h add move_selected signal to allow overriding the default internal 2007-06-15 19:08:08 +00:00
gtkmenutoolbutton.c Remove obsolete set-tooltip handler. (#458280, Christian Persch) 2007-07-24 15:44:04 +00:00
gtkmenutoolbutton.h Replace non-deprecated API using old tooltips API, deprecate old tooltips 2007-07-09 19:23:18 +00:00
gtkmessagedialog.c
gtkmessagedialog.h
gtkmisc.c Require gtk-doc 1.6, for signal and property links. 2007-05-26 06:59:36 +00:00
gtkmisc.h
gtkmnemonichash.c
gtkmnemonichash.h
gtkmodules.c
gtkmodules.h
gtknotebook.c Rename buildable methods to not clash with widget methods. (#448928, 2007-06-19 12:23:36 +00:00
gtknotebook.h Fix declaration of GtkNotebook::create_window() 2007-06-11 20:59:19 +00:00
gtkobject.c
gtkobject.h
gtkoldeditable.c
gtkoldeditable.h
gtkoptionmenu.c
gtkoptionmenu.h
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 Port to use new tooltips API. (#451397, Jan Arne Petersen) 2007-07-24 15:18:42 +00:00
gtkpagesetupunixdialog.h
gtkpaned.c applied patch from Mikael Hallendal which documents GtkPaned's keybinding 2007-08-21 11:00:56 +00:00
gtkpaned.h
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 Don't leak a label. (#455901, Christian Persch, Vincent Geddes) 2007-07-20 11:10:07 +00:00
gtkpathbar.h
gtkpixmap.c
gtkpixmap.h
gtkplug-stub.c
gtkplug-win32.c
gtkplug-x11.c
gtkplug.c Move some docs inline 2007-07-11 22:21:06 +00:00
gtkplug.h
gtkplugprivate.h
gtkpreview.c missing #include <ctype.h>. 2007-05-23 15:06:03 +00:00
gtkpreview.h
gtkprint-win32.c
gtkprint-win32.h
gtkprintbackend.c
gtkprintbackend.h
gtkprintcontext.c Don't create new pango fontmaps. Use the default pangocairo fontmap and 2007-05-23 03:19:37 +00:00
gtkprintcontext.h
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
gtkprinteroption.h
gtkprinteroptionset.c
gtkprinteroptionset.h
gtkprinteroptionwidget.c Make folder selection for print-to-file work 2007-02-26 14:56:11 +00:00
gtkprinteroptionwidget.h
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
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
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
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 Port to use new tooltips API. (#451397, Jan Arne Petersen) 2007-07-24 15:18:42 +00:00
gtkprintunixdialog.h
gtkprintutils.c
gtkprintutils.h
gtkprivate.h
gtkprogress.c Remove unnecessary NULL checks before g_free(). (#369666, Morten Welinder, 2007-03-09 21:57:37 +00:00
gtkprogress.h
gtkprogressbar.c
gtkprogressbar.h
gtkquartz.c
gtkquartz.h
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
gtkradioaction.h
gtkradiobutton.c applied patch to improve variable names, by Olivier Delhomme, #451527. 2007-06-27 11:28:55 +00:00
gtkradiobutton.h applied patch to improve variable names, by Olivier Delhomme, #451527. 2007-06-27 11:28:55 +00:00
gtkradiomenuitem.c Fix typo 2007-06-03 04:56:00 +00:00
gtkradiomenuitem.h
gtkradiotoolbutton.c
gtkradiotoolbutton.h
gtkrange.c Small doc fixes 2007-07-12 00:57:23 +00:00
gtkrange.h
gtkrbtree.c
gtkrbtree.h
gtkrc.c Accept class names starting with lowercase letters for style property 2007-06-11 04:45:18 +00:00
gtkrc.default
gtkrc.h Make it possible for theme engines to support symbolic colors. (#426192, 2007-06-08 05:02:13 +00:00
gtkrc.key.default
gtkrc.key.emacs
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 Add documentation for properties and fix the deprecation marker for the 2007-07-30 09:38:05 +00:00
gtkrecentchooser.h Add documentation for properties and fix the deprecation marker for the 2007-07-30 09:38:05 +00:00
gtkrecentchooserdefault.c Port the GtkRecentChooser default implementation widget to the new 2007-07-23 16:44:07 +00:00
gtkrecentchooserdefault.h
gtkrecentchooserdialog.c
gtkrecentchooserdialog.h
gtkrecentchoosermenu.c Port the GtkRecentChooser default implementation widget to the new 2007-07-23 16:44:07 +00:00
gtkrecentchoosermenu.h
gtkrecentchooserprivate.h Move filtering of the recent files list into the shared implementation; do 2007-03-15 10:05:34 +00:00
gtkrecentchooserutils.c Apply a patch by Emmanuele Bassi to limit the number of shown recent 2007-07-20 10:39:03 +00:00
gtkrecentchooserutils.h Various clean ups in the GtkRecent code. (see #338843) 2007-03-14 10:33:36 +00:00
gtkrecentchooserwidget.c
gtkrecentchooserwidget.h
gtkrecentfilter.c Remove unnecessary NULL checks before g_free(). (#369666, Morten Welinder, 2007-03-09 21:57:37 +00:00
gtkrecentfilter.h
gtkrecentmanager.c Apply a patch by Emmanuele Bassi to limit the number of shown recent 2007-07-20 10:39:03 +00:00
gtkrecentmanager.h Use a static variable to hold the singleton and remove the code that binds 2007-06-19 10:29:55 +00:00
gtkruler.c Move documentation of gtk_ruler_set_range() to source and fix nonsense. 2007-08-09 12:58:25 +00:00
gtkruler.h
gtkscale.c Some doc updates 2007-06-10 02:53:17 +00:00
gtkscale.h
gtkscalebutton.c Fix some doc formatting errors 2007-07-23 18:33:35 +00:00
gtkscalebutton.h Fix code style and warts in GtkScaleButton 2007-06-10 15:32:02 +00:00
gtkscrollbar.c
gtkscrollbar.h
gtkscrolledwindow.c gtk/gtkwidget.c gtk/gtkscrolledwindow.c Correct documentation that refers 2007-08-14 22:44:11 +00:00
gtkscrolledwindow.h
gtksearchengine.c Add a search engine which queries the Spotlight database on MacOS X (only 2007-06-24 11:57:07 +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 Remove the MIME type calls and queries from the search engine 2007-06-22 14:32:22 +00:00
gtksearchenginebeagle.h Add search file support in the GtkFileChooser. Original patch by Federico 2007-05-02 22:51:43 +00:00
gtksearchenginequartz.c Add a search engine which queries the Spotlight database on MacOS X (only 2007-06-24 11:57:07 +00:00
gtksearchenginequartz.h Add a search engine which queries the Spotlight database on MacOS X (only 2007-06-24 11:57:07 +00:00
gtksearchenginesimple.c Make it compile 2007-07-09 18:04:59 +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 Remove the MIME type calls and queries from the search engine 2007-06-22 14:32:22 +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 Don't ignore the passed-in len parameter. (#430049, Yevgen Muntyan) 2007-07-09 20:24:26 +00:00
gtkselection.h
gtkseparator.c
gtkseparator.h
gtkseparatormenuitem.c
gtkseparatormenuitem.h
gtkseparatortoolitem.c
gtkseparatortoolitem.h
gtksettings.c Apply a patch by Emmanuele Bassi to limit the number of shown recent 2007-07-20 10:39:03 +00:00
gtksettings.h
gtksignal.c
gtksignal.h
gtksizegroup.c Add GtkBuilder, fixes #172535 2007-06-15 17:53:46 +00:00
gtksizegroup.h
gtksocket-stub.c
gtksocket-win32.c
gtksocket-x11.c
gtksocket.c Move some docs inline 2007-07-11 22:21:06 +00:00
gtksocket.h
gtksocketprivate.h
gtkspinbutton.c Set the background of the panel window on style changes. (#402144, 2007-03-12 05:51:11 +00:00
gtkspinbutton.h
gtkstatusbar.c missing #include <ctype.h>. 2007-05-23 15:06:03 +00:00
gtkstatusbar.h
gtkstatusicon-quartz.c
gtkstatusicon.c Remove usage of deprecated GtkTooltips API. Use 2007-07-09 17:48:06 +00:00
gtkstatusicon.h
gtkstock.c Add GTK_STOCK_DISCARD, #158008. 2007-06-07 15:07:55 +00:00
gtkstock.h Add GTK_STOCK_DISCARD, #158008. 2007-06-07 15:07:55 +00:00
gtkstyle.c Fix check/radio indicator drawing mess (bug #452225): 2007-07-27 12:11:07 +00:00
gtkstyle.h Implement block-cursor for overwrite mode. (#80378) 2007-06-12 05:32:57 +00:00
gtktable.c
gtktable.h
gtktearoffmenuitem.c
gtktearoffmenuitem.h
gtktext.c Fix some compiler warnings. (#433642, Kjartan Maraas) 2007-04-30 16:18:54 +00:00
gtktext.h
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
gtktextbufferrichtext.h
gtktextbufferserialize.c
gtktextbufferserialize.h
gtktextchild.c
gtktextchild.h
gtktextchildprivate.h
gtktextdisplay.c fixed couple of drawing problems with block cursor (#448321). 2007-06-16 23:18:29 +00:00
gtktextdisplay.h
gtktextiter.c Internalize some strings, pointed out by Damon Chaplin. 2007-04-27 23:10:38 +00:00
gtktextiter.h
gtktextiterprivate.h
gtktextlayout.c Implement block-cursor for overwrite mode. (#80378) 2007-06-12 05:32:57 +00:00
gtktextlayout.h Implement block-cursor for overwrite mode. (#80378) 2007-06-12 05:32:57 +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
gtktextsegment.h
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
gtktexttagtable.c
gtktexttagtable.h
gtktexttypes.c
gtktexttypes.h
gtktextutil.c do right thing in one-character lines and at paragraph end (#448313). 2007-06-28 06:30:21 +00:00
gtktextutil.h Implement block-cursor for overwrite mode. (#80378) 2007-06-12 05:32:57 +00:00
gtktextview.c Initialized GValues before unsetting them. (#457720) 2007-07-19 13:45:12 +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
gtkthemes.h
gtktipsquery.c
gtktipsquery.h
gtktoggleaction.c
gtktoggleaction.h
gtktoggleactionprivate.h
gtktogglebutton.c
gtktogglebutton.h
gtktoggletoolbutton.c
gtktoggletoolbutton.h
gtktoolbar.c Replace non-deprecated API using old tooltips API, deprecate old tooltips 2007-07-09 19:23:18 +00:00
gtktoolbar.h Replace non-deprecated API using old tooltips API, deprecate old tooltips 2007-07-09 19:23:18 +00:00
gtktoolbutton.c Fix a problem in the last change 2007-01-28 03:39:46 +00:00
gtktoolbutton.h
gtktoolitem.c Make parameter naming consistent. 2007-07-12 01:13:42 +00:00
gtktoolitem.h Make parameter naming consistent. 2007-07-12 01:13:42 +00:00
gtktooltip.c update alignment padding after theme changes. (Fixes #467003, patch by 2007-08-21 13:13:42 +00:00
gtktooltip.h #408327, improve tooltip positioning. 2007-07-13 14:25:21 +00:00
gtktooltips.c create a dummy tip_window and tip_label, so old applications with code 2007-08-07 13:32:19 +00:00
gtktooltips.h Rename the tips_data_list field back. (#447214) 2007-07-21 13:19:11 +00:00
gtktrayicon-win32.c
gtktrayicon-x11.c missing #include <ctype.h>. 2007-05-23 15:06:03 +00:00
gtktrayicon.h
gtktree.c
gtktree.h
gtktreedatalist.c Remove unnecessary NULL checks before g_free(). (#369666, Morten Welinder, 2007-03-09 21:57:37 +00:00
gtktreedatalist.h
gtktreednd.c
gtktreednd.h
gtktreeitem.c
gtktreeitem.h
gtktreemodel.c Use GSlice for gtk_tree_iter_copy. Bug #434863. 2007-05-01 22:32:57 +00:00
gtktreemodel.h
gtktreemodelfilter.c Remove unnecessary NULL checks before g_free(). (#369666, Morten Welinder, 2007-03-09 21:57:37 +00:00
gtktreemodelfilter.h
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 more convenience API. 2007-07-19 13:21:09 +00:00
gtktreeselection.c
gtktreeselection.h
gtktreesortable.c
gtktreesortable.h
gtktreestore.c Add GtkBuilder, fixes #172535 2007-06-15 17:53:46 +00:00
gtktreestore.h Fix #399071, suggestion from Benoit Dejean. 2007-06-04 23:48:38 +00:00
gtktreeview.c make sure we fail keynav if the only item in the list is already selected. 2007-08-14 08:11:26 +00:00
gtktreeview.h add more convenience API. 2007-07-19 13:21:09 +00:00
gtktreeviewcolumn.c Rename buildable methods to not clash with widget methods. (#448928, 2007-06-19 12:23:36 +00:00
gtktreeviewcolumn.h new function. (#342471, Lorenzo Gil Sanchez). 2007-06-06 12:54:35 +00:00
gtktypeutils.c
gtktypeutils.h
gtkuimanager.c Remove work-around for the old tooltips code, and just set the action 2007-07-10 18:00:43 +00:00
gtkuimanager.h
gtkvbbox.c Do not add border_width to the first button initial coordinate, since it's 2007-06-27 17:41:19 +00:00
gtkvbbox.h
gtkvbox.c
gtkvbox.h
gtkversion.h.in
gtkviewport.c Changed size requisition so the viewport does not add the border thickness 2007-07-09 20:01:54 +00:00
gtkviewport.h
gtkvolumebutton.c Remove deprecated tooltips, use new tooltips API. (#449311, Jan Arne 2007-07-09 20:32:35 +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
gtkvpaned.h
gtkvruler.c call gdk_event_request_motions() for new motion events after receiving 2007-02-06 14:53:35 +00:00
gtkvruler.h
gtkvscale.c Cosmetic change 2007-06-10 00:13:11 +00:00
gtkvscale.h
gtkvscrollbar.c
gtkvscrollbar.h
gtkvseparator.c Fix size requisition for wide vertical separators. (#438113, Benjamin 2007-05-14 04:18:33 +00:00
gtkvseparator.h
gtkwidget.c gtk/gtkwidget.c gtk/gtkscrolledwindow.c Correct documentation that refers 2007-08-14 22:44:11 +00:00
gtkwidget.h add getter/setter pair, slight addition to has-tooltip property 2007-07-10 18:24:37 +00:00
gtkwin32embed.c
gtkwin32embed.h
gtkwin32embedwidget.c
gtkwin32embedwidget.h
gtkwindow-decorate.c
gtkwindow-decorate.h
gtkwindow.c Rename buildable methods to not clash with widget methods. (#448928, 2007-06-19 12:23:36 +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
line-arrow.xbm
line-wrap.xbm
makeenums.pl
Makefile.am 2.11.5 2007-07-02 22:24:39 +00:00
makefile.msc.in updated explicit usage of RegisterClassExW to match the WNDCLASSEXW. True 2007-06-15 15:25:50 +00:00
makegtkalias.pl
paper_names_offsets.c Add some missing symbols. 2007-05-23 17:49:34 +00:00
paper_names.c
pltcheck.sh
queryimmodules.c
tree_minus.xbm
tree_minus.xpm
tree_plus.xbm
tree_plus.xpm
updateiconcache.c Add an icon cache validator. 2007-05-01 20:00:17 +00:00
xembed.h