]> Pileus Git - ~andy/gtk/history - gtk/gtkcombobox.c
Removed TABs and trailing whitespace from GtkComboBox and GtkTreeMenu
[~andy/gtk] / gtk / gtkcombobox.c
2011-01-04 Tristan Van BerkomRemoved TABs and trailing whitespace from GtkComboBox...
2011-01-04 Tristan Van BerkomFixed conflicts after rebasing master into combo-refact...
2011-01-04 Tristan Van BerkomFixed GtkComboBox to properly set tearoff state on...
2011-01-04 Tristan Van BerkomMake GtkTreeMenu a private class:
2011-01-04 Tristan Van BerkomAdded new constructors gtk_combo_box_new_with_area...
2011-01-04 Tristan Van BerkomFixed GtkComboBox to let the cell-layout implementation...
2011-01-04 Tristan Van BerkomRemoved GtkComboBoxPrivate->minimum/natural_width members.
2011-01-04 Tristan Van BerkomRe-refactored GtkComboBox to not reorder the file.
2011-01-04 Tristan Van BerkomFixing GtkComboBox breakage after merge, completing...
2011-01-04 Tristan Van BerkomImplementing GtkComboBox using GtkTreeMenu !
2010-12-24 Kristian RietveldCheck for NULL pointer
2010-12-23 Matthias ClasenRemove sealed members from GtkMenuShell
2010-12-23 Matthias ClasenRemove sealed members from GtkMenu
2010-12-19 Javier Jardóngtkcombobox.c: Use accessor functions to access GtkTree...
2010-12-17 Kristian RietveldFix size allocation for list mode combo box
2010-12-17 Kristian RietveldSet cell_view to NULL immediately after unparenting
2010-12-17 Kristian RietveldCheck if popup_window is mapped, not popup_widget
2010-12-17 Tristan Van BerkomMerge branch 'master' into treeview-refactor
2010-12-08 Tristan Van BerkomMerge branch 'master' into treeview-refactor
2010-12-05 Tristan Van BerkomRemoved GtkTreeViewPrivate from gtktreeprivate.h and...
2010-12-05 Tristan Van BerkomMerge branch 'master' into treeview-refactor
2010-12-05 Javier JardónAdd internal accessor for GtkEntry->is_cell_renderer
2010-12-04 Tristan Van BerkomMerge branch 'master' into treeview-refactor
2010-12-04 Carlos GarnachoGtkStyleProperties: Turn border-width into a GtkBorder...
2010-12-04 Carlos GarnachoGtkComboBox: Use style context for rendering
2010-12-04 Carlos GarnachoGtkComboBox: Set widget state as state flags.
2010-12-02 Tristan Van BerkomMerge branch 'master' into treeview-refactor
2010-11-30 Cosimo CecchiMerge branch 'master' into open-with-dialog
2010-11-30 Ryan LortieBug 619148 - "active ID" properties (GtkComboBox)
2010-11-29 Matthias ClasenSmall doc fixup
2010-11-25 Tristan Van BerkomMerge branch 'master' into treeview-refactor
2010-11-23 Michael NattererMove all GdkDevice members to private and add one missi...
2010-11-19 Javier Jardóngtkcombobox: Use accessor functions to access GtkTreeVi...
2010-11-19 Javier Jardóngtkcombobox: Do not access GtkEntry internals
2010-11-02 Michael Natterergtk: remove "gboolean homogeneous" from gtk_box_new()
2010-10-31 Michael Natterergtk: remove "gboolean homogeneous" from gtk_box_new()
2010-10-30 Javier JardónUse gtk_box_new() instead gtk_[v|h]box_new()
2010-10-30 Javier JardónUse gtk_separator_new() instead gtk_[v|h]separator_new()
2010-10-30 Matthias ClasenGtkComboBox: Add a constructor that takes a model and...
2010-10-30 Javier JardónUse gtk_box_new() instead gtk_[v|h]box_new()
2010-10-30 Javier JardónUse gtk_separator_new() instead gtk_[v|h]separator_new()
2010-10-29 Matthias ClasenGtkComboBox: Add a constructor that takes a model and...
2010-10-24 Tristan Van BerkomMerge branch 'master' into treeview-refactor
2010-10-23 Matthias ClasenFix up docs
2010-10-23 Matthias ClasenRevert the id-column patch
2010-10-23 Tristan Van BerkomMerge branch 'master' into treeview-refactor
2010-10-23 Matthias ClasenAdd a way to associate numeric ids with combobox values
2010-10-22 Alberto GarciaAssign all g_signal_connect() and friends to gulong...
2010-10-20 Matthias ClasenRemove GtkComboBoxEntry and the combo box text api
2010-10-19 Matthias ClasenRemove gtk_widget_hide_all()
2010-10-17 Tristan Van BerkomAllow GtkComboBox popup to be wider than the combo...
2010-10-16 Matthias ClasenFix some GtkComboBoxText problems
2010-10-15 Christian DywanUse property system to coerce model data to G_TYPE_STRING
2010-10-15 Matthias Clasendocs: cross-reference to GtkComboBoxText
2010-10-15 Matthias ClasenDeprecate the old combobox text convenience api
2010-10-15 Javier JardónUse the new GtkComboBoxText API
2010-10-15 Matthias Clasendocs: adjust Since tags
2010-10-14 Tristan Van BerkomDeprecate GtkComboBoxEntry in favor of added properties...
2010-10-04 Javier Jardóndocs: Move documentation to inline comments: GtkComboBox
2010-09-28 Benjamin Ottecombobox: Fix compilation warnings - missing cast
2010-09-27 Matthias ClasenRemove GtkObject completely
2010-09-27 Javier JardónMove destroy signal to GtkWidget
2010-09-26 Benjamin OtteMove GtkSizeRequest into GtkWidget
2010-09-26 Benjamin OtteAPI: Rename gtk_cairo_paint_*() to gtk_paint_*()
2010-09-26 Benjamin Ottecombobox: Port to draw vfunc
2010-09-21 Cody RussellMerge branch 'notebooks-without-mouse-scrolling'
2010-09-21 Matthias ClasenTons of transfer annotations
2010-09-15 Javier JardónUse gtk_size_request_get_size() instead deprecated...
2010-09-13 Havoc PenningtonFix more SizeRequest implementations to avoid recursive...
2010-09-08 Colin WaltersGDK: Prefix key names with KEY_
2010-08-25 Matthias ClasenRemove depth restriction from gtk_combo_box_set_active_...
2010-08-22 Javier Jardóngtk/gtkcombobox.c: use accessor functions to access...
2010-08-20 Tristan Van BerkomChanged combo box's menu position function to use child...
2010-08-19 Tristan Van BerkomAdded height-for-width management for GtkComboBox/GtkCe...
2010-08-08 Javier Jardóngtkcombobox: Only use the child if It is a GtkCellLayout
2010-07-13 Jonh WendellMerge branch 'windows_list'
2010-07-13 Javier JardónAdd _gtk_bin_set_widget() internal function
2010-07-13 Javier JardónUse GtkBin accessors
2010-07-13 Javier JardónUse accessor functions to acces GtkContainer
2010-07-13 Javier Jardóngtkcombobox: unseal private pointer
2010-07-10 Javier Jardóngtk/: fully remove gtkalias hacks
2010-07-07 Philip WithnallAdd (out) annotations to GtkTreeIter parameters
2010-06-28 Colin WaltersRevert "Add length to gtk_tree_path_get_indices"
2010-06-28 Colin WaltersAdd length to gtk_tree_path_get_indices
2010-05-25 Matthias ClasenMerge the xi2-for-master branch
2010-05-24 Javier JardónRevert "Forward-port a GtkAdjustment compatibility...
2010-04-21 Tristan Van BerkomMega commit backing out everything from the native...
2010-04-20 Tristan Van BerkomVarious updates to follow new gtk_extended_layout_get_d...
2010-04-13 Tristan Van BerkomMega commit to change ->get_desired_size() for ->get_de...
2010-04-08 Tristan Van BerkomImplemented GtkExtendedLayout on GtkComboBox.
2010-04-04 Javier JardónDon't use GTK_WIDGET_STATE in internal code anymore
2010-04-04 Javier JardónDeprecate widget flag: GTK_WIDGET_REALIZED
2010-04-04 Javier JardónDeprecate widget flag: GTK_WIDGET_MAPPED
2010-04-04 Javier JardónDon't use GTK_WIDGET_*SET_FLAGS (wid, GTK_CAN_FOCUS)
2010-04-04 Javier JardónDeprecate widget flag: GTK_WIDGET_VISIBLE
2010-04-04 Javier JardónDeprecate widget flag: GTK_WIDGET_HAS_FOCUS
2010-04-04 Javier JardónDeprecate widget flag: GTK_WIDGET_SENSITIVE
2010-04-04 Javier JardónDeprecate widget flag: GTK_WIDGET_DRAWABLE
2010-04-04 Johan Dahlin[annotations] Add allow-none
2010-04-04 Christian PerschAllow NULL iter in gtk_combo_box_set_active_iter to...
next