| Commit message (Expand) | Author | Age | Files | Lines |
* | Stylistic improvements and clarifications for some blurbs. (#315520, | Matthias Clasen | 2005-09-09 | 1 | -1/+1 |
* | Intern some more strings. | Matthias Clasen | 2005-09-01 | 1 | -4/+4 |
* | Also intern static strings passed to g_object_set_data() | Matthias Clasen | 2005-08-31 | 1 | -2/+2 |
* | Intern type names in code generated by glib-mkenums, too. | Matthias Clasen | 2005-08-31 | 1 | -1/+1 |
* | Cleanup a possible resize idle. (#311141, Robert Ă–gren) | Matthias Clasen | 2005-07-22 | 1 | -3/+17 |
* | Remove useless calls to gtk_tree_row_reference_inserted/deleted, since we | Matthias Clasen | 2005-07-18 | 1 | -13/+1 |
* | Propagate the focus-on-click value to the button. (#310543, Christian | Matthias Clasen | 2005-07-18 | 1 | -9/+19 |
* | Don't do explicitly ungrab pointer and keyboard. We're unmapping the grab | Matthias Clasen | 2005-06-26 | 1 | -23/+32 |
* | Make autoscrolling work at the bottom of the screen. | Matthias Clasen | 2005-05-26 | 1 | -2/+2 |
* | Keep the popup posted if the button is released over the cellview. This | Matthias Clasen | 2005-05-17 | 1 | -2/+4 |
* | Make this work when called from gtk_combo_box_destroy(). (#172999, | Matthias Clasen | 2005-04-08 | 1 | -3/+3 |
* | Implement grab_focus for GtkComboBox and GtkComboBoxEntry. (#171912, | Matthias Clasen | 2005-04-06 | 1 | -1/+11 |
* | Make gtk_combo_box_get_active_text do the right thing for GtkComboBoxEntry | Matthias Clasen | 2005-04-01 | 1 | -2/+20 |
* | Don't segfault if somebody tries to popup an unrealized combo box. | Matthias Clasen | 2005-03-30 | 1 | -0/+3 |
* | Use canonical names for g_object_notify() as well. | Matthias Clasen | 2005-03-26 | 1 | -14/+14 |
* | Define macros GTK_PARAM_READABLE, GTK_PARAM_WRITABLE, GTK_PARAM_READWRITE | Matthias Clasen | 2005-03-22 | 1 | -9/+10 |
* | Make PLT-reduction work with gcc4, and don't include everything in | Matthias Clasen | 2005-03-20 | 1 | -1/+4 |
* | More canonical property names. | Matthias Clasen | 2005-03-09 | 1 | -4/+4 |
* | Don't leak a path here. (#168443, Morten Welinder) | Matthias Clasen | 2005-02-25 | 1 | -0/+1 |
* | Consistently use gtk_tree_row_reference_valid(). | Matthias Clasen | 2005-02-24 | 1 | -42/+42 |
* | Pass gtk_widget_get_toplevel() a GTK_WIDGET. | Manish Singh | 2005-02-17 | 1 | -2/+2 |
* | Fixes for #143829, Tommi Komulainen, Christian Persch: | Matthias Clasen | 2005-02-16 | 1 | -1/+15 |
* | Fix state propagation when making an insensitive combo box sensitive | Matthias Clasen | 2004-12-30 | 1 | -2/+9 |
* | Transfer state from the button to the cell view to get prelighting right. | Matthias Clasen | 2004-12-24 | 1 | -0/+27 |
* | Pass a last item to gtk_combo_box_relayout_item. (#161050, John Finlay) | Matthias Clasen | 2004-12-13 | 1 | -1/+23 |
* | Only wrap if we are in the topmost menu. (#160936, John Finlay) | Matthias Clasen | 2004-12-11 | 1 | -2/+3 |
* | Fix a typo in the docs. (#160826, Jay Camp) | Matthias Clasen | 2004-12-09 | 1 | -1/+1 |
* | Don't call gtk_cell_view_set_cell_data() from here. | Matthias Clasen | 2004-11-29 | 1 | -1/+1 |
* | gdk/linux-fb/gdkgc-fb.c gdk/win32/gdkgc-win32.c | Manish Singh | 2004-11-19 | 1 | -18/+16 |
* | Add more docs. | Matthias Clasen | 2004-11-12 | 1 | -3/+69 |
* | Use a row reference, not a path, to associate separators with their tree | Matthias Clasen | 2004-11-09 | 1 | -9/+13 |
* | Jump through a few hoops to make the tooltip on the filter combo box work | Matthias Clasen | 2004-11-07 | 1 | -0/+1 |
* | Add the ComboCellInfo to the list. (#157528, Carlos Garnacho Parro) | Matthias Clasen | 2004-11-06 | 1 | -0/+2 |
* | Remove this unneeded function, as it breaks state propagation. | Matthias Clasen | 2004-11-05 | 1 | -27/+0 |
* | Don't crash if the active_row reference has become invalid. (#157156, | Matthias Clasen | 2004-11-03 | 1 | -2/+7 |
* | Update the state of the cell view when the state of the button changes (to | Matthias Clasen | 2004-11-01 | 1 | -0/+27 |
* | Use g_signal_connect_object() to prevent premature finalization of the | Matthias Clasen | 2004-10-28 | 1 | -10/+8 |
* | Resize the popup if a new model is set. (#154129, Bernd Damian) | Matthias Clasen | 2004-10-05 | 1 | -0/+1 |
* | Add a comment regarding cell renderers to the docs. | Matthias Clasen | 2004-10-01 | 1 | -3/+6 |
* | Document the return value. | Matthias Clasen | 2004-09-01 | 1 | -0/+2 |
* | Make it compile. | Matthias Clasen | 2004-08-30 | 1 | -3/+21 |
* | Don't crash if model is not set. Noted by Mariano Suarez-Alvarez. | Matthias Clasen | 2004-08-27 | 1 | -0/+3 |
* | Fix #150125: | Matthias Clasen | 2004-08-16 | 1 | -1/+77 |
* | Remove leftover debugging output | Matthias Clasen | 2004-08-13 | 1 | -1/+0 |
* | Make re-sensitivation work in menu mode. | Matthias Clasen | 2004-08-13 | 1 | -27/+2 |
* | Fix #149547, Markus Lausser: | Matthias Clasen | 2004-08-13 | 1 | -0/+20 |
* | Add hidden aliases for exported symbols which are used internally in order | Matthias Clasen | 2004-08-09 | 1 | -0/+1 |
* | Ref and sink the column. (gtk_combo_box_menu_destroy): Unref the column. | Matthias Clasen | 2004-08-09 | 1 | -0/+6 |
* | Don't stumble over separators which are not backed by model rows. | Matthias Clasen | 2004-08-09 | 1 | -2/+7 |
* | Oops. | Matthias Clasen | 2004-08-09 | 1 | -4/+3 |