| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
|
|
|
| |
The syntax doesn't include this, and apparently it confuses gtk-doc.
|
|
|
|
|
|
|
| |
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.
|
|
|
|
| |
This reverts commit 00d2842d8a5ded059fc058d05b2cffcf16186710.
|
|
|
|
|
|
|
| |
Some static analysis tool complained about dead code,
and it is right in this case.
https://bugzilla.gnome.org/show_bug.cgi?id=652616
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
|
|
| |
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 CoreText backend to not use the casefold string as family name.
|
|
|
|
| |
accidently removed that during my last changes...doh.
|
|
|
|
| |
There were some typoes in the autotools macros used-fix them up.
|
|
|
|
| |
Make pathnames Windows-like... missed them just now. doh.
|
|
|
|
|
| |
Make the instructions to compile Pango with Visual C++
clearer.
|
| |
|
| |
|
|
|
|
|
|
|
| |
The entry of the symbols for commit
4587e5d2231b717dd116253a49badc1ba3aa5db5 in this file was not correct.
Fix that here.
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
| |
Turns out the index for 1.28 additions was mislabeled, too.
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
-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 for Visual C++ 2010 regarding stdint.h (it is shipped with VS 2010
by default)
-Allow option to not use FontConfig
|
|
|
|
|
|
| |
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)
|
|
|
|
|
|
|
|
| |
-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
|
|
|
|
| |
Make the include paths and predefined macros consistent across the board.
|
|
|
|
|
| |
Now the code links directly to usp10.lib, so add that in the project
files.
|
| |
|
|
|
|
| |
That part of code is to be removed thanks to HarfBuzz move though.
|
| |
|
|
|
|
|
| |
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.
|
|
|
|
| |
and PangoCoreTextFaceClass so that it actually compiles.
|
| |
|
| |
|
| |
|
|
|
|
| |
G_DEFINE_ABSTRACT_TYPE
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
https://bugzilla.gnome.org/show_bug.cgi?id=578018
|
| |
|
| |
|
| |
|
| |
|