gtk2/gsk
Chun-wei Fan 53077f15d8 autotools: Update MSVC gir build script generation
Now that GTK+ is built as a single DLL, and the .lib that is built is
gtk-4.lib, we need to update the autotools sections in generating the
NMake Makefile snippets so that we can have the correct commands and flags
for building the .gir files, which will all now link to gtk-4-vsXX.dll (or
so).
2016-11-03 18:00:03 +08:00
..
resources/glsl Use the projection to flip around the content 2016-10-18 11:49:10 +01:00
gsk.h Initial implementation of GSK rendering pipeline 2016-10-18 11:29:34 +01:00
gskcairorenderer.c gsk: Add the ability to create fallback renderers 2016-10-18 11:49:16 +01:00
gskcairorendererprivate.h Initial implementation of GSK rendering pipeline 2016-10-18 11:29:34 +01:00
gskdebug.c Some debug help 2016-10-18 11:49:12 +01:00
gskdebugprivate.h Some debug help 2016-10-18 11:49:12 +01:00
gskenums.h gsk: Bump up all version annotations 2016-10-18 11:49:16 +01:00
gskenumtypes.c.template Initial implementation of GSK rendering pipeline 2016-10-18 11:29:34 +01:00
gskenumtypes.h.template Initial implementation of GSK rendering pipeline 2016-10-18 11:29:34 +01:00
gskgldriver.c gsk: Add check on GL_MAX_TEXTURE_SIZE 2016-10-26 15:49:28 +01:00
gskgldriverprivate.h gsk: Add check on GL_MAX_TEXTURE_SIZE 2016-10-26 15:49:28 +01:00
gskglprofiler.c gsk: Bind GL context to the GL profiler 2016-10-18 11:49:10 +01:00
gskglprofilerprivate.h gsk: Bind GL context to the GL profiler 2016-10-18 11:49:10 +01:00
gskglrenderer.c gsk: Remove gsk_render_node_get_scale_factor() 2016-11-01 16:32:26 +01:00
gskglrendererprivate.h Initial implementation of GSK rendering pipeline 2016-10-18 11:29:34 +01:00
gskprivate.c Initial implementation of GSK rendering pipeline 2016-10-18 11:29:34 +01:00
gskprivate.h Initial implementation of GSK rendering pipeline 2016-10-18 11:29:34 +01:00
gskprofiler.c gsk: Add profiler object 2016-10-18 11:49:10 +01:00
gskprofilerprivate.h gsk: Add profiler object 2016-10-18 11:49:10 +01:00
gskrenderer.c rendernode: Remove the renderer from the rendernode 2016-11-01 16:32:26 +01:00
gskrenderer.h rendernode: Require passing a renderer to get_draw_context() 2016-11-01 16:32:26 +01:00
gskrendererprivate.h gsk: Add internal Renderer.create_cairo_surface() 2016-10-31 16:26:50 +00:00
gskrendernode.c rendernode: Remove the renderer from the rendernode 2016-11-01 16:32:26 +01:00
gskrendernode.h rendernode: Require passing a renderer to get_draw_context() 2016-11-01 16:32:26 +01:00
gskrendernodeiter.c gsk: Bump up all version annotations 2016-10-18 11:49:16 +01:00
gskrendernodeiter.h gsk: Bump up all version annotations 2016-10-18 11:49:16 +01:00
gskrendernodeprivate.h Windows: Update code for monolithic GTK DLL 2016-11-03 16:55:35 +08:00
gskshaderbuilder.c Fix a few memory leaks 2016-10-21 06:45:22 +02:00
gskshaderbuilderprivate.h gsk: Consolidate program creation and storage 2016-10-18 11:49:07 +01:00
gsktypes.h rendernode: Require passing a renderer to get_draw_context() 2016-11-01 16:32:26 +01:00
Makefile.am autotools: Update MSVC gir build script generation 2016-11-03 18:00:03 +08:00