summaryrefslogtreecommitdiff
path: root/docs
Commit message (Collapse)AuthorAgeFilesLines
* markup: Allow incrementally parsing pango markupJasper St. Pierre2012-12-142-2/+5
| | | | | | | This is intended for applications that need to parse pango markup from some sort of GIO stream. https://bugzilla.gnome.org/show_bug.cgi?id=679299
* Disable check.docs for now1.32.4Alexander Larsson2012-12-061-1/+8
| | | | | This is broken for now and we can't distcheck without it. Disabling this for now until we figure out how to fix this.
* Track changes in layout and dependencies via serialsAlexander Larsson2012-12-062-0/+10
| | | | | | | | | We track changes in the PangoContext and automatically call pango_layout_context_changed() when needed, plus we track changes in the layout and let apps know via pango_layout_get_serial when the layout changed and needs to be redrawn. https://bugzilla.gnome.org/show_bug.cgi?id=340066
* Track changes in PangoContext via a serialAlexander Larsson2012-12-062-0/+19
| | | | | | | | | | | | Whenever a PangoContext or its fontmap changes we bump the contexts serial, you can get it via pango_context_get_serial() to see find out if the context changed since the last time and you need to relayout. You can also force the context to be "changed" by calling pango_context_changed(). https://bugzilla.gnome.org/show_bug.cgi?id=340066
* Track changes in FontMaps using a serialAlexander Larsson2012-12-062-1/+13
| | | | | | | | This adds the pango_font_map_get_serial method that lets you see if a fontmap has changes since the last check. It adds implementations to all current fontmaps. https://bugzilla.gnome.org/show_bug.cgi?id=340066
* Don't wipe docs in dist-hook-localMatthias Clasen2012-09-271-4/+1
| | | | | | | It is just super-annoying that one cannot even do 'make dist' and get a working tarball. There has to be a better to do this; for now, just remove this, no other gtk-doc-using module is doing this.
* Add template for new APIBehdad Esfahbod2012-09-261-0/+11
|
* Revert "Temporarily work around doc build breakages"Matthias Clasen2012-09-262-3/+1
| | | | This reverts commit 150691036aab59044d05ed3fa29785910249bb9a.
* Temporarily work around doc build breakagesMatthias Clasen2012-09-262-1/+3
| | | | | | The doc check script gets tripped up by some struct members that gtk-doc considers undocumented, and for some reason, forcing a doc rebuild in make dist does not work either.
* Add pango_shape_full()Behdad Esfahbod2012-09-261-0/+1
| | | | | | | | | | | | | | | | Variant of pango_shape() that takes the full paragraph text as input. This is then passed in entirety to HarfBuzz, which would allow certain cross-run interactions (in Arabic for example). When combined with upcoming HarfBuzz 0.9.5+, this fixes: Red Hat Bug 858736 - [Spanish] Stray dotted circle rendered https://bugzilla.redhat.com/show_bug.cgi?id=858736 and partially: Bug 313181 - color changes break arabic shaping https://bugzilla.gnome.org/show_bug.cgi?id=313181
* Revert "Temporarily work around doc build breakages"Matthias Clasen2012-09-172-3/+1
| | | | This reverts commit 9c1e5d60a078db4b08bd7247004e759ff60cc534.
* Temporarily work around doc build breakagesMatthias Clasen2012-09-172-1/+3
| | | | | | The doc check script gets tripped up by some struct members that gtk-doc considers undocumented, and for some reason, forcing a doc rebuild in make dist does not work either.
* Revert "Temporarily work around doc build breakages"Matthias Clasen2012-09-042-3/+1
| | | | This reverts commit 007aa41d10038e9632bad373a837e540b4d0e8e4.
* Temporarily work around doc build breakagesMatthias Clasen2012-09-042-1/+3
| | | | | | The doc check script gets tripped up by some struct members that gtk-doc considers undocumented, and for some reason, forcing a doc rebuild in make dist does not work either.
* Remove residuals from when HarfBuzz was in-treeBehdad Esfahbod2012-08-271-1/+1
|
* Bug 653347 - rise units documented incorrectlyBehdad Esfahbod2012-08-251-1/+1
|
* Update to Unicode 6.1Behdad Esfahbod2012-08-251-0/+10
|
* Add an update-cache mode to pango-query-modulesMatthias Clasen2012-08-251-12/+68
| | | | | | | | | It is inconvenient for distro-builders to redirect the output of pango-query-modules to a location that depends on various factors, such as architecture and pango module version. With this commit, you can just run pango-querymodules --update-cache, and it will replace the file #libdir/pango/1.8.0/modules.cache.
* docs: Improve pango-querymodules man pageMatthias Clasen2012-08-251-3/+7
| | | | | The man page now mentions what to do with the output produced by pango-querymodules.
* docs: Add some more metadata to man pagesMatthias Clasen2012-08-251-0/+18
|
* Add PANGO_GRAVITY_IS_IMPROPERBehdad Esfahbod2012-08-233-0/+13
|
* Revert "Temporarily work around doc build breakages"Matthias Clasen2012-08-202-3/+1
| | | | This reverts commit 3b7c44229bd212e68eb0407f297d7bc6570ce7c3.
* Temporarily work around doc build breakagesMatthias Clasen2012-08-202-1/+3
| | | | | | The doc check script gets tripped up by some struct members that gtk-doc considers undocumented, and for some reason, forcing a doc rebuild in make dist does not work either.
* Fix the doc buildMatthias Clasen2012-08-201-1/+0
| | | | No more atsui docs either !
* More doc fixesBehdad Esfahbod2012-08-182-0/+10
|
* More pangox resigual removalBehdad Esfahbod2012-08-181-1/+0
|
* Remove residuals from pangox and pangoatsui removalsBehdad Esfahbod2012-08-162-364/+0
|
* Remove Atsui ModuleBehdad Esfahbod2012-08-161-27/+0
| | | | CoreText for the win.
* Remove PangoXBehdad Esfahbod2012-08-167-76/+1
| | | | Been overdue...
* Merge branch 'harfbuzz-ng-external'Behdad Esfahbod2012-08-166-60/+48
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: configure.in docs/tmpl/text-attributes.sgml modules/arabic/arabic-ot.c modules/indic/indic-ot.c pango/opentype/Makefile.am pango/opentype/hb-blob.c pango/opentype/hb-buffer-private.h pango/opentype/hb-common.h pango/opentype/hb-ot-layout-gsubgpos-private.hh pango/opentype/hb-private.h pango/pango-ot-info.c
| * Merge branch 'master' into harfbuzz-ng-externalBehdad Esfahbod2011-06-1710-87/+87
| |\ | | | | | | | | | | | | | | | | | | Conflicts: configure.in pango/opentype/hb-common.h pango/pango-ot-info.c
* | | Read pangorc from XDG_CONFIG_HOMEMatthias Clasen2012-05-221-2/+2
| | | | | | | | | | | | | | | | | | | | | Look for the rcfile in $XDG_CONFIG_HOME/pango/pangorc instead of ~/.pangorc. https://bugzilla.gnome.org/show_bug.cgi?id=675400
* | | Make docs a bit more completeMatthias Clasen2011-11-222-6/+44
| | |
* | | Include corefont docsMatthias Clasen2011-11-221-0/+1
| | |
* | | Fix doc buildMatthias Clasen2011-11-221-20/+4
| | | | | | | | | | | | | | | | | | When gtk-doc regenerated the pango.types file, it includes get_type functions for platform-specific things that will cause link failures.
* | | Mention GMarkup and character entitiesMatthias Clasen2011-09-051-3/+9
| | | | | | | | | | | | As requested in bug 403499.
* | | pango-docs.sgml: Add xml index pages to avoid warningsJavier Jardon2011-06-231-18/+37
| | |
* | | docs: modernize docsStefan Kost2011-06-202-68/+40
| |/ |/| | | | | | | Get rid of entities and use xi:includes instead. This makes the docs build faster and makes it easier to conditionally include stuff.
* | Revert latest commitJavier Jardón2011-06-161-3/+5
| | | | | | | | This reverts commit 6d1c98aed05ad10111c896708aca86436fc2328a.
* | asd1.29.1Javier Jardón2011-06-161-5/+3
| |
* | Exclude headers that are not valid from gtkdoc generationTomas Bzatek2011-06-151-1/+19
| | | | | | | | | | | | | | Also regenerate the types list to reflect the changes. This still throws some warnings regarding non-existent declarations that we excluded but allows us to distcheck on linux.
* | [docs] Update templatesBehdad Esfahbod2011-05-171-0/+19
| |
* | Add an index for 1.30 api additionsMatthias Clasen2011-05-161-1/+4
| | | | | | | | Turns out the index for 1.28 additions was mislabeled, too.
* | Provide access to PangoLayout.n_charsMatthias Clasen2011-05-161-0/+1
| | | | | | | | | | | | | | This lets us avoid a bunch of g_utf8_strlen() calls, when Pango is already maintaining this information anyway. https://bugzilla.gnome.org/show_bug.cgi?id=650208
* | Add a readonly version of pango_layout_get_log_attrs()Matthias Clasen2011-05-161-0/+1
| | | | | | | | | | | | | | Otherwise, we are forced to either make many unnecessary copies or pass the log attrs around alongside the layout in APIs operating on the attrs. https://bugzilla.gnome.org/show_bug.cgi?id=650170
* | Fix doc templatesBehdad Esfahbod2011-05-011-0/+42
|/
* build: gtk-doc scanner links agains glibVíctor Manuel Jáquez Leal2011-03-141-0/+2
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=644724
* Doc template changesBehdad Esfahbod2010-09-2827-0/+104
|
* Fix docs build on UbuntuBehdad Esfahbod2010-09-281-3/+5
| | | | | I'm guessing that Ubuntu has broken libtool by not automatically adding dependent libraries from the .la file...
* Bug 610791 - checks fail for unused documented symbolsBehdad Esfahbod2010-02-233-0/+13
| | | | Hookup new symbol.