summaryrefslogtreecommitdiff
path: root/pango/pangowin32.c
Commit message (Expand)AuthorAgeFilesLines
* Call pango_font_description_set_absolute_size() instead ofTor Lillqvist2006-05-231-1/+1
* Bug 342525 – With PangoFc and PangoWin32, approximate digit width is notBehdad Esfahbod2006-05-221-3/+25
* Calculate average digit width correctly, not as max of the digit widths.Tor Lillqvist2006-05-211-25/+3
* pango/pangowin32-private.h (PING) pango/pangowin32.c Use g_print() insteadTor Lillqvist2006-02-281-18/+18
* Change g_critical to g_warning. We already handle them gracefully.Behdad Esfahbod2006-02-211-0/+3
* Change PANGO_GLYPH_EMPTY to 0x0FFFFFFF, to not overlap withBehdad Esfahbod2006-02-051-1/+3
* Finish the 'glyph 0' work of this morning: PANGO_GLYPH_NULL that IBehdad Esfahbod2006-02-031-20/+21
* Use PANGO_GLYPH_NULL for when no glyph should be drawn. UseBehdad Esfahbod2006-02-021-13/+11
* Documentation improvements.Behdad Esfahbod2006-01-281-0/+18
* Make matrix parameter const.Behdad Esfahbod2006-01-211-2/+2
* Make sure #include <config.h> is the first include in the file. (bugBehdad Esfahbod2006-01-141-1/+1
* Have a list of metrics by language instead of just one metrics.Tor Lillqvist2005-09-141-8/+0
* No need to include modules.h here any longer. (pango_win32_get_context):Tor Lillqvist2005-07-221-5/+9
* pango/pangowin32-fontmap.c (pango_win32_font_map_class_init) MoveOwen Taylor2005-07-211-9/+0
* Rework handling of context-specific options: drop get_render_key() and addOwen Taylor2005-07-211-3/+4
* Correct parameters passed to MultiByteToWideChar(). Pass -1 as sourceTor Lillqvist2005-04-281-121/+238
* Update to new Cairo font API.Owen Taylor2005-04-071-10/+10
* updated externalsHans Breuer2005-03-181-2/+2
* PangoCairoFontMap for win32 fonts.Owen Taylor2005-02-241-17/+115
* pango/pangowin32-private.h Cache metrics by language, like the otherTor Lillqvist2004-12-181-47/+90
* Set also underline and strikethrough position and thickness. (#161205)Tor Lillqvist2004-12-141-6/+13
* updatedHans Breuer2004-11-211-0/+35
* updatedHans Breuer2004-08-061-7/+2
* Make PangoMatrix arguments const where appropriate.Owen Taylor2004-07-101-33/+6
* Fix up off-by-one for right bound when drawing PANGO_UNDERLINE_ERROR.Owen Taylor2004-02-291-1/+1
* un Feb 29 15:31:09 2004 Owen Taylor <otaylor@redhat.com>Owen Taylor2004-02-291-0/+23
* Make approximate_digit_width the width of the widest digit, rather thanNoah Levitt2004-02-191-4/+25
* moved pango_fc_* to the latter where they live on *nix too.Hans Breuer2003-12-131-0/+2
* pango/pangoft2.c (pango_ft2_render_layout) pango/pangowin32.cSven Neumann2003-04-021-61/+19
* Break out of loop if char is 0xFFFF. Some fonts have tables terminatedTor Lillqvist2003-01-291-0/+3
* Document PangoIndicScript. Document.Matthias Clasen2002-12-071-0/+7
* Mark 1.2 API additions, fix some doc comments.Matthias Clasen2002-11-281-0/+9
* Add --with-usp10 flag to indicate where to find the usp10.h header, forTor Lillqvist2002-10-211-77/+172
* Get rid of unnecessary casts for g_object_{ref,unref}Manish Singh2002-10-141-4/+4
* Merge from pango-1-0:Tor Lillqvist2002-09-241-31/+93
* Distribute specifically pango.aliases and pango.modules, not the wholeTor Lillqvist2002-09-211-98/+210
* Render only valid glyphs. Fix by Florent Duguet. Don't know if this isTor Lillqvist2002-09-041-4/+11
* Set the right font when computing the average digit width.Owen Taylor2002-03-251-5/+9
* Add pango_win32_os_version_info variable, an OSVERSIONINFO struct.Tor Lillqvist2002-03-171-1/+9
* Silence gcc -Wall, initialise a couple of variables.Tor Lillqvist2002-01-011-2/+2
* Fix problem with returned width on lines other than the first lineOwen Taylor2001-12-101-1/+1
* removed the arbitrary limit to 10 fonts. Instead make the command lineHans Breuer2001-11-231-7/+7
* Check for LEX and YACC. This will be made optional later, with the buildAlexander Larsson2001-11-181-1/+1
* Documentation updates.Matthias Clasen2001-10-261-0/+9
* Add the Win32 GDI Pango backend to autoconfiguration:Tor Lillqvist2001-10-031-8/+0
* updated externalsHans Breuer2001-09-211-2/+2
* Up to 0.19.Owen Taylor2001-09-181-7/+8
* Fully convert the truetype unicode table to host endianness when readingAlexander Larsson2001-08-161-17/+35
* restore the previously selected font into the device context.Hans Breuer2001-08-091-3/+5
* Large rewrite of the win32 backend to use real glyph indexes instead ofAlexander Larsson2001-08-091-957/+488