]> Pileus Git - ~andy/gtk/history - gtk/gtkcombobox.c
stylecontext: Do invalidation on first resize container
[~andy/gtk] / gtk / gtkcombobox.c
2013-03-12 Aleksander Morgadocombobox: popdown the combobox when on 'grab-broken...
2013-02-23 Cosimo CecchiRevert "combobox: Don't special-case RTL child position...
2012-12-18 Benjamin Ottecombobox: Don't special-case RTL child positions anymore
2012-12-06 Benjamin Ottegtk: Use context's font
2012-04-17 Benjamin Ottewidget: Don't cache widget paths all the time
2012-04-17 Benjamin Ottegtk: Make widget only invalidate widget positions
2012-03-19 Matthias Clasencombobox: Make scrolling work again
2012-03-19 Benjamin Ottegtk: Get gtkwidgetpath.h includes out of the public...
2012-03-03 Benjamin Ottetypes: Move GtkAdustment declaration to gtktypes.h
2012-02-27 Javier JardónChange FSF Address
2012-02-01 Cosimo Cecchicombobox: fix cell area allocation in menu mode for RTL
2012-02-01 Cosimo Cecchicombobox: fix dropdown menu alignment for RTL languages
2012-02-01 Cosimo Cecchicombobox: use gtk_container_class_handle_border_width()
2012-02-01 Cosimo Cecchicombobox: always trim the allocated area by padding...
2012-02-01 Cosimo Cecchicombobox: cleanup allocation of children in list mode
2012-02-01 Cosimo Cecchicombobox: cleanup and comment the allocation code somewhat
2012-02-01 Cosimo Cecchicombobox: make sure to respect the GtkComboBox padding...
2012-02-01 Cosimo Cecchicombobox: cleanup GTK_COMBO_BOX_SIZE_ALLOCATE_BUTTON
2012-02-01 Cosimo Cecchicombobox: simplify size request code by using the butto...
2012-02-01 Cosimo Cecchicombobox: move the allocation of the button contents...
2012-02-01 Cosimo Cecchicombobox: allocate the CSS borders to GtkComboBox
2012-02-01 Cosimo Cecchicombobox: remove handling of focus-padding and focus...
2012-01-27 Carlos Garcia Camposgtkcombobox: Use symbolic names for button numbers
2011-12-22 Benjamin Ottecombobox: Don't allow an individual cell to cheat
2011-12-19 Rui Matoscombobox: Stop setting state flags on the style context...
2011-12-18 Matthias ClasenUse the workarea when placing popups
2011-11-02 Matthias ClasenMove wholly deprecated files to a subdirectory
2011-10-23 Michael Natterergtk: move _gtk_modules_has_mixed_deps() to gtkmodlespri...
2011-10-06 Tristan Van BerkomGtkComboBox: Add the format-entry-text signal.
2011-09-29 Benjamin Ottecombobox: Remove unused define
2011-09-13 Federico Mena QuinteroMerge branch 'bgo593793-filechooser-recent-folders...
2011-09-09 Cosimo Cecchicombobox: implement get_path_for_child() for GtkComboBox
2011-08-28 Matthias ClasenMore include cleanups
2011-08-26 Federico Mena QuinteroMerge branch 'bgo593793-filechooser-recent-folders...
2011-08-09 Cosimo Cecchicombobox: add a "combobox-entry" style class for combob...
2011-08-02 Federico Mena QuinteroMerge branch 'bgo593793-filechooser-recent-folders...
2011-07-27 Federico Mena QuinteroMerge branch 'bgo593793-filechooser-recent-folders...
2011-07-08 Federico Mena QuinteroMerge bgo593793-filechooser-recent-folders-master branch.
2011-07-05 Matthias ClasenConvert GailComboBox to GtkComboBoxAccessible
2011-06-10 Javier Jardóngtk: Use const instead G_CONST_RETURN
2011-06-08 Matthias ClasenClean up more includes
2011-06-01 Matthias ClasenTrivial NULL vs 0 confusion
2011-05-31 Javier Jardónall: avoid boxed structs copying where possible (and 2)
2011-05-18 Cosimo Cecchiall: avoid boxed structs copying where possible
2011-04-26 Matthew BarnesGtkComboBox: Improve gtk_combo_box_set_active_id
2011-04-12 Cosimo Cecchicombobox: always give the full allocation to the button...
2011-04-12 Cosimo Cecchicombobox: rename border->padding for code clarity
2011-04-12 Cosimo Cecchicombobox: allocate the right border to the arrow and...
2011-04-12 Cosimo Cecchicombobox: don't use the border as a padding
2011-04-12 Cosimo Cecchicombobox: don't add the button style class to the whole...
2011-04-12 Kristian HøgsbergMerge branch 'gdk-backend-wayland'
2011-03-26 Benjamin Ottecombobox: Don't set the menu's name twice
2011-03-10 Alexander LarssonMerge branch 'gtk-3-0' into broadway
2011-03-03 Cosimo Cecchicombobox: add an arrow-scaling property to GtkComboBox
2011-02-26 Kristian HøgsbergMerge remote-tracking branch 'origin/master' into gdk...
2011-02-24 Tristan Van BerkomAdded documentation to "cell-area" construct-only prope...
2011-02-11 Alexander LarssonMerge branch 'master' into broadway
2011-02-07 Matthias ClasenAlways chain up in ::style-updated
2011-02-06 Carlos Garnachos/state_changed/state_flags_changed/ in GtkComboBox
2011-01-31 Matthias ClasenBandaid fix for icon view subclassing
2011-01-21 Matthias ClasenFix keynav issue in menu mode
2011-01-20 Pavel Holejsovsky[GI] Mark unintrospectable constructs as (skip)
2011-01-19 Alexander LarssonMerge branch 'master' into broadway2
2011-01-05 Benjamin Ottecombobox: Update adjustment usage for sealing
2011-01-04 Matthias ClasenRemove gtktypeutils altogether
2011-01-04 Matthias ClasenDrop explicit includes of gdkkeysyms.h
2011-01-04 Milan Bouchet-ValatGtkComboBox(Text): Add documentation about the entry
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 Alexander LarssonMerge branch 'master' into broadway
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...
next