| Commit message (Expand) | Author | Age | Files | Lines |
* | it's _set_active, not _set_active_item. | Kristian Rietveld | 2003-10-15 | 1 | -0/+5 |
* | add padding to the class structure. ditto. ditto. | Kristian Rietveld | 2003-10-15 | 1 | -0/+6 |
* | mention in the docs that -1 is a valid value and what it means. | Kristian Rietveld | 2003-10-15 | 1 | -0/+11 |
* | New function to set the active row by iter. | Jonathan Blandford | 2003-10-14 | 1 | -0/+8 |
* | Don't do operations on windows if the tree view is not mapped. | Federico Mena Quintero | 2003-10-13 | 1 | -0/+7 |
* | remove the reset of first_sel_changed, as after the first popup the | Kristian Rietveld | 2003-10-13 | 1 | -0/+16 |
* | Make it work as documented when pixmap or mask is NULL. (#124081) | Matthias Clasen | 2003-10-13 | 1 | -0/+5 |
* | Fix changelog. Doh. | Kristian Rietveld | 2003-10-13 | 1 | -1/+1 |
* | I overlooked an if when I was adding the signal block/unblock code. Oops. | Kristian Rietveld | 2003-10-13 | 1 | -0/+6 |
* | enable GTK_DISABLE_DEPRECATED again, (set_interp_type), (main): port over | Kristian Rietveld | 2003-10-13 | 1 | -0/+5 |
* | Still uses option menus, so turn off GTK_DISABLE_DEPRECATED. | Kristian Rietveld | 2003-10-13 | 1 | -0/+5 |
* | Move GET_PRIVATE macros from header to implementation. | Matthias Clasen | 2003-10-11 | 1 | -0/+8 |
* | These files still use option menus, so turn off GTK_DISABLE_DEPRECATED to | Matthias Clasen | 2003-10-11 | 1 | -0/+7 |
* | Add G_BEGIN_DECLS/G_END_DECLS to make these usable in C++. (#124351, | Matthias Clasen | 2003-10-11 | 1 | -0/+12 |
* | Check if completion is non-NULL before accessing it. Oops. | Kristian Rietveld | 2003-10-11 | 1 | -0/+5 |
* | the gchar* parameters should be const (pointed out by both Marco Pesenti | Kristian Rietveld | 2003-10-11 | 1 | -0/+8 |
* | for the custom child list mode, allocate the height allocation->height to | Kristian Rietveld | 2003-10-11 | 1 | -0/+7 |
* | Fixes based on comments from Marco Pesenti Gritti. | Kristian Rietveld | 2003-10-11 | 1 | -0/+22 |
* | Replace GtkItemFactory by GtkUIManager in the intro (again). | Matthias Clasen | 2003-10-10 | 1 | -0/+5 |
* | Fixes for (#124212, Marco Pesenti Gritti): | Matthias Clasen | 2003-10-10 | 1 | -0/+8 |
* | Deprecate. Ditto. | Kristian Rietveld | 2003-10-10 | 1 | -0/+22 |
* | New callback to propertly report radio actions. | Matthias Clasen | 2003-10-07 | 1 | -0/+7 |
* | Put the supported protocol version in in the right field of the | Matthias Clasen | 2003-10-07 | 1 | -0/+6 |
* | only show the child if we have one. | Jonathan Blandford | 2003-10-07 | 1 | -0/+8 |
* | Start the blurb for "right_attach" with a capital. (#123945, Christian | Matthias Clasen | 2003-10-06 | 1 | -0/+5 |
* | Remove an extraneous unref. (#122336, Frederic Crozat) | Matthias Clasen | 2003-10-05 | 1 | -2/+7 |
* | Trim whitespace in "visible-window" blurb. (#123910, Christian Rose) | Matthias Clasen | 2003-10-05 | 1 | -0/+5 |
* | focus arrow before pack_end items (#123851, Matthias Clasen) | Soeren Sandmann | 2003-10-04 | 1 | -0/+5 |
* | only set the model on ->priv->cell_view if ->priv->cell_view is non-NULL. | Kristian Rietveld | 2003-10-03 | 1 | -0/+13 |
* | Added API doc comments. | Kristian Rietveld | 2003-10-02 | 1 | -0/+6 |
* | Doc tweaks- | Matthias Clasen | 2003-10-01 | 1 | -0/+4 |
* | implement the GtkCellLayout interface, drop packing/attribute/cell data | Kristian Rietveld | 2003-10-01 | 1 | -0/+15 |
* | Introduce a separate "hide_if_empty" property for empty menu handling. | Matthias Clasen | 2003-10-01 | 1 | -0/+7 |
* | Fix signal doc comments to pacify gtk-doc. | Matthias Clasen | 2003-10-01 | 1 | -0/+3 |
* | Doc formatting tweaks. | Matthias Clasen | 2003-09-30 | 1 | -0/+21 |
* | Add API doc comments. | Kristian Rietveld | 2003-09-30 | 1 | -0/+7 |
* | Add "Since: 2.4" to all API doc comments. | Kristian Rietveld | 2003-09-30 | 1 | -0/+4 |
* | Some API doc comment fixes. | Kristian Rietveld | 2003-09-30 | 1 | -0/+6 |
* | Test handling of empty menus. | Matthias Clasen | 2003-09-30 | 1 | -0/+18 |
* | set popup_in_progress to TRUE, (gtk_combo_box_menu_show): and back to | Kristian Rietveld | 2003-09-30 | 1 | -0/+8 |
* | actually show the child. | Kristian Rietveld | 2003-09-30 | 1 | -0/+7 |
* | The render vfunc takes a GdkDrawable* instead of a GdkWindow*, because | Murray Cumming | 2003-09-30 | 1 | -0/+10 |
* | Document the "direction-changed" and "keys-changed" signals. | Matthias Clasen | 2003-09-30 | 1 | -0/+14 |
* | rename property tab_moves_focus to accepts_tab. (#122709 again). | Soeren Sandmann | 2003-09-27 | 1 | -0/+5 |
* | Document the fact that the newly created object does not come with a | Matthias Clasen | 2003-09-27 | 1 | -0/+5 |
* | Deprecate GtkItemFactory in favor of GtkUIManager. Just leave | Matthias Clasen | 2003-09-26 | 1 | -0/+4 |
* | Turn off GTK_DISABLE_DEPRECATED, since this test uses the | Matthias Clasen | 2003-09-26 | 1 | -0/+9 |
* | Demonstrate the use of the connect-proxy signal. | Matthias Clasen | 2003-09-26 | 1 | -0/+12 |
* | Landing the new ComboBox. Note that only gtkcombobox.h and | Kristian Rietveld | 2003-09-26 | 1 | -0/+14 |
* | Don't use hardcoded DEMOCODEDIR on Windows. | Tor Lillqvist | 2003-09-25 | 1 | -0/+19 |