| Commit message (Expand) | Author | Age | Files | Lines |
* | 2.11.4GTK_2_11_4 | Matthias Clasen | 2007-06-19 | 1 | -0/+4 |
* | use g_slice_dup(). | Sven Neumann | 2007-06-19 | 1 | -1/+2 |
* | mark the GtkTooltips struct as private. Keep the tooltips in a hash table | Sven Neumann | 2007-06-19 | 2 | -53/+68 |
* | Rename buildable methods to not clash with widget methods. (#448928, | Johan Dahlin | 2007-06-19 | 20 | -173/+173 |
* | Use g_timeout_add_seconds_full() for the timed poll of the storage file, | Emmanuele Bassi | 2007-06-19 | 1 | -8/+57 |
* | Use a static variable to hold the singleton and remove the code that binds | Emmanuele Bassi | 2007-06-19 | 5 | -102/+64 |
* | Fix some issues with refcounting of the adjustment. (#448544, Carlos | Matthias Clasen | 2007-06-19 | 1 | -2/+2 |
* | Bug 448484 – GtkAccelGroup forgets to remove closure invalidate notifiers w... | Gustavo J. A. M. Carneiro | 2007-06-18 | 1 | -0/+3 |
* | Make GtkMenuShell abstract | Matthias Clasen | 2007-06-18 | 1 | -1/+1 |
* | Fix a doc typo | Matthias Clasen | 2007-06-18 | 1 | -3/+3 |
* | Remove extra braces. | Xan Lopez | 2007-06-17 | 1 | -5/+1 |
* | Update changelog | Xan Lopez | 2007-06-17 | 2 | -6/+14 |
* | Pass the print settings to the preview programme. Bug #403717, patch by | Christian Persch | 2007-06-17 | 1 | -1/+1 |
* | List font sizes 6 and 7pt too. (#440450, Sebastien Bacher, Alex "weej" | Behdad Esfahbod | 2007-06-17 | 1 | -1/+1 |
* | fixed couple of drawing problems with block cursor (#448321). | Yevgen Muntyan | 2007-06-16 | 1 | -5/+5 |
* | Swap argument order to dgettext (#448299, Jan Arne Petersen) | Johan Dahlin | 2007-06-16 | 1 | -1/+1 |
* | Don't use "typename" C++ keyword as parameter name. Bug #448193. | Christian Persch | 2007-06-16 | 2 | -11/+11 |
* | 2.11.3GTK_2_11_3 | Matthias Clasen | 2007-06-16 | 1 | -0/+4 |
* | Base class should be GObject, not GtkObject. | Johan Dahlin | 2007-06-15 | 1 | -1/+1 |
* | Documentation fixes | Matthias Clasen | 2007-06-15 | 2 | -14/+30 |
* | Fix up docs | Matthias Clasen | 2007-06-15 | 1 | -8/+7 |
* | Don't install gtkbuilderprivate.h | Matthias Clasen | 2007-06-15 | 2 | -1/+2 |
* | Add forgotten docs | Matthias Clasen | 2007-06-15 | 1 | -0/+12 |
* | Use gsize instead of unsigned and gulong instead of long, fixes complation | Johan Dahlin | 2007-06-15 | 1 | -2/+2 |
* | add move_selected signal to allow overriding the default internal | Matthias Clasen | 2007-06-15 | 2 | -5/+34 |
* | Forgot to free the unescaped tooltip text. | Mathias Hasselmann | 2007-06-15 | 1 | -2/+3 |
* | Improving handling of tooltip-text property. Also check result of tooltip | Mathias Hasselmann | 2007-06-15 | 1 | -16/+7 |
* | Introduce convenience property "GtkWidget:tooltip-text" taking care of | Mathias Hasselmann | 2007-06-15 | 5 | -23/+200 |
* | Add GtkBuilder, fixes #172535 | Johan Dahlin | 2007-06-15 | 35 | -27/+4814 |
* | updated explicit usage of RegisterClassExW to match the WNDCLASSEXW. True | Hans Breuer | 2007-06-15 | 1 | -2/+17 |
* | Add gtk_text_layout_set_overwrite_mode | Johan Dahlin | 2007-06-14 | 1 | -0/+1 |
* | Fix compiler warning. (#447586, Kazuki IWAMOTO) | Behdad Esfahbod | 2007-06-14 | 1 | -1/+1 |
* | Improve docs | Matthias Clasen | 2007-06-14 | 1 | -2/+4 |
* | removed unused and hardly visible GtkFrame from the menu widget hierarchy | Carlos Garnacho | 2007-06-13 | 1 | -32/+10 |
* | add "submenu" property. Fix gtk_menu_item_set_submenu() to accept NULL | Michael Natterer | 2007-06-13 | 4 | -29/+118 |
* | Fix inconsistency in GTK_WIDGET_SAVED_STATE (#435840, Xan Lopez) | Cody Russell | 2007-06-13 | 1 | -23/+15 |
* | gtk/gtk.symbols rename _gtk_file_system_create to gtk_file_system_create | Kristian Rietveld | 2007-06-13 | 4 | -4/+5 |
* | added calls to g_object_freeze/thaw_notify() so gtk_label_get_text() | Michael Natterer | 2007-06-13 | 1 | -0/+4 |
* | Audit of GtkTreeView coordinate system usage. (#142494). | Kristian Rietveld | 2007-06-13 | 3 | -59/+293 |
* | Add orientation property and some slight refactoring here and there. | Kristian Rietveld | 2007-06-13 | 1 | -29/+135 |
* | use PANGO_BREAK_WORD_CHAR instead of PANGO_BREAK_WORD so the text cell | Michael Natterer | 2007-06-12 | 1 | -2/+2 |
* | Fix #410815, reported by Lucas Rocha. | Kristian Rietveld | 2007-06-12 | 1 | -7/+25 |
* | Implement block-cursor for overwrite mode. (#80378) | Yevgen Muntyan | 2007-06-12 | 9 | -68/+536 |
* | Fix declaration of GtkNotebook::create_window() | Emmanuele Bassi | 2007-06-11 | 1 | -4/+4 |
* | Accept class names starting with lowercase letters for style property | Matthias Clasen | 2007-06-11 | 1 | -3/+1 |
* | Store cursor_hadjustment as object data | Matthias Clasen | 2007-06-11 | 1 | -24/+22 |
* | Don't leak cursor_hadjustment | Matthias Clasen | 2007-06-11 | 1 | -0/+3 |
* | Define GNU libc symbols unconditionally | Emmanuele Bassi | 2007-06-10 | 1 | -2/+5 |
* | Fix code style and warts in GtkScaleButton | Emmanuele Bassi | 2007-06-10 | 2 | -48/+70 |
* | Update docs Deprecate gtk_widget_{ref,unref} | Matthias Clasen | 2007-06-10 | 4 | -8/+15 |