..
stock-icons
Add this file
2007-06-07 06:10:49 +00:00
theme-bits
Apply a cleanup patch by Kjartan Maraas ( #341812 )
2006-10-08 05:07:55 +00:00
xdgmime
Mark more internal symbols for prefixing
2007-07-25 16:19:36 +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
gen-paper-names.c
Add some missing symbols.
2007-05-23 17:49:34 +00:00
gtk-builder-convert
Do not iterate recursively over all child nodes.
2007-09-04 12:19:37 +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
Apply a cleanup patch by Kjartan Maraas ( #341812 )
2006-10-08 05:07:55 +00:00
gtkaccelmap.h
gtkaccessible.c
More of the same
2006-05-14 04:25:34 +00:00
gtkaccessible.h
gtkaction.c
Update the documentation to mark the optional constructors parameters. The
2007-09-09 20:18:24 +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
More of the same
2006-05-14 04:25:34 +00:00
gtkadjustment.h
gtkalignment.c
More of the same
2006-05-14 04:25:34 +00:00
gtkalignment.h
gtkarrow.c
Fix a typo in the docs. ( #390423 , David Lodge)
2006-12-28 21:47:59 +00:00
gtkarrow.h
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
reviewed by: Matthias Clasen <mclasen@redhat.com>
2007-06-06 14:24:31 +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
gtkbin.c
More of the same
2006-05-14 04:25:34 +00:00
gtkbin.h
gtkbindings.c
Small doc fixes
2007-07-12 00:57:23 +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
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
copy filename to builder->priv instead of holding a reference to it. Bug
2007-09-04 12:36:24 +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
Duplicate the string returned by d[n]gettext before it is potentially
2007-08-23 15:29:59 +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
Add a GtkButton::image-position property with getter and setter, to allow
2006-05-31 00:22:19 +00:00
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
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
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
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
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
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
gtkcheckmenuitem.c
Fix check/radio indicator drawing mess (bug #452225 ):
2007-07-27 12:11:07 +00:00
gtkcheckmenuitem.h
gtkclipboard-quartz.c
Apply a patch by Behdad Esfahbod to reduce relocations. ( #359053 )
2006-10-03 15:54:52 +00:00
gtkclipboard.c
Add docs
2007-07-12 03:23:42 +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
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
implement missing get_cells method. (Spotted by Paolo Borelli).
2007-09-07 11:02:04 +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 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
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
Remove update_idle here. Might fix #383003 .
2007-09-10 03:16:13 +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
More of the same
2006-05-14 04:25:34 +00:00
gtkdrawingarea.h
gtkeditable.c
Apply a patch by Behdad Esfahbod to reduce relocations. ( #359053 )
2006-10-03 15:54:52 +00:00
gtkeditable.h
gtkentry.c
Fix some typos. Closes bug #475400 .
2007-09-10 21:58:20 +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
Apply a number of patches by Xan Lopez to improve the interaction between
2007-09-08 05:38: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
gtkexpander.c
Rename buildable methods to not clash with widget methods. ( #448928 ,
2007-06-19 12:23:36 +00:00
gtkexpander.h
gtkfilechooser.c
Add a file-set signal to the filechooser button. Bug 353196.
2006-12-26 22:20:06 +00:00
gtkfilechooser.h
gtkfilechooserbutton.c
Plug a memleak. ( #455721 , Christian Persch)
2007-07-16 15:30:43 +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
Initialize error to NULL before calling g_set_error(). Should fix #473954 ,
2007-09-06 19:15:37 +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
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
gtkfilechooserwidget.c
More of the same
2006-05-14 04:25:34 +00:00
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
Merge of the GTK+ asynchronous file chooser branch. Please see the
2006-05-01 21:41:12 +00:00
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
More of the same
2006-05-14 04:25:34 +00:00
gtkfixed.h
gtkfontbutton.c
Add a missing initialization. ( #348787 , Leonardo Boshell)
2006-08-06 04:25:57 +00:00
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
Corrected the published default value of GtkFrame::label-xalign (bug
2007-08-22 13:41:32 +00:00
gtkframe.h
gtkgamma.c
Use serialized pixbufs instead of xpms
2006-07-04 03:50:37 +00:00
gtkgamma.h
gtkgc.c
Use the slice allocator for many small allocations.
2006-01-04 07:06:12 +00:00
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
More of the same
2006-05-14 04:25:34 +00:00
gtkhbox.h
gtkhpaned.c
More of the same
2006-05-14 04:25:34 +00:00
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
More of the same
2006-05-14 04:25:34 +00:00
gtkhscrollbar.h
gtkhseparator.c
More of the same
2006-05-14 04:25:34 +00:00
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
Add a bounding box test that will avoid getting the individual cell boxes
2007-09-10 00:43:58 +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
Apply a cleanup patch by Kjartan Maraas ( #341812 )
2006-10-08 05:07:55 +00:00
gtkimagemenuitem.h
gtkimcontext.c
More of the same
2006-05-14 04:25:34 +00:00
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
Proper fix for #396175 :
2007-01-17 01:18:42 +00:00
gtkimmodule.h
gtkimmulticontext.c
Proper fix for #396175 :
2007-01-17 01:18:42 +00:00
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
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
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
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
gtk/gtklayout.c (gtk_layout_realize), gtk/gtkiconview.c
2006-05-15 19:17:30 +00:00
gtklayout.h
gtklinkbutton.c
Remove trailing commas from enumerations, since some compilers don't like
2007-09-09 20:08:31 +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
Replace a lot of idle and timeout calls by the new gdk_threads api.
2006-12-22 19:10:43 +00:00
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
Make sure menu_shell->button gets reset to 0 when we bail out early here
2007-09-11 17:38:12 +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
when creating a new box, be sure to transfer a possible tooltip from the
2007-09-10 12:46:23 +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
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
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
gtkmodules.c
added missing \n to g_print() in GTK_NOTE().
2007-09-04 12:04:07 +00:00
gtkmodules.h
gtknotebook.c
fix wrong default value in ::tab-expand param spec constructor.
2007-09-05 12:17:39 +00:00
gtknotebook.h
Fix declaration of GtkNotebook::create_window()
2007-06-11 20:59:19 +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
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
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
Fix includes ( #338665 )
2006-04-24 19:08:47 +00:00
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
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
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
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
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
Remove trailing commas from enumerations, since some compilers don't like
2007-09-09 20:08:31 +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 an internal child name for the notebook, so that GtkBuilder can be
2007-09-07 20:03:22 +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
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
Update the documentation to mark the optional constructors parameters. The
2007-09-09 20:18:24 +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
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
More of the same
2006-05-14 04:25:34 +00:00
gtkradiotoolbutton.h
gtkrange.c
removed code that forced range repaints upon every motion event, because
2007-09-06 11:44:22 +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
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
Update the documentation to mark the optional constructors parameters. The
2007-09-09 20:18:24 +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
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
Port the GtkRecentChooser default implementation widget to the new
2007-07-23 16:44:07 +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
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
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 trailing commas from enumerations, since some compilers don't like
2007-09-09 20:08:31 +00:00
gtkrecentfilter.h
Import GtkRecent* from libegg.
2006-03-29 20:16:44 +00:00
gtkrecentmanager.c
Remove the stat() time barrier, as it seems to cause bug #463907 (thanks
2007-09-03 09:49:59 +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
Improve consistency of signal and property names
2006-07-06 05:14:03 +00:00
gtkscrollbar.h
gtkscrolledwindow.c
gtk/gtkwidget.c gtk/gtkscrolledwindow.c Correct documentation that refers
2007-08-14 22:44:11 +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
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
Build fix, correct a typo in the G_BEGIN_DECLS fix below.
2007-09-10 17:19:49 +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
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
gtkseparatormenuitem.c
More of the same
2006-05-14 04:25:34 +00:00
gtkseparatormenuitem.h
gtkseparatortoolitem.c
More of the same
2006-05-14 04:25:34 +00:00
gtkseparatortoolitem.h
gtksettings.c
lower the default timeout values for gtk-tooltip-timeout and
2007-08-29 12:01:15 +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
Add GtkBuilder, fixes #172535
2007-06-15 17:53:46 +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
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
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
Remove usage of deprecated GtkTooltips API. Use
2007-07-09 17:48:06 +00:00
gtkstatusicon.h
Fixes bug #376502 - multi-screen support for GtkStatusIcon
2006-11-19 16:22:23 +00:00
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
Revert the clamping of cursor coordinates, since it causes really ugly
2007-09-09 02:15:13 +00:00
gtkstyle.h
Implement block-cursor for overwrite mode. ( #80378 )
2007-06-12 05:32:57 +00:00
gtktable.c
Improve consistency of signal and property names
2006-07-06 05:14:03 +00:00
gtktable.h
gtktearoffmenuitem.c
More of the same
2006-05-14 04:25:34 +00:00
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
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
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
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
gtktexttagtable.c
More of the same
2006-05-14 04:25:34 +00:00
gtktexttagtable.h
gtktexttypes.c
gtktexttypes.h
Fix a warning.
2006-04-03 15:50:30 +00:00
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
Apply a patch by Behdad Esfahbod to reduce relocations. ( #359053 )
2006-10-03 15:54:52 +00:00
gtkthemes.h
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
gtktoggleaction.c
Update the documentation to mark the optional constructors parameters. The
2007-09-09 20:18:24 +00:00
gtktoggleaction.h
gtktoggleactionprivate.h
gtktogglebutton.c
Apply a cleanup patch by Kjartan Maraas ( #341812 )
2006-10-08 05:07:55 +00:00
gtktogglebutton.h
gtktoggletoolbutton.c
More of the same
2006-05-14 04:25:34 +00:00
gtktoggletoolbutton.h
gtktoolbar.c
Use g_slice for ToolbarContent. ( #474696 , Christian Persch)
2007-09-08 05:23:12 +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
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
gtktree.c
Improve consistency of signal and property names
2006-07-06 05:14:03 +00:00
gtktree.h
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
gtktreeitem.c
deprecated floating/sink API and implemented it in terms of the GObject
2005-11-23 18:06:58 +00:00
gtktreeitem.h
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
Don't assume that a path of depth 0 has no indices. ( #467324 , Szilard
2007-09-09 19:48:22 +00:00
gtktreemodelfilter.h
report status in return value instead of spewing assertions. ( #335729 ,
2006-06-12 14:48:43 +00:00
gtktreemodelsort.c
fix the build
2007-09-09 23:54:17 +00:00
gtktreemodelsort.h
gtktreeprivate.h
add more convenience API.
2007-07-19 13:21:09 +00:00
gtktreeselection.c
Set model in all cases. ( #357791 , Andreas Köhler)
2006-10-02 01:29:24 +00:00
gtktreeselection.h
gtktreesortable.c
Apply a patch by Behdad Esfahbod to reduce relocations. ( #359053 )
2006-10-03 15:54:52 +00:00
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
only start typeahead search if tree_view has focus (and not one of the
2007-09-10 09:24:38 +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
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
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
More of the same
2006-05-14 04:25:34 +00:00
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
More of the same
2006-05-14 04:25:34 +00:00
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
Commit a patch by Behdad to fix typos, omissions and other errors in the
2006-09-10 06:39:16 +00:00
gtkwin32embed.h
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
gtkwindow-decorate.h
gtkwindow.c
Update menu accelerators, when adding/removing AccelGroups dynamically.
2007-08-27 17:46:53 +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
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
tree_plus.xbm
tree_plus.xpm
updateiconcache.c
Don't use image->attach_points where image->n_attach_points was meant.
2007-09-07 19:57:33 +00:00
xembed.h