projects
/
wxWidgets.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
reSWIGged
[wxWidgets.git]
/
wxPython
/
2006-10-12
Robin Dunn
reSWIGged
tree
|
commitdiff
2006-10-12
Robin Dunn
Give up on trying to fix all the buffered dc problems...
tree
|
commitdiff
2006-10-12
Robin Dunn
typo
tree
|
commitdiff
2006-10-11
Robin Dunn
Don't use the window position as the x offset when...
tree
|
commitdiff
2006-10-11
Robin Dunn
a little whitespace cleanup
tree
|
commitdiff
2006-10-11
Robin Dunn
Give some more specific info if PyWin can't be imported...
tree
|
commitdiff
2006-10-11
Robin Dunn
a couple new generic methods
tree
|
commitdiff
2006-10-11
Robin Dunn
convert unicode filename to file system encoding
tree
|
commitdiff
2006-10-11
Robin Dunn
Size property conflicts with Size() method
tree
|
commitdiff
2006-10-11
Robin Dunn
use "StrokeLineSegements" for the second overload of...
tree
|
commitdiff
2006-10-11
Robin Dunn
docstring update
tree
|
commitdiff
2006-07-24
Vadim Zeitlin
fixed typos in last check in
tree
|
commitdiff
2006-07-24
Vadim Zeitlin
protect gs_allThreads with a mutex (modified patch...
tree
|
commitdiff
2006-07-24
Vadim Zeitlin
documentation for wxAppTraits (patch 1518295 from Franc...
tree
|
commitdiff
2006-10-11
Robin Dunn
distrib changes to enable graphics context and add...
tree
|
commitdiff
2006-10-11
Robin Dunn
reSWIGged
tree
|
commitdiff
2006-10-11
Robin Dunn
helpers and typemaps for new GraphicsContext methods
tree
|
commitdiff
2006-10-11
Robin Dunn
better comments
tree
|
commitdiff
2006-10-11
Robin Dunn
reentrance methods
tree
|
commitdiff
2006-10-11
Robin Dunn
~wxPoint2D
tree
|
commitdiff
2006-10-11
Robin Dunn
Get/Set LayoutDirection
tree
|
commitdiff
2006-10-11
Robin Dunn
Add wxOverlay
tree
|
commitdiff
2006-10-11
Robin Dunn
Don't call BeginDrawing/EndDrawing, they're deprecated.
tree
|
commitdiff
2006-10-11
Robin Dunn
don't build the animate contrib
tree
|
commitdiff
2006-10-11
Robin Dunn
use wx.SAVE style for the save dialog
tree
|
commitdiff
2006-10-11
Robin Dunn
move animate from contrib to core, and migrate to new API
tree
|
commitdiff
2006-10-10
Robin Dunn
Disown using .this.own(False) instead of .thisown ...
tree
|
commitdiff
2006-10-10
Robin Dunn
CreateButtonSizer changes
tree
|
commitdiff
2006-10-09
Robin Dunn
double buffer changes
tree
|
commitdiff
2006-10-09
Robin Dunn
Added wx.AboutBox()
tree
|
commitdiff
2006-10-09
Robin Dunn
new changes
tree
|
commitdiff
2006-10-09
Robin Dunn
Varous changes and tweaks to match some of Julian's...
tree
|
commitdiff
2006-10-09
Robin Dunn
IsEmpty, ChangeValue, etc.
tree
|
commitdiff
2006-10-09
Robin Dunn
Add IsOk's
tree
|
commitdiff
2006-10-09
Robin Dunn
make sure the cleanup happens
tree
|
commitdiff
2006-10-09
Robin Dunn
install bitmaps/*.ico files too
tree
|
commitdiff
2006-10-09
Robin Dunn
update to latest from Andrea
tree
|
commitdiff
2006-10-09
Robin Dunn
default ID value
tree
|
commitdiff
2006-10-09
Robin Dunn
Version number bump
tree
|
commitdiff
2006-10-09
Robin Dunn
Add CustomTreeCtrl from Andrea Gavana
tree
|
commitdiff
2006-10-06
Robin Dunn
rename the ID parameter
tree
|
commitdiff
2006-10-06
Robin Dunn
reSWIGged
tree
|
commitdiff
2006-10-06
Robin Dunn
Renamed wx.FutureCall to wx.CallLater so it is named...
tree
|
commitdiff
2006-10-06
Robin Dunn
be able to switch between the frame managing the toolba...
tree
|
commitdiff
2006-10-06
Robin Dunn
some tweaks
tree
|
commitdiff
2006-10-06
Robin Dunn
reSWIGged
tree
|
commitdiff
2006-10-06
Robin Dunn
don't inject constructors
tree
|
commitdiff
2006-10-06
Robin Dunn
always use wxPyPanel
tree
|
commitdiff
2006-10-06
Robin Dunn
reduce the number of objects for a quicker startup...
tree
|
commitdiff
2006-10-06
Robin Dunn
Set overview to docstring
tree
|
commitdiff
2006-10-06
Robin Dunn
Fixes for using the staticmethods
tree
|
commitdiff
2006-10-05
Robin Dunn
some fixes
tree
|
commitdiff
2006-10-05
Robin Dunn
Updates from Paul
tree
|
commitdiff
2006-10-05
Robin Dunn
Add FlatNotebook
tree
|
commitdiff
2006-10-04
Robin Dunn
Save a reference to the DC
tree
|
commitdiff
2006-10-03
Robin Dunn
Add wrappers for wxGraphicsPath and wxGraphicsContext...
tree
|
commitdiff
2006-10-03
Robin Dunn
fix HitTest
tree
|
commitdiff
2006-10-03
Robin Dunn
KeyCode --> GetKeyCode
tree
|
commitdiff
2006-10-03
Robin Dunn
Don't use the old wxPython namespace
tree
|
commitdiff
2006-10-03
Robin Dunn
Change wx.DC inheritance hierarchy to match reality
tree
|
commitdiff
2006-10-03
Robin Dunn
Don't deprecate Inside() yet
tree
|
commitdiff
2006-10-03
Robin Dunn
Use Set(name) instead of InitFromName(name)
tree
|
commitdiff
2006-10-03
Robin Dunn
Don't forget the samples\ide\activegrid\model dir
tree
|
commitdiff
2006-10-03
Robin Dunn
Added the wx.lib.buttonpanel module, which is a tweaked...
tree
|
commitdiff
2006-10-02
Robin Dunn
reSWIGged
tree
|
commitdiff
2006-10-02
Robin Dunn
Don't autosize if the height is too small. Interaction...
tree
|
commitdiff
2006-10-02
Robin Dunn
Match some API tweaks made in CVS
tree
|
commitdiff
2006-10-02
Robin Dunn
Don't override the Label property in the base class.
tree
|
commitdiff
2006-10-02
Robin Dunn
Change the name of the dir where the message catalogs...
tree
|
commitdiff
2006-10-02
Robin Dunn
fix layout
tree
|
commitdiff
2006-10-02
Robin Dunn
Show the color component values too
tree
|
commitdiff
2006-10-02
Robin Dunn
Deal with wxVariant changed
tree
|
commitdiff
2006-09-27
Robin Dunn
Add missing "public" so wxGridCellRenderer methods...
tree
|
commitdiff
2006-09-26
Robin Dunn
Add missing "public" so wxGridCellRenderer methods...
tree
|
commitdiff
2006-09-26
Robin Dunn
Workaround some platform differences
tree
|
commitdiff
2006-09-26
Robin Dunn
Add properties
tree
|
commitdiff
2006-09-25
Robin Dunn
add tests for EVT_TEXT_ENTER
tree
|
commitdiff
2006-09-25
Robin Dunn
build tweaks, also drop most Python 2.3 builds
tree
|
commitdiff
2006-09-25
Robin Dunn
various changes to get up to date with CVS
tree
|
commitdiff
2006-09-25
Robin Dunn
fix attribute errors when importing wxPython.wx
tree
|
commitdiff
2006-09-25
Robin Dunn
handle starting out with multiple lines of text.
tree
|
commitdiff
2006-09-23
Robin Dunn
New names for some ArtProvider methods
tree
|
commitdiff
2006-09-23
Robin Dunn
Added wx.lib.expando, a multi-line textctrl that exands...
tree
|
commitdiff
2006-09-22
Robin Dunn
add some properties
tree
|
commitdiff
2006-09-22
Robin Dunn
docstring fix
tree
|
commitdiff
2006-09-21
Robin Dunn
reSWIGged
tree
|
commitdiff
2006-09-21
Robin Dunn
disown wxPyXmlResourceHandler
tree
|
commitdiff
2006-09-21
Robin Dunn
Use the generic listctrl on Mac by default until it...
tree
|
commitdiff
2006-09-21
Robin Dunn
s_macSupportPCMenuShortcuts no longer exists
tree
|
commitdiff
2006-09-21
Robin Dunn
Add support for aborting the worker thread
tree
|
commitdiff
2006-09-21
Robin Dunn
use the MSVC 7.1 DLLs for python versions >= 2.4, not ==
tree
|
commitdiff
2006-09-21
Robin Dunn
reSWIGged
tree
|
commitdiff
2006-09-21
Robin Dunn
Several methods dropped the const from their signature
tree
|
commitdiff
2006-09-21
Robin Dunn
Use GridNameStr
tree
|
commitdiff
2006-09-21
Robin Dunn
new wxCONTROL constants
tree
|
commitdiff
2006-09-21
Robin Dunn
Add comment about additional forms of Inflate(). Decid...
tree
|
commitdiff
2006-09-21
Robin Dunn
Import numpy.oldnumeric
tree
|
commitdiff
2006-09-18
Robin Dunn
docstrings and other minor tweaks
tree
|
commitdiff
2006-09-18
Robin Dunn
minor demo tweak
tree
|
commitdiff
2006-09-18
Robin Dunn
Don't turn off the HAS_BUTTONS stle on wxMac
tree
|
commitdiff
next