| Commit message (Expand) | Author | Age | Files | Lines |
* | Enforce the widget/child realization/mapping invariants. | Owen Taylor | 2001-07-19 | 1 | -1/+24 |
* | Get the foreground color from 'text', nor 'base'. (#57568) | Owen Taylor | 2001-07-18 | 1 | -0/+5 |
* | Patch from Matthias Clasen to remove remove all instances of | Owen Taylor | 2001-07-18 | 1 | -0/+7 |
* | Fix idles and timeouts to be properly surrounded by | Owen Taylor | 2001-07-18 | 1 | -0/+10 |
* | Reorder code so that we don't get a g_warning message every time we | Darin Adler | 2001-07-18 | 1 | -0/+9 |
* | Add a function gdk_window_get_internal_paint_info(), so that using X | Owen Taylor | 2001-07-18 | 1 | -0/+10 |
* | Ignore the sgml directory made by gtkdoc. Use gtk_window_set_resizable | Darin Adler | 2001-07-18 | 1 | -0/+36 |
* | add GDK_THREADS_ENTER/GDK_THREADS_LEAVE. (gtk_range_calc_layout): compute | Tim Janik | 2001-07-14 | 1 | -0/+24 |
* | Take into account the xpad and ypad when calculating the width and the | Anders Carlsson | 2001-07-13 | 1 | -0/+6 |
* | Rename to gtk_radio_menu_item_get_group(), add deprecated alias. (#57044) | Owen Taylor | 2001-07-12 | 1 | -0/+8 |
* | Patch from Mathias Hasselmann to fix warnings in compat macros. (#56773) | Owen Taylor | 2001-07-12 | 1 | -1/+10 |
* | Replace a couple of inappropriate calls to GTK_WIDGET_HAS_FOCUS() with | Owen Taylor | 2001-07-12 | 1 | -0/+5 |
* | Add missing case. | Owen Taylor | 2001-07-12 | 1 | -0/+12 |
* | Properly clean up when handling events for move-resize emulation. (Problem | Owen Taylor | 2001-07-12 | 1 | -0/+6 |
* | Formatting fixes from multihead brnach. [ mostly foo(bar) => foo (bar) ] | Owen Taylor | 2001-07-12 | 1 | -0/+11 |
* | Add a cd $(srcdir) for when srcdir != builddir | Peter Williams | 2001-07-09 | 1 | -0/+5 |
* | remove gtk_tree_model_get_first in favor of gtk_tree_model_get_iter_root. | Jonathan Blandford | 2001-07-09 | 1 | -0/+10 |
* | Jul 6 15:38:33 2001 Owen Taylor <otaylor@redhat.com> | Owen Taylor | 2001-07-06 | 1 | -0/+9 |
* | Patch from Gregory Merchan to add gtk_button_box_set_secondary(), which | Owen Taylor | 2001-07-06 | 1 | -0/+17 |
* | Add gdk_set_pointer_hooks() to allow pointer-querying to be hooked by an | Owen Taylor | 2001-07-05 | 1 | -0/+8 |
* | Pass in the right value of initial_emission to | Owen Taylor | 2001-07-05 | 1 | -0/+6 |
* | Make compile. | Owen Taylor | 2001-07-05 | 1 | -0/+9 |
* | Check GTK_WIDGET_TOPLEVEL(gtk_widget_get_toplevel (widget)), not | Owen Taylor | 2001-07-05 | 1 | -0/+56 |
* | add missing gtk_list_store_newv prototype. | James Henstridge | 2001-07-04 | 1 | -0/+4 |
* | For XEMBED embedding add a _XEMBED_INFO property to the client with | Owen Taylor | 2001-07-03 | 1 | -0/+48 |
* | fix to use constants not atoms. | Havoc Pennington | 2001-07-03 | 1 | -0/+5 |
* | same here for PANGO_TYPE_TAB_ARRAY. | James Henstridge | 2001-07-02 | 1 | -0/+15 |
* | s/signal_newc/signal_new/ | Tim Janik | 2001-07-02 | 1 | -0/+13 |
* | Remove change check for GTK_TYPE_OBJECT derivation to G_TYPE_OBJECTS - | Owen Taylor | 2001-07-01 | 1 | -0/+17 |
* | 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 |