gtk2/gtk
Benjamin Otte 1a2932ba29 treeview: Handle the case where the cursor row gets deleted
Previously, the cursor would just become invalid, which used to
reselect the first row in the treeview later on (without a
cursor-changed signal). This leads to a crash now with the recent
refactorings.

The patch is longer than I'd like it to be, but the situation is kinda
complicated, because we want to make sure to move the cursor to a good
row. It works like this:
1) From the deleted row, search forward for the first row that is not
   going to be deleted and is not a separator.
2) If no such row exists, search backwards for a row that is not a
   separator.
3) If no such node exists, clear the cursor.
2011-12-10 08:00:26 +01:00
..
a11y treeview: Use _gtk_rbtree_contains() in a11y code 2011-12-10 08:00:25 +01:00
deprecated Don't warn about deprecations in deprecated/ 2011-11-02 08:10:42 -04:00
stock-icons Use existing mime type for GTK_FILE stock icon 2011-03-06 00:31:20 -05:00
tests tests: Add test for _gtk_rbtree_reorder() 2011-11-22 23:29:04 +01:00
abicheck.sh Bump the version to 3.0.0 2011-02-10 14:41:02 -05:00
compose-parse.py Update compose-parse.py 2011-06-10 18:33:05 -04:00
fallback-c89.c Add fallback implemetation for rint()/round() 2011-08-20 11:17:43 +08:00
fnmatch.c Include "config.h" instead of <config.h> Command used: find -name 2008-06-22 14:28:52 +00:00
gen-paper-names.c Remove obsolete translator comments 2010-04-03 20:59:06 -04:00
gtk-compose-lookaside.txt Remove conflicting legacy compose sequences in favour of X.org sequences 2010-04-03 20:59:08 -04:00
gtk-keys.css.default Convert remaining rc files to css 2011-01-30 21:27:55 -05:00
gtk-keys.css.emacs keys.css: Remove semicolons at end of rules 2011-05-18 22:17:59 +02:00
gtk-keys.css.mac mac keys: Add a missing semicolon 2011-05-18 22:17:59 +02:00
gtk-win32.css win32-theme: Make tabs look better 2011-11-28 10:06:38 +01:00
gtk-win32.rc.in Update Windows Resource template information 2011-06-07 11:16:57 +08:00
gtk.css.raleigh Convert remaining rc files to css 2011-01-30 21:27:55 -05:00
gtk.h Drop use of GDK_DISABLE_DEPRECATED guards in gtk 2011-11-09 22:02:42 -05:00
gtk.symbols Introduce gtk_render_insertion_cursor 2011-12-01 01:22:39 +01:00
gtkaboutdialog.c Remove various internal uses of deprecated api 2011-11-02 08:10:42 -04:00
gtkaboutdialog.h gtk: Use const instead G_CONST_RETURN 2011-06-10 13:07:54 +01:00
gtkaccelgroup.c gtk: Parse keypad numbers correctly 2011-11-16 18:47:39 +00:00
gtkaccelgroup.h gtk: Add accel with keycode parsing functions 2011-11-04 16:40:22 +00:00
gtkaccelgroupprivate.h gtkaccelgroup.c: Do not use GET_PRIV macro 2011-06-02 15:10:49 +02:00
gtkaccellabel.c Use a weak ref in GtkAccelLabel 2011-08-24 08:16:03 -04:00
gtkaccellabel.h gtkaccellabel: Remove unused class members 2010-08-10 04:17:29 +02:00
gtkaccelmap.c Documentation fixes 2011-09-25 21:04:49 -04:00
gtkaccelmap.h Update and expand GtkAccelMap API docs 2010-09-27 03:04:34 +02:00
gtkaccessible.c Add some GtkAccessible documentation 2011-07-14 19:50:21 -04:00
gtkaccessible.h Add some GtkAccessible documentation 2011-07-14 19:50:21 -04:00
gtkaction.c Move wholly deprecated files to a subdirectory 2011-11-01 23:51:18 -04:00
gtkaction.h gtk: Use const instead G_CONST_RETURN 2011-06-10 13:07:54 +01:00
gtkactiongroup.c gtk: Use const instead G_CONST_RETURN 2011-06-10 13:07:54 +01:00
gtkactiongroup.h gtk: Use const instead G_CONST_RETURN 2011-06-10 13:07:54 +01:00
gtkactivatable.c Reduce includes of gtktypeutils.h to a minimum 2011-01-04 12:05:05 -05:00
gtkactivatable.h Reduce includes of gtktypeutils.h to a minimum 2011-01-04 12:05:05 -05:00
gtkadjustment.c GtkAdjustment: add an auxiliary function 2011-07-05 16:08:54 -04:00
gtkadjustment.h GtkAdjustment: add an auxiliary function 2011-07-05 16:08:54 -04:00
gtkalignment.c [GI] Add missing (out) and (array) annotations 2011-01-20 13:57:20 +01:00
gtkalignment.h gtk: add missing class padding 2011-01-25 22:29:00 +01:00
gtkanimationdescription.c css: Change to_string() to print() 2011-06-02 02:03:50 +02:00
gtkanimationdescription.h css: Change to_string() to print() 2011-06-02 02:03:50 +02:00
gtkappchooser.c GtkAppChooserButton: Add a way to include the default app 2011-09-10 01:42:07 -04:00
gtkappchooser.h Coding style fixups 2010-11-24 18:32:05 -05:00
gtkappchooserbutton.c GtkAppChooserButton: Add a way to include the default app 2011-09-10 01:42:07 -04:00
gtkappchooserbutton.h GtkAppChooserButton: Add a way to include the default app 2011-09-10 01:42:07 -04:00
gtkappchooserdialog.c appchooser: make the "Find applications online" follow search state 2011-10-04 11:34:10 -04:00
gtkappchooserdialog.h Add "extern C" declarations around AppChooser headers. 2011-02-10 10:02:38 +01:00
gtkappchoosermodule.c app-chooser-online: rework of the online module 2010-11-29 18:10:06 +01:00
gtkappchoosermodule.h app-chooser: rename GtkOpenWith to GtkAppChooser 2010-11-23 17:50:15 +01:00
gtkappchooseronline.c appchooser: add a GCancellable to the search operation 2011-10-04 11:34:10 -04:00
gtkappchooseronline.h appchooser: add a GCancellable to the search operation 2011-10-04 11:34:10 -04:00
gtkappchooseronlinepk.c appchooser: add a GCancellable to the search operation 2011-10-04 11:34:10 -04:00
gtkappchooseronlinepk.h Coding style fixups 2010-11-24 18:32:05 -05:00
gtkappchooserprivate.h Coding style fixups 2010-11-24 18:32:05 -05:00
gtkappchooserwidget.c GtkAppChooserButton: Add a way to include the default app 2011-09-10 01:42:07 -04:00
gtkappchooserwidget.h Add "extern C" declarations around AppChooser headers. 2011-02-10 10:02:38 +01:00
gtkapplication.c gtk/gtkapplication.c: Fix typo 2011-11-20 23:05:47 +00:00
gtkapplication.h GtkApplication: Add window-added/-removed signals 2011-05-31 19:12:13 -04:00
gtkarrow.c Convert GailArrow to GtkArrowAccessible 2011-07-05 16:08:10 -04:00
gtkarrow.h gtk: add missing class padding 2011-01-25 22:29:00 +01:00
gtkaspectframe.c Move GtkSizeRequest into GtkWidget 2010-09-26 15:11:45 +02:00
gtkaspectframe.h gtk: add missing class padding 2011-01-25 22:29:00 +01:00
gtkassistant.c assistant: Work around deprecation warnings 2011-11-08 21:14:05 +01:00
gtkassistant.h Drop use of GDK_DISABLE_DEPRECATED guards in gtk 2011-11-09 22:02:42 -05:00
gtkbbox.c gtkbox: Move private functions to private header 2011-10-02 21:30:42 +01:00
gtkbbox.h GtkButtonBox: add a non-homogeneous child property 2011-05-05 07:46:03 -04:00
gtkbin.c Added GTK_SIZE_REQUEST_CONSTANT_SIZE to GtkSizeRequestMode 2011-03-25 18:42:07 +09:00
gtkbin.h gtk: add missing class padding 2011-01-25 22:29:00 +01:00
gtkbindings.c Use G_VALUE_INIT 2011-10-15 16:45:16 +01:00
gtkbindings.h Drop use of GDK_DISABLE_DEPRECATED guards in gtk 2011-11-09 22:02:42 -05:00
gtkbindingsprivate.h Add a gtkbindingsprivate.h header 2011-01-30 21:50:54 -05:00
gtkborder.c Some header cleanups 2010-12-04 15:39:47 +01:00
gtkborder.h Add some missing symbols to the docs 2011-02-08 23:21:39 -05:00
gtkborderimage.c Rename GTK_CSS_REPEAT_STYLE_NONE to GTK_CSS_REPEAT_STYLE_STRETCH 2011-11-25 15:36:08 +01:00
gtkborderimageprivate.h Add GtkStylePropertyContext and use it in when getting style properties 2011-11-17 12:27:22 +01:00
gtkbox.c gtkbox: Move private functions to private header 2011-10-02 21:30:42 +01:00
gtkbox.h gtkbox: Move private functions to private header 2011-10-02 21:30:42 +01:00
gtkboxprivate.h box: Fix includes so hbox/vbox compile warning-free 2011-11-02 02:31:54 +01:00
gtkbuildable.c Minor documentation improvements 2011-02-23 10:26:21 +01:00
gtkbuildable.h Reduce includes of gtktypeutils.h to a minimum 2011-01-04 12:05:05 -05:00
gtkbuilder.c Don't use g_value_set_char 2011-11-01 21:18:27 -04:00
gtkbuilder.h Merge libgdk and libgtk 2010-12-21 12:06:55 -05:00
gtkbuilderparser.c Reduce includes of gtktypeutils.h to a minimum 2011-01-04 12:05:05 -05:00
gtkbuilderprivate.h Improve GtkBuilder error reporting 2009-04-06 20:13:35 -04:00
gtkbutton.c button: Don't call deprecated functions 2011-11-08 21:14:05 +01:00
gtkbutton.h Drop use of GDK_DISABLE_DEPRECATED guards in gtk 2011-11-09 22:02:42 -05:00
gtkbuttonprivate.h gtkbutton: Move private functions to private header 2011-06-06 11:58:07 +01:00
gtkcalendar.c Make focus rectangles optional 2011-08-10 16:34:20 +02:00
gtkcalendar.h Add padding to class structs 2010-10-19 19:07:36 +02:00
gtkcellarea.c Use G_VALUE_INIT 2011-10-15 16:45:16 +01:00
gtkcellarea.h gtk: Use const instead G_CONST_RETURN 2011-06-10 13:07:54 +01:00
gtkcellareabox.c GtkCellAreaBoxPrivate: Improve struct packing 2011-04-12 12:25:53 -04:00
gtkcellareabox.h Don't export gtk_cell_area_box_init_groups 2011-02-08 23:21:39 -05:00
gtkcellareaboxcontext.c Don't export gtk_cell_area_box_init_groups 2011-02-08 23:21:39 -05:00
gtkcellareaboxcontextprivate.h Don't export gtk_cell_area_box_init_groups 2011-02-08 23:21:39 -05:00
gtkcellareacontext.c cellareacontext: Don't ever return -1 for preferred sized 2011-07-05 16:08:09 -04:00
gtkcellareacontext.h Trivial changes 2010-12-17 19:14:35 -05:00
gtkcelleditable.c gtk/: fully remove gtkalias hacks 2010-07-10 02:51:26 +02:00
gtkcelleditable.h Remove all traces of GDK_PIXBUF/GTK_DISABLE_SINGLE_INCLUDES 2010-05-03 01:51:18 +02:00
gtkcelllayout.c Use G_VALUE_INIT 2011-10-15 16:45:16 +01:00
gtkcelllayout.h Added boolean return to GtkCellLayout buildable custom tag end shared private function. 2010-12-04 16:53:28 +09:00
gtkcellrenderer.c Minor documentation improvements 2011-02-23 10:26:21 +01:00
gtkcellrenderer.h Drop use of GDK_DISABLE_DEPRECATED guards in gtk 2011-11-09 22:02:42 -05:00
gtkcellrendereraccel.c Revert 3fd7dbc940 2011-12-08 12:44:19 -05:00
gtkcellrendereraccel.h Use GtkFooPrivate instead GtkFooPriv 2010-08-27 04:48:23 +02:00
gtkcellrenderercombo.c Move documentation to inline comments: GtkCellRendererCombo 2011-04-11 23:07:41 +01:00
gtkcellrenderercombo.h Fix gtk-doc markup: /* <private> */ should be /*< private >*/ 2010-10-30 17:35:17 +09:00
gtkcellrendererpixbuf.c cellrendererpix: make sure to select the default helper as a fallback 2011-11-30 16:39:59 -05:00
gtkcellrendererpixbuf.h Use GtkFooPrivate instead GtkFooPriv 2010-08-27 04:48:23 +02:00
gtkcellrendererprogress.c Fix handling of GtkCellRendererProgress::inverted 2011-10-24 13:50:00 -04:00
gtkcellrendererprogress.h gtkcellrendererprogress: unseal private pointer 2010-07-13 19:40:45 +02:00
gtkcellrendererspin.c Move gtkstyle and gtkrc to deprecated/ 2011-11-02 01:15:21 -04:00
gtkcellrendererspin.h Fix gtk-doc markup: /* <private> */ should be /*< private >*/ 2010-10-30 17:35:17 +09:00
gtkcellrendererspinner.c cellrendererspinner: Ignore deprecation warnings 2011-11-08 21:14:05 +01:00
gtkcellrendererspinner.h Fix gtk-doc markup: /* <private> */ should be /*< private >*/ 2010-10-30 17:35:17 +09:00
gtkcellrenderertext.c GtkCellRendererTextPrivate: Improve struct packing 2011-04-12 12:31:28 -04:00
gtkcellrenderertext.h Use GtkFooPrivate instead GtkFooPriv 2010-08-27 04:48:23 +02:00
gtkcellrenderertoggle.c Move documentation to inline comments: GtkCellRendererToggle 2011-04-11 02:42:54 +01:00
gtkcellrenderertoggle.h Use GtkFooPrivate instead GtkFooPriv 2010-08-27 04:48:23 +02:00
gtkcellview.c Use G_VALUE_INIT 2011-10-15 16:45:16 +01:00
gtkcellview.h Drop use of GDK_DISABLE_DEPRECATED guards in gtk 2011-11-09 22:02:42 -05:00
gtkcheckbutton.c Documentation fixes 2011-09-25 21:04:49 -04:00
gtkcheckbutton.h API: checkbutton: Port to draw vfunc 2010-09-26 15:11:39 +02:00
gtkcheckmenuitem.c Documentation fixes 2011-09-25 21:04:49 -04:00
gtkcheckmenuitem.h Fix gtk-doc markup: /* <private> */ should be /*< private >*/ 2010-10-30 17:35:17 +09:00
gtkclipboard-quartz.c Bug 508601 - Copying from GTK+ applications causes crash 2011-07-25 22:05:52 +02:00
gtkclipboard.c Move documentation to inline comments: GtkClipboard 2011-04-13 12:48:47 +01:00
gtkclipboard.h Move documentation to inline comments: GtkClipboard 2011-04-13 12:48:47 +01:00
gtkcolorbutton.c color-button: Notify "color" and "alpha" properties when changing the rgba 2011-11-23 18:19:48 -05:00
gtkcolorbutton.h gtk: Use const instead G_CONST_RETURN 2011-06-10 13:07:54 +01:00
gtkcolorsel.c Remove various internal uses of deprecated api 2011-11-02 08:10:42 -04:00
gtkcolorsel.h GtkColorSel: derive from GtkBox, not GtkVBox 2011-06-07 18:34:34 -04:00
gtkcolorseldialog.c Change 'Ok' to 'Select' in the color chooser dialog 2011-08-23 10:16:34 -04:00
gtkcolorseldialog.h More include cleanups 2011-08-28 01:42:10 -04:00
gtkcombobox.c Move wholly deprecated files to a subdirectory 2011-11-01 23:51:18 -04:00
gtkcombobox.h GtkComboBox: Add the format-entry-text signal. 2011-10-06 11:14:38 +02:00
gtkcomboboxtext.c Fix incomplete &gt; entities in docs. 2011-08-13 15:22:44 +02:00
gtkcomboboxtext.h Bug 619148 - "active ID" properties (GtkComboBox) 2010-11-30 00:29:16 -05:00
gtkcontainer.c Use G_VALUE_INIT 2011-10-15 16:45:16 +01:00
gtkcontainer.h docs: fix parameter name mismatches 2011-06-07 19:30:51 -04:00
gtkcontainerprivate.h toolbar: Fix widget path creation code 2011-09-27 05:37:14 +02:00
gtkcssparser.c Plug tiny leak in the css parser 2011-12-03 17:52:24 +01:00
gtkcssparserprivate.h css: Add _gtk_css_parser_try_enum 2011-11-25 15:36:08 +01:00
gtkcssprovider.c GtkCssProvider: don't segfault when CSS file is not found 2011-11-30 00:23:07 -05:00
gtkcssprovider.h API: cssprovider: Change parsing-error signal 2011-08-26 16:26:28 +02:00
gtkcssproviderprivate.h Privately export css_provider_get_theme_dir 2011-01-27 00:32:07 -05:00
gtkcsssection.c API: cssprovider: Change parsing-error signal 2011-08-26 16:26:28 +02:00
gtkcsssection.h cssprovider: Store sections with parsed values 2011-08-26 16:26:27 +02:00
gtkcsssectionprivate.h API: cssprovider: Change parsing-error signal 2011-08-26 16:26:28 +02:00
gtkcssselector.c gtk: Add a GTK_STATE_FLAG_WINDOW_UNFOCUSED widget state flag 2011-11-08 19:33:22 +00:00
gtkcssselectorprivate.h css: Constify path argument to _css_selector_matches() 2011-05-27 16:11:09 +02:00
gtkcsstypes.c css: start background-repeat 2011-11-08 11:10:44 -05:00
gtkcsstypesprivate.h Add GtkCssArea enum 2011-11-25 16:14:19 +01:00
gtkcustompaperunixdialog.c print: Convert custom paper dialog from GtkTable to GtkGrid 2011-09-28 05:29:50 +02:00
gtkcustompaperunixdialog.h Add padding to class structs 2010-10-19 19:07:36 +02:00
gtkdebug.h Replace gtk_debug_flags with getter and setter functions 2010-09-08 21:31:34 +03:00
gtkdialog.c gtkbox: Move private functions to private header 2011-10-02 21:30:42 +01:00
gtkdialog.h Mark gtk_dialog_new_with_buttons as NULL-terminated 2011-11-05 01:27:25 -04:00
gtkdnd-quartz.c quartz: fix coding style in quartz-version of gtk_drag_begin_internal 2011-11-20 20:15:32 +01:00
gtkdnd.c dnd: port to GtkIconHelper 2011-11-30 16:39:59 -05:00
gtkdnd.h gtkdnd: Add API that takes GIcon 2011-05-03 12:53:46 -04:00
gtkdndcursors.h
gtkdrawingarea.c Do not use old functions in the docs. 2011-01-29 21:32:56 +01:00
gtkdrawingarea.h Move GtkDrawingArea docs inline 2011-01-04 13:26:32 -05:00
gtkeditable.c gtk/gtkeditable: Some docs fixes 2011-11-28 15:23:00 +00:00
gtkeditable.h [GI] Make argument names in vfunc decls consistent with invoker docs 2011-01-18 17:28:35 +01:00
gtkentry.c entry: avoid a mismatched cairo_save/restore 2011-12-04 19:58:28 -05:00
gtkentry.h gtk: Use const instead G_CONST_RETURN 2011-06-10 13:07:54 +01:00
gtkentrybuffer.c gtk: Use const instead G_CONST_RETURN 2011-06-10 13:07:54 +01:00
gtkentrybuffer.h gtk: Use const instead G_CONST_RETURN 2011-06-10 13:07:54 +01:00
gtkentrycompletion.c gtk: move _gtk_modules_has_mixed_deps() to gtkmodlesprivate.h 2011-10-23 13:57:07 +02:00
gtkentrycompletion.h Move GtkEntryCompletion docs inline 2011-01-04 17:54:47 -05:00
gtkentryprivate.h Merge branch 'master' into treeview-refactor 2010-12-05 13:14:39 +09:00
gtkenums.h gtk: Add a GTK_STATE_FLAG_WINDOW_UNFOCUSED widget state flag 2011-11-08 19:33:22 +00:00
gtkeventbox.c gtk: render GtkEventBox' background in the right state 2011-01-14 16:56:50 +01:00
gtkeventbox.h Move GtkEventBox docs inline 2011-01-04 10:33:33 -05:00
gtkexpander.c Make focus rectangles optional 2011-08-10 16:34:20 +02:00
gtkexpander.h gtk: Use const instead G_CONST_RETURN 2011-06-10 13:07:54 +01:00
gtkfilechooser.c Replace some references to the GtkTable, use GtkGrid instead 2011-09-29 12:38:49 +01:00
gtkfilechooser.h Drop Win32 DLL ABI compatibility cruft 2010-08-30 14:57:48 +03:00
gtkfilechooserbutton.c GtkFileChooserButton: Expand like other 'pickers' 2011-09-12 21:33:11 -04:00
gtkfilechooserbutton.h gtk: Use const instead G_CONST_RETURN 2011-06-10 13:07:54 +01:00
gtkfilechooserdefault.c [GtkFileChooserDefault] Don't destroy and re-create the filename entry 2011-11-29 15:11:56 -06:00
gtkfilechooserdefault.h Deprecate gtk_file_chooser_*_new_with_backend(), since GIO is already used 2008-08-04 14:43:53 +00:00
gtkfilechooserdialog.c Documentation fixes 2011-09-25 21:04:49 -04:00
gtkfilechooserdialog.h Add padding to class structs 2010-10-19 19:07:36 +02:00
gtkfilechooserembed.c gtk/: fully remove gtkalias hacks 2010-07-10 02:51:26 +02:00
gtkfilechooserembed.h Revert name change 2008-07-01 22:57:50 +00:00
gtkfilechooserentry.c No need to highlight the file's basename when setting the base folder 2011-07-01 19:07:12 -05:00
gtkfilechooserentry.h Add a local_only property to GtkFileChooserEntry 2009-01-21 03:16:46 +00:00
gtkfilechooserprivate.h Menu item to visit the selected files in recent-files mode 2011-09-05 13:31:57 -05:00
gtkfilechooserutils.c Put recently-used folders in the recently-used list 2011-07-01 19:07:10 -05:00
gtkfilechooserutils.h Put recently-used folders in the recently-used list 2011-07-01 19:07:10 -05:00
gtkfilechooserwidget.c GtkFileChooserWidget: derive from GtkBox, not GtkVBox 2011-06-07 18:36:22 -04:00
gtkfilechooserwidget.h GtkFileChooserWidget: derive from GtkBox, not GtkVBox 2011-06-07 18:36:22 -04:00
gtkfilefilter.c Fix incomplete &gt; entities in docs. 2011-08-13 15:22:44 +02:00
gtkfilefilter.h gtk: Use const instead G_CONST_RETURN 2011-06-10 13:07:54 +01:00
gtkfilesystem.c bgo#514843 - [filechooser] Deal with corrupted .gtk-bookmarks gracefully 2011-09-12 14:30:44 -05:00
gtkfilesystem.h Use GtkFooPrivate instead GtkFooPriv 2010-08-27 04:48:23 +02:00
gtkfilesystemmodel.c filesystemmodel: Add a missing check 2011-10-03 18:29:21 +02:00
gtkfilesystemmodel.h s/get_is_visible/iter_is_visible for clarity 2009-10-15 22:06:17 +02:00
gtkfixed.c Fix another GtkFixed regression, in gtk_fixed_forall() 2011-02-02 00:40:02 -05:00
gtkfixed.h gtk: add missing class padding 2011-01-25 22:29:00 +01:00
gtkfontbutton.c Fix void function n gtkfontbutton.c so it does not try to return a value. 2011-10-10 14:13:35 -05:00
gtkfontbutton.h gtk: Use const instead G_CONST_RETURN 2011-06-10 13:07:54 +01:00
gtkfontchooser.c fontchooser: List font description as font description 2011-09-19 22:11:05 +02:00
gtkfontchooser.h Fix a parameter name mismatch 2011-09-13 17:36:24 -04:00
gtkfontchooserdialog.c Cosmetic doc fixes 2011-09-13 12:55:22 +02:00
gtkfontchooserdialog.h Make GtkFontChooser an interface 2011-09-13 12:55:21 +02:00
gtkfontchooserprivate.h Setters should not return a boolean 2011-09-13 12:55:22 +02:00
gtkfontchooserutils.c Rename gtk_font_chooser_get_{family,face,size} 2011-09-13 12:55:33 +02:00
gtkfontchooserutils.h Add GtkFontChooser:font-desc property 2011-09-13 12:55:33 +02:00
gtkfontchooserwidget.c Documentation fixes 2011-09-25 21:04:49 -04:00
gtkfontchooserwidget.h Make GtkFontChooser an interface 2011-09-13 12:55:21 +02:00
gtkframe.c frame: don't access padding before it's initialized 2011-11-23 11:21:29 -05:00
gtkframe.h gtk: Use const instead G_CONST_RETURN 2011-06-10 13:07:54 +01:00
gtkgradient.c API: Add gtk_gradient_to_string() 2011-05-18 21:58:43 +02:00
gtkgradient.h API: Add gtk_gradient_to_string() 2011-05-18 21:58:43 +02:00
gtkgrid.c Fix gtk_grid_attach_next_to 2011-10-25 23:21:13 -04:00
gtkgrid.h Add an accessor for grid children 2011-08-28 21:20:53 -04:00
gtkhsv.c Make focus rectangles optional 2011-08-10 16:34:20 +02:00
gtkhsv.h Fix gtk-doc markup: /* <private> */ should be /*< private >*/ 2010-10-30 17:35:17 +09:00
gtkiconcache.c Bug 660730: Win32: Only use _fstat32 if available 2011-10-12 11:39:06 +08:00
gtkiconcache.h
gtkiconcachevalidator.c Cast to guint8* to avoid a compiler warning. 2008-06-21 13:09:57 +00:00
gtkiconcachevalidator.h
gtkiconfactory.c Move gtkstyle and gtkrc to deprecated/ 2011-11-02 01:15:21 -04:00
gtkiconfactory.h Drop use of GDK_DISABLE_DEPRECATED guards in gtk 2011-11-09 22:02:42 -05:00
gtkiconhelper.c icon-helper: remove useless checks 2011-11-30 19:04:17 -05:00
gtkiconhelperprivate.h icon-helper: add GtkIconHelper private object 2011-11-30 16:39:59 -05:00
gtkicontheme.c icontheme: Get rid of deprecation warnings 2011-11-08 21:14:05 +01:00
gtkicontheme.h Drop use of GDK_DISABLE_DEPRECATED guards in gtk 2011-11-09 22:02:42 -05:00
gtkiconview.c GtkIconView: fix a memory corruption in the drag-n-drop code 2011-12-01 22:56:43 +01:00
gtkiconview.h Added gtk_icon_view_new_with_area() 2011-01-06 13:51:48 +09:00
gtkimage.c image: use the default icon size if no icon size is provided 2011-11-30 19:47:52 -05:00
gtkimage.h gtk: Use const instead G_CONST_RETURN 2011-06-10 13:07:54 +01:00
gtkimagemenuitem.c Documentation fixes 2011-09-25 21:04:49 -04:00
gtkimagemenuitem.h Add padding to class structs 2010-10-19 19:07:36 +02:00
gtkimageprivate.h gtkdnd: Add API that takes GIcon 2011-05-03 12:53:46 -04:00
gtkimcontext.c gtk: clean up the private horror 2011-10-22 23:53:55 +02:00
gtkimcontext.h Remove GtkObject completely 2010-09-26 22:18:19 -04:00
gtkimcontextinfo.h gtk: Empty gtkimmodule.h 2011-11-08 21:14:05 +01:00
gtkimcontextsimple.c gtk: use the new modifier API instead of GTK_DEFAULT_ACCEL_MOD_MASK 2011-10-07 09:33:07 +02:00
gtkimcontextsimple.h Fix gtk-doc markup: /* <private> */ should be /*< private >*/ 2010-10-30 17:35:17 +09:00
gtkimcontextsimpleseqs.h Update gtkimcontextsimpleseqs.h 2011-06-10 18:36:06 -04:00
gtkimmodule.c immodule: Disable deprecations before including deprecated header 2011-11-08 21:14:05 +01:00
gtkimmodule.h gtk: Empty gtkimmodule.h 2011-11-08 21:14:05 +01:00
gtkimmoduleprivate.h gtk: Empty gtkimmodule.h 2011-11-08 21:14:05 +01:00
gtkimmulticontext.c gtk: Empty gtkimmodule.h 2011-11-08 21:14:05 +01:00
gtkimmulticontext.h Fix gtk-doc markup: /* <private> */ should be /*< private >*/ 2010-10-30 17:35:17 +09:00
gtkinfobar.c docs: Make infobar code example use GtkGrid instead of GtkTable 2011-09-29 01:51:46 +02:00
gtkinfobar.h GtkInfoBar: derive from GtkBox, not GtkHBox 2011-06-07 19:55:03 -04:00
gtkintl.h Bug 503071 – Application direction changes to right to left even if 2008-06-11 23:40:35 +00:00
gtkinvisible.c Move documentation to inline comments: GtkInvisible 2011-04-11 02:31:56 +01:00
gtkinvisible.h Fix gtk-doc markup: /* <private> */ should be /*< private >*/ 2010-10-30 17:35:17 +09:00
gtkkeyhash.c Turn the private #define for the group-shifting modifier into API 2011-11-18 15:14:31 +01:00
gtkkeyhash.h Revert name change 2008-07-01 22:57:50 +00:00
gtklabel.c label: Clear layout on state change 2011-12-05 18:27:05 +01:00
gtklabel.h GtkLabel: factor out two getters 2011-07-05 16:08:07 -04:00
gtklayout.c layout: Work around deprecation warnings 2011-11-08 21:14:05 +01:00
gtklayout.h Drop use of GDK_DISABLE_DEPRECATED guards in gtk 2011-11-09 22:02:42 -05:00
gtklinkbutton.c Remove various internal uses of deprecated api 2011-11-02 08:10:42 -04:00
gtklinkbutton.h gtk: Use const instead G_CONST_RETURN 2011-06-10 13:07:54 +01:00
gtkliststore.c Use G_VALUE_INIT 2011-10-15 16:45:16 +01:00
gtkliststore.h Merge libgdk and libgtk 2010-12-21 12:06:55 -05:00
gtklockbutton.c lockbutton: ensure the lock symbolic icon is rendered 16x16px 2011-06-06 15:12:27 -04:00
gtklockbutton.h Simplify GtkLockButton 2011-05-25 20:19:08 -04:00
gtkmain.c gtk: move _gtk_modules_has_mixed_deps() to gtkmodlesprivate.h 2011-10-23 13:57:07 +02:00
gtkmain.h Fix win32 build 2011-01-11 17:28:37 +01:00
gtkmarshalers.list GtkComboBox: Add the format-entry-text signal. 2011-10-06 11:14:38 +02:00
gtkmenu.c Bug 663856 - Make option-foo accelerators use the right symbol 2011-11-18 13:06:27 +01:00
gtkmenu.h [gi] correct annotation for GtkMenuPositionFunc callbacks 2011-06-27 13:45:17 -04:00
gtkmenubar.c menubar: Use gtk_widget_class_set_accessible_role() 2011-07-18 18:30:51 +02:00
gtkmenubar.h Fix gtk-doc markup: /* <private> */ should be /*< private >*/ 2010-10-30 17:35:17 +09:00
gtkmenuitem.c menuitem: WOrk around deprecation warnings 2011-11-08 21:14:06 +01:00
gtkmenuitem.h Drop use of GDK_DISABLE_DEPRECATED guards in gtk 2011-11-09 22:02:42 -05:00
gtkmenuitemprivate.h GtkMenuItemPrivate: Improve struct packing 2011-04-12 12:34:53 -04:00
gtkmenuprivate.h Remove sealed members from GtkMenu 2010-12-23 15:51:20 -05:00
gtkmenushell.c gtk: Fix compiler warnings from include fixes 2011-11-16 04:31:06 +01:00
gtkmenushell.h Add sufficient API to make gail work 2010-12-23 20:11:38 -05:00
gtkmenushellprivate.h Fix commit 5f55c42047 2011-04-17 23:15:06 -04:00
gtkmenutoolbutton.c Clean up unneeded includes 2011-08-28 01:40:10 -04:00
gtkmenutoolbutton.h GtkMenuToolButton: unseal private pointer 2010-07-13 19:40:49 +02:00
gtkmessagedialog.c Documentation fixes 2011-09-25 21:04:49 -04:00
gtkmessagedialog.h Use GtkFooPrivate instead GtkFooPriv 2010-08-27 04:48:23 +02:00
gtkmisc.c Move documentation to inline comments: GtkMisc 2011-04-11 02:14:08 +01:00
gtkmisc.h gtk: add missing class padding 2011-01-25 22:29:00 +01:00
gtkmnemonichash.c gtk/gtkmnemonichash.c: use accessor functions to access GtkWidget 2010-08-22 21:25:26 +02:00
gtkmnemonichash.h Revert name change 2008-07-01 22:57:50 +00:00
gtkmodifierstyle.c modifierstyle: Fix compile errors 2011-12-06 18:01:57 +01:00
gtkmodifierstyle.h Don't export GtkModifierStyle symbols 2011-02-08 23:21:39 -05:00
gtkmodules.c Move gtkstyle and gtkrc to deprecated/ 2011-11-02 01:15:21 -04:00
gtkmodules.h Move gtkstyle and gtkrc to deprecated/ 2011-11-02 01:15:21 -04:00
gtkmodulesprivate.h Move gtkstyle and gtkrc to deprecated/ 2011-11-02 01:15:21 -04:00
gtkmountoperation-stub.c Miscellaneous string fixes 2010-08-22 15:06:45 +01:00
gtkmountoperation-x11.c GMountOperation on OpenBSD: remove the need for kvm(3) 2011-10-17 19:06:41 +02:00
gtkmountoperation.c mountoperation: fix the build 2011-09-27 12:51:54 -04:00
gtkmountoperation.h Move documentation to inline comments: GtkMountOperation 2010-04-03 20:53:37 -04:00
gtkmountoperationprivate.h Bug 587485 – GMountOperation::show-processes support 2009-07-06 14:23:03 -04:00
gtknotebook.c Remove an unused variable 2011-12-05 18:07:41 -05:00
gtknotebook.h gtk: Use const instead G_CONST_RETURN 2011-06-10 13:07:54 +01:00
gtknumerableicon.c GtkNumerableIconPrivate: Improve struct packing 2011-04-12 12:35:17 -04:00
gtknumerableicon.h gtk: add missing class padding 2011-01-25 22:29:00 +01:00
gtknumerableiconprivate.h Add GtkNumerableIcon 2011-01-05 16:33:15 -05:00
gtkoffscreenwindow.c gtkcontainer: Move private functions to private header 2011-06-06 12:10:29 +01:00
gtkoffscreenwindow.h Add padding to class structs 2010-10-19 19:07:36 +02:00
gtkorientable.c Add gtkorientableprivate.h header 2011-01-30 03:12:49 -05:00
gtkorientable.h Add gtkorientableprivate.h header 2011-01-30 03:12:49 -05:00
gtkorientableprivate.h Add gtkorientableprivate.h header 2011-01-30 03:12:49 -05:00
gtkoverlay.c overlay: Properly allocate the child upon addition 2011-12-08 00:24:28 +01:00
gtkoverlay.h overlay: add initial version of gtkoverlay 2011-06-12 23:27:18 -04:00
gtkpagesetup.c [GI] Annotate strings holding file paths as (type filename) 2011-01-18 17:29:40 +01:00
gtkpagesetup.h Remove all traces of GDK_PIXBUF/GTK_DISABLE_SINGLE_INCLUDES 2010-05-03 01:51:18 +02:00
gtkpagesetupunixdialog.c GtkPageSetupUnixDialog: replace GtkTable by GtkGrid 2011-08-28 00:35:51 -04:00
gtkpagesetupunixdialog.h Add padding to class structs 2010-10-19 19:07:36 +02:00
gtkpaned.c paned: Pass x/y position to update_drag() 2011-11-08 21:14:06 +01:00
gtkpaned.h GtkPaned: move public members to private structure 2010-07-13 19:40:49 +02:00
gtkpango.c Improve AtkText implementations 2011-11-19 19:28:48 -05:00
gtkpango.h Add some aux. pango api to help AtkText implementations 2011-07-05 16:08:07 -04:00
gtkpapersize.c gtk: Use const instead G_CONST_RETURN 2011-06-10 13:07:54 +01:00
gtkpapersize.h gtk: Use const instead G_CONST_RETURN 2011-06-10 13:07:54 +01:00
gtkpathbar.c [GtkPathBar] Remove unused error argument 2011-11-29 15:11:54 -06:00
gtkpathbar.h [GtkPathBar] Remove unused error argument 2011-11-29 15:11:54 -06:00
gtkplug.c GtkPlug: preserve map/unmap invariants 2011-09-02 21:40:42 -04:00
gtkplug.h Revert a change to the plug/socket headers 2011-11-02 08:28:34 -04:00
gtkprint-win32.c gtk/: fully remove gtkalias hacks 2010-07-10 02:51:26 +02:00
gtkprint-win32.h Bug 339699 - implement gtk_print_operation_set_show_dialog for Windows 2008-08-02 09:27:47 +00:00
gtkprintbackend.c gtk: clean up the private horror 2011-10-22 23:53:55 +02:00
gtkprintbackend.h Remove gtk_printer_new from gtkprintbackend.h 2011-01-03 08:14:34 -05:00
gtkprintcontext.c Don't use deprecated Pango api 2011-11-01 21:22:14 -04:00
gtkprintcontext.h Remove all traces of GDK_PIXBUF/GTK_DISABLE_SINGLE_INCLUDES 2010-05-03 01:51:18 +02:00
gtkprinter-private.h Allow getting the printer's hard margins 2009-12-01 17:39:01 +01:00
gtkprinter.c gtk: Use const instead G_CONST_RETURN 2011-06-10 13:07:54 +01:00
gtkprinter.h gtk: Use const instead G_CONST_RETURN 2011-06-10 13:07:54 +01:00
gtkprinteroption.c Remove a redundant NULL check 2011-06-14 21:53:53 -04:00
gtkprinteroption.h Add a GtkPrinterOptionWidget type of INFO to just show informational text from the print backend 2011-06-08 16:38:23 +01:00
gtkprinteroptionset.c gtk/: fully remove gtkalias hacks 2010-07-10 02:51:26 +02:00
gtkprinteroptionset.h Add padding to class structs 2010-10-19 19:07:36 +02:00
gtkprinteroptionwidget.c print to file: fixed lost filename in gui 2011-12-07 20:04:38 -05:00
gtkprinteroptionwidget.h GtkPrinterOptionWidget: derive from GtkBox, not GtkHBox 2011-06-07 19:55:24 -04:00
gtkprintjob.c gtk: Use const instead G_CONST_RETURN 2011-06-10 13:07:54 +01:00
gtkprintjob.h gtk: Use const instead G_CONST_RETURN 2011-06-10 13:07:54 +01:00
gtkprintoperation-private.h Set unix printer hard margins on print context 2009-12-05 13:45:55 +01:00
gtkprintoperation-unix.c [GI] Add missing (transfer) annotations 2011-01-20 13:57:18 +01:00
gtkprintoperation-win32.c win32: Actually check for IPrintDialogCallback in configure 2011-11-10 17:41:08 +01:00
gtkprintoperation.c Print preview: make cancel work 2011-11-07 13:10:24 -05:00
gtkprintoperation.h gtk: Use const instead G_CONST_RETURN 2011-06-10 13:07:54 +01:00
gtkprintoperationpreview.c gtk/: fully remove gtkalias hacks 2010-07-10 02:51:26 +02:00
gtkprintoperationpreview.h Add padding to class structs 2010-10-19 19:07:36 +02:00
gtkprintsettings.c gtk: Use const instead G_CONST_RETURN 2011-06-10 13:07:54 +01:00
gtkprintsettings.h gtk: Use const instead G_CONST_RETURN 2011-06-10 13:07:54 +01:00
gtkprintunixdialog.c Print dialog: small keynav improvement 2011-10-26 22:11:17 -04:00
gtkprintunixdialog.h Fix gtk-doc markup: /* <private> */ should be /*< private >*/ 2010-10-30 17:35:17 +09:00
gtkprintutils.c gtk/: fully remove gtkalias hacks 2010-07-10 02:51:26 +02:00
gtkprintutils.h no need to include <gtk/gtkenums.h> in headers which somehow include 2008-10-30 16:34:16 +00:00
gtkprivate.c Turn the private #define for the group-shifting modifier into API 2011-11-18 15:14:31 +01:00
gtkprivate.h Add generation of private g-types for private headers 2011-11-25 15:36:08 +01:00
gtkprivatetypebuiltins.c.template Add generation of private g-types for private headers 2011-11-25 15:36:08 +01:00
gtkprivatetypebuiltins.h.template Add generation of private g-types for private headers 2011-11-25 15:36:08 +01:00
gtkprogressbar.c progressbar: Set state flags on draw 2011-12-07 22:42:56 +00:00
gtkprogressbar.h gtk: Use const instead G_CONST_RETURN 2011-06-10 13:07:54 +01:00
gtkquartz.c [Bug 664238] GTK apps crash when dragging something 2011-11-20 10:35:40 -08:00
gtkquartz.h gtk: clean up the private horror 2011-10-22 23:53:55 +02:00
gtkquery.c Include "config.h" instead of <config.h> Command used: find -name 2008-06-22 14:28:52 +00:00
gtkquery.h
gtkradioaction.c [GI] Cosmetic cleanups of annotations and doc comments 2011-01-18 17:31:59 +01:00
gtkradioaction.h GtkRadioAction: unseal private pointer 2010-07-13 19:40:49 +02:00
gtkradiobutton.c gtk: add annotations for some GtkRadio* constructors 2011-11-06 16:50:57 +01:00
gtkradiobutton.h Fix gtk-doc markup: /* <private> */ should be /*< private >*/ 2010-10-30 17:35:17 +09:00
gtkradiomenuitem.c gtk: add annotations for some GtkRadio* constructors 2011-11-06 16:50:57 +01:00
gtkradiomenuitem.h Fix gtk-doc markup: /* <private> */ should be /*< private >*/ 2010-10-30 17:35:17 +09:00
gtkradiotoolbutton.c gtk: add annotations for some GtkRadio* constructors 2011-11-06 16:50:57 +01:00
gtkradiotoolbutton.h Remove all traces of GDK_PIXBUF/GTK_DISABLE_SINGLE_INCLUDES 2010-05-03 01:51:18 +02:00
gtkrange.c Drop uses of @returns syntax 2011-11-21 13:12:58 -05:00
gtkrange.h Add accessors for GtkRange::round-digits 2011-01-15 00:08:39 -05:00
gtkrbtree.c rbtree: Add _gtk_rbtree_contains() 2011-12-10 08:00:25 +01:00
gtkrbtree.h rbtree: Add _gtk_rbtree_contains() 2011-12-10 08:00:25 +01:00
gtkrc.default
gtkrc.key.default
gtkrc.key.emacs Revert name change 2008-07-01 22:57:50 +00:00
gtkrc.key.mac gtkrc.key.mac: add Command-cursor text navigation 2011-10-25 22:26:26 +02:00
gtkrecentaction.c Drop the last remaining translated g_warning/g_error calls 2011-04-29 10:33:50 -04:00
gtkrecentaction.h Add padding to class structs 2010-10-19 19:07:36 +02:00
gtkrecentchooser.c [GI] Add missing (out) and (array) annotations 2011-01-20 13:57:20 +01:00
gtkrecentchooser.h Tons of transfer annotations 2010-09-21 00:18:11 -04:00
gtkrecentchooserdefault.c Bug 659406 - Abstract what triggers a context menu 2011-09-27 15:45:18 +02:00
gtkrecentchooserdefault.h Revert name change 2008-07-01 22:57:50 +00:00
gtkrecentchooserdialog.c Maintain map/unmap invariants in GtkRecentChooserDialog 2011-11-16 19:56:11 +01:00
gtkrecentchooserdialog.h Add padding to class structs 2010-10-19 19:07:36 +02:00
gtkrecentchoosermenu.c Drop the last remaining translated g_warning/g_error calls 2011-04-29 10:33:50 -04:00
gtkrecentchoosermenu.h Fix gtk-doc markup: /* <private> */ should be /*< private >*/ 2010-10-30 17:35:17 +09:00
gtkrecentchooserprivate.h Rename gtk_activatable_reset to gtk_activatable_sync_action_properties, 2009-02-22 05:20:14 +00:00
gtkrecentchooserutils.c gtk/: fully remove gtkalias hacks 2010-07-10 02:51:26 +02:00
gtkrecentchooserutils.h
gtkrecentchooserwidget.c GtkRecentChooserWidget: derive from GtkBox, not GtkVBox 2011-06-07 18:35:28 -04:00
gtkrecentchooserwidget.h GtkRecentChooserWidget: derive from GtkBox, not GtkVBox 2011-06-07 18:35:28 -04:00
gtkrecentfilter.c Fix incomplete &gt; entities in docs. 2011-08-13 15:22:44 +02:00
gtkrecentfilter.h gtk: Use const instead G_CONST_RETURN 2011-06-10 13:07:54 +01:00
gtkrecentmanager.c bgo#662814 - Don't print a g_warning() when GtkRecentManager can't find a file 2011-11-23 09:44:26 -06:00
gtkrecentmanager.h gtk: Use const instead G_CONST_RETURN 2011-06-10 13:07:54 +01:00
gtkroundedbox.c roundedbox: Clamp border radius to box size 2011-07-21 02:43:54 +02:00
gtkroundedboxprivate.h themingengine: Implement support for multiple border colors 2011-06-13 15:01:52 +02:00
gtkscale.c gtk: move _gtk_modules_has_mixed_deps() to gtkmodlesprivate.h 2011-10-23 13:57:07 +02:00
gtkscale.h Add a gtkscaleprivate.h header 2011-01-30 03:17:05 -05:00
gtkscalebutton.c Use G_VALUE_INIT 2011-10-15 16:45:16 +01:00
gtkscalebutton.h GtkScaleButton: Move public members to private structure 2010-07-13 19:40:50 +02:00
gtkscaleprivate.h Add a gtkscaleprivate.h header 2011-01-30 03:17:05 -05:00
gtkscrollable.c widget: Allow underallocation for scrollables 2011-04-28 22:21:45 +02:00
gtkscrollable.h Added GtkScrollablePolicy property to scrollable interface 2010-10-26 10:15:56 +09:00
gtkscrollbar.c Convert GailScrollbar to GtkScrollbarAccessible 2011-07-05 16:08:53 -04:00
gtkscrollbar.h Make orientable base classes instantiable 2010-05-25 18:55:15 -04:00
gtkscrolledwindow.c gtk: Fix compiler warnings from include fixes 2011-11-16 04:31:06 +01:00
gtkscrolledwindow.h Trivial: include cleanups 2011-08-28 20:46:11 -04:00
gtksearchengine.c Fix the build 2011-11-19 17:57:26 -05:00
gtksearchengine.h gtk/gtkaction.h gtk/gtkbuildable.h gtk/gtkbuilderprivate.h 2008-06-23 14:07:19 +00:00
gtksearchenginequartz.c
gtksearchenginequartz.h
gtksearchenginesimple.c GtkSearchEngineSimple: adapt the GLib thread api changes 2011-11-01 21:06:09 -04:00
gtksearchenginesimple.h
gtksearchenginetracker.c GtkSearchEngineTracker: port to tracker 0.12 2011-09-12 21:35:31 -04:00
gtksearchenginetracker.h
gtkselection.c Bug 658398 - Use of uninitialized variable reported by Valgrind 2011-09-07 16:19:44 -04:00
gtkselection.h Move GtkSelection docs inline 2011-01-14 19:20:56 -05:00
gtkselectionprivate.h Move GtkSelection docs inline 2011-01-14 19:20:56 -05:00
gtkseparator.c separator: Use gtk_widget_class_accessible_set_role() 2011-07-18 18:30:50 +02:00
gtkseparator.h Add padding to class structs 2010-10-19 19:07:36 +02:00
gtkseparatormenuitem.c separatormenuitem: Use gtk_widget_class_accessible_set_role() 2011-07-18 18:30:50 +02:00
gtkseparatormenuitem.h Add padding to class structs 2010-10-19 19:07:36 +02:00
gtkseparatortoolitem.c all: add a "separator" style class 2011-03-03 17:48:26 -05:00
gtkseparatortoolitem.h gtkseparatortoolitem: unseal private pointer 2010-07-13 19:40:50 +02:00
gtksettings.c win32: Default to gtk-win32 theme 2011-11-18 16:54:05 +01:00
gtksettings.h Move gtkstyle and gtkrc to deprecated/ 2011-11-02 01:15:21 -04:00
gtksettingsprivate.h Remove sealed members from GtkSettings 2010-12-23 21:56:50 -05:00
gtkshadow.c themingengine: Render inset box shadow on top of backgrounds 2011-06-11 09:29:43 +02:00
gtkshadowprivate.h shadow: add _gtk_box_shadow_render() 2011-06-11 09:29:43 +02:00
gtkshow.c gtkshow: don't call _get_display() on a NULL GdkScreen 2011-01-13 16:18:59 +01:00
gtkshow.h Revert name change 2008-07-01 22:57:50 +00:00
gtksizegroup-private.h Fix handling of the geometry widget 2010-10-11 14:05:29 -04:00
gtksizegroup.c Replace some references to the GtkTable, use GtkGrid instead 2011-09-29 12:38:49 +01:00
gtksizegroup.h Fix gtk-doc markup: /* <private> */ should be /*< private >*/ 2010-10-30 17:35:17 +09:00
gtksizerequest.c Move deprecated gtkwidget style api to gtkstyle 2011-11-02 08:10:42 -04:00
gtksizerequest.h Move GtkSizeRequest into GtkWidget 2010-09-26 15:11:45 +02:00
gtksocket.c Move gtkstyle and gtkrc to deprecated/ 2011-11-02 01:15:21 -04:00
gtksocket.h Revert a change to the plug/socket headers 2011-11-02 08:28:34 -04:00
gtksocketprivate.h plug: Move private functions to gtksocketprivate.h 2011-01-28 17:06:07 +01:00
gtkspinbutton.c spinbutton: redesign to use an horizontal layout 2011-11-28 09:40:23 -05:00
gtkspinbutton.h spinbutton: redesign to use an horizontal layout 2011-11-28 09:40:23 -05:00
gtkspinner.c Fix the build 2011-07-05 16:57:46 -04:00
gtkspinner.h Fix GTK_SPINNER_CLASS macro 2011-01-31 07:39:06 -05:00
gtkstatusbar.c gtkbox: Move private functions to private header 2011-10-02 21:30:42 +01:00
gtkstatusbar.h GtkStatusbar: derive from GtkBox, not GtkHBox 2011-06-07 19:55:46 -04:00
gtkstatusicon-quartz.c
gtkstatusicon.c statusicon: fix the build on !X11 2011-12-05 13:22:20 -05:00
gtkstatusicon.h gtk: Use const instead G_CONST_RETURN 2011-06-10 13:07:54 +01:00
gtkstock.c gtk: remove the private GTK_DEFAULT_ACCEL_MOD_MASK define 2011-10-07 20:58:58 +02:00
gtkstock.h Fixed referenced images for GTK_STOCK_INDENT 2011-10-15 00:30:46 +02:00
gtkstylecontext.c stylecontext: always add the ARROW style class when rendering an arrow 2011-12-05 09:37:21 -05:00
gtkstylecontext.h stylecontext: add GTK_STYLE_CLASS_ARROW 2011-12-05 09:30:57 -05:00
gtkstylecontextprivate.h Add GtkStylePropertyContext and use it in when getting style properties 2011-11-17 12:27:22 +01:00
gtkstyleproperties.c Add initial cut at win32 theme support for CSS 2011-11-17 12:29:03 +01:00
gtkstyleproperties.h Revert "API: Add API to set style properties to be inherit" 2011-06-02 02:03:52 +02:00
gtkstylepropertiesprivate.h Remove _gtk_style_properties_peek_property 2011-11-17 12:27:22 +01:00
gtkstyleproperty.c Implement background-clip and background-origin 2011-11-25 16:14:19 +01:00
gtkstylepropertyprivate.h make _gtk_style_property_resolve copy the result to an output value 2011-11-17 12:27:23 +01:00
gtkstyleprovider.c More tiny documentation typo fixes. 2011-02-23 11:09:20 +01:00
gtkstyleprovider.h Move gtkstyle and gtkrc to deprecated/ 2011-11-02 01:15:21 -04:00
gtkswitch.c GtkSwitch: Return FALSE from the button press handler 2011-08-23 23:29:19 -04:00
gtkswitch.h GtkSwitch: use regular activation 2011-02-25 15:47:03 -05:00
gtksymboliccolor.c win32-theme: Fix up docs for gtk_symbolic_color_new_win32 2011-11-21 13:52:39 +01:00
gtksymboliccolor.h Add support for win32 theme colors as symbolic colors 2011-11-18 10:16:38 +01:00
gtktestutils.c spinbutton: redesign to use an horizontal layout 2011-11-28 09:40:23 -05:00
gtktestutils.h Remove GtkObject completely 2010-09-26 22:18:19 -04:00
gtktextattributes.c gtk: move _gtk_modules_has_mixed_deps() to gtkmodlesprivate.h 2011-10-23 13:57:07 +02:00
gtktextattributes.h __SIZEOF_INT__ and __SIZEOF_POINTER__ may not be defined. 2011-10-03 09:11:50 +02:00
gtktextbtree.c GtkTextBTreeNode: Improve struct packing 2011-04-12 12:46:28 -04:00
gtktextbtree.h Revert name change 2008-07-01 22:57:50 +00:00
gtktextbuffer.c Documentation fixes 2011-09-25 21:04:49 -04:00
gtktextbuffer.h GtkTextBuffer: Add accessible api 2011-07-05 16:08:53 -04:00
gtktextbufferrichtext.c [GI] Add missing (out) and (array) annotations 2011-01-20 13:57:20 +01:00
gtktextbufferrichtext.h Move documentation to inline comments: GtkTextBuffer 2011-04-18 02:08:36 +01:00
gtktextbufferserialize.c Use G_VALUE_INIT 2011-10-15 16:45:16 +01:00
gtktextbufferserialize.h
gtktextchild.c Get rid of the rest of variables exported from libgtk 2010-09-08 21:31:34 +03:00
gtktextchild.h Remove pointless sealing from GtkTextChild 2010-12-26 22:58:57 -05:00
gtktextchildprivate.h
gtktextdisplay.c Introduce gtk_render_insertion_cursor 2011-12-01 01:22:39 +01:00
gtktextdisplay.h textview: API: change gtk_text_layout_draw() to take a cairo_t 2010-09-26 15:03:01 +02:00
gtktextiter.c Added gtk_text_iter_assign API 2011-08-15 15:29:23 +02:00
gtktextiter.h Added gtk_text_iter_assign API 2011-08-15 15:29:23 +02:00
gtktextiterprivate.h Revert name change 2008-07-01 22:57:50 +00:00
gtktextlayout.c Rework GtkTextView cursor code. 2011-12-01 01:22:39 +01:00
gtktextlayout.h Rework GtkTextView cursor code. 2011-12-01 01:22:39 +01:00
gtktextmark.c Move documentation to inline comments: GtkTextMark 2011-04-18 02:08:36 +01:00
gtktextmark.h gtk: Use const instead G_CONST_RETURN 2011-06-10 13:07:54 +01:00
gtktextmarkprivate.h Revert name change 2008-07-01 22:57:50 +00:00
gtktextsegment.c Replace gtk_debug_flags with getter and setter functions 2010-09-08 21:31:34 +03:00
gtktextsegment.h Revert name change 2008-07-01 22:57:50 +00:00
gtktexttag.c gtk: move _gtk_modules_has_mixed_deps() to gtkmodlesprivate.h 2011-10-23 13:57:07 +02:00
gtktexttag.h textview: Move GtkTextAttributes to its own header 2011-01-11 16:46:59 +01:00
gtktexttagprivate.h gtktexttag: Move public members to private header 2011-01-03 15:05:46 -05:00
gtktexttagtable.c More doc build fixes 2011-01-10 10:59:50 -05:00
gtktexttagtable.h Use GtkFooPrivate instead GtkFooPriv 2010-08-27 04:48:23 +02:00
gtktexttypes.c Get rid of the rest of variables exported from libgtk 2010-09-08 21:31:34 +03:00
gtktexttypes.h Mark declaration of symbol _gtk_text_unknown_char_utf8 as extern 2010-09-13 16:47:14 +02:00
gtktextutil.c GtkTextUtil: Fix typo 2011-01-10 23:01:01 +01:00
gtktextutil.h testview: Convert _gtk_text_util_create_rich_drag_icon() to use surfaces 2010-09-26 15:03:01 +02:00
gtktextview.c Introduce gtk_render_insertion_cursor 2011-12-01 01:22:39 +01:00
gtktextview.h Drop use of GDK_DISABLE_DEPRECATED guards in gtk 2011-11-09 22:02:42 -05:00
gtkthemingengine.c themingengine: fix a typo 2011-11-29 10:52:03 -05:00
gtkthemingengine.h themingengine: Use the default way of indicating privates 2011-07-21 02:43:54 +02:00
gtkthemingengineprivate.h Add GtkStylePropertyContext and use it in when getting style properties 2011-11-17 12:27:22 +01:00
gtktimeline.c GtkTimeline: don't look when animations are disabled 2011-04-14 08:58:48 -04:00
gtktimeline.h Fix abi check after recent merges 2010-12-05 12:18:30 -05:00
gtktoggleaction.c [GI] Cosmetic cleanups of annotations and doc comments 2011-01-18 17:31:59 +01:00
gtktoggleaction.h Add _gtk_toggle_action_set_active() internal function 2010-07-19 15:16:03 +02:00
gtktogglebutton.c Documentation fixes 2011-09-25 21:04:49 -04:00
gtktogglebutton.h gtktogglebutton: move public members to private structure 2010-10-26 06:07:42 +02:00
gtktoggletoolbutton.c Move documentation to inline comments: GtkToggleToolButton 2011-04-14 00:07:42 +01:00
gtktoggletoolbutton.h GtkToggleToolButton: unseal private pointer 2010-07-14 02:24:58 +02:00
gtktoolbar.c gtk: move _gtk_modules_has_mixed_deps() to gtkmodlesprivate.h 2011-10-23 13:57:07 +02:00
gtktoolbar.h Add padding to class structs 2010-10-19 19:07:36 +02:00
gtktoolbutton.c toolbutton: don't force the icon widget to be a GtkMisc 2011-09-27 17:31:11 -04:00
gtktoolbutton.h gtk: Use const instead G_CONST_RETURN 2011-06-10 13:07:54 +01:00
gtktoolitem.c gtk: move _gtk_modules_has_mixed_deps() to gtkmodlesprivate.h 2011-10-23 13:57:07 +02:00
gtktoolitem.h GtkToolItem: unseal private pointer 2010-07-14 02:24:58 +02:00
gtktoolitemgroup.c gtktoolitemgroup: gtk_misc_set_alignment replacing 2011-06-10 17:59:58 -04:00
gtktoolitemgroup.h gtk: Use const instead G_CONST_RETURN 2011-06-10 13:07:54 +01:00
gtktoolpalette.c Don't forget to initialize a variable 2011-06-27 16:47:59 -04:00
gtktoolpalette.h Drop use of GDK_DISABLE_DEPRECATED guards in gtk 2011-11-09 22:02:42 -05:00
gtktoolpaletteprivate.h GtkTool*: Removed the HAVE_EXTENDED_TOOL_SHELL_SUPPORT_BUG_535090 ifdefs. This gives us nicer text alignment among other things. 2009-07-13 19:37:25 +02:00
gtktoolshell.c GtkToolShell: Move vfunc default results to default implementations. 2011-08-30 15:28:06 +02:00
gtktoolshell.h ToolShell: Add ellipsize, text-orientation, text-alignment and size-group. 2009-07-13 19:13:59 +02:00
gtktooltip.c Remove unused alignment from GtkTooltip. 2011-12-04 19:20:23 +01:00
gtktooltip.h Bug 607628 - DnD operation doesn't work when using offscreen 2010-05-26 17:21:09 +02:00
gtktrayicon-x11.c GtkTrayIconX11: Some more refactoring 2011-08-28 14:54:14 -04:00
gtktrayicon.h GtkStatusIcon: support fixed-sized icons 2011-03-30 00:26:27 +05:30
gtktreedatalist.c Don't use deprecated GValue api 2011-11-01 22:05:29 -04:00
gtktreedatalist.h Don't include gtk.h here 2011-06-07 18:32:48 -04:00
gtktreednd.c [GI] Add missing (out) and (array) annotations 2011-01-20 13:57:20 +01:00
gtktreednd.h Remove all traces of GDK_PIXBUF/GTK_DISABLE_SINGLE_INCLUDES 2010-05-03 01:51:18 +02:00
gtktreemenu.c Move wholly deprecated files to a subdirectory 2011-11-01 23:51:18 -04:00
gtktreemenu.h Removed TABs and trailing whitespace from GtkComboBox and GtkTreeMenu 2011-01-05 00:14:25 +09:00
gtktreemodel.c treemodel: document gtk_tree_path_free() as allow-none 2011-10-20 09:27:17 -04:00
gtktreemodel.h Move GtkTreeModel docs inline 2011-01-12 18:50:45 -05:00
gtktreemodelfilter.c Use G_VALUE_INIT 2011-10-15 16:45:16 +01:00
gtktreemodelfilter.h [GI] Mark callbacks' context parameter with (closure) annotation. 2011-01-18 17:20:32 +01:00
gtktreemodelsort.c treemodelsort: eliminate unread variable assigments 2011-08-22 21:30:35 +02:00
gtktreemodelsort.h Merge libgdk and libgtk 2010-12-21 12:06:55 -05:00
gtktreeprivate.h treeview: Rename function 2011-11-29 20:44:57 +01:00
gtktreeselection.c treeview: Rename function 2011-11-29 20:44:57 +01:00
gtktreeselection.h [GI] Mark callbacks' context parameter with (closure) annotation. 2011-01-18 17:20:32 +01:00
gtktreesortable.c [gi] add "out" annotations to gtk_tree_store_sort_column_id params 2010-11-16 16:20:48 +09:00
gtktreesortable.h Reduce includes of gtktypeutils.h to a minimum 2011-01-04 12:05:05 -05:00
gtktreestore.c Use G_VALUE_INIT 2011-10-15 16:45:16 +01:00
gtktreestore.h Merge libgdk and libgtk 2010-12-21 12:06:55 -05:00
gtktreeview.c treeview: Handle the case where the cursor row gets deleted 2011-12-10 08:00:26 +01:00
gtktreeview.h API: treeview: Add gtk_tree_view_get_n_columns() 2011-11-16 04:39:25 +01:00
gtktreeviewcolumn.c treeview: Call a11y functions for culmn changes directly 2011-11-16 04:39:25 +01:00
gtktreeviewcolumn.h gtk: Use const instead G_CONST_RETURN 2011-06-10 13:07:54 +01:00
gtktypebuiltins.c.template Do not disable deprecation guards 2010-09-22 04:21:13 +02:00
gtktypebuiltins.h.template Remove remaining single-include guards 2010-06-04 19:40:43 -04:00
gtkuimanager.c uimanager: Work around deprecations 2011-11-09 23:45:58 -05:00
gtkuimanager.h Drop use of GDK_DISABLE_DEPRECATED guards in gtk 2011-11-09 22:02:42 -05:00
gtkunixprint.h gtk/Makefile.am add a single-include header for the unix print stuff. 2008-05-29 09:34:53 +00:00
gtkversion.h.in Move docs for gtkmain inline 2011-01-04 17:32:12 -05:00
gtkviewport.c viewport: Get rid of deprecation warnings 2011-11-17 00:46:15 +01:00
gtkviewport.h Drop use of GDK_DISABLE_DEPRECATED guards in gtk 2011-11-09 22:02:42 -05:00
gtkvolumebutton.c volumebutton: Update adjustment usage for sealing 2011-01-05 23:50:22 +01:00
gtkvolumebutton.h Remove all traces of GDK_PIXBUF/GTK_DISABLE_SINGLE_INCLUDES 2010-05-03 01:51:18 +02:00
gtkwidget.c widget: Unset window-unfocused in gtk_widget_unparent() 2011-12-07 22:41:58 +00:00
gtkwidget.h Drop use of GDK_DISABLE_DEPRECATED guards in gtk 2011-11-09 22:02:42 -05:00
gtkwidgetpath.c widgetpath: correctly print the siblings index 2011-11-23 11:22:30 -05:00
gtkwidgetpath.h gtk: Use const instead G_CONST_RETURN 2011-06-10 13:07:54 +01:00
gtkwidgetprivate.h widget: Add _gtk_widget_peek_accessible() 2011-11-16 04:39:23 +01:00
gtkwin32.c win32: fix unterminated #ifdef error 2011-10-23 21:46:19 +02:00
gtkwin32embed.c gtk/: fully remove gtkalias hacks 2010-07-10 02:51:26 +02:00
gtkwin32embed.h Bug 544684 - Win64 issue, window handles are assumed to be 32-bit 2008-08-04 23:44:59 +00:00
gtkwin32embedwidget.c Add headers required by gtk/gtkwin32embedwidget.c 2011-06-24 13:19:58 +08:00
gtkwin32embedwidget.h win32: Make GtkWin32EmbedWidget use HWND instead of GdkNativeWindow 2011-01-28 17:06:07 +01:00
gtkwin32theme.c win32-theme: Support custom margins in win32 theme parts 2011-11-28 09:13:54 +01:00
gtkwin32themeprivate.h Add support for win32 theme colors as symbolic colors 2011-11-18 10:16:38 +01:00
gtkwindow.c Make window handle transparent 2011-12-05 12:51:55 +01:00
gtkwindow.h Make focus rectangles optional 2011-08-10 16:34:20 +02:00
gtkwindowprivate.h API: gtk: Remove client_event vfunc from GtkWidget 2011-02-01 06:33:01 +01:00
gtkx.h Add a gtkx.h header for X11-specific GTK+ api 2011-01-29 14:16:47 -05:00
gtkxembed.c API: Remove GDK_WINDOW_XWINDOW() macro 2010-12-02 20:20:56 +01:00
gtkxembed.h Revert name change 2008-07-01 22:57:50 +00:00
Makefile.am icon-helper: add GtkIconHelper private object 2011-11-30 16:39:59 -05:00
makefile.msc.in win32: msvc build update 2011-02-06 15:07:12 +01:00
org.gtk.Settings.FileChooser.gschema.xml bgo#655822 - Put back the expand-folders schema in gsettings 2011-08-02 11:45:47 -05:00
paper_names_offsets.c Remove obsolete translator comments 2010-04-03 20:59:06 -04:00
paper_names.c Correct PRC6 and PRC9 envelope sizes 2010-04-03 20:55:17 -04:00
queryimmodules.c queryimmodules: Actually fix deprecation warnings 2011-11-09 03:23:43 +01:00
updateiconcache.c Bug 660730: Use GStatBuf for portability 2011-10-03 23:25:33 +08:00
xembed.h