| Commit message (Expand) | Author | Age | Files | Lines |
* | combobox: Stop setting state flags on the style context for drawing | Rui Matos | 2011-12-19 | 1 | -3/+0 |
* | Use the workarea when placing popups | Matthias Clasen | 2011-12-18 | 1 | -2/+2 |
* | Move wholly deprecated files to a subdirectory | Matthias Clasen | 2011-11-01 | 1 | -1/+1 |
* | gtk: move _gtk_modules_has_mixed_deps() to gtkmodlesprivate.h | Michael Natterer | 2011-10-23 | 1 | -1/+0 |
* | GtkComboBox: Add the format-entry-text signal. | Tristan Van Berkom | 2011-10-06 | 1 | -8/+96 |
* | combobox: Remove unused define | Benjamin Otte | 2011-09-29 | 1 | -1/+0 |
* | combobox: implement get_path_for_child() for GtkComboBox | Cosimo Cecchi | 2011-09-09 | 1 | -1/+88 |
* | More include cleanups | Matthias Clasen | 2011-08-28 | 1 | -1/+1 |
* | combobox: add a "combobox-entry" style class for comboboxes with entries | Cosimo Cecchi | 2011-08-09 | 1 | -0/+4 |
* | Convert GailComboBox to GtkComboBoxAccessible | Matthias Clasen | 2011-07-05 | 1 | -0/+3 |
* | gtk: Use const instead G_CONST_RETURN | Javier Jardón | 2011-06-10 | 1 | -1/+1 |
* | Clean up more includes | Matthias Clasen | 2011-06-07 | 1 | -1/+1 |
* | Trivial NULL vs 0 confusion | Matthias Clasen | 2011-06-01 | 1 | -1/+1 |
* | all: avoid boxed structs copying where possible (and 2) | Javier Jardón | 2011-05-31 | 1 | -5/+2 |
* | all: avoid boxed structs copying where possible | Cosimo Cecchi | 2011-05-18 | 1 | -24/+13 |
* | GtkComboBox: Improve gtk_combo_box_set_active_id | Matthew Barnes | 2011-04-26 | 1 | -14/+30 |
* | combobox: always give the full allocation to the button in menu mode | Cosimo Cecchi | 2011-04-12 | 1 | -2/+2 |
* | combobox: rename border->padding for code clarity | Cosimo Cecchi | 2011-04-12 | 1 | -61/+61 |
* | combobox: allocate the right border to the arrow and not to the label | Cosimo Cecchi | 2011-04-12 | 1 | -2/+2 |
* | combobox: don't use the border as a padding | Cosimo Cecchi | 2011-04-12 | 1 | -25/+19 |
* | combobox: don't add the button style class to the whole widget | Cosimo Cecchi | 2011-04-12 | 1 | -4/+0 |
* | combobox: Don't set the menu's name twice | Benjamin Otte | 2011-03-27 | 1 | -2/+0 |
* | combobox: add an arrow-scaling property to GtkComboBox | Cosimo Cecchi | 2011-03-03 | 1 | -1/+20 |
* | Added documentation to "cell-area" construct-only properties. | Tristan Van Berkom | 2011-02-24 | 1 | -0/+3 |
* | Always chain up in ::style-updated | Matthias Clasen | 2011-02-07 | 1 | -0/+2 |
* | s/state_changed/state_flags_changed/ in GtkComboBox | Carlos Garnacho | 2011-02-06 | 1 | -5/+5 |
* | Bandaid fix for icon view subclassing | Matthias Clasen | 2011-01-31 | 1 | -15/+31 |
* | Fix keynav issue in menu mode | Matthias Clasen | 2011-01-20 | 1 | -26/+27 |
* | [GI] Mark unintrospectable constructs as (skip) | Pavel Holejsovsky | 2011-01-20 | 1 | -1/+1 |
* | combobox: Update adjustment usage for sealing | Benjamin Otte | 2011-01-05 | 1 | -10/+10 |
* | Remove gtktypeutils altogether | Matthias Clasen | 2011-01-04 | 1 | -0/+1 |
* | Drop explicit includes of gdkkeysyms.h | Matthias Clasen | 2011-01-04 | 1 | -2/+0 |
* | GtkComboBox(Text): Add documentation about the entry | Milan Bouchet-Valat | 2011-01-04 | 1 | -1/+6 |
* | Removed TABs and trailing whitespace from GtkComboBox and GtkTreeMenu | Tristan Van Berkom | 2011-01-05 | 1 | -818/+815 |
* | Fixed conflicts after rebasing master into combo-refactor branch. | Tristan Van Berkom | 2011-01-04 | 1 | -7/+7 |
* | Fixed GtkComboBox to properly set tearoff state on delegate GtkTreeMenu. | Tristan Van Berkom | 2011-01-04 | 1 | -0/+5 |
* | Make GtkTreeMenu a private class: | Tristan Van Berkom | 2011-01-04 | 1 | -20/+20 |
* | Added new constructors gtk_combo_box_new_with_area and gtk_combo_box_new_with... | Tristan Van Berkom | 2011-01-04 | 1 | -0/+34 |
* | Fixed GtkComboBox to let the cell-layout implementation handle <cell-packing> | Tristan Van Berkom | 2011-01-04 | 1 | -6/+2 |
* | Removed GtkComboBoxPrivate->minimum/natural_width members. | Tristan Van Berkom | 2011-01-04 | 1 | -24/+5 |
* | Re-refactored GtkComboBox to not reorder the file. | Tristan Van Berkom | 2011-01-04 | 1 | -1801/+1927 |
* | Fixing GtkComboBox breakage after merge, completing hand-merge of style-conte... | Tristan Van Berkom | 2011-01-04 | 1 | -113/+109 |
* | Implementing GtkComboBox using GtkTreeMenu ! | Tristan Van Berkom | 2011-01-04 | 1 | -3161/+1827 |
* | Check for NULL pointer | Kristian Rietveld | 2010-12-24 | 1 | -1/+1 |
* | Remove sealed members from GtkMenuShell | Matthias Clasen | 2010-12-23 | 1 | -12/+13 |
* | Remove sealed members from GtkMenu | Matthias Clasen | 2010-12-23 | 1 | -17/+16 |
* | gtkcombobox.c: Use accessor functions to access GtkTreeSelection | Javier Jardón | 2010-12-19 | 1 | -1/+1 |
* | Fix size allocation for list mode combo box | Kristian Rietveld | 2010-12-17 | 1 | -2/+2 |
* | Set cell_view to NULL immediately after unparenting | Kristian Rietveld | 2010-12-17 | 1 | -5/+9 |
* | Check if popup_window is mapped, not popup_widget | Kristian Rietveld | 2010-12-17 | 1 | -1/+1 |