summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Flip glarea backflip-glareaMatthias Clasen2020-09-274-4/+31
* Updated Lithuanian translationAurimas Černius2020-09-271-3406/+3291
* Merge branch 'patch-1' into 'master'Matthias Clasen2020-09-271-1/+1
|\
| * Update gtktreestore.c: gtk_tree_store_remove didn't have the proper comment a...Danny Milosavljevic2020-09-271-1/+1
* | Merge branch 'issue2627-gtk4' into 'master'Matthias Clasen2020-09-277-273/+47
|\ \
| * | gdk/wayland: Replace gtk-primary-selection with primary-selection-unstable-v1Robert Mader2020-09-277-273/+47
| |/
* | Merge branch 'avoid-gl-texture-download' into 'master'Matthias Clasen2020-09-271-6/+8
|\ \
| * | gsk: Avoid downloading GL textures when possibleavoid-gl-texture-downloadMatthias Clasen2020-09-261-6/+8
| |/
* | Merge branch 'fontchooser-no-lang' into 'master'Matthias Clasen2020-09-272-4/+26
|\ \ | |/ |/|
| * fontchooser: Fix builds without PangoFT2fontchooser-no-langMatthias Clasen2020-09-262-4/+26
|/
* Merge branch 'BUG_gtktreeview_headers_focus_on_click_GTK4' into 'master'Matthias Clasen2020-09-261-0/+1
|\
| * GtkTreeviewColumn: don't focus-on-click header buttonsBUG_gtktreeview_headers_focus_on_click_GTK4Nelson Benítez León2020-04-301-0/+1
* | testupload: Test more formatsMatthias Clasen2020-09-261-219/+341
* | Merge branch 'matthiasc/for-master' into 'master'Matthias Clasen2020-09-263-0/+291
|\ \
| * | Add a test for various texture uploadsMatthias Clasen2020-09-262-0/+278
| * | NEWS: UpdatesMatthias Clasen2020-09-261-0/+13
|/ /
* | Merge branch 'fix-texture-upload-more' into 'master'Matthias Clasen2020-09-261-2/+0
|\ \
| * | More texture upload fixesfix-texture-upload-moreMatthias Clasen2020-09-251-2/+0
* | | Merge branch 'matthiasc/for-master' into 'master'Matthias Clasen2020-09-262-1/+3
|\ \ \ | |/ / |/| |
| * | popup: Fix up a doc blurbMatthias Clasen2020-09-251-1/+1
| * | gl: Make debug spew more completeMatthias Clasen2020-09-251-0/+2
* | | Merge branch 'add-child-clash' into 'master'Matthias Clasen2020-09-2618-123/+124
|\ \ \ | |/ / |/| |
| * | docs: Document GtkBuildable changes in migration guideFlorian Müllner2020-09-261-0/+7
| * | buildable: Make vfunc accessor functions privateFlorian Müllner2020-09-268-56/+50
| * | buildable: Rename set_name() to set_buildable_id()Florian Müllner2020-09-2613-70/+70
* | | Merge branch 'fix-rgb-upload' into 'master'Matthias Clasen2020-09-261-0/+4
|\ \ \ | |/ / |/| |
| * | gl: Reset GL_UNPACK_ALIGNMENTfix-rgb-uploadMatthias Clasen2020-09-251-0/+2
| * | gl: Fix RGB uploadsMatthias Clasen2020-09-251-0/+2
* | | Merge branch 'matthiasc/for-master' into 'master'Matthias Clasen2020-09-255-29/+8
|\ \ \
| * | | columnview: Simplify column constructorsMatthias Clasen2020-09-255-29/+8
| |/ /
* | | Merge branch 'wip/carlosg/for-master' into 'master'Matthias Clasen2020-09-256-124/+8
|\ \ \ | |/ / |/| |
| * | gtkbutton: Clean up priv->in_buttonCarlos Garnacho2020-09-251-21/+0
| * | gtkbutton: Check release coordinates on all release event typesCarlos Garnacho2020-09-251-25/+1
| * | gtktextview: Avoid GtkGestureClick claiming on touch pressCarlos Garnacho2020-09-251-2/+0
| * | gtkscrolledwindow: Do not eagerly claim touch press eventCarlos Garnacho2020-09-251-6/+7
| * | gtkscrolledwindow: Drop gtk_scrolled_window_set_capture_button_press()Carlos Garnacho2020-09-254-71/+1
|/ /
* | Merge branch 'gles-texture-colors' into 'master'Matthias Clasen2020-09-2516-185/+255
|\ \
| * | Drop gdk_cairo_surface_upload_to_gl() helperAlexander Larsson2020-09-253-57/+0
| * | gl backend: Avoid roundtripping via surface when updloadingAlexander Larsson2020-09-255-42/+86
| * | gdk_gl_context_upload_texture() avoid conversion for pixbuf formatAlexander Larsson2020-09-251-6/+15
| * | Correctly upload textures for GLESAlexander Larsson2020-09-255-50/+119
| * | Add GDK_MEMORY_R8G8B8A8_PREMULTIPLIEDAlexander Larsson2020-09-253-10/+23
| * | texture: Unvirtualize download_surfaceAlexander Larsson2020-09-252-25/+17
* | | Merge branch 'wip/baedert/for-master' into 'master'Timm Bäder2020-09-258-72/+108
|\ \ \
| * | | cssimagefallback: WhitespaceTimm Bäder2020-09-241-4/+4
| * | | cssimagefallback: Avoid allocating GPtrArray for colorsTimm Bäder2020-09-241-5/+15
| * | | Adwaita: Fix calendar header button backdrop bg colorTimm Bäder2020-09-241-0/+3
| * | | gl renderer: Lower maximum gradient stop countTimm Bäder2020-09-243-3/+3
| * | | gl renderer: Fall back to cairo if gradients use too many stopsTimm Bäder2020-09-243-37/+53
| * | | textbuffer: Don't try to inset NULL text from clipboardTimm Bäder2020-09-241-9/+14