| Commit message (Expand) | Author | Age | Files | Lines |
* | gtk/gtkmenushell.c In enter/leave notify events, check that the crossing | Cody Russell | 2008-08-09 | 1 | -0/+7 |
* | Get the gdk+cairo test to pass distcheck, too | Sven Herzberg | 2008-08-08 | 1 | -0/+9 |
* | gtk/gtkscale.c gtk/gtkscrolledwindow.c gtk/gtksocket.c gtk/gtkspinbutton.c | Sven Neumann | 2008-08-08 | 1 | -0/+9 |
* | gtk/gtktext.c gtk/gtktextbuffer.c gtk/gtktextlayout.c | Sven Neumann | 2008-08-08 | 1 | -0/+15 |
* | gtk/gtktree.c gtk/gtktreemodel.c gtk/gtktreesortable.c gtk/gtktreeview.c | Sven Neumann | 2008-08-08 | 1 | -0/+9 |
* | use canonical signal names. | Sven Neumann | 2008-08-08 | 1 | -0/+5 |
* | gtk/gtkadjustment.c gtk/gtkclist.c gtk/gtkcolorsel.c gtk/gtkiconview.c | Sven Neumann | 2008-08-08 | 1 | -0/+16 |
* | gtk/gtk.symbols gtk/makegtkalias.pl gtk/gtkaccelmap.c gtk/gtkfilechooser.c | Tor Lillqvist | 2008-08-08 | 1 | -0/+15 |
* | Fix the mime sniffing test | Matthias Clasen | 2008-08-07 | 1 | -0/+5 |
* | use g_error() instead of a combination of g_warning+exit to avoid | 16:19:16 Tim Janik | 2008-08-07 | 1 | -0/+5 |
* | gtk/gtkactiongroup.c gtk/gtkcellrendererspin.c gtk/gtkfilechooserbutton.c | Michael Natterer | 2008-08-07 | 1 | -0/+7 |
* | gtk/gtkclist.c gtk/gtkcontainer.c gtk/gtkfilechooserbutton.c | Michael Natterer | 2008-08-07 | 1 | -0/+16 |
* | Bug 546756 – gnome-panel crashed with SIGSEGV in | Michael Natterer | 2008-08-07 | 1 | -0/+10 |
* | Bug 546771 - Add writable property "visited" to GtkLinkButton | Sven Neumann | 2008-08-07 | 1 | -0/+9 |
* | move variables to local scopes, fix indentation and silence bogus warning | Michael Natterer | 2008-08-07 | 1 | -0/+6 |
* | Bug 535573 – Deadlock in gdkeventloop-quartz.c:poll_func() | Richard Hult | 2008-08-07 | 1 | -0/+8 |
* | Implement those, fixes loading python bindings. | Richard Hult | 2008-08-07 | 1 | -0/+6 |
* | Bug 545031 – list of recently used files is created world-readable | Emmanuele Bassi | 2008-08-07 | 1 | -0/+8 |
* | remove return value, this function returns void. | Michael Natterer | 2008-08-06 | 1 | -0/+6 |
* | gtk/gtkcombobox.c gtk/gtkiconview.c gtk/gtkrange.c gtk/gtkscrolledwindow.c | Michael Natterer | 2008-08-06 | 1 | -0/+9 |
* | Bump version | Matthias Clasen | 2008-08-05 | 1 | -0/+2 |
* | 2.13.6GTK_2_13_6 | Matthias Clasen | 2008-08-05 | 1 | -0/+7 |
* | bail out early if priv->button is NULL to avoid zillions of warnings when | Michael Natterer | 2008-08-05 | 1 | -0/+7 |
* | Bug 544858 – Seal GtkAdjustment | Michael Natterer | 2008-08-05 | 1 | -0/+12 |
* | clamp the value to [lower...upper-page_size] instead of only | Michael Natterer | 2008-08-05 | 1 | -0/+12 |
* | don't use the deprecated gtk_box_pack_start_defaults(). | Michael Natterer | 2008-08-05 | 1 | -0/+5 |
* | Add some missing braces | Matthias Clasen | 2008-08-05 | 1 | -0/+9 |
* | Trivialities. | Tor Lillqvist | 2008-08-05 | 1 | -4/+4 |
* | Cast pointer to gintptr instead of gulong to avoid warning on Win64. | Tor Lillqvist | 2008-08-04 | 1 | -0/+5 |
* | Cast tile, stipple and clip_mask pointers to gintptr when calculating | Tor Lillqvist | 2008-08-04 | 1 | -0/+6 |
* | Don't need to declare IPrintDialogCallback with mingw64 either. It seems | Tor Lillqvist | 2008-08-04 | 1 | -0/+6 |
* | Bug 544684 - Win64 issue, window handles are assumed to be 32-bit | Tor Lillqvist | 2008-08-04 | 1 | -0/+14 |
* | Bug 382291 – Automatically dim the combobox when the model is empty | Matthias Clasen | 2008-08-04 | 1 | -5/+5 |
* | Enclose ?: expression with parens so cast covers all of it. | Tor Lillqvist | 2008-08-04 | 1 | -0/+5 |
* | Improve a string | Matthias Clasen | 2008-08-04 | 1 | -0/+17 |
* | Bug 544684 - Win64 issue, window handles are assumed to be 32-bit | Tor Lillqvist | 2008-08-04 | 1 | -2/+17 |
* | Bug 544684 - Win64 issue, window handles are assumed to be 32-bit | Tor Lillqvist | 2008-08-04 | 1 | -0/+1 |
* | Bug 544684 - Win64 issue, window handles are assumed to be 32-bit | Tor Lillqvist | 2008-08-04 | 1 | -0/+11 |
* | Bug 544684 - Win64 issue, window handles are assumed to be 32-bit | Tor Lillqvist | 2008-08-04 | 1 | -0/+11 |
* | Fix make check | Matthias Clasen | 2008-08-04 | 1 | -0/+6 |
* | Bug 544684 - Win64 issue, window handles are assumed to be 32-bit | Tor Lillqvist | 2008-08-04 | 1 | -0/+14 |
* | Cast pointers to guintptr, not unsigned long, before doing bit tests on | Tor Lillqvist | 2008-08-04 | 1 | -0/+5 |
* | Define GDK_NATIVE_WINDOW_POINTER on 32-bit Windows, too. It just makes | Tor Lillqvist | 2008-08-04 | 1 | -0/+8 |
* | Bug 534979 – GtkImageMenuItem is a bin but has two children. | Björn Lindqvist | 2008-08-04 | 1 | -0/+8 |
* | Updates | Matthias Clasen | 2008-08-04 | 1 | -0/+4 |
* | Bump glib dependency | Matthias Clasen | 2008-08-04 | 1 | -0/+4 |
* | gtk/gtkclist.c gtk/gtkctree.c gtk/gtkpixmap.c get rid of using deprecated | Michael Natterer | 2008-08-04 | 1 | -0/+9 |
* | call gdk_rgb_set_verbose(TRUE) if "gdkrgb" is in the debug flags. | Michael Natterer | 2008-08-04 | 1 | -0/+9 |
* | Update to handle GEmblem` | Matthias Clasen | 2008-08-04 | 1 | -0/+4 |
* | undeprecate (apart from still using GtkOptionMenu). | Michael Natterer | 2008-08-04 | 1 | -0/+5 |