gtk4.git
2020-01-28 Luca BacciFix a doc typo
2019-10-17 Piotr DrągUpdate POTFILES.in
2019-10-17 Matthias Clasengl: Remove an unimplemented profiler counter
2019-10-17 Matthias Clasengl: Add debug spew to texture atlas
2019-10-17 Matthias Clasenglyph cache: Go back to memcmp
2019-10-17 Matthias ClasenCosmetics
2019-10-17 Matthias ClasenRevert "icon theme: Avoid a string copy"
2019-10-17 Goran VidovićUpdate Croatian translation
2019-10-17 Matthias ClasenMerge branch 'wip/chergert/opbuffer' into 'master'
2019-10-17 Goran VidovićUpdate Croatian translation
2019-10-17 Goran VidovićUpdate Croatian translation
2019-10-16 Benjamin OtteMerge branch 'otte/for-master' into 'master'
2019-10-16 Benjamin Otteentry: Return boolean from gtk_entry_grab_focus_without...
2019-10-16 Benjamin Otterender: Fix goto
2019-10-16 Benjamin OtteInitialize cursor alpha to 1.0
2019-10-16 Benjamin Ottebindings: Make gtk_bindings_add_callback() allow for...
2019-10-16 Benjamin Ottebindings: Refactor
2019-10-16 Timm BäderMerge branch 'fix-popover-styles' into 'master'
2019-10-16 Matthias ClasenFix a crash with glyph caching
2019-10-16 Matthias Clasengsk: Fix uninitialized memory
2019-10-15 Matthias Clasenicon theme: Avoid a string copy
2019-10-15 Matthias Clasenicon theme: Avoid mime sniffing
2019-10-15 Matthias Clasenpixbuf utils: Preserve format information
2019-10-15 Matthias Clasengl: Speed up icon cache lookups
2019-10-15 Matthias Clasengl: Slightly rework the icon cache api
2019-10-15 Matthias ClasenCache glyph textures in render nodes
2019-10-15 Matthias ClasenSome more vertex data reshuffling
2019-10-15 Matthias ClasenFix load_vertex_data
2019-10-15 Christian Hergertgl: avoid calculating vertex_data until necessary
2019-10-15 Matthias Clasengl: Drop buffer_size
2019-10-15 Matthias ClasenDrop OP_CHANGE_VAO
2019-10-15 Christian Hergertprototype OpBuffer helper for building op buffer
2019-10-15 Benjamin OtteMerge branch 'otte/for-master' into 'master'
2019-10-15 Benjamin Ottewidget: Don't grab focus when can-focus == false
2019-10-15 Benjamin Ottewidget: Insist that widgets are rooted to be focusable
2019-10-15 Benjamin Ottewidget: Make grab_focus() fail on insensitive widgets
2019-10-15 Benjamin Ottewidget: Make gtk_widget_grab_focus() return a boolean
2019-10-15 Benjamin Ottebindings: Add gtk_binding_entry_add_callback()
2019-10-15 Benjamin Ottebindings: Add gtk_binding_entry_add_action()
2019-10-15 Benjamin Ottewidget: Make gtk_widget_activate_action() return TRUE...
2019-10-15 Benjamin Ottegtk: Add GtkNoSelection
2019-10-15 Benjamin Ottesingleselection: Fix model property
2019-10-15 Benjamin Otteexpander: Rename CSS nodes
2019-10-15 Timm Bädercssimagebuiltin: Don't create cairo nodes for empty...
2019-10-15 Timm Bädergl renderer: Fix an out of bounds read
2019-10-12 Matthias Clasennotebook: Avoid a crash
2019-10-12 Matthias Clasenglyph cache: Fix handling of big glyphs
2019-10-12 Matthias Clasenshadow cache: Remove outdated comments
2019-10-12 Matthias Clasengl: Increate the cache check frequency
2019-10-12 Matthias Clasengl: Interleave cache aging
2019-10-12 Matthias Clasengl: Improve debug spew for caches
2019-10-12 Timm BäderUpdate stackswitcher CSS
2019-10-12 Timm Bäderstackswitcher: Inherit from GtkWidget
2019-10-12 Timm Bädercolorscale: Remove some duplicated code
2019-10-12 Timm Bädermenuitem: Remove unused members
2019-10-12 Timm Bädermenu: Align function parameters
2019-10-12 Timm Bädermenu: Remove unused members
2019-10-12 Timm Bädermenu: Remove menu_queue_resize
2019-10-12 Matthias ClasenMerge branch 'glyphcache-fiddling' into 'master'
2019-10-12 Matthias Clasengl: Make icon cache work like glyph cache
2019-10-12 Matthias Clasengl: Do less work on glyph caching
2019-10-12 Timm Bädericoncache: Fix icon padding
2019-10-12 Matthias Clasengl: Simplify glyph cache lookup
2019-10-12 Matthias Clasengl: Don't use memcmp for comparing cache keys
2019-10-12 Matthias ClasenMake the scrolling demo more versatile
2019-10-12 Matthias Clasengl: Handle row stride for icon cache upload
2019-10-12 Matthias Clasengl: Handle row stride for glyph cache upload
2019-10-12 Matthias Clasengl: Do less work to maintain caches
2019-10-11 Matthias Clasengl: Speed up icon caching
2019-10-11 Matthias ClasenAdd an icon scrolling demo
2019-10-11 Timm Bädergl renderer: Get blur node child only once
2019-10-11 Timm Bädergl renderer: Shorten function
2019-10-11 Timm Bädergl renderer: Avoid copying a rect
2019-10-11 Matthias Clasengl: Avoid stray use of doubles
2019-10-11 Matthias ClasenCosmetics
2019-10-11 Matthias Clasengl: glyph cache tweaks
2019-10-11 Matthias Clasengl: Shrink CachedGlyph structs slightly
2019-10-11 Matthias Clasengsk: Store color bit info in text nodes
2019-10-11 Timm Bädergl renderer: Remove unused modelview matrix
2019-10-11 Timm Bädergl renderer: Don't copy outset shadow node outline
2019-10-11 Timm Bädergl renderer: Don't copy colors into render ops
2019-10-11 Timm Bädersnapshot: Don't move shadows too much
2019-10-11 Timm Bädergl renderer: Grow unblurred outset shadow outline on...
2019-10-11 Timm Bädergl renderer: Fix glsl rounded rect shrinking
2019-10-11 Timm Bädergl renderer: Cosmetics
2019-10-11 Timm Bädergl renderer: Only add outset shadow center piece if...
2019-10-10 Daniel MustielesUpdated Spanish translation
2019-10-09 Matthias ClasenMerge branch 'wip/chergert/avoid-renderop-copy' into...
2019-10-09 Christian Hergertgl: avoid copying RenderOp to GArray
2019-10-09 Christian Hergertgl: use memcmp to compare glyph cache keys
2019-10-09 Matthias ClasenMerge branch 'wip/chergert/const-glyph-cache' into...
2019-10-09 Christian Hergertgl: avoid copying GskGLCachedGlyph in lookup
2019-10-09 Christian Hergerttextview: use gtk_snapshot_new_with_parent()
2019-10-09 Christian Hergertgl: short-circuit on NULL program
2019-10-09 Matthias ClasenMerge branch 'wip/chergert/textview-fix-selection'...
2019-10-09 Christian Hergerttextview: fix off-by-one in y_range invalidation
2019-10-09 Timm Bädergl renderer: Remove rounded rect intersection code
2019-10-09 Timm Bäderwidget: Compare adjusted sizes in size_allocate
2019-10-09 Timm Bädergl renderer: Fix scaled fallback node drawing
2019-10-09 Timm Bäderinspector: Don't add padding to spinbuttons
next