| Commit message (Expand) | Author | Age | Files | Lines |
* | Integrate gail into gtk+. Bug #169488. | Christian Persch | 2007-12-18 | 153 | -7/+39654 |
* | Add a gtk-im-module GTK setting | Matthias Clasen | 2007-12-18 | 10 | -41/+154 |
* | sv.po: Swedish translation updated | Daniel Nylander | 2007-12-17 | 1 | -3/+3 |
* | sv.po: Updated Swedish translation | Daniel Nylander | 2007-12-17 | 2 | -1196/+1146 |
* | use a weak pointer to set last_window to NULL as soon as it's destroyed. | Kristian Rietveld | 2007-12-17 | 2 | -2/+28 |
* | always determine what arrow to show if show_sort_indicator is true. | Kristian Rietveld | 2007-12-17 | 2 | -2/+7 |
* | Prevent assertion failure in gtk_paned_find_neighbours. (#503824, | Mathias Hasselmann | 2007-12-16 | 2 | -1/+9 |
* | Plug leak: When reordering the info in the list the old node is removed | Xan Lopez | 2007-12-15 | 2 | -1/+8 |
* | Use u32 instead of __u32 and u8 instead of __u8 as the other types are | Sebastian Dröge | 2007-12-15 | 2 | -4/+18 |
* | Suggest g_signal_connect (..., "realize", ...) instead of | Ray Strode | 2007-12-14 | 2 | -1/+7 |
* | gdk/gdkinternals.h #include <gio/gio.h> instead of individual files. | Michael Natterer | 2007-12-14 | 5 | -6/+12 |
* | Correct "Since:" tags for GtkPageSetup and GtkPrintSettings as | Mathias Hasselmann | 2007-12-14 | 3 | -4/+11 |
* | Remove comments I forgot in docs/reference/gtk/gtk-docs.sgml. | Mathias Hasselmann | 2007-12-14 | 1 | -4/+2 |
* | Change GtkToolItem to retrieve its properties from GtkToolShell interface, | Mathias Hasselmann | 2007-12-14 | 11 | -41/+371 |
* | Extract loading of GtkPageSetup and GtkPrintSettings from their *_new_*() | Mathias Hasselmann | 2007-12-14 | 6 | -63/+204 |
* | Close an api gap in tooltips | Matthias Clasen | 2007-12-14 | 5 | -1/+38 |
* | added tests for insertion functions. | Kristian Rietveld | 2007-12-14 | 3 | -2/+588 |
* | Add RandR 1.2 support | Søren Sandmann | 2007-12-13 | 11 | -205/+500 |
* | test the move and swap functions on a store with only one node. | Kristian Rietveld | 2007-12-13 | 3 | -2/+182 |
* | add a call to g_test_bug_base(). | Kristian Rietveld | 2007-12-13 | 3 | -0/+14 |
* | start composing tests for the list and tree store. | Kristian Rietveld | 2007-12-13 | 5 | -0/+2247 |
* | Remove all .cvsignore files. | Michael Natterer | 2007-12-13 | 81 | -506/+0 |
* | Make the code compile again after the GdkAppLaunchContext changes. | Mathias Hasselmann | 2007-12-13 | 3 | -1/+9 |
* | Add docs | Matthias Clasen | 2007-12-13 | 5 | -1/+106 |
* | Forgotten file | Matthias Clasen | 2007-12-13 | 1 | -0/+1 |
* | Implement GAppLaunchContext in gdk, providing startup notification. | Matthias Clasen | 2007-12-13 | 14 | -0/+865 |
* | Another attempt to improve gtk_drag_dest_set docs. | Mathias Hasselmann | 2007-12-12 | 2 | -10/+18 |
* | Applied a patch by Claudio Ciccani which adds testing functions to the | Attilio Fiandrotti | 2007-12-11 | 3 | -1/+267 |
* | Applied a patch by Claudio Ciccani which fixes the mixing of gdk and cairo | Attilio Fiandrotti | 2007-12-11 | 2 | -17/+34 |
* | Move documentation for gtk_drag_dest_set to gtkdnd.c. | Mathias Hasselmann | 2007-12-11 | 2 | -11/+10 |
* | Mention impact of GtkDestDefaults on "drag-motion" handlers. Clearify | Mathias Hasselmann | 2007-12-11 | 3 | -35/+56 |
* | made unnecessarily exported symbols static. switched g_return_if_fail() | 15:44:01 Tim Janik | 2007-12-11 | 3 | -409/+318 |
* | Updated Greek translation | Kostas Papadimas | 2007-12-11 | 2 | -7/+7 |
* | Updated Greek translation | Kostas Papadimas | 2007-12-11 | 2 | -961/+998 |
* | Use gtk_widget_get_parent_window() instead of widget->parent->window. | Stefan Kost | 2007-12-10 | 2 | -3/+8 |
* | Install backend specific header (bug #405915). Also add a getter for the | Richard Hult | 2007-12-10 | 4 | -0/+26 |
* | Replace the autorelease pools used for each drawing context and in | Richard Hult | 2007-12-10 | 4 | -34/+22 |
* | Fix the check for no changes to position and size. | Richard Hult | 2007-12-10 | 2 | -4/+9 |
* | Ignore drawRect calls with zero sized areas at (0, 0), patch from Paul | Richard Hult | 2007-12-10 | 2 | -0/+14 |
* | Fix a bug where we could end up trying to handle the same event more than | Richard Hult | 2007-12-10 | 4 | -31/+65 |
* | Include bin/gtk-builder-convert in the dev package. (#502850) | Tor Lillqvist | 2007-12-10 | 2 | -0/+6 |
* | Another fix to avoid further fallout from the fix for bug 388321. | Matthias Clasen | 2007-12-10 | 2 | -6/+14 |
* | Minor fix for code added in r19132 | Attilio Fiandrotti | 2007-12-09 | 1 | -1/+0 |
* | Fix the spinguard logic for big buffers. (#494667, Ed Catmur) | Matthias Clasen | 2007-12-09 | 2 | -3/+12 |
* | Updated Belarusian Latin translation. | Ihar Hrachyshka | 2007-12-09 | 4 | -1730/+1784 |
* | Committed several patches by Denis Oliver Knoppwhich are expected to improve ... | Attilio Fiandrotti | 2007-12-09 | 6 | -222/+910 |
* | Czech Translation updated by Petr Kovar. | Jakub Friedl | 2007-12-08 | 2 | -1533/+1397 |
* | Correct the documentation of child property getter arguments. (#501992, | Matthias Clasen | 2007-12-07 | 2 | -4/+9 |
* | Don't leak pixbufs. (#502250, Yevgen Muntyan) | Matthias Clasen | 2007-12-07 | 2 | -14/+13 |
* | Forgot bug number. | Yevgen Muntyan | 2007-12-07 | 1 | -1/+1 |