summaryrefslogtreecommitdiff
path: root/gtk
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'gtktreeview-adjustment' into 'main'Matthias Clasen2022-08-141-0/+3
|\
| * treeview: Do not set top row adjustment value while animatingMat2022-08-101-0/+3
* | Merge branch 'treeview-widget-coords' into 'main'Matthias Clasen2022-08-141-3/+3
|\ \
| * | treeview: Use widget coordinates where requiredMat2022-08-101-3/+3
| |/
* | listitemwidget: Actually unref the listitemsBenjamin Otte2022-08-141-1/+3
* | inscription: Plug a memory leakMatthias Clasen2022-08-121-1/+1
* | inscription: Plug a memory leakMatthias Clasen2022-08-121-0/+1
* | a11y: Fix a memory leakMatthias Clasen2022-08-121-1/+3
* | gtk/css: data_url_path fix leak in error pathPablo Correa Gómez2022-08-121-2/+3
* | css: Propagate charset conversion errorsMatthias Clasen2022-08-111-1/+11
* | gtkeventcontrollerscroll: Always accumulate discrete deltasJosé Expósito2022-08-101-0/+52
* | gdk/events: Set discrete scroll deltas in its constructorJosé Expósito2022-08-101-19/+1
|/
* Merge branch 'gbsneto/paned-focus-infloop' into 'main'Carlos Garnacho2022-08-091-1/+10
|\
| * paned: Warn if child is not actually a childGeorges Basile Stavracas Neto2022-08-091-0/+9
| * paned: Protect against NULL variableGeorges Basile Stavracas Neto2022-08-091-1/+1
* | gtkwindow: Use pointer-oriented function to deal with crossing eventsCarlos Garnacho2022-08-093-2/+16
* | gtkmain: Pass coordinates when synthesizing pointer eventsCarlos Garnacho2022-08-091-26/+16
|/
* scrolledwindow: Lower the scroll multiplierAlexander Mikhaylenko2022-08-081-1/+1
* gtk/scrolledwindow: Check for overshoot setting up kinetic scroll helpersCarlos Garnacho2022-08-071-2/+5
* gtkscrolledwindow: Add fixed multiplier to scroll events in surface unitsCarlos Garnacho2022-08-071-0/+11
* gtkwindow: Synthesize pointer crossing events on state changesCarlos Garnacho2022-08-051-0/+8
* gtkeventcontroller: Fix internal enum documentationCarlos Garnacho2022-08-051-1/+1
* gtkgesturerotate: Filter touchpad holds eventsCarlos Garnacho2022-08-051-2/+3
* gtkgesturerotate: Filter touchpad holds eventsCarlos Garnacho2022-08-051-2/+3
* gdkevent: Give touchpad hold events a sequenceCarlos Garnacho2022-08-051-0/+1
* gtkgesture: Do not coalesce hold events with other touchpad gesturesCarlos Garnacho2022-08-051-39/+2
* Move private function out of the AT-SPI a11y backendEmmanuele Bassi2022-08-049-691/+720
* Merge branch 'mount_operation' into 'main'Matthias Clasen2022-08-031-0/+5
|\
| * mountoperation: Free user_widgets list upon dialog destructionCorey Berla2022-07-251-0/+4
| * mountoperation: Select "Anonymous" check button by defaultCorey Berla2022-07-241-0/+1
* | Merge branch 'label-tabs' into 'main'Matthias Clasen2022-08-022-0/+83
|\ \
| * | Add GtkLabel:tabsMatthias Clasen2022-08-012-0/+83
* | | snapshot: Don't critical on disposeBenjamin Otte2022-08-011-1/+4
* | | Fix g_object_new(GTK_TYPE_SNAPSHOT)Benjamin Otte2022-08-011-21/+16
* | | gtkbuilder: update gtk_builder_expose_object() docsChristian Hergert2022-07-311-0/+5
* | | gtkbuilder: update gtk_builder_extend_with_templat() docsChristian Hergert2022-07-311-2/+2
* | | gtkbuilder: check for existing object before extending templateChristian Hergert2022-07-311-2/+10
|/ /
* | gtk: Missing end of code blockDavid Demelier2022-07-261-0/+1
* | listview: Fix selection for last item in get_items_in_rectCorey Berla2022-07-251-1/+1
* | listview: Allow starting rubberband in empty space below last rowCorey Berla2022-07-251-0/+2
* | listview: Return an empty bitset when selecting only empty spaceCorey Berla2022-07-251-0/+3
* | gridview: Fix typo in docstring for gtk_grid_view_get_cell_at_y()Corey Berla2022-07-251-1/+1
* | listbase: Clear selection if rubberband selected an empty setCorey Berla2022-07-251-16/+19
* | gridview: Return an empty bitset when selecting only empty spaceCorey Berla2022-07-251-0/+3
* | gridview: Fix get_items_in_rect() selectionCorey Berla2022-07-251-1/+1
* | gridview: Allow starting rubberband in empty space below last rowCorey Berla2022-07-251-0/+1
* | gridview: Limit rectangle to gridview columnsCorey Berla2022-07-251-2/+2
* | gridview: Move gtk_grid_view_computer_total_height() up for reuseCorey Berla2022-07-251-13/+13
* | gtkwidget: Fix a small typo in a docs commentPhilip Withnall2022-07-251-1/+1
* | picture: Fix Since and Deprecated annotationsMaximiliano Sandoval R2022-07-251-5/+11
|/