summaryrefslogtreecommitdiff
path: root/gtk/gtkappchooserbutton.h
Commit message (Collapse)AuthorAgeFilesLines
* appchooserbutton: Remove priv pointerTimm Bäder2018-11-131-4/+0
|
* appchooserbutton: Inherit from GtkWidgetTimm Bäder2018-11-131-4/+5
|
* The big versioning cleanupMatthias Clasen2018-02-061-2/+2
| | | | | | | Remove all the old 2.x and 3.x version annotations. GTK+ 4 is a new start, and from the perspective of a GTK+ 4 developer all these APIs have been around since the beginning.
* docs: add Gtk*Class docsWilliam Jon McCann2014-01-201-0/+11
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=81006
* Add annotations to gtk headersMatthias Clasen2013-05-051-0/+9
| | | | Add annotations to all exported functions in GTK+ headers.
* Move single-include guards inside include guardsMatthias Clasen2012-12-281-3/+3
| | | | | | gcc has optimizations for include guards that only work if they are outermost in the the header. https://bugzilla.gnome.org/show_bug.cgi?id=689810
* Change FSF AddressJavier Jardón2012-02-271-3/+1
|
* gtk: Use versioned deprecationsMatthias Clasen2012-02-271-0/+2
| | | | | | | This patch changes all uses of GDK_DEPRECATED(_FOR) in gtk headers by the versioned variants, GDK_DEPRECATED_IN_3_x(_FOR). At the same time, we add GDK_AVAILABLE_IN_3_x annotations for all API additions in 3.2 and 3.4.
* GtkAppChooserButton: Add a way to include the default appMatthias Clasen2011-09-101-0/+3
| | | | | | | | This is necessary to use an app chooser button for selecting default apps in the control center. Also, beef up the docs for this widget family. https://bugzilla.gnome.org/show_bug.cgi?id=642706
* Add "extern C" declarations around AppChooser headers.Murray Cumming2011-02-101-0/+3
| | | | This is necessary to allow linking from code compiled as C++.
* Add gtk_app_chooser_button_get/set_headingMatthias Clasen2011-01-241-0/+5
|
* app-chooser-button: add gtk_app_chooser_button_set_active_custom_item()Cosimo Cecchi2010-12-011-0/+2
| | | | This allows to pre-select a custom item.
* app-chooser-button: remove leftover typedefCosimo Cecchi2010-11-301-3/+0
|
* app-chooser-button: change the API approach for custom itemsCosimo Cecchi2010-11-291-10/+12
| | | | | | | | | 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: rename GtkAppChooserComboBox -> GtkAppChooserButtonCosimo Cecchi2010-11-291-0/+77