summaryrefslogtreecommitdiff
path: root/gtk/gtkappchooserbutton.c
Commit message (Collapse)AuthorAgeFilesLines
* app-chooser-button: don't insert empty rows in the comboboxCosimo Cecchi2010-12-011-13/+20
|
* app-chooser-button: add a note in the docsCosimo Cecchi2010-12-011-0/+2
|
* app-chooser-button: add gtk_app_chooser_button_set_active_custom_item()Cosimo Cecchi2010-12-011-0/+61
| | | | This allows to pre-select a custom item.
* app-chooser-button: make sure to always get a valid iterCosimo Cecchi2010-12-011-1/+2
| | | | Even in case there are no installed applications for our content type.
* app-chooser: other misc doc fixesCosimo Cecchi2010-11-301-2/+2
|
* app-chooser: update docsCosimo Cecchi2010-11-301-0/+9
|
* app-chooser-button: tabs to spacesCosimo Cecchi2010-11-291-31/+32
|
* app-chooser-button: change the API approach for custom itemsCosimo Cecchi2010-11-291-66/+86
| | | | | | | | | Introduce a 'custom-item-activated' on the widget, which behaves similairly to GtkEntryCompletion::action-activated, i.e. is emitted when a custom item is chosen from the dropdown list. Clients can use the name provided when adding the item as a detail for the signal, to get notified when that specific item is activated, or use the signal without details to get notifications for all custom items.
* app-chooser-button: include gtk-docs for show-dialog-itemCosimo Cecchi2010-11-291-0/+27
|
* app-chooser-button: rename GtkAppChooserComboBox -> GtkAppChooserButtonCosimo Cecchi2010-11-291-0/+656