| Commit message (Expand) | Author | Age | Files | Lines |
* | Check for child->parent instead of GTK_WIDGET_TOPLEVEL. | Johan Dahlin | 2008-11-07 | 1 | -1/+1 |
* | remove bogus newlines in the middle of function calls, fix broken | Michael Natterer | 2008-11-06 | 1 | -31/+23 |
* | Made buildable and added support for adding children of type "submenu" | Tristan Van Berkom | 2008-11-06 | 4 | -6/+319 |
* | added new apis gtk_menu_item_[set/get]_label() and | Tristan Van Berkom | 2008-11-06 | 5 | -134/+479 |
* | Fixed a crasher in GTK_BUILDER_WARN_INVALID_CHILD_TYPE() | Tristan Van Berkom | 2008-11-06 | 1 | -1/+1 |
* | gtk_label_set_attributes() now applies attributes on top of any markup or | Tristan Van Berkom | 2008-11-06 | 1 | -16/+50 |
* | Bug 559404 – gtk_editable_insert_text counts length in bytes | Christian Dywan | 2008-11-05 | 1 | -2/+2 |
* | Fix build for win32 and quartz. | Richard Hult | 2008-11-05 | 1 | -4/+4 |
* | Add new statusicon tooltip api | Matthias Clasen | 2008-11-03 | 3 | -50/+444 |
* | Bug 558001 – gtk_icon_view_enable_model_drag_[source|dest] problem | Christian Persch | 2008-11-03 | 1 | -40/+9 |
* | Fix the build | Matthias Clasen | 2008-11-03 | 1 | -1/+1 |
* | Make it possible to overrule the gtk-menu-images setting. | Matthias Clasen | 2008-11-02 | 2 | -9/+21 |
* | Add support for button press/release and scroll events. Patch by Ed Catmur | Matthias Clasen | 2008-11-01 | 2 | -15/+196 |
* | Bug 322934 – Replace menu's proxy icons with empty space hiding icons | Matthias Clasen | 2008-11-01 | 1 | -1/+19 |
* | Bug 412134 – Add API to query style properties from the style | Matthias Clasen | 2008-11-01 | 3 | -0/+158 |
* | Remove debug spew | Matthias Clasen | 2008-11-01 | 1 | -1/+0 |
* | Bug 558667 – gtk_font_selection_dialog_get_apply_button - deprecate? | Christian Dywan | 2008-10-31 | 3 | -3/+7 |
* | Bug 558323 – glitches when popping up combos in treeviews | Matthias Clasen | 2008-10-31 | 1 | -20/+7 |
* | Bug 558522 – scroll arrow painted insensitive even though there are | Matthias Clasen | 2008-10-31 | 1 | -0/+3 |
* | gtk/gtkcellrenderertext.h gtk/gtkentry.[ch] gtk/gtkimcontext.h | Michael Natterer | 2008-10-30 | 6 | -9/+7 |
* | no need to include <gtk/gtkenums.h> in headers which somehow include | Michael Natterer | 2008-10-30 | 18 | -12/+20 |
* | Bug 339714 - Set printer dpi on cairo ps/pdf surfaces when printing | Marek Kasik | 2008-10-30 | 3 | -1/+113 |
* | no need to include <gdk/gdk.h> in any widget header, it's included via | Michael Natterer | 2008-10-30 | 70 | -81/+40 |
* | removed redundant conditional. | Sven Neumann | 2008-10-30 | 1 | -4/+1 |
* | Bug 557316 – GtkLinkButton should consider user-defined tooltip | Christian Dywan | 2008-10-30 | 1 | -1/+3 |
* | Bug 558397 – gtk_widget_error_bell undefined without a screen | Christian Dywan | 2008-10-29 | 1 | -1/+6 |
* | Fix up short descriptions | Matthias Clasen | 2008-10-27 | 2 | -2/+2 |
* | More conversion to C_() | Matthias Clasen | 2008-10-27 | 6 | -473/+304 |
* | Use C_() instead of Q_(). String change! | Matthias Clasen | 2008-10-27 | 7 | -60/+35 |
* | Bug 557065 – gtkcellrendererpixbuf spams console over and over with | Christian Persch | 2008-10-26 | 1 | -15/+3 |
* | Bug 530454 – Clarify page_nr when printing | Philip Withnall | 2008-10-26 | 1 | -2/+2 |
* | Bug 557315 – stale clipboard target cache | Matthias Clasen | 2008-10-25 | 1 | -1/+10 |
* | Added a note about GtkWidget:has-tooltip in the docs for | Tristan Van Berkom | 2008-10-24 | 1 | -2/+2 |
* | Fix a property definition | Matthias Clasen | 2008-10-24 | 1 | -1/+1 |
* | Bug 556954 – gtk+/gtk/gtkrecentchooserdefault.c: mismatching allocation | Matthias Clasen | 2008-10-24 | 1 | -1/+1 |
* | Bug 556835 – gtkentry.c: variable is declared at middle of block | Matthias Clasen | 2008-10-24 | 1 | -1/+2 |
* | Bug 557524 – "va_end(args);" should be added into | Matthias Clasen | 2008-10-24 | 1 | -0/+1 |
* | Bug 528320 - Incorrect icons displayed for files with custom mimetype | Alexander Larsson | 2008-10-23 | 1 | -0/+8 |
* | Bug 555920 – gtkentry.c passes wrong enum to | Behdad Esfahbod | 2008-10-22 | 1 | -2/+0 |
* | Bug 557059 – crash when compositing emblems with icon | Christian Persch | 2008-10-20 | 1 | -4/+19 |
* | gtk_icon_view_set_tooltip_row(), gtk_icon_view_set_tooltip_item(): | Murray Cumming | 2008-10-20 | 2 | -0/+6 |
* | Bug 556527 - The current page property is not passed to GtkPrintUnixDialog | Marek Kasik | 2008-10-16 | 1 | -0/+3 |
* | 556150 – gtk 'object' property test fixing | Christian Dywan | 2008-10-14 | 1 | -14/+0 |
* | Bug 555779 – GtkCellRendererPixbuf crashed on failed GIcon lookup | Matthias Clasen | 2008-10-14 | 1 | -2/+10 |
* | Bug 552318 – menubar mnemonics consumed even when | Matthias Clasen | 2008-10-14 | 1 | -16/+22 |
* | Bug 555386 – format not a string literal and no format arguments | Christian Persch | 2008-10-13 | 5 | -10/+10 |
* | Bug 555724 – gtkcellrendereraccel not initialised correctly | Christian Persch | 2008-10-13 | 1 | -0/+9 |
* | Closed #555625 – Updated gtk_compose_seqs_compact table (gtkimcontextsimple... | Simos Xenitellis | 2008-10-12 | 2 | -285/+22 |
* | Revert the GtkSettings::gtk-toolbar-icon-size part of the previous change, | Matthias Clasen | 2008-10-12 | 1 | -6/+6 |
* | Bug 555186 – Setting gtk-toolbar-icon-size with custom icon_size | Matthias Clasen | 2008-10-12 | 1 | -14/+14 |