summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* vulkan: fix a clip handling problemwip/matthiasc/pipeline-layoutsMatthias Clasen2017-09-221-1/+1
* Use simpler math for crossfadeMatthias Clasen2017-09-224-2/+1
* vulkan: Implement crossfadeMatthias Clasen2017-09-2216-6/+344
* vulkan: Drop GskVulkanPipelineLayoutMatthias Clasen2017-09-2223-149/+101
* Allow different pipeline layoutsMatthias Clasen2017-09-225-47/+62
* Add a getter to the pipeline layout directly from the pipelineMatthias Clasen2017-09-222-0/+9
* vulkan: Move descriptor set layout to the render objectMatthias Clasen2017-09-223-38/+29
* Fix a typoMatthias Clasen2017-09-211-1/+1
* Drop gail-4.0.pc.inEmilio Pozuelo Monfort2017-09-211-11/+0
* gsk: vulkan: Drop an unused apiMatthias Clasen2017-09-212-29/+0
* vulkan: Batch uploads from the glyph cacheMatthias Clasen2017-09-211-22/+51
* vulkan: Add an api to update multiple image regionsMatthias Clasen2017-09-212-26/+77
* vulkan: Quiet another validation warningMatthias Clasen2017-09-211-0/+1
* vulkan: Quiet another validation errorMatthias Clasen2017-09-201-2/+0
* Cosmetic changeMatthias Clasen2017-09-201-4/+2
* gsk: Make repeat nodes deserializableMatthias Clasen2017-09-201-1/+2
* gsk: Fix serialization of text nodesMatthias Clasen2017-09-201-5/+7
* Add simple aging for the glyph cacheMatthias Clasen2017-09-203-2/+118
* gsk vulkan: Use new api in the glyph cacheLionel Landwerlin2017-09-201-12/+1
* gsk: vulkan: rework image layout/access transitionsLionel Landwerlin2017-09-202-183/+162
* gsk: vulkan: silence anisotropy validation warningLionel Landwerlin2017-09-201-1/+2
* glyph cache: Upload glyphs incrementallyMatthias Clasen2017-09-201-48/+95
* vulkan: pass the context when creating a glyph cacheMatthias Clasen2017-09-203-4/+11
* vulkan: Add an upload_region api to GskVulkanImageMatthias Clasen2017-09-202-0/+106
* Add some debug output for the glyph cacheMatthias Clasen2017-09-203-2/+26
* Make the glyph cache grow as neededMatthias Clasen2017-09-204-84/+131
* vulkan: Move glyph cache to a separate fileMatthias Clasen2017-09-204-224/+274
* vulkan: Better glyph cache apiMatthias Clasen2017-09-207-230/+255
* ToolItem: Fix nullable annotation put on wrong argDaniel Boles2017-09-201-2/+2
* gdkseatdefault: Grab touch events where applicableDaniel Boles2017-09-201-1/+14
* Overlay: Document style classes added per positionDaniel Boles2017-09-201-0/+6
* Update POTFILES.inPiotr Drąg2017-09-192-0/+2
* gtkmain: Ensure to emit real GDK_LEAVE_NOTIFY events.Carlos Garnacho2017-09-191-0/+4
* gdk/x11: Implement GDK_CROSSING_TOUCH_BEGIN/END/DEVICE_CHANGE eventsCarlos Garnacho2017-09-191-0/+106
* gdk: Remove remainings of fake crossing event delivery across touchCarlos Garnacho2017-09-192-12/+0
* gdk: Coalesce 2 GdkWindow fields in GdkPointerWindowInfo structCarlos Garnacho2017-09-193-28/+9
* gdk: Remove unused variableCarlos Garnacho2017-09-192-4/+0
* gdk: Remove implicit touch grab accountingCarlos Garnacho2017-09-193-137/+0
* gdk: Remove motion hintsCarlos Garnacho2017-09-1913-144/+3
* gdk: Drop generation of synthesized crossing events on grabsCarlos Garnacho2017-09-192-466/+1
* gtk: Remove 2BUTTON and 3BUTTON events and event typesCarlos Garnacho2017-09-1915-245/+5
* gdk: Remove array of event masksCarlos Garnacho2017-09-191-52/+0
* gtklistbox: Remove enter/leave/motion event handlersCarlos Garnacho2017-09-191-83/+8
* gtkcolorswatch: Remove enter/leave event handlersCarlos Garnacho2017-09-191-20/+0
* gtkbutton: Remove enter/leave event handlersCarlos Garnacho2017-09-191-32/+0
* gtkflowbox: Drop crossing/motion event handlersCarlos Garnacho2017-09-191-86/+2
* gtkspinbutton: Remove motion notify handlerCarlos Garnacho2017-09-191-16/+0
* gtkcalendar: Use scroll event controllerCarlos Garnacho2017-09-191-25/+27
* gtkscrolledwindow: Use scroll event controllerCarlos Garnacho2017-09-191-272/+143
* gtkspinbutton: Use scroll event controllerCarlos Garnacho2017-09-191-32/+23