| Commit message (Expand) | Author | Age | Files | Lines |
* | Allow %NULL for style to mean "revert to default style" | Owen Taylor | 2001-06-30 | 1 | -0/+85 |
* | Convert GdkDevice to a GObject. | Alex Larsson | 2001-06-30 | 1 | -0/+11 |
* | Convert GdkVisual to a GObject. | Alex Larsson | 2001-06-30 | 1 | -0/+18 |
* | changed new_with_types to just plain new, fixing the number of columns, | Jonathan Blandford | 2001-06-30 | 1 | -0/+16 |
* | fixes to compile with G_DISABLE_COMPAT | Havoc Pennington | 2001-06-29 | 1 | -0/+7 |
* | add path argument to selection callbacks. | Jonathan Blandford | 2001-06-29 | 1 | -0/+5 |
* | New function to walk through a model in a depth first manner, with the | Jonathan Blandford | 2001-06-29 | 1 | -0/+6 |
* | Patch Thomas Broyer from <tbroyer@ltgt.net>. Expander arrows are now | Jonathan Blandford | 2001-06-29 | 1 | -0/+11 |
* | Fix args to g_type_init(). | Owen Taylor | 2001-06-29 | 1 | -0/+4 |
* | Clip the retrieved image data to the screen, using a server grab to avoid | Havoc Pennington | 2001-06-29 | 1 | -0/+83 |
* | !GTK_OBJECT_DESTROYED() -> GTK_WIDGET_REALIZE() for resize queueing. | Tim Janik | 2001-06-28 | 1 | -0/+31 |
* | up version to 1.3.7, interface age 0, binary age 0. depend on glib 1.3.7. | Tim Janik | 2001-06-28 | 1 | -0/+48 |
* | The following changes correspond to bug #56812 | James Henstridge | 2001-06-28 | 1 | -0/+10 |
* | new function for mapping a window without fooling with stacking order, but | Havoc Pennington | 2001-06-28 | 1 | -0/+20 |
* | New function to reflect that you can (hypothetically) pack cell renderers | Jonathan Blandford | 2001-06-27 | 1 | -0/+16 |
* | Fix a typo. | Kjartan Maraas | 2001-06-27 | 1 | -0/+4 |
* | bogus include at the end of gdk-pixbuf-csource.c | Joel Becker | 2001-06-26 | 1 | -0/+5 |
* | use gdk_pixbuf_new_from_stream(). fixed up item factory so inlined pixbufs | Tim Janik | 2001-06-26 | 1 | -0/+6 |
* | forgot a notification | Havoc Pennington | 2001-06-26 | 1 | -0/+4 |
* | add "resizable" property | Havoc Pennington | 2001-06-26 | 1 | -0/+5 |
* | fix stupid missing statement | Jonathan Blandford | 2001-06-26 | 1 | -0/+10 |
* | Revert inline-pixbuf changes until Tim comes back to fix missing files | Owen Taylor | 2001-06-26 | 1 | -6/+0 |
* | Use new pango_context_get_metrics() to fix problems with font lists in | Owen Taylor | 2001-06-26 | 1 | -0/+7 |
* | use gdk_pixbuf_new_from_stream(). fixed up item factory so inlined pixbufs | Tim Janik | 2001-06-26 | 1 | -0/+6 |
* | s/RESIZEABLE/RESIZABLE/ | Havoc Pennington | 2001-06-25 | 1 | -0/+7 |
* | Added --enable-fbmanager. This is some experimental code that lets several | Alexander Larsson | 2001-06-25 | 1 | -0/+27 |
* | Add note about child property changes. | Owen Taylor | 2001-06-25 | 1 | -0/+5 |
* | Add a special size for drag-and-drop GTK_ICON_SIZE_DND (Default to 32x32) | Owen Taylor | 2001-06-25 | 1 | -0/+34 |
* | Removed - didn't work and not particularly useful anyways if it did. | Owen Taylor | 2001-06-24 | 1 | -0/+6 |
* | Fix stupid error introduced last night that was making things decidedly | Owen Taylor | 2001-06-24 | 1 | -0/+22 |
* | Fix tests for XShm.h. | Owen Taylor | 2001-06-23 | 1 | -0/+7 |
* | disabled g_free (image) calls, as GdkImage is an object. these should be | Tim Janik | 2001-06-23 | 1 | -0/+8 |
* | Fixup some problems with text length handling in error cases. | Owen Taylor | 2001-06-23 | 1 | -0/+9 |
* | Fix bug noticed by Brian Cameron. (gtk_tree_view_real_expand_row): Fix bug | Jonathan Blandford | 2001-06-22 | 1 | -0/+7 |
* | updated externals | Hans Breuer | 2001-06-22 | 1 | -0/+24 |
* | Update to new PangoLanguage changes. | Alexander Larsson | 2001-06-21 | 1 | -0/+9 |
* | Handle the case without XKB properly. | Owen Taylor | 2001-06-21 | 1 | -1/+35 |
* | added gtk_container_child_set_property() and | Tim Janik | 2001-06-21 | 1 | -0/+5 |
* | clean up (gtk_tree_view_move_cursor_page_up_down): implement. | Jonathan Blandford | 2001-06-20 | 1 | -0/+5 |
* | make maximum digits compile time configurable via MAX_DIGITS and up to 20. | Tim Janik | 2001-06-20 | 1 | -0/+7 |
* | hum, "adjustment" was a construct property in 1.2 and still needs to be. | Tim Janik | 2001-06-20 | 1 | -0/+7 |
* | New functions to clear a model. | Jonathan Blandford | 2001-06-19 | 1 | -0/+6 |
* | fix PROP_EVENTS. | Tim Janik | 2001-06-19 | 1 | -0/+34 |
* | New function to test if a node is expanded. | Jonathan Blandford | 2001-06-19 | 1 | -0/+5 |
* | Fix bug where collapsing a selected row would result in the cursor/anchor | Jonathan Blandford | 2001-06-18 | 1 | -0/+6 |
* | Rename gtk_tree_sortable_sort_column_id_set_func. It's much shorter now. | Jonathan Blandford | 2001-06-15 | 1 | -0/+14 |
* | Fixed a small typo, it should be GTK_WINDOW_GROUP_GET_CLASS and not | Jonas Borgström | 2001-06-15 | 1 | -0/+6 |
* | Docs fixups, and: | Havoc Pennington | 2001-06-15 | 1 | -0/+7 |
* | Whoops. Forgot this a couple months ago. Now GtkTreeStore sort of sorts. | Jonathan Blandford | 2001-06-14 | 1 | -0/+9 |
* | fix bug identified by warnings I just added to gtktextbuffer | Havoc Pennington | 2001-06-14 | 1 | -0/+5 |