summaryrefslogtreecommitdiff
path: root/pango/pango-tabs.c
Commit message (Expand)AuthorAgeFilesLines
* docs: Expand PangoTabArray docsMatthias Clasen2021-12-101-4/+8
* tabs: Fix build with clang in mingw Biswapriyo Nath2021-12-031-0/+1
* doc: fixesMatthias Clasen2021-12-021-1/+1
* tabs: Add a missing setterMatthias Clasen2021-12-021-0/+19
* Add pango_tab_array_sortMatthias Clasen2021-12-011-0/+25
* tabs: Tweak string formatMatthias Clasen2021-11-291-1/+1
* tabs: Add a decimal pointMatthias Clasen2021-11-291-12/+82
* tabs: Add other tab alignmentsMatthias Clasen2021-11-291-2/+35
* Add pango_tab_array_to/from_stringserialize-attrs-and-tabsMatthias Clasen2021-11-171-0/+102
* tabs: CosmeticsMatthias Clasen2021-06-281-1/+1
* docs: Reduce redundancydocs-cleanupsMatthias Clasen2021-05-201-4/+4
* introspection: Stop using allow-noneMatthias Clasen2021-05-191-4/+4
* docs: Tweak tabs docsMatthias Clasen2021-03-111-22/+21
* docs: Port PangoTabArray to the new doc formatMatthias Clasen2021-03-111-71/+67
* docs: Replace lots of vestigial xml markupMatthias Clasen2021-03-111-4/+3
* pango-tabs: Avoid passing NULL to memcpyTimm Bäder2020-06-101-1/+2
* Bug 685167 - migrate docs to no-tmpl flavourBehdad Esfahbod2013-09-271-0/+14
* introspection: assorted fixes to avoid regressions in Vala bindingsEvan Nemerson2012-08-121-4/+4
* Make docs a bit more completeMatthias Clasen2011-11-221-1/+1
* adding (out) introspection metadata to pango_tab_array_get_tabsAlberto Ruiz2011-04-251-2/+4
* adding allow-none introspection metadata to pango_tab_array_get_tabsAlberto Ruiz2011-04-251-2/+2
* adding (out) introspection metadata to pango_tab_array_get_tabAlberto Ruiz2011-04-251-2/+2
* adding allow-none introspection metadata to pango_tab_array_get_tabAlberto Ruiz2011-04-251-2/+2
* Use G_DEFINE_BOXED_TYPE.Christian Persch2010-11-041-11/+3
* Include "config.h" instead of <config.h> Command used: find -nameJohan Dahlin2008-06-221-1/+1
* Add G_UNLIKELY() to type registration block in _get_type() functions.Behdad Esfahbod2007-06-201-1/+1
* *.c, *.h: Removed spaces followed b tabs.Behdad Esfahbod2007-01-161-1/+1
* *.c, *.h: Replace preceding sequences of 8 spaces with tabs.Behdad Esfahbod2007-01-161-24/+24
* *.c, *.h: Drop trailing whitespace.Behdad Esfahbod2007-01-161-31/+31
* Hook up pango-utils.h into the documentation, as we are installing itBehdad Esfahbod2006-03-311-1/+1
* Improve documentation for functions allocating memory, on how the objectBehdad Esfahbod2006-01-311-3/+6
* If locking font face failed, do not assert, just return zero glyphs withBehdad Esfahbod2006-01-291-2/+2
* Reverted the tab alignments patch.Behdad Esfahbod2006-01-291-3/+5
* Implement other tab alignments. Bug #325547, Itai Bar-Haim.Behdad Esfahbod2006-01-281-5/+3
* Make sure #include <config.h> is the first include in the file. (bugBehdad Esfahbod2006-01-141-0/+1
* pango/Makefile.am, pango/fonts.c, pango/glyphstring.c,Behdad Esfahbod2006-01-051-1/+2
* Various documentation improvements.Behdad Esfahbod2005-11-171-14/+13
* Fix the amount of memory being allocated. (#132994, Torsten Schoenfeld)Owen Taylor2004-02-101-2/+2
* Doc markup and typo fixes.Matthias Clasen2003-06-251-3/+3
* Update to the new g_boxed_type_register_static API.Alex Larsson2001-09-101-3/+1
* copy function. (pango_glyph_string_get_type): implement get_type function.James Henstridge2001-07-021-0/+14
* Add new PangoLayoutIter entry pointsHavoc Pennington2000-11-131-0/+2
* was pango_tab_array_new_with_defaults; apparently I didn't check in theHavoc Pennington2000-09-291-6/+6
* Change to return allocated array.Havoc Pennington2000-09-271-12/+15
* Add a tab array field to PangoLayout, and use it when laying out the textHavoc Pennington2000-09-251-0/+349