| Commit message (Expand) | Author | Age | Files | Lines |
* | Add GtkBuilder, fixes #172535 | Johan Dahlin | 2007-06-15 | 46 | -30/+7132 |
* | updated explicit usage of RegisterClassExW to match the WNDCLASSEXW. True | Hans Breuer | 2007-06-15 | 6 | -55/+63 |
* | updated use g_snprintf | Hans Breuer | 2007-06-15 | 3 | -3/+9 |
* | Updated Spanish translation | Jorge Gonzalez Gonzalez | 2007-06-15 | 2 | -1725/+1666 |
* | inlinegraphic instead of inlinegraphics. Fixes the doc build | Johan Dahlin | 2007-06-14 | 2 | -1/+6 |
* | ...and the ChangeLog entry, thanks richard | Johan Dahlin | 2007-06-14 | 1 | -0/+5 |
* | 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 | 2 | -1/+6 |
* | Use g_win32_get_windows_version() instead of _winver so that this compiles | Tor Lillqvist | 2007-06-14 | 2 | -2/+14 |
* | Updated Oriya Translation | Subhransu Behera | 2007-06-14 | 2 | -1697/+1650 |
* | Updates | Matthias Clasen | 2007-06-14 | 2 | -1/+53 |
* | Move a note around | Matthias Clasen | 2007-06-14 | 3 | -7/+12 |
* | Improve docs | Matthias Clasen | 2007-06-14 | 2 | -2/+9 |
* | removed unused and hardly visible GtkFrame from the menu widget hierarchy | Carlos Garnacho | 2007-06-13 | 3 | -32/+23 |
* | #undef GDK_DISABLE_DEPRECATED to get prototype for gdk_font_ref(). | Behdad Esfahbod | 2007-06-13 | 2 | -0/+7 |
* | add "submenu" property. Fix gtk_menu_item_set_submenu() to accept NULL | Michael Natterer | 2007-06-13 | 7 | -34/+139 |
* | Fix inconsistency in GTK_WIDGET_SAVED_STATE (#435840, Xan Lopez) | Cody Russell | 2007-06-13 | 2 | -23/+20 |
* | gtk/gtk.symbols rename _gtk_file_system_create to gtk_file_system_create | Kristian Rietveld | 2007-06-13 | 5 | -4/+14 |
* | added calls to g_object_freeze/thaw_notify() so gtk_label_get_text() | Michael Natterer | 2007-06-13 | 2 | -0/+10 |
* | Audit of GtkTreeView coordinate system usage. (#142494). | Kristian Rietveld | 2007-06-13 | 8 | -76/+360 |
* | Add orientation property and some slight refactoring here and there. | Kristian Rietveld | 2007-06-13 | 2 | -29/+145 |
* | Remove linux-fb leftovers | Matthias Clasen | 2007-06-13 | 9 | -76/+20 |
* | use PANGO_BREAK_WORD_CHAR instead of PANGO_BREAK_WORD so the text cell | Michael Natterer | 2007-06-12 | 2 | -3/+10 |
* | Fix #410815, reported by Lucas Rocha. | Kristian Rietveld | 2007-06-12 | 2 | -7/+39 |
* | Fix out-of-bound access. (#440918, Matthias Kilian) | Behdad Esfahbod | 2007-06-12 | 2 | -1/+6 |
* | Improve docs. (#446138, Björn Lindqvist) | Behdad Esfahbod | 2007-06-12 | 2 | -3/+11 |
* | Implement block-cursor for overwrite mode. (#80378) | Yevgen Muntyan | 2007-06-12 | 10 | -68/+559 |
* | Bump GLib requirement | Matthias Clasen | 2007-06-12 | 2 | -1/+6 |
* | Fix some locking issues | Matthias Clasen | 2007-06-12 | 3 | -11/+30 |
* | When debugging is turned on, use error-checking mutexes. | Matthias Clasen | 2007-06-12 | 2 | -1/+6 |
* | Fix declaration of GtkNotebook::create_window() | Emmanuele Bassi | 2007-06-11 | 2 | -4/+9 |
* | make testiconview show brokenness | Matthias Clasen | 2007-06-11 | 2 | -1/+10 |
* | Accept class names starting with lowercase letters for style property | Matthias Clasen | 2007-06-11 | 2 | -3/+8 |
* | Store cursor_hadjustment as object data | Matthias Clasen | 2007-06-11 | 2 | -24/+24 |
* | Don't leak cursor_hadjustment | Matthias Clasen | 2007-06-11 | 2 | -0/+7 |
* | Clean up short descriptions | Matthias Clasen | 2007-06-11 | 22 | -24/+143 |
* | Handle child_setup being NULL. (#445691, Christopher Taylor) | Matthias Clasen | 2007-06-11 | 2 | -3/+9 |
* | Define GNU libc symbols unconditionally | Emmanuele Bassi | 2007-06-10 | 2 | -2/+11 |
* | fix angles by flipping the coordinate system back to its original y | Michael Natterer | 2007-06-10 | 2 | -6/+32 |
* | Don't revert the mouse cursor to the built-in one when the user holds the | Cody Russell | 2007-06-10 | 2 | -6/+6 |
* | Fix code style and warts in GtkScaleButton | Emmanuele Bassi | 2007-06-10 | 3 | -48/+84 |
* | sv.po: Updated Swedish translation | Daniel Nylander | 2007-06-10 | 2 | -1085/+965 |
* | Update docs Deprecate gtk_widget_{ref,unref} | Matthias Clasen | 2007-06-10 | 25 | -300/+302 |
* | Some doc updates | Matthias Clasen | 2007-06-10 | 6 | -339/+362 |
* | Add an icons property, make gtk_scale_button_new() a convenience function. | Matthias Clasen | 2007-06-10 | 2 | -37/+71 |
* | Cosmetic change | Matthias Clasen | 2007-06-10 | 3 | -11/+15 |
* | Handle return values from nl_langinfo() more correctly. | Matthias Clasen | 2007-06-08 | 2 | -5/+10 |
* | initialize rc_priv in the else branch too. (#445539) | Carlos Garnacho | 2007-06-08 | 2 | -0/+6 |
* | Updated Spanish translation | Jorge Gonzalez Gonzalez | 2007-06-08 | 2 | -1103/+970 |
* | Fix shadow painting if the scrollbars-within-bevel style property is set | Benjamin Berg | 2007-06-08 | 2 | -25/+21 |