summaryrefslogtreecommitdiff
path: root/cogl-pango
Commit message (Expand)AuthorAgeFilesLines
* cogl-pango-pipeline-cache.c: Include forgotten headerChun-wei Fan2014-03-201-0/+1
* This re-licenses Cogl under the MIT licenseRobert Bragg2014-01-1410-132/+187
* remove internal_format and redundant error argumentsRobert Bragg2014-01-011-5/+2
* texture: make cogl_texture_get_format api privateRobert Bragg2014-01-012-2/+2
* Use COGL_FLAGS_* for the context's private feature flagsNeil Roberts2013-11-281-1/+1
* Declare interface types as void and remove cast macrosRobert Bragg2013-11-276-5/+17
* Add _primitive_draw to replace _framebuffer_draw_primitiveRobert Bragg2013-07-151-5/+5
* Expose CoglAtlasTexture apiRobert Bragg2013-07-111-6/+5
* Separate out CoglPath api into sub-libraryRobert Bragg2013-06-124-54/+31
* cogl-pango: Add a missing backslash in the MakefileNeil Roberts2013-02-201-1/+1
* build: update to build with automake 1.13Robert Bragg2013-01-211-2/+2
* Allow lazy texture storage allocationRobert Bragg2013-01-021-2/+7
* texture: expose mipmap level in set region apisRobert Bragg2012-11-271-8/+5
* atlas-texture: remove some use of _COGL_GET_CONTEXTRobert Bragg2012-11-273-8/+23
* Allow propogation of OOM errors to appsRobert Bragg2012-11-262-5/+11
* Fixes for --disable-glibNeil Roberts2012-11-265-10/+10
* Remove the last mentions of the cogl_rectangle*() drawing APIDamien Lespiau2012-10-221-2/+2
* Add a GL 3 driverNeil Roberts2012-10-011-1/+1
* Don't take internal references on the contextRobert Bragg2012-09-103-10/+3
* Mass rename CLUTTER_COMPILATION to COGL_COMPILATIONTomeu Vizoso2012-06-201-1/+1
* cogl-pango-fontmap: Use the right unref function for the rendererNeil Roberts2012-06-201-1/+1
* Fix a typo in the Requires: of cogl-pango2.pcDamien Lespiau2012-06-131-1/+1
* cogl-pango: Updates to no longer require a default contextRobert Bragg2012-05-178-327/+465
* Fix Visual C++ buildChun-wei Fan2012-05-151-6/+6
* introspection: Fix the names of the pkg-config filesNeil Roberts2012-04-251-1/+1
* cogl-pango: Fix the name of the cogl-pango library in the pc fileNeil Roberts2012-04-231-1/+1
* Replace cogl_path_{stroke,fill} with framebuffer APINeil Roberts2012-04-181-1/+2
* Switch use of primitive glib types to c99 equivalentsRobert Bragg2012-04-189-36/+35
* Removes all remaining use of CoglHandleRobert Bragg2012-04-183-7/+7
* Add a context member to CoglPathNeil Roberts2012-04-161-1/+3
* Start building parallel installable 2.0 api onlyRobert Bragg2012-04-163-41/+27
* cogl-glyph-cache: fix use of uninitialised value.Dave Airlie2012-03-131-0/+2
* Add -Wmissing-declarations to maintainer flags and fix problemsNeil Roberts2012-03-061-1/+1
* Adds a context arg to cogl_pipeline_new()Robert Bragg2012-02-211-2/+8
* pango: don't pass COGL_MATERIAL enums to pipeline apiRobert Bragg2012-02-201-1/+1
* Ensure that the CoglPango GIR is built against the correct libcoglEmmanuele Bassi2012-02-151-1/+1
* buffer: explicitly relate buffers to a contextRobert Bragg2012-02-091-2/+3
* framebuffer: Add cogl_framebuffer draw methodsRobert Bragg2012-02-091-1/+3
* Bug 664827: Autotools changes for Windows .rc filesChun-wei Fan2011-12-151-2/+2
* Add Windows Resource Files templatesChun-wei Fan2011-12-151-0/+30
* VS 2008/2010 project files to build CoglChun-wei Fan2011-11-252-0/+48
* cogl-flags: Add some macros to help iterate the bitsNeil Roberts2011-11-161-0/+1
* primitive: Add n_indices arg to _set_indices functionRobert Bragg2011-11-011-3/+2
* meta-texture: This publicly exposes CoglMetaTextureRobert Bragg2011-11-011-7/+9
* Add an option to avoid defining G_DISABLE_DEPRECATEDNeil Roberts2011-09-271-1/+0
* cogl-pipeline/cogl-pango: Added forgotten includesChun-wei Fan2011-09-261-0/+1
* Add a strong CoglTexture type to replace CoglHandleRobert Bragg2011-09-216-30/+30
* build: only have libcogl-pango depend on pangoRobert Bragg2011-08-122-4/+4
* cogl-pango-display-list: Use cogl_rectangles_with_texture_coordsNeil Roberts2011-08-111-54/+96
* cogl-pango-display-list: Use CoglPrimitive instead of CoglVertexBufferNeil Roberts2011-08-111-67/+74