summaryrefslogtreecommitdiff
path: root/gtk
Commit message (Expand)AuthorAgeFilesLines
...
* | | gtk: mark few GtkPrinterSettings as nullableBilal Elmoussaoui2022-01-011-9/+9
* | | gtk: mark few GtkFileChooser functions as nullableBilal Elmoussaoui2022-01-011-2/+2
* | | gtk: mark gtk_flatten_list_model_get_model_for_item as nullableBilal Elmoussaoui2022-01-011-1/+1
* | | gtk: mark gtk_mount_operation_get_parent as nullableBilal Elmoussaoui2022-01-011-1/+1
* | | gtk: mark gtk_list_box_get_adjustment as nullableBilal Elmoussaoui2022-01-011-1/+1
* | | gtk: mark MenuButton::get_label/get_icon_name as nullableBilal Elmoussaoui2022-01-011-2/+2
* | | gtk: mark gtk_icon_view_create_drag_icon as nullableBilal Elmoussaoui2022-01-011-1/+1
* | | gtk: mark gtk_glarea_get_context as nullableBilal Elmoussaoui2022-01-011-1/+1
* | | gtk: mark gtk_text_mark_get_buffer as nullableBilal Elmoussaoui2022-01-011-1/+1
* | | gtk: mark gtk_lock_button_get_permission as nullableBilal Elmoussaoui2022-01-011-1/+1
* | | gtk: mark buildable_get_id as nullableBilal Elmoussaoui2022-01-011-1/+1
* | | gtk: mark MultiSelection::get_model as nullableBilal Elmoussaoui2022-01-011-1/+1
* | | gtk: mark gtk_native_get_for_surface as nullableBilal Elmoussaoui2022-01-011-1/+1
* | | gtk: mark gtk_no_selection_get_model nullableBilal Elmoussaoui2022-01-011-1/+1
* | | gtk: fix PasswordEntry annotationBilal Elmoussaoui2022-01-011-1/+1
* | | gtk: add nullable annotations to PopoverMenuBar/PopoverMenuBilal Elmoussaoui2022-01-012-2/+2
* | | gtk: add nullable annotations for Scrollable gettersBilal Elmoussaoui2022-01-011-2/+2
* | | gtk: add nullable annotation to gtk_css_section_get_fileBilal Elmoussaoui2022-01-011-1/+1
* | | Merge branch 'fontchooser-tweaks' into 'main'Matthias Clasen2021-12-312-24/+77
|\ \ \
| * | | fontchoserwidget: Do our own face filteringMatthias Clasen2021-12-311-2/+62
| * | | fontchooserwidget: Revise handling of named instancesMatthias Clasen2021-12-311-8/+1
| * | | fontchooserwidget: Avoid a crashMatthias Clasen2021-12-311-12/+13
| * | | maplistmodel: CosmeticsMatthias Clasen2021-12-311-2/+1
* | | | inspector: Fix coding styleTimm Bäder2021-12-311-4/+5
* | | | baseline = -1 means no baselineTimm Bäder2021-12-311-2/+2
|/ / /
* | | fontchooser: Stop using pangofc apiMatthias Clasen2021-12-301-131/+97
* | | g-i: add missing nullable annotation Bilal Elmoussaoui2021-12-301-2/+1
|/ /
* | Merge branch 'doc-window' into 'main'Matthias Clasen2021-12-291-1/+9
|\ \
| * | docs: Add missing star to block commentHofer-Julian2021-12-291-1/+1
| * | doc: Fix docs of window.minimizeHofer-Julian2021-12-291-1/+1
| * | docs: Document built-in actions on GtkWindowHofer-Julian2021-12-291-1/+9
* | | Merge branch 'wip/chergert/4575-fix-texthistory-selection' into 'main'Matthias Clasen2021-12-292-7/+12
|\ \ \ | |/ / |/| |
| * | textview: scroll insert onscreen after undo/redoChristian Hergert2021-12-261-2/+10
| * | texthistory: always track selection boundsChristian Hergert2021-12-261-5/+2
* | | Merge branch 'wip/exalm/inspector' into 'main'Matthias Clasen2021-12-293-21/+25
|\ \ \
| * | | inspector: Register extension on startupAlexander Mikhaylenko2021-12-293-18/+25
| * | | Revert "inspector: Export gtk_inspector_init"Alexander Mikhaylenko2021-12-291-3/+0
* | | | Merge branch 'nullable' into 'main'Matthias Clasen2021-12-291-1/+1
|\ \ \ \
| * | | | popover: Add missing nullable annotationIan Douglas Scott2021-12-281-1/+1
| |/ / /
* | | | Merge branch 'wip/baedert/for-master' into 'main'Matthias Clasen2021-12-291-1/+3
|\ \ \ \ | |/ / / |/| | |
| * | | applicationwindow: Don't pass for_size < -1 to measure()Timm Bäder2021-12-271-1/+3
* | | | Merge branch 'get-key-capture-widget-nullable' into 'main'Matthias Clasen2021-12-272-2/+2
|\ \ \ \
| * | | | GtkSearchBar - Mark get_key_capture_widget() return value as nullableSebastian Dröge2021-12-262-2/+2
| | |/ / | |/| |
* | | | inspector: Add dnd inspection supportBenjamin Otte2021-12-272-38/+175
| |/ / |/| |
* | | Merge branch 'wip/otte/for-main' into 'main'Benjamin Otte2021-12-262-2/+3
|\ \ \ | |/ / |/| |
| * | css: Don't crash on invalid rotate3d()Benjamin Otte2021-12-261-1/+1
| * | widget: Don't queue an allocate on a nonexisting parentBenjamin Otte2021-12-261-1/+2
* | | build: Remove deprecated get_pkgconfig_variable()Emmanuele Bassi2021-12-241-1/+1
* | | sizerequest: Remove critical warning for nowMatthias Clasen2021-12-231-5/+1
|/ /
* | label: Fix get_natural_wrap_mode() precondition checkTimm Bäder2021-12-221-1/+1