]> Pileus Git - ~andy/gtk/history - gtk/gtkcombobox.c
Pass gtk_widget_get_toplevel() a GTK_WIDGET.
[~andy/gtk] / gtk / gtkcombobox.c
2005-02-17 Manish SinghPass gtk_widget_get_toplevel() a GTK_WIDGET.
2005-02-16 Matthias ClasenFixes for #143829, Tommi Komulainen, Christian Persch:
2004-12-30 Matthias ClasenFix state propagation when making an insensitive combo...
2004-12-24 Matthias ClasenTransfer state from the button to the cell view to...
2004-12-13 Matthias ClasenPass a last item to gtk_combo_box_relayout_item. (...
2004-12-11 Matthias ClasenOnly wrap if we are in the topmost menu. (#160936,...
2004-12-09 Matthias ClasenFix a typo in the docs. (#160826, Jay Camp)
2004-11-29 Matthias ClasenDon't call gtk_cell_view_set_cell_data() from here.
2004-11-19 Manish Singhgdk/linux-fb/gdkgc-fb.c gdk/win32/gdkgc-win32.c
2004-11-12 Matthias ClasenAdd more docs.
2004-11-09 Matthias ClasenUse a row reference, not a path, to associate separator...
2004-11-07 Matthias ClasenJump through a few hoops to make the tooltip on the...
2004-11-06 Matthias ClasenAdd the ComboCellInfo to the list. (#157528, Carlos...
2004-11-05 Matthias ClasenRemove this unneeded function, as it breaks state propa...
2004-11-03 Matthias ClasenDon't crash if the active_row reference has become...
2004-11-01 Matthias ClasenUpdate the state of the cell view when the state of...
2004-10-28 Matthias ClasenUse g_signal_connect_object() to prevent premature...
2004-10-05 Matthias ClasenResize the popup if a new model is set. (#154129, Bernd...
2004-10-01 Matthias ClasenAdd a comment regarding cell renderers to the docs.
2004-09-01 Matthias ClasenDocument the return value.
2004-08-30 Matthias ClasenMake it compile.
2004-08-27 Matthias ClasenDon't crash if model is not set. Noted by Mariano Suare...
2004-08-16 Matthias ClasenFix #150125:
2004-08-13 Matthias ClasenRemove leftover debugging output
2004-08-13 Matthias ClasenMake re-sensitivation work in menu mode.
2004-08-13 Matthias ClasenFix #149547, Markus Lausser:
2004-08-09 Matthias ClasenAdd hidden aliases for exported symbols which are used...
2004-08-09 Matthias ClasenRef and sink the column. (gtk_combo_box_menu_destroy...
2004-08-09 Matthias ClasenDon't stumble over separators which are not backed...
2004-08-09 Matthias ClasenOops.
2004-08-09 Matthias ClasenDon't leak the path.
2004-08-07 Matthias ClasenUse GtkTreeViewRowSeparatorFunc instead of GtkCellRende...
2004-08-03 Matthias ClasenRemove accidentally committed debug code.
2004-08-03 Matthias ClasenOptimize for the case that row_column and col_column...
2004-08-02 Matthias ClasenRework the combo box to handle tree models. (#139582...
2004-07-30 Matthias Clasen*** empty log message ***
2004-07-30 Matthias ClasenChange the api for separators to use a separator functi...
2004-07-27 Matthias ClasenNew function necessary to make GtkComboBox accessible...
2004-07-26 Matthias ClasenMake the GtkComboBox in list mode scroll if the list...
2004-07-22 Matthias ClasenAvoid compiler warnings.
2004-07-22 Matthias ClasenDon't leak the list store. (#148135, Crispin Flowerday)
2004-07-22 Matthias ClasenDon't leak the list store. (#148134, Crispin Flowerday)
2004-07-22 Matthias ClasenDon't leak the menu. (#148110, Tommi Komulainen)
2004-07-19 Matthias ClasenMake GtkCellView public, since people seem to have...
2004-07-18 Soeren SandmannCreate an empty target list if targets is NULL.
2004-07-16 Matthias ClasenMake scrolling work if no item is selected. (gtk_cell_e...
2004-07-16 Matthias ClasenAdd a combo box cell renderer.
2004-07-16 Matthias ClasenDon't iterate multiple times over some of the children.
2004-07-13 Matthias ClasenUgh, another compile error.
2004-07-13 Matthias ClasenDon't crash if unrealized.
2004-07-12 Matthias ClasenForgotten file.
2004-07-07 Matthias ClasenSupport separators in combo boxes and more generally...
2004-07-03 Matthias ClasenUnset the displayed row when unsetting the model. ...
2004-06-26 Matthias ClasenReflect the last change in the docs.
2004-06-26 Matthias ClasenAllow passing NULL to unset the model. (#137211, patch...
2004-06-15 Matthias ClasenMake GtkComboBox work without model. (#144198, Mariano...
2004-06-08 Matthias ClasenHandle priv->model being NULL. (#143856, Mariano Suárez...
2004-06-04 Matthias ClasenFix the al lowed values and default value for the ...
2004-06-02 Matthias ClasenRename function parameters from index to index_ to...
2004-05-27 Jonathan Blandfordonly remove the signal if the box exists.
2004-05-27 Matthias ClasenSupport insensitive cells in tree views and combo boxes.
2004-05-11 Michael Nattererdon't allocate the popup smaller than the combobox...
2004-05-11 Matthias ClasenUse GTK_SELECTION_BROWSE.
2004-05-10 Matthias ClasenIf we don't do the move-selected-item below pointer...
2004-05-10 Matthias ClasenUse hover selection mode. (#127648, Dave Bordoley)
2004-05-10 Matthias ClasenMake sure the menu pops up as wide as the combobox...
2004-05-10 Matthias ClasenSupport tearoffable combo boxes (in menu mode). Add...
2004-05-09 Matthias ClasenIn list mode, accept the same mouse/wheel bindings...
2004-05-08 Hans Breuerfinally also create the correct mask for 'pseudo mime...
2004-05-06 Matthias ClasenReverse accidental commit.
2004-05-06 Matthias ClasenAdd missing getters for readwrite properies. (#135649)
2004-05-06 Matthias ClasenAdd gtk_combo_box_get_active_text() convenience functio...
2004-04-14 Matthias ClasenMake all style properties readonly.
2004-04-14 Matthias ClasenMake the arrow and separator regular children of an...
2004-04-14 Matthias ClasenDon't spit out warnings if called before the combo...
2004-04-12 Matthias ClasenDon't unref model if it is NULL. (#139770)
2004-03-14 Hans Breuergtk/gtkcombobox.c : prototype cell_view_sync_cells...
2004-03-13 Matthias ClasenPop down the list when an item is selected via the...
2004-03-13 Matthias ClasenAdd a remove implemenatation which restores the cell_vi...
2004-03-10 Matthias ClasenPlace grid mode popups left aligned, not right aligned.
2004-03-08 Owen TaylorDon't call g_signal_handler_disonnect() if priv->model...
2004-03-07 Matthias ClasenDo a size_request on the button and cell_view_frame...
2004-03-06 Federico Mena QuinteroFixes #136082 and #135265, patch by Morten Welinder.
2004-03-04 Matthias ClasenConnect to key_press_event and handle Alt-Down/Alt...
2004-03-04 Matthias ClasenIn list mode, set the background color of the cell...
2004-03-03 Matthias ClasenMove the actual implementation into a new
2004-03-02 Owen Taylorgtk/gtktreestore.c (gtk_tree_store_reorder) Fix up...
2004-03-02 Owen TaylorIf the model was empty before, select the first inserte...
2004-03-02 Owen TaylorAlways connect to the changed signals on the model...
2004-03-02 Matthias ClasenPosition the popup above the sample if there is not...
2004-02-29 Matthias ClasenNew function which calculates position and size for...
2004-02-29 Matthias ClasenImplement the previous fix in a better way, small cleanups.
2004-02-28 Matthias ClasenActually resize the popup window before popping up...
2004-02-28 Matthias ClasenSupport switching back to non-gridded mode. (#135169)
2004-02-27 Matthias ClasenSimplify, only create a new setup if appearance actuall...
2004-02-27 Manish SinghAdd function declaration for gtk_combo_box_list_remove_...
2004-02-27 Matthias ClasenClassifiy Page Up/Down as cursor move, but not Home...
2004-02-26 Matthias ClasenFixes for #135333, analysed by Damon Chaplin:
2004-02-26 Matthias ClasenNew convenience API to construct simple text combos...
2004-02-26 Matthias ClasenFixes for #12804 and #134722, Damon Chaplin:
next