summaryrefslogtreecommitdiff
path: root/gtk/gtkwidget.c
Commit message (Expand)AuthorAgeFilesLines
* builder: Add GtkBuilderScopeBenjamin Otte2019-12-121-68/+30
* builder: Add gtk_builder_set_current_object()Benjamin Otte2019-12-121-20/+2
* builder: Connect signals automaticallyBenjamin Otte2019-11-221-2/+0
* widget: Change templates to use closure functionsBenjamin Otte2019-11-221-55/+47
* widget: Reinstate custom closure funcBenjamin Otte2019-11-221-1/+29
* builder: Remove user_data argument from gtk_builder_connect_signals()Benjamin Otte2019-11-221-1/+1
* widget: Don't grab focus when can-focus == falseBenjamin Otte2019-10-151-2/+16
* widget: Insist that widgets are rooted to be focusableBenjamin Otte2019-10-151-4/+2
* widget: Make grab_focus() fail on insensitive widgetsBenjamin Otte2019-10-151-0/+3
* widget: Make gtk_widget_grab_focus() return a booleanBenjamin Otte2019-10-151-10/+20
* widget: Make gtk_widget_activate_action() return TRUE/FALSEBenjamin Otte2019-10-151-5/+21
* widget: Compare adjusted sizes in size_allocateTimm Bäder2019-10-091-2/+2
* widget: Create finalize assertions in destroy()Timm Bäder2019-10-091-32/+22
* widget: Plug layout manager leakTimm Bäder2019-10-091-0/+6
* widget: Inline build_finalize_assertions into only callerTimm Bäder2019-09-111-30/+22
* GtkWidget: Precompile template xml on class creationAlexander Larsson2019-09-101-1/+21
* Use the new GtkBuildableParser type in GtkBuildable interfacesAlexander Larsson2019-09-101-74/+75
* widget: Queue an allocate on native widgets when changing opacityTimm Bäder2019-09-091-3/+8
* filechooserwidget: Properly watch for different displayTimm Bäder2019-09-091-1/+2
* widget: Clear up gtk_widget_class_install_property_action docsTimm Bäder2019-09-091-4/+26
* widget: Remove reference to non-existent functionTimm Bäder2019-09-091-3/+2
* widget: Add some missing annotations to gtk_widget_class_query_actionTimm Bäder2019-09-091-4/+4
* Minor typos in the Documentation (a/an)Дилян Палаузов2019-08-251-3/+3
* widget: Don't duplicate events to translate coordinatesTimm Bäder2019-08-151-27/+37
* widget: Remove captured event handler codeTimm Bäder2019-08-151-19/+0
* widget: Fix a typo in documentationMohammed Sadiq2019-08-101-1/+1
* widget: Avoid a few type checksTimm Bäder2019-08-091-4/+4
* Merge branch 'wip/baedert/for-master' into 'master'Matthias Clasen2019-07-091-16/+4
|\
| * widget: Remove queue_resize_no_redrawTimm Bäder2019-07-071-15/+0
| * widget: Make queue_compute_expand() privateTimm Bäder2019-07-071-1/+3
| * widget: Unref previous transformTimm Bäder2019-07-071-0/+1
* | Change the few examples that use a full GTK_ enum value in .ui files.Robert Ancell2019-07-081-1/+1
|/
* widget: Don't lose a layout manager refMatthias Clasen2019-07-031-1/+1
* widget: Implement GtkConstraintTargetMatthias Clasen2019-06-301-0/+10
* Propagate rooting and unrooting widgets to layout managersEmmanuele Bassi2019-06-301-0/+6
* Add a non-varargs variant of activate_actionMatthias Clasen2019-06-241-25/+42
* Make gtk_widget_activate_action betterMatthias Clasen2019-06-231-6/+26
* widget: create parent muxers lazilyMatthias Clasen2019-06-231-2/+6
* widget: Clarify docs for action inheritanceMatthias Clasen2019-06-221-4/+8
* widget: Teach query_action about property actionsMatthias Clasen2019-06-221-3/+6
* widget: Rename a functionMatthias Clasen2019-06-221-7/+6
* Replace stateful actions by property actionsMatthias Clasen2019-06-221-77/+98
* widget: Add parameter type back to install_actionMatthias Clasen2019-06-221-5/+8
* Add owner types for widget actionsMatthias Clasen2019-06-221-0/+8
* Make actions minimally introspectableMatthias Clasen2019-06-211-0/+38
* widget actions: Add an explicit state typeMatthias Clasen2019-06-211-4/+7
* Allow registering actions per-classMatthias Clasen2019-06-181-2/+135
* Give the action muxer a widgetMatthias Clasen2019-06-181-1/+1
* Drop gtk_widget_get_action_groupMatthias Clasen2019-06-151-29/+0
* widget: Remove gtk_widget_list_action_prefixesMatthias Clasen2019-06-151-23/+0