FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for src/_tkagg.cpp - betterworldc/matplotlib · GitHub
betterworldc
/
matplotlib
Public
forked from
matplotlib/matplotlib
Notifications
You must be signed in to change notification settings
Fork
0
Star
1
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
matplotlib
src
_tkagg.cpp
on
master
User selector
Datepicker
Commit history
Commits on Jun 10, 2019
STY: reformat c++ conditional
tacaswell
committed
44aa923
View commit details
Copy full SHA for 44aa923
View code at this point
Browse repository at this point
Commits on Jun 7, 2019
MNT: protect from out-of-bounds data access at the c level
Show description for e50cd5b
tacaswell
committed
e50cd5b
View commit details
Copy full SHA for e50cd5b
View code at this point
Browse repository at this point
Commits on May 21, 2019
Remove APIs deprecated in mpl3.0.
anntzer
committed
4930fbc
View commit details
Copy full SHA for 4930fbc
View code at this point
Browse repository at this point
Commits on Apr 1, 2019
MNT: account for cpython deprecations
Show description for 593faa0
tacaswell
committed
593faa0
View commit details
Copy full SHA for 593faa0
View code at this point
Browse repository at this point
Commits on Feb 5, 2019
Remove unused variable
cgohlke
authored
f082f0e
View commit details
Copy full SHA for f082f0e
View code at this point
Browse repository at this point
Fix gcc warning
Show description for f07c6fd
cgohlke
authored
f07c6fd
View commit details
Copy full SHA for f07c6fd
View code at this point
Browse repository at this point
Commits on Feb 2, 2019
Catch only std::bad_alloc
cgohlke
authored
41af6fc
View commit details
Copy full SHA for 41af6fc
View code at this point
Browse repository at this point
Commits on Jan 25, 2019
Fix unhandled C++ exception
Show description for e6e5cdf
cgohlke
authored
e6e5cdf
View commit details
Copy full SHA for e6e5cdf
View code at this point
Browse repository at this point
Commits on Jan 3, 2019
Move _windowing extension into _tkagg.
Show description for 824c2ef
anntzer
committed
824c2ef
View commit details
Copy full SHA for 824c2ef
View code at this point
Browse repository at this point
Commits on Oct 21, 2018
Don't confuse uintptr_t and Py_ssize_t.
anntzer
committed
ecec979
View commit details
Copy full SHA for ecec979
View code at this point
Browse repository at this point
Commits on Apr 5, 2018
Simplify tkagg C extension.
anntzer
committed
314420a
View commit details
Copy full SHA for 314420a
View code at this point
Browse repository at this point
Commits on Apr 2, 2018
Rewrite the tk C blitting code
Show description for 691c7e6
anntzer
committed
691c7e6
View commit details
Copy full SHA for 691c7e6
View code at this point
Browse repository at this point
Commits on Mar 5, 2018
Remove C checks for old PY_*VERSION*.
QuLogic
committed
60adbd1
View commit details
Copy full SHA for 60adbd1
View code at this point
Browse repository at this point
Commits on Feb 16, 2018
fix (from review)
mattip
committed
816ffba
View commit details
Copy full SHA for 816ffba
View code at this point
Browse repository at this point
BUG: quirk in sscanf, changing the order fixes it
mattip
committed
f0a7a81
View commit details
Copy full SHA for f0a7a81
View code at this point
Browse repository at this point
Commits on Dec 12, 2017
use agg:int8u not uint8_t
mattip
committed
b40923d
View commit details
Copy full SHA for b40923d
View code at this point
Browse repository at this point
Commits on Nov 24, 2017
silence warnings, fix build on old MSC compilers
mattip
committed
09576fa
View commit details
Copy full SHA for 09576fa
View code at this point
Browse repository at this point
Commits on Nov 23, 2017
fixes from review
mattip
committed
c2a7143
View commit details
Copy full SHA for c2a7143
View code at this point
Browse repository at this point
Commits on Nov 5, 2017
search for cffi c-extension module to find c-functions
mattip
committed
512e4d8
View commit details
Copy full SHA for 512e4d8
View code at this point
Browse repository at this point
change interface in PyAggImagePhoto to avoid id()
mattip
committed
8e80a20
View commit details
Copy full SHA for 8e80a20
View code at this point
Browse repository at this point
Commits on Jul 22, 2017
Remove semicolon after PyObject_HEAD. (#8925)
Show description for 062beb6
anntzer
authored and
tacaswell
committed
062beb6
View commit details
Copy full SHA for 062beb6
View code at this point
Browse repository at this point
Commits on Dec 18, 2016
Merge remote-tracking branch 'matplotlib/v2.x'
tacaswell
committed
8c5b548
View commit details
Copy full SHA for 8c5b548
View code at this point
Browse repository at this point
Use correct type for Tk addresses.
Show description for a91559b
QuLogic
committed
a91559b
View commit details
Copy full SHA for a91559b
View code at this point
Browse repository at this point
Remove unnecessary _tkagg._pyobj_addr function.
Show description for f7c97f0
QuLogic
committed
f7c97f0
View commit details
Copy full SHA for f7c97f0
View code at this point
Browse repository at this point
Commits on Nov 9, 2016
Merge pull request #7433 from matthew-brett/master
Show description for 033c3f2
NelleV
committed
033c3f2
View commit details
Copy full SHA for 033c3f2
View code at this point
Browse repository at this point
FIX: search for tkinter first in builtins
Show description for b4cc9cc
matthew-brett
committed
b4cc9cc
View commit details
Copy full SHA for b4cc9cc
View code at this point
Browse repository at this point
Commits on Oct 18, 2016
Merge branch 'v2.x' into master
QuLogic
committed
e489005
View commit details
Copy full SHA for e489005
View code at this point
Browse repository at this point
Commits on Oct 11, 2016
LEG: include license for files derived from PIL
Show description for 8b8e26a
tacaswell
committed
8b8e26a
View commit details
Copy full SHA for 8b8e26a
View code at this point
Browse repository at this point
Commits on Jul 18, 2016
BUG: fix C90 warning -> error in new tkagg code
Show description for 1d75cae
matthew-brett
committed
1d75cae
View commit details
Copy full SHA for 1d75cae
View code at this point
Browse repository at this point
Commits on May 24, 2016
Merge pull request #6442 from matthew-brett/dynamic-tkagg
Show description for b80e0f1
efiring
committed
b80e0f1
View commit details
Copy full SHA for b80e0f1
View code at this point
Browse repository at this point
Commits on May 23, 2016
RF: check, edit, refactor Tcl / tk mini header
Show description for 3f5407a
matthew-brett
committed
3f5407a
View commit details
Copy full SHA for 3f5407a
View code at this point
Browse repository at this point
Commits on May 20, 2016
WIP: Add excerpts from TCL / Tk header
Show description for 94bb457
matthew-brett
committed
94bb457
View commit details
Copy full SHA for 94bb457
View code at this point
Browse repository at this point
RF: short-circuit the Tk function tests
Show description for 4c5a3ab
matthew-brett
committed
4c5a3ab
View commit details
Copy full SHA for 4c5a3ab
View code at this point
Browse repository at this point
Commits on May 19, 2016
RF: find TCL / Tk symbols correctly on Windows
Show description for 830d7a3
matthew-brett
committed
830d7a3
View commit details
Copy full SHA for 830d7a3
View code at this point
Browse repository at this point
Commits on May 18, 2016
RF: make dynamic loading of TCL the one true way
Show description for fc5d060
matthew-brett
committed
fc5d060
View commit details
Copy full SHA for fc5d060
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL