summaryrefslogtreecommitdiff
path: root/gtk/gtklinkbutton.c
Commit message (Expand)AuthorAgeFilesLines
* Add missing va marshallersMatthias Clasen2023-05-131-0/+4
* Merge branch 'ebassi/issue-5671' into 'main'Matthias Clasen2023-03-161-19/+38
|\
| * linkbutton: Use GtkFileLauncher for file URIEmmanuele Bassi2023-03-161-19/+38
* | GtkLinkButton: Set the visited state when appropriateLukáš Tyrychtr2023-03-081-0/+4
|/
* Use GtkUriLauncher where appropriateMatthias Clasen2023-01-151-7/+4
* gtk: Update all callersMatthias Clasen2022-12-131-2/+2
* gtk: Stop using gtk_show_uriMatthias Clasen2022-12-091-4/+11
* Drop gtkintl.hMatthias Clasen2022-09-241-1/+1
* Remove all nicks and blurbs from param specsSophie Herold2022-05-111-6/+2
* gtk: Clean up docs syntaxMatthias Clasen2021-05-221-2/+2
* introspection: Stop using allow-noneMatthias Clasen2021-05-201-1/+1
* linkbutton: Add property annotationsMatthias Clasen2021-03-111-9/+7
* linkbutton: Convert docsMatthias Clasen2021-03-111-43/+47
* linkbutton: Use the LINK roleMatthias Clasen2020-10-211-2/+2
* CosmeticsMatthias Clasen2020-10-201-1/+1
* Remove unneeded gtkstylecontext.h includesTimm Bäder2020-10-141-1/+0
* a11y: Set accessible role for GtkLinkButtonMatthias Clasen2020-07-291-0/+5
* Remove ATKEmmanuele Bassi2020-07-261-3/+0
* Replace "gchar" with "char"Benjamin Otte2020-07-251-7/+7
* Replace "gint" with "int"Benjamin Otte2020-07-251-4/+4
* Make tooltip properties idiomaticEmmanuele Bassi2020-06-051-4/+1
* linkbutton: Drop the Private structMatthias Clasen2020-04-261-52/+29
* button: Drop reliefMatthias Clasen2020-04-171-1/+1
* gtk: Port all users to the new gtk_show_uri()Matthias Clasen2020-04-111-15/+3
* Document actionsMatthias Clasen2020-04-111-0/+10
* Use an action for the context menu keybindingMatthias Clasen2020-03-251-6/+18
* Revert "Merge branch 'disable-window-test' into 'master'"Matthias Clasen2020-03-191-18/+6
* Use an action for the context menu keybindingMatthias Clasen2020-03-181-6/+18
* popover: Drop ::relative-toMatthias Clasen2020-02-241-1/+2
* Strip const from GdkEventMatthias Clasen2020-02-211-1/+1
* Rename gtk_widget{get,set,has}_style_class to _css_classTimm Bäder2020-02-071-1/+1
* Start using GtkWidget's new style class APITimm Bäder2020-02-071-3/+1
* linkbutton: Use gtk_widget_add_controller for drag sourceMatthias Clasen2020-01-081-1/+1
* dragsource: Reshuffle api a bitMatthias Clasen2020-01-081-1/+2
* linkbutton: Port to GtkDragSourceMatthias Clasen2020-01-081-36/+77
* linkbutton: Use widget API to set has-toolipTimm Bäder2019-09-091-1/+1
* linkbutton: Use proper action name for right-click menuTimm Bäder2019-09-091-1/+1
* Minor typos in the Documentation (a/an)Дилян Палаузов2019-08-251-1/+1
* widget: Add parameter type back to install_actionMatthias Clasen2019-06-221-1/+1
* link button: Use the new action machineryMatthias Clasen2019-06-181-36/+13
* link button: Use new context menu apiMatthias Clasen2019-06-131-49/+71
* Rename GtkGestureMultiPress to GtkGestureClickMatthias Clasen2019-05-291-8/+8
* Stop using gtk_widget_get_toplevelMatthias Clasen2019-05-281-1/+1
* link button: Don't allow subclassingMatthias Clasen2019-05-191-0/+18
* gtk: Don't include gtkstylecontext.h from gtkcsstypesprivate.hBenjamin Otte2019-03-191-0/+1
* gdk: Rename GdkDragContext to GdkDragMatthias Clasen2018-07-021-2/+2
* widget: Remove time argument from drag_data_get() vfuncBenjamin Otte2018-06-181-2/+0
* multipressgesture: Port to new API modelBenjamin Otte2018-04-261-9/+8
* linkbutton: Remove priv pointerTimm Bäder2018-03-071-25/+33
* a11y: Remove gtk.h include from container accessibleBenjamin Otte2018-02-091-6/+8