projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
In GetPath(), don't append separator if there's already one at the end
[wxWidgets.git]
/
wxPython
/
CHANGES.txt
diff --git
a/wxPython/CHANGES.txt
b/wxPython/CHANGES.txt
index c69baec9bf7dcdd96566a358d3519fef117eaeab..60b82af4f945cacfc2bd97fdaed1d87c584bf229 100644
(file)
--- a/
wxPython/CHANGES.txt
+++ b/
wxPython/CHANGES.txt
@@
-88,6
+88,8
@@
Added OOR support for wxGridCellRenderer, wxGridCellEditor,
wxGridCellAttr, wxGridCellAttrProvider, wxGridTableBase and their
derived classes.
+Added wxImage.GetDataBuffer which returns an in-place edit buffer of
+the image data. (Patch #546009)