| Commit message (Expand) | Author | Age | Files | Lines |
* | gtk/gtkcellview.c gtk/gtkcolorbutton.c gtk/gtkentrycompletion.c | Michael Natterer | 2008-03-04 | 1 | -1/+0 |
* | gtk/gtkcellview.c (gtk_cell_view_cell_layout_reorder) plug leak wrt. link | Kristian Rietveld | 2008-02-11 | 1 | -1/+1 |
* | gtk/gtkcellview.c gtk/gtklabel.c gtk/gtklayout.c gtk/gtklist.c | Michael Natterer | 2008-02-07 | 1 | -21/+3 |
* | Rename buildable methods to not clash with widget methods. (#448928, | Johan Dahlin | 2007-06-19 | 1 | -1/+1 |
* | Add GtkBuilder, fixes #172535 | Johan Dahlin | 2007-06-15 | 1 | -1/+62 |
* | New function to get the cell renderers of a cell layout. | Matthias Clasen | 2006-12-29 | 1 | -1/+9 |
* | Accept NULL. | Matthias Clasen | 2006-12-27 | 1 | -1/+1 |
* | Undo bogus commit. | Benjamin Berg | 2006-12-14 | 1 | -75/+2 |
* | - Remove unused code/options from the code. Warn about their usage while | Benjamin Berg | 2006-12-13 | 1 | -2/+75 |
* | Don't set the background of the window in a no-window widget. (#359581, | Matthias Clasen | 2006-10-06 | 1 | -12/+0 |
* | Add model property for GtkCellView, part of #172535. | Henrique Romano | 2006-05-24 | 1 | -2/+24 |
* | More of the same | Matthias Clasen | 2006-05-14 | 1 | -1/+1 |
* | Boilerplate reduction | Matthias Clasen | 2006-05-02 | 1 | -44/+4 |
* | deprecated floating/sink API and implemented it in terms of the GObject | Tim Janik | 2005-11-23 | 1 | -4/+2 |
* | Intern some more strings. | Matthias Clasen | 2005-09-01 | 1 | -1/+1 |
* | Intern type names in code generated by glib-mkenums, too. | Matthias Clasen | 2005-08-31 | 1 | -1/+1 |
* | Use a GtkAlignment rather than a GtkDrawingArea to draw the swatch in to | Owen Taylor | 2005-05-11 | 1 | -15/+8 |
* | Use canonical names for g_object_notify() as well. | Matthias Clasen | 2005-03-26 | 1 | -3/+3 |
* | Define macros GTK_PARAM_READABLE, GTK_PARAM_WRITABLE, GTK_PARAM_READWRITE | Matthias Clasen | 2005-03-22 | 1 | -3/+4 |
* | Make PLT-reduction work with gcc4, and don't include everything in | Matthias Clasen | 2005-03-20 | 1 | -1/+16 |
* | More canonical property names. | Matthias Clasen | 2005-03-09 | 1 | -2/+2 |
* | Use _gtk_menu_item_popup_submenu() to make keynav into submenus work | Matthias Clasen | 2004-12-15 | 1 | -53/+8 |
* | Fix a typo in last commit | Marco Pesenti Gritti | 2004-12-07 | 1 | -1/+1 |
* | Queue a redraw. (#160679, Damon Chaplin) | Matthias Clasen | 2004-12-07 | 1 | -0/+2 |
* | Don't call gtk_cell_view_set_cell_data() from here. | Matthias Clasen | 2004-11-29 | 1 | -1/+4 |
* | gdk/linux-fb/gdkgc-fb.c gdk/win32/gdkgc-win32.c | Manish Singh | 2004-11-19 | 1 | -7/+7 |
* | Fix the doc formatting. | Matthias Clasen | 2004-10-25 | 1 | -18/+18 |
* | Unset GTK_REQUEST_NEEDED before emitting ::size-request, following this | Matthias Clasen | 2004-10-15 | 1 | -0/+1 |
* | Restore the size info for the current row after measuring another row. | Matthias Clasen | 2004-10-15 | 1 | -0/+3 |
* | Add docs. | Matthias Clasen | 2004-10-09 | 1 | -1/+115 |
* | Silently ignore info being NULL. This is unavoidable with the current | Matthias Clasen | 2004-10-01 | 1 | -9/+10 |
* | Add hidden aliases for exported symbols which are used internally in order | Matthias Clasen | 2004-08-09 | 1 | -0/+1 |
* | Don't crash if the displayed row is gone. | Matthias Clasen | 2004-08-02 | 1 | -0/+3 |
* | Remove unnecessary checks. (#148175, Morten Welinder) | Matthias Clasen | 2004-07-23 | 1 | -2/+1 |
* | Don't leak tree model and tree row reference. (#148125, Crispin Flowerday) | Matthias Clasen | 2004-07-22 | 1 | -1/+9 |
* | Support insensitive cells in tree views and combo boxes. | Matthias Clasen | 2004-05-27 | 1 | -2/+18 |
* | Add a missing cat. (#141070, Chris Sherlock) | Matthias Clasen | 2004-04-29 | 1 | -1/+0 |
* | Make the arrow and separator regular children of an hbox inside the | Matthias Clasen | 2004-04-14 | 1 | -2/+8 |
* | Align this function with gtk_tree_view_column_set_cell_data(); call the | Matthias Clasen | 2004-03-14 | 1 | -13/+14 |
* | Support the model-less use of GtkCellView shown in testcombo.c. | Matthias Clasen | 2004-03-13 | 1 | -1/+1 |
* | Don't do anything beyond clearing to the background if there is no active | Matthias Clasen | 2004-03-13 | 1 | -3/+5 |
* | Keep the cell_list in a consistent state while iterating over it, since | Matthias Clasen | 2004-03-10 | 1 | -5/+4 |
* | Fixes #136082 and #135265, patch by Morten Welinder. | Federico Mena Quintero | 2004-03-06 | 1 | -0/+1 |
* | Always connect to the changed signals on the model, update the active item | Owen Taylor | 2004-03-02 | 1 | -3/+19 |
* | Ugh. Don't try to free ints, even if they're stored in pointers. | Matthias Clasen | 2004-02-09 | 1 | -1/+8 |
* | Actually free the lists. Pointed out by Morten Welinder. | Matthias Clasen | 2004-02-06 | 1 | -10/+2 |
* | Fix #105497; constify uses of GdkColor. | Federico Mena Quintero | 2004-01-26 | 1 | -2/+2 |
* | The first part of the fix for #114351 (see also gdk-pixbuf/ChangeLog and | Matthias Clasen | 2004-01-16 | 1 | -6/+6 |
* | Fixes #108458. | Kristian Rietveld | 2003-12-19 | 1 | -0/+32 |
* | Combo box flipping support. | Kristian Rietveld | 2003-12-12 | 1 | -3/+12 |