Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
profholzer
/
matplotlib
Public
forked from
matplotlib/matplotlib
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Breadcrumbs
History for
matplotlib
src
ft2font.cpp
on
master
User selector
All users
Datepicker
All time
Commit history
Commits on Jun 10, 2013
Use PyOS_snprintf
mdboom
committed
fa05169
View commit details
Copy full SHA for fa05169
View code at this point
Browse repository at this point
Commits on Jun 7, 2013
Fix some segfaults when using newer Microsoft fonts.
mdboom
committed
3f9dbd2
View commit details
Copy full SHA for 3f9dbd2
View code at this point
Browse repository at this point
Commits on Apr 19, 2013
Merge remote branch 'original/master'
Show description for aedb386
Daniel Hyams
committed
aedb386
View commit details
Copy full SHA for aedb386
View code at this point
Browse repository at this point
Commits on Mar 26, 2013
Fix #1839: Compilation on Solaris
mdboom
committed
f09dd04
View commit details
Copy full SHA for f09dd04
View code at this point
Browse repository at this point
Commits on Feb 17, 2013
https://github.com/matplotlib/matplotlib/pull/1710
Show description for 05a9d9e
Daniel Hyams
committed
05a9d9e
View commit details
Copy full SHA for 05a9d9e
View code at this point
Browse repository at this point
Commits on Jan 28, 2013
Fix for Python 3
mdboom
committed
d5710a4
View commit details
Copy full SHA for d5710a4
View code at this point
Browse repository at this point
Fix #1710. When a font doesn't have glyph names, we should synthesize them.
mdboom
committed
be1d7dd
View commit details
Copy full SHA for be1d7dd
View code at this point
Browse repository at this point
Commits on Dec 6, 2012
Remove redundant ob_refcnt's that cause crashes when built in DEBUG mode.
mdboom
committed
f88c084
View commit details
Copy full SHA for f88c084
View code at this point
Browse repository at this point
Commits on Dec 4, 2012
Remove NO_DEPRECATED flag -- this was accidentally committed.
mdboom
committed
745bb21
View commit details
Copy full SHA for 745bb21
View code at this point
Browse repository at this point
Commits on Nov 26, 2012
Fix some compiler warnings
mdboom
committed
33813e6
View commit details
Copy full SHA for 33813e6
View code at this point
Browse repository at this point
Commits on Aug 3, 2012
Reinstate the manual reference counting as discovered in #1054.
mdboom
committed
84524eb
View commit details
Copy full SHA for 84524eb
View code at this point
Browse repository at this point
Commits on Jun 7, 2012
Fixes #913. Paths that start with an "OFF" point should use their last point as an initial MOVETO. This is the SVG-specific corrolory to #905.
mdboom
committed
e0fbf5d
View commit details
Copy full SHA for e0fbf5d
View code at this point
Browse repository at this point
Commits on Apr 17, 2012
Merge remote-tracking branch 'origin/v1.1.x'
Show description for 76665d0
mdboom
committed
76665d0
View commit details
Copy full SHA for 76665d0
View code at this point
Browse repository at this point
Commits on Mar 23, 2012
Fix mono font rendering -- characters are now correctly superimposed. Primarily affects mathtext.
mdboom
committed
c36edf4
View commit details
Copy full SHA for c36edf4
View code at this point
Browse repository at this point
Merge remote-tracking branch 'upstream/v1.1.x'
Show description for 5b499f0
mdboom
committed
5b499f0
View commit details
Copy full SHA for 5b499f0
View code at this point
Browse repository at this point
Commits on Mar 22, 2012
Fix failing tests. The reasons for the failures were in the following categories:
Show description for 3b0c9a7
mdboom
committed
3b0c9a7
View commit details
Copy full SHA for 3b0c9a7
View code at this point
Browse repository at this point
Commits on Feb 27, 2012
Makes the "hinting factor" tweakable at runtime.
Show description for 1d78d3d
mdboom
committed
1d78d3d
View commit details
Copy full SHA for 1d78d3d
View code at this point
Browse repository at this point
Commits on Dec 6, 2011
Backport 98ee4e991ae142622f3814db193b75236eb77cea to v1.1.x branch
mdboom
committed
bbc5e66
View commit details
Copy full SHA for bbc5e66
View code at this point
Browse repository at this point
Commits on Nov 16, 2011
Merge pull request #578 from mdboom/ft2font-as_rgba_str
Show description for 890ee59
mdboom
committed
890ee59
View commit details
Copy full SHA for 890ee59
View code at this point
Browse repository at this point
Commits on Nov 10, 2011
Simplify some of the c++ code
mdboom
committed
121ff66
View commit details
Copy full SHA for 121ff66
View code at this point
Browse repository at this point
Reinstate FT2Image.as_rgb_str() and FT2Image.as_rgba_str(). Doesn't follow the broken model before where improperly-reference-counted copies were made. Alternative to #575
mdboom
committed
e611471
View commit details
Copy full SHA for e611471
View code at this point
Browse repository at this point
Commits on Jun 13, 2011
Merge remote-tracking branch 'main/master'
Show description for f2d8547
mdboom
committed
f2d8547
View commit details
Copy full SHA for f2d8547
View code at this point
Browse repository at this point
Commits on May 9, 2011
More progress in new SVG backend. Now "passes" more regression tests, logically if not officially.
mdboom
committed
8dd762e
View commit details
Copy full SHA for 8dd762e
View code at this point
Browse repository at this point
Initial progress with new SVG backend
mdboom
committed
1e04fcd
View commit details
Copy full SHA for 1e04fcd
View code at this point
Browse repository at this point
Commits on Apr 4, 2011
Merge remote branch 'main/master'
Show description for 64471cf
mdboom
committed
64471cf
View commit details
Copy full SHA for 64471cf
View code at this point
Browse repository at this point
Commits on Mar 23, 2011
Merge remote-tracking branch 'remotes/origin/v1.0.x'
astropy-buildbot
committed
79984f7
View commit details
Copy full SHA for 79984f7
View code at this point
Browse repository at this point
Merge branch 'ob_refcnt' of https://github.com/mdboom/matplotlib-py3 into mdboom-ob_refcnt
astropy-buildbot
committed
85af0c0
View commit details
Copy full SHA for 85af0c0
View code at this point
Browse repository at this point
Commits on Mar 22, 2011
Fix reference counting bug that was causing a memory leak in test_mathtext_font_* regression tests.
Show description for 98ee4e9
astropy-buildbot
committed
98ee4e9
View commit details
Copy full SHA for 98ee4e9
View code at this point
Browse repository at this point
Commits on Mar 17, 2011
Use PyMODINIT_FUNC where appropriate.
cgohlke
authored and
mdboom
committed
25b6910
View commit details
Copy full SHA for 25b6910
View code at this point
Browse repository at this point
Commits on Mar 16, 2011
ft2font: Use mask-and-shift to fix GCC complaint about dereferencing of type-punned pointer.
stefanv
authored and
Neil
committed
e05c2fa
View commit details
Copy full SHA for e05c2fa
View code at this point
Browse repository at this point
Commits on Mar 8, 2011
Simplify mathtext code so it doesn't require cyclical/weak references anymore. Alas, still no luck solving the mysterious FT2Image memory leak.
mdboom
committed
5a4c578
View commit details
Copy full SHA for 5a4c578
View code at this point
Browse repository at this point
Remove the as_rgb and as_rgba methods from FT2Image, as they are no longer used and they are kind of a reference-counting mess. Alas, this does not yet fix the FT2Image memory leak issue on Python…
mdboom
committed
590992e
View commit details
Copy full SHA for 590992e
View code at this point
Browse repository at this point
Fix mathtext regression tests
mdboom
committed
094a4ab
View commit details
Copy full SHA for 094a4ab
View code at this point
Browse repository at this point
Commits on Mar 3, 2011
Various minor cleanups to FT2Font
mdboom
committed
148025b
View commit details
Copy full SHA for 148025b
View code at this point
Browse repository at this point
Move FT2Font to new PyCXX extension type API
mdboom
committed
8ba1981
View commit details
Copy full SHA for 8ba1981
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.