summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* [HB] Remove Indic moduleharfbuzz-ng-externalBehdad Esfahbod2012-08-168-1833/+3
|
* [HB] Remove Thai shaperBehdad Esfahbod2012-08-167-1274/+1
|
* [HB] Remove Hangul, Hebrew, Khmer, and Tibetan shaping modulesBehdad Esfahbod2012-08-1614-3285/+2
|
* [HB] Update to HarfBuzz 0.9.2 APIBehdad Esfahbod2012-08-162-98/+3
|
* [hb] Adapt to harfbuzz API changesBehdad Esfahbod2011-09-192-3/+3
|
* Revert "[HB] Fix cluster setting with recent HB change"Behdad Esfahbod2011-07-291-8/+1
| | | | | | | This reverts commit 26475e516f2384efaefe3dd97bd99f2176291354. HarfBuzz reverted to setting clusters logically all the time again, so we don't need this change.
* [HB] Fix cluster setting with recent HB changeBehdad Esfahbod2011-07-211-1/+8
|
* Merge branch 'master' into harfbuzz-ng-externalBehdad Esfahbod2011-06-1778-1050/+3556
|\ | | | | | | | | | | | | Conflicts: configure.in pango/opentype/hb-common.h pango/pango-ot-info.c
| * Bump version to 1.29.31.29.3Javier Jardón2011-06-162-1/+5
| |
| * Revert latest commitJavier Jardón2011-06-161-3/+5
| | | | | | | | This reverts commit 6d1c98aed05ad10111c896708aca86436fc2328a.
| * asd1.29.1Javier Jardón2011-06-161-5/+3
| |
| * Bump version to 2.29.1Javier Jardón2011-06-161-1/+1
| |
| * Update NEWSBehdad Esfahbod2011-06-161-0/+56
| |
| * introspection: Remove incorrect trailing colon from (skip)Colin Walters2011-06-153-3/+3
| | | | | | | | The syntax doesn't include this, and apparently it confuses gtk-doc.
| * 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.
| * Revert "layout: Make sure all lines are ellipsized"Behdad Esfahbod2011-06-151-1/+2
| | | | | | | | This reverts commit 00d2842d8a5ded059fc058d05b2cffcf16186710.
| * Cull some dead codeMatthias Clasen2011-06-151-2/+0
| | | | | | | | | | | | | | Some static analysis tool complained about dead code, and it is right in this case. https://bugzilla.gnome.org/show_bug.cgi?id=652616
| * layout: Make sure all lines are ellipsizedBenjamin Otte2011-06-131-2/+1
| | | | | | | | | | | | | | | | | | | | All lines that are too long should be ellipsized when ellipsizing is enabled. Not just those lines where we thought they'd need to be in advance. It might turn out that a word is too long so that we cannot wrap it. In that case we still want to break as soon as possible, but still ellipsize the line. https://bugzilla.gnome.org/show_bug.cgi?id=649783
| * Bug 652227 - Unconditional use of stdint.hBehdad Esfahbod2011-06-101-1/+5
| |
| * Stop using G_CONST_RETURN in PangoRyan Lortie2011-06-0922-49/+49
| | | | | | | | | | | | | | G_CONST_RETURN is headed for deprecation (as per bug #644611). Stop using it in Pango. https://bugzilla.gnome.org/show_bug.cgi?id=652202
| * Fix make checkMatthias Clasen2011-06-021-0/+1
| |
| * Bug 650781 - Font Families are listed lowercaseMatej Knopp2011-05-311-7/+5
| | | | | | | | Fix CoreText backend to not use the casefold string as family name.
| * Dist the Visual C++ 2008 README.txt fileChun-wei Fan2011-05-251-1/+2
| | | | | | | | accidently removed that during my last changes...doh.
| * Update config.h.win32.inChun-wei Fan2011-05-201-2/+2
| | | | | | | | There were some typoes in the autotools macros used-fix them up.
| * Minor updates to Visual C++ 2008 README.txtChun-wei Fan2011-05-181-4/+4
| | | | | | | | Make pathnames Windows-like... missed them just now. doh.
| * Update Visual C++ 2008 README.txtChun-wei Fan2011-05-181-2/+55
| | | | | | | | | | Make the instructions to compile Pango with Visual C++ clearer.
| * Part of Bug 377539 - Make Pango thread-safeBehdad Esfahbod2011-05-171-1/+1
| |
| * [docs] Update templatesBehdad Esfahbod2011-05-171-0/+19
| |
| * Update pango.defChun-wei Fan2011-05-171-1/+1
| | | | | | | | | | | | | | The entry of the symbols for commit 4587e5d2231b717dd116253a49badc1ba3aa5db5 in this file was not correct. Fix that here.
| * Update Visual C++ 2008 property sheetChun-wei Fan2011-05-171-0/+6
| | | | | | | | | | | | Create a pango.aliases file in $(OutDir)etc\pango during the "install" phase. The contents of the file is identical to the one that is suggested in README.win32
| * MinorBehdad Esfahbod2011-05-162-5/+7
| |
| * 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-164-0/+24
| | | | | | | | | | | | | | 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-164-0/+40
| | | | | | | | | | | | | | 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
| * Various Visual C++ support updatesChun-wei Fan2011-05-1611-322/+647
| | | | | | | | | | | | | | | | | | | | | | | | | | -Move the stub stdint.h back into the vs9 folder as stdint.h is shipped with Visual C++ 2010, and update the corresponding Makefile.am's accordingly -Add new solution to build Pango with FontConfig-the former solution file will build Pango without FontConfig. This is to simplify the use of the GTK+ stack as many will probably not use FontConfig on Windows, therefore this is to reduce the number of dependencies -Added configurations in Pango, PangoWin32, PangoCairo regarding FontConfig (To make sure their configurations are consistent across the board) -Cleaned up the various project files for a bit.
| * Update preconfigured config.h(.win32.in)Chun-wei Fan2011-05-161-2/+8
| | | | | | | | | | | | -Update for Visual C++ 2010 regarding stdint.h (it is shipped with VS 2010 by default) -Allow option to not use FontConfig
| * Update Visual C++ property sheetChun-wei Fan2011-05-161-3/+6
| | | | | | | | | | | | Force the use of the pre-generated sources and headers, so that language/script modules can be used directly and correctly from the main Pango/PangoWin32/PangoFT2 DLL(s)
| * Update Visual C++ support a bitChun-wei Fan2011-05-164-4/+6
| | | | | | | | | | | | | | | | -Move the stub unistd.h and stdint.h required up a level to ease the addition of Visual C++ 2010 support -Dist the Visual C++-stub unistd.h and stdint.h -Update the pangoft2 project again to reflect the change in the location of the Visual C++-stub headers
| * Update pangoft2 Visual C++ projectChun-wei Fan2011-05-161-3/+6
| | | | | | | | Make the include paths and predefined macros consistent across the board.
| * Update pangowin32 Visual C++ projectChun-wei Fan2011-05-161-0/+4
| | | | | | | | | | Now the code links directly to usp10.lib, so add that in the project files.
| * Fix doc templatesBehdad Esfahbod2011-05-011-0/+42
| |
| * [OT] Fix logicBehdad Esfahbod2011-05-011-1/+1
| | | | | | | | That part of code is to be removed thanks to HarfBuzz move though.
| * Fix compiler warningsBehdad Esfahbod2011-05-015-14/+19
| |
| * Bug 648044; Change PangoCoreTextFace::weight to type PangoWeight and perform ↵John Ralls2011-05-011-52/+44
| | | | | | | | | | the conversion from the CFNumber with a mapping table in pango_core_test_face_from_ct_font_descriptor() This assigns PangoWeights which better align with the CoreText weights and better ensures that unique values are used for hash keys used for determining which faces need synthetic italic faces created.
| * Finish conversion to using G_DEFINE_TYPE: Provide PangoCoreTextFamilyClass ↵John Ralls2011-04-301-43/+50
| | | | | | | | and PangoCoreTextFaceClass so that it actually compiles.
| * pango/pangox-fontmap.c: Use G_DEFINE_TYPEJavier Jardón2011-04-302-98/+34
| |
| * pango/pangocoretext-fontmap.c: Use G_DEFINE_TYPEJavier Jardón2011-04-301-35/+2
| |
| * pango/pangoatsui-fontmap.c: Use G_DEFINE_TYPEJavier Jardón2011-04-301-36/+3
| |
| * pango/pango-renderer.c: parent_class is already defined in ↵Javier Jardón2011-04-301-5/+1
| | | | | | | | G_DEFINE_ABSTRACT_TYPE
| * ngo/pango-ot-ruleset.c: Use G_DEFINE_TYPEJavier Jardón2011-04-301-35/+4
| |