| Commit message (Expand) | Author | Age | Files | Lines |
* | Updates | Havoc Pennington | 2001-06-13 | 1 | -0/+8 |
* | Don't pass on GDK_ACTION_DEFAULT. The Xdnd code passes zero instead, so do | Alexander Larsson | 2001-06-13 | 1 | -0/+6 |
* | Deep copy dash_list too. (_gdk_fb_gc_new): Set default cap_style before | Alexander Larsson | 2001-06-13 | 1 | -0/+7 |
* | New functions. | Alexander Larsson | 2001-06-12 | 1 | -0/+5 |
* | further justify gtk_tree_model_get_flags by adding a second flag for atk. | Jonathan Blandford | 2001-06-12 | 1 | -0/+8 |
* | changed expand_row/collapse_row to be 2 signals each -- test_expand_row | Jonathan Blandford | 2001-06-11 | 1 | -0/+6 |
* | Update signal name to be changed instead of selection_changed. | Anders Carlsson | 2001-06-10 | 1 | -0/+5 |
* | add read-only "scroll_offset" property for notification when the layout | Havoc Pennington | 2001-06-09 | 1 | -0/+15 |
* | New keybinding. (gtk_tree_view_focus): Fix merge conflict. | Jonathan Blandford | 2001-06-08 | 1 | -0/+6 |
* | new function to clean up cursor handling. | Jonathan Blandford | 2001-06-08 | 1 | -0/+5 |
* | added this function | Havoc Pennington | 2001-06-08 | 1 | -1/+9 |
* | Added compat macros for all old GTK_TYPE_GDK_xxx types. Fixes bug #52892 | Alex Larsson | 2001-06-08 | 1 | -0/+11 |
* | had GtkContainerClass as parent still | Havoc Pennington | 2001-06-08 | 1 | -0/+5 |
* | geez, don't call g_list funcs on GSList | Havoc Pennington | 2001-06-08 | 1 | -0/+20 |
* | warn if row/cols are out of range. Fix bug #55921 | Jonathan Blandford | 2001-06-08 | 1 | -0/+8 |
* | Add a direction-changed signal, and gdk_keymap_get_current_direction(). | Owen Taylor | 2001-06-08 | 1 | -0/+28 |
* | Changed signal name from selection_changed to changed in signal connection | Anders Carlsson | 2001-06-08 | 1 | -0/+6 |
* | Now it's a GObject instead of a GtkObject. The | Jonathan Blandford | 2001-06-07 | 1 | -0/+12 |
* | fix glib-mkenums and glib-genmarshal again | Havoc Pennington | 2001-06-07 | 1 | -0/+4 |
* | fixups for glib-mkenums and glib-genmarshal (not tested yet because with | Havoc Pennington | 2001-06-07 | 1 | -0/+6 |
* | output m4macros/Makefile | Havoc Pennington | 2001-06-07 | 1 | -0/+4 |
* | hook up arrow buttons. Fixes #55460 reported by matthiasc@poet.de. | Jonathan Blandford | 2001-06-07 | 1 | -1/+6 |
* | centralize expansion/collapsing so it only happens in one place. | Jonathan Blandford | 2001-06-07 | 1 | -0/+6 |
* | subst GLIB_GENMARSHAL, GOBJECT_QUERY, GLIB_MKENUMS variables | Havoc Pennington | 2001-06-07 | 1 | -0/+18 |
* | fix silly bug reported by "Padraig O'Briain" <Padraig.Obriain@Sun.COM>. | Jonathan Blandford | 2001-06-07 | 1 | -3/+8 |
* | Handle key bindings to expand and collapse rows. | Jonathan Blandford | 2001-06-07 | 1 | -0/+11 |
* | add "inverted" property | Havoc Pennington | 2001-06-06 | 1 | -0/+8 |
* | Include gtkwidget.h (#55798, Karl Nelson) | Owen Taylor | 2001-06-06 | 1 | -0/+11 |
* | Don't swap the order of the args to gtk_widget_destroyed. | Alex Larsson | 2001-06-06 | 1 | -0/+3 |
* | Don't crash when the properties window is destroyed. | Alex Larsson | 2001-06-05 | 1 | -0/+9 |
* | rename from gtk_text_iter_reorder | Havoc Pennington | 2001-06-05 | 1 | -0/+5 |
* | new function | Havoc Pennington | 2001-06-05 | 1 | -0/+4 |
* | clamp the value to the range that was set | Havoc Pennington | 2001-06-05 | 1 | -0/+20 |
* | Fix bug #55573 | Jonathan Blandford | 2001-06-05 | 1 | -0/+4 |
* | Deprecate gtk_widget_set(). | Owen Taylor | 2001-06-05 | 1 | -0/+7 |
* | Use new mnemonic convenience functions | Havoc Pennington | 2001-06-05 | 1 | -0/+30 |
* | Fix segfault found by Vitaly Tishkov <tvv@sparc.spb.su>. | Jonathan Blandford | 2001-06-05 | 1 | -0/+6 |
* | s/GdkPixmapClass/GdkPixmapObjectClass/. (#51890, Jeff Franks) | Owen Taylor | 2001-06-05 | 1 | -0/+10 |
* | Ignore releases for buttons 6, 7 | Havoc Pennington | 2001-06-05 | 1 | -0/+5 |
* | Fix a search-and-replace screwup (s/CHECK/SEPARATOR/ gone awry). Patch | Havoc Pennington | 2001-06-05 | 1 | -0/+6 |
* | handle case where text_view->layout == NULL by assuming its size is 0, | Havoc Pennington | 2001-06-04 | 1 | -0/+7 |
* | support button 6 and 7 for scroll left/right, from Thomas Broyer | Havoc Pennington | 2001-06-04 | 1 | -0/+5 |
* | Handle case where we need to parse the xsetting as if it were an RC file | Havoc Pennington | 2001-06-04 | 1 | -0/+50 |
* | Make gdk-pixbuf have same version number as GTK | Havoc Pennington | 2001-06-04 | 1 | -0/+4 |
* | Get rid of stupid g_return_if_fail on digits greater than 6. If there | Havoc Pennington | 2001-06-04 | 1 | -0/+14 |
* | Apply fix from Sam Solon, bug #54577, update value even if not drawable. | Havoc Pennington | 2001-06-04 | 1 | -0/+5 |
* | change SCROLL_RIGHT to SCROLL_LEFT, reported by Thomas Broyer. | Havoc Pennington | 2001-06-04 | 1 | -0/+5 |
* | Process updates immediately, to prevent funny lag effect when scrolling, | Havoc Pennington | 2001-06-04 | 1 | -0/+6 |
* | on middle click, center slider on the click. | Havoc Pennington | 2001-06-04 | 1 | -0/+5 |
* | make this special-case hscale/vscale details, so we can use it for | Havoc Pennington | 2001-06-04 | 1 | -0/+41 |