]> git.saurik.com Git - wxWidgets.git/history - wxPython
IPC sample projects renamed from ipc_xxx to ipc_ipcxxx
[wxWidgets.git] / wxPython /
2006-11-23  Kevin OllivierRemove debugging statement.
2006-11-23  Kevin OllivierAllow import checks to be turned off via preference.
2006-11-23  Robin DunnreSWIGged
2006-11-23  Robin DunnFixes for new AUI changes
2006-11-23  Robin DunnUpdates from Dan
2006-11-22  Kevin OllivierCoreGraphics only supports the wx.COPY logical function.
2006-07-25  Włodzimierz SkibaFinal steps to move to common icon.
2006-07-25  Włodzimierz SkibaPCH build fix.
2006-07-25  Vadim Zeitlinmove default button handling code from wxControlContain...
2006-07-25  Vadim Zeitlincompilation fix for platforms where size_t is unsigned...
2006-07-25  Vadim Zeitlinimprovements to wxPickerBase default proportion values...
2006-07-25  Vadim Zeitlinmake wxGetKeyState() work for non-modifier keys; correc...
2006-07-25  Vadim ZeitlinwxPathList cleanup by Francesco (patch 1521481)
2006-07-25  Vadim Zeitlingenerate middle click events (backport from HEAD of...
2006-07-25  Vadim Zeitlingenerate middle click events (patch 1521314)
2006-11-21  Kevin OllivierTurn off spell-checking in the demo log window.
2006-11-21  Kevin OllivierAdd missing platform guard.
2006-11-21  Kevin OllivierAllow spell-checking to be turned off with the MLTE...
2006-11-21  Robin Dunnregenned docs
2006-11-21  Robin DunnreSWIGged
2006-11-21  Robin DunnEnsure the old tree item still exists before using it
2006-11-21  Robin Dunnno need to use a throw-away bitmap, just use th eone...
2006-11-21  Robin Dunnput unicows.dll in the python dir
2006-11-21  Robin Dunn2.7 --> 2.8
2006-11-21  Robin DunnShow GridCellAutoWrapStringRenderer
2006-11-21  Robin DunnDocstring tweaks
2006-11-21  Robin Dunnsave a reference to the bitmap so it doesn't get destro...
2006-11-19  Kevin OllivierUse DrawItemSelectionRect on GTK2 and OS X. Also, use...
2006-11-19  Kevin OllivierMigate to the new wxRendererNative::DrawItemSelectionRe...
2006-11-19  Robin Dunnsome build/install tweaks
2006-11-19  Robin DunnreSWIGged
2006-11-18  Kevin OllivierMake sure both filter and item text are converted to...
2006-11-18  Robin Dunnremoved 'unsigned' from 'unsigned int' so epydoc doesn...
2006-11-18  Robin DunnAdd 'combo' to __all__
2006-11-18  Robin DunnFix for build errors when the media lib was not built.
2006-11-18  Robin Dunnpy2exe finds the DLL now
2006-11-18  Robin DunnAdded wx.combo.BitmapComboBox
2006-11-18  Kevin OllivierFix compilation of wrapper, and add a couple events...
2006-11-18  Robin DunnreSWIGGed
2006-11-18  Robin DunnAdd docstrings for ComboCtrl and ComboPopup, and added...
2006-11-18  Robin Dunndemo tweaks
2006-11-18  Robin DunnforceTrueColour parameter
2006-11-17  Kevin OllivierAdding a copy of sized_controls.py to the wxPython...
2006-11-17  Kevin OllivierAdd a feature to prompt to install wxaddon modules...
2006-11-16  Robin DunnWrap the setting of the initial content and formatting...
2006-11-16  Robin DunnLayout tweak
2006-11-16  Robin DunnAdded the wx.combo module, which contains the ComboCtrl...
2006-11-16  Robin DunnCorrected double destruction of views
2006-11-16  Robin DunnAdded wxStandardPaths::GetExecutablePath
2006-11-14  Robin DunnUse a swig macro for generating the call to the _setCal...
2006-11-14  Robin Dunn2.7 --> 2.8
2006-11-14  Robin Dunnfix typo
2006-11-12  Robin DunnreSWIGged
2006-11-12  Robin DunnAdjust the layout a bit, don't show the checkbox if...
2006-11-12  Robin DunnreSWIGged
2006-11-12  Robin DunnSome more details about CollapsiblePane
2006-11-12  Robin Dunndemo tweaks
2006-11-12  Robin DunnAdd wx.version()
2006-11-12  Robin DunnAdd wxSimpleHtmlListBox
2006-11-12  Robin Dunnmove the include of collpane.h to the main header
2006-11-11  Kevin OllivierAdding the option to toggle between native and generic...
2006-11-11  Robin DunnreSWIGged
2006-11-11  Robin DunnSetOrientationReversed
2006-11-11  Robin Dunntest code
2006-11-11  Robin DunnAdded wx.CollapsiblePane
2006-11-10  Robin DunnFix object ownership issues
2006-11-10  Robin DunnMove version number to 2.8.0.0
2006-11-09  Kevin OllivierFix typo in demo name for AnimateCtrl.
2006-11-09  Robin DunnUpdate virtuals to new API
2006-11-09  Robin DunnGetData can only be called within the DnD operation...
2006-11-09  Robin Dunnfixed wrong pathnames for wxPIA samples
2006-11-09  Robin Dunnpass sys.argv to glutInit
2006-11-07  Robin DunnwxFileSystemHandler test case
2006-11-07  Robin DunnTypecheck each list element in wxArrayInt typemap
2006-11-07  Robin Dunntest for mac theme brush
2006-11-07  Robin DunnDon't embed the style sheet
2006-11-07  Robin DunnFix for bug # 1592263, changing 'glLightModel' to ...
2006-11-07  Robin Dunnfixes for the dummy classes (used when wxUSE_GRAPHICS_C...
2006-11-07  Robin DunnreSWIGged
2006-11-07  Robin DunnGetNumberOfLines on GTK doesn't count wrapped lines...
2006-11-07  Robin DunnTypo fixed
2006-11-07  Robin DunnPatch #1591763 Set focus when clicked
2006-11-07  Robin DunnAdd wxGCDC(const wxWindow*)
2006-11-07  Robin DunnMove setting of mac.listctrl.always_use_generic to...
2006-11-07  Robin Dunnfixed indentation error
2006-11-06  Robin Dunnchanges to match AUI API changes
2006-11-06  Robin Dunnsome more updates about changes
2006-11-06  Robin Dunnbetter check for valid font and color
2006-11-06  Robin Dunnupload to wxpython.wxcommunity.com instead of starship
2006-11-06  Robin Dunncommented out some test code
2006-11-05  Robin DunnreSWIGged
2006-11-05  Robin DunnDisown the preview object when calling wxPyPreviewFrame...
2006-11-05  Robin Dunndosctring for DrawRotatedText
2006-11-05  Robin DunnreSWIGged
2006-11-05  Robin DunnPatch from F. Oliver Gathmann to observer enabled/disab...
2006-11-05  Robin DunnNew DrawText methods
2006-11-05  Robin DunnFix default value for wxFontPickerCtrl's initial font...
2006-11-05  Robin DunnPatch from Dj Gilcrease adding the FNB_HIDE_ON_SINGLE_T...
2006-11-05  Robin DunnRevert reentrancy patch (#1573619)
2006-11-03  Roman Rolinskyupdated
next