diff options
author | Alexander Larsson <alexl@redhat.com> | 2000-12-04 17:59:43 +0000 |
---|---|---|
committer | Alexander Larsson <alexl@src.gnome.org> | 2000-12-04 17:59:43 +0000 |
commit | d77144614bb39e62dc40cd9b8c510b4cfee04c62 (patch) | |
tree | 8eceb80df2056fba60eec9817dd1dbecb301b56e /ChangeLog.pre-2-4 | |
parent | 9cca191b6adda9c3e7a509769cb0442a84ac2794 (diff) | |
download | gtk+-d77144614bb39e62dc40cd9b8c510b4cfee04c62.tar.gz |
Divide size by 2, not multiply.
2000-12-04 Alexander Larsson <alexl@redhat.com>
* gdk/linux-fb/gdkfont-fb.c (gdk_text_width): Divide size by 2, not
multiply.
* gdk/linux-fb/gdkpango-fb.c:
Copied some 26.6 scaling macros from pango to clean up the rounding.
(pango_fb_font_get_glyph_info): Correct sign on x value.
* gdk/linux-fb/gdkprivate-fb.h:
Removed unreferenced external functions.
* modules/linux-fb/Makefile.am: Use ` instead of '.
* modules/linux-fb/basic.c:
Remove dead code. In particular the dummy lang engine which broke all
pango layouts in GtkFB. Don't include tables-big.i anymore.
* modules/linux-fb/tables-big.i:
Upgrade to latest version from pango. Left for reference, basic_ranges
moved to basic.c.
Diffstat (limited to 'ChangeLog.pre-2-4')
-rw-r--r-- | ChangeLog.pre-2-4 | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-4 b/ChangeLog.pre-2-4 index 0ca9c7c0ec..23ee0d2a23 100644 --- a/ChangeLog.pre-2-4 +++ b/ChangeLog.pre-2-4 @@ -1,3 +1,25 @@ +2000-12-04 Alexander Larsson <alexl@redhat.com> + + * gdk/linux-fb/gdkfont-fb.c (gdk_text_width): Divide size by 2, not + multiply. + + * gdk/linux-fb/gdkpango-fb.c: + Copied some 26.6 scaling macros from pango to clean up the rounding. + (pango_fb_font_get_glyph_info): Correct sign on x value. + + * gdk/linux-fb/gdkprivate-fb.h: + Removed unreferenced external functions. + + * modules/linux-fb/Makefile.am: Use ` instead of '. + + * modules/linux-fb/basic.c: + Remove dead code. In particular the dummy lang engine which broke all + pango layouts in GtkFB. Don't include tables-big.i anymore. + + * modules/linux-fb/tables-big.i: + Upgrade to latest version from pango. Left for reference, basic_ranges + moved to basic.c. + 2000-12-04 Havoc Pennington <hp@redhat.com> Fix bugs Alex found: |