]> git.saurik.com Git - wxWidgets.git/history - wxPython
Regenerated makefiles for 3rd-party lib change
[wxWidgets.git] / wxPython /
2004-10-07  Robin DunnAdded missing GetCellSize
2004-10-07  Robin DunnreSWIGged
2004-10-07  Robin DunnPatch from Gordon Williams:
2004-10-07  Robin DunnFloatCanvas patch from Chris Barker.
2004-10-06  Robin DunnNew directories added, old ones removed
2004-10-06  Robin DunnInstall tweaks
2004-10-06  Robin DunnShow EVT_ACTIVATE and EVT_ACTIVATE_APP events in action.
2004-10-06  Robin DunnA Python version of wxrc
2004-10-06  Robin DunnMention TaskBarIcon and other recent changes
2004-10-05  Robin DunnDeprecated EVT_LIST_GET_INFO and EVT_LIST_SET_INFO
2004-10-05  Robin DunnTypedef for wxUIntPtr
2004-10-05  Robin DunnAdded wx.App.IsMainLoopRunning
2004-10-05  Robin DunnImprove image hittest
2004-10-01  Robin DunnFixed typo, patch from Will
2004-10-01  Ron LeeAdd wxversion/ to the dist tarball.
2004-09-30  Robin Dunnno need to build separate xrc lib anymore
2004-09-30  Robin DunnreSWIGged
2004-09-30  Robin DunnCorrect call to shape.Show()
2004-09-30  Robin DunnDon't need to tickle the Idle process any more for...
2004-09-30  Robin DunnA better fix for GetXWindow that can handle both the...
2004-09-29  Robin DunnChange which image is used in the taskbar
2004-09-29  Robin DunnStop the timer before closing the demo
2004-09-29  Robin DunnOverridable CreatePopupMenu in TaskBarIcon
2004-09-29  Robin DunnOverridable CreatePopupMenu in TaskBarIcon
2004-09-29  Robin Dunnoff_t --> wxFileOffset changes
2004-09-29  Robin DunnreSWIGged
2004-09-29  Robin DunnVersion number bump
2004-09-29  Robin DunnBeginings of supporting multiple versions installed...
2004-09-28  Robin Dunnoff-by-one fix
2004-09-28  Robin DunnCorrected compile warnings, took out debug printf
2004-09-28  Robin DunnPatch from Alberto Griggio to use the wxRenderer for...
2004-09-28  Robin DunnPatch from Victor V. Kryukov
2004-09-27  Robin Dunnfix link errors
2004-09-27  Robin DunnUpdated wxSTC's copy of Scintilla to version 1.61
2004-09-27  Robin DunnAdded IsActive
2004-09-27  Robin DunnAdded FontFromPixelSize
2004-09-26  Robin DunnreSWIGged
2004-09-25  Robin DunnreSWIGged
2004-09-25  Robin DunnAdded wxFRAME_DRAWER
2004-09-25  Robin DunnMore True/False fixes
2004-09-25  Robin Dunnadd xrc lib to core libs list for Win32 build
2004-09-25  Robin DunnUse the stc.h in the source tree for the dependency...
2004-09-25  Robin DunnEnable TaskBarIcon for Mac too. Some cleanup.
2004-09-25  Robin DunnForce the output window to display at the begining...
2004-09-25  Robin DunnUse dummy class on Mac until wxEventLoop is implemented...
2004-09-25  Robin DunnNormalizeFontSizes --> SetStandardFonts
2004-09-24  Robin DunnCorected GetXWindow macro for wxGTK port. (Bug# 1033681)
2004-09-24  Robin DunnAdded missing setters
2004-09-24  Robin DunnMore True/False fixes
2004-09-23  Robin Dunnadded missing default case
2004-09-23  Robin Dunnwx.NO_BORDER style sets the bezel width to 0
2004-09-23  Robin Dunnrevert a few of these back
2004-09-23  Robin DunnUpdate SWIG patch to output "True" ("False") in the...
2004-09-23  Robin DunnreSWIGged
2004-09-23  Robin DunnMoved xrc out of contrib and into the core source dir...
2004-09-23  Robin DunnAdded limited support for wxEventLoop (you can't derive...
2004-09-23  Robin Dunnplug memory leak
2004-09-23  Robin DunnFixes for bug #1031151 and #1031239
2004-09-18  Robin DunnAdded wx.Choicebook
2004-09-18  Robin DunnMemoryFSHandler_AddFile updates
2004-09-18  Robin DunnGetthe GIL before raisign an exception
2004-09-18  Robin DunnAdded bin selection
2004-09-18  Robin Dunndocstring tweaks
2004-09-18  Robin DunnUse line.Draw(dc) instead of line.GetEventHandler(...
2004-09-18  Robin DunnPoint x,y fixes from Pierre
2004-09-17  Robin DunnCorrect indentation and Snap calls
2004-09-17  Robin DunnAppend --> append
2004-09-14  Robin DunnreSWIGged
2004-09-14  Robin DunnreSWIGged
2004-09-14  Robin DunnSome change notes
2004-09-13  Robin DunnAdded SetToWeekOfYear, deprecated SetToTheWeek and...
2004-09-13  Robin DunnAdded wx.WINDOW_DEFAULT_VARIANT constant
2004-09-13  Robin Dunnwx.Sizer.Show can be recursive
2004-09-13  Robin DunnAssociateHandle and DissociateHandle
2004-09-13  Robin Dunncheck that the wxDateTime is valid before converting...
2004-09-13  Robin Dunnwhitespace fix
2004-09-13  Robin Dunnworkaround bug in SWIG's t_output_helper
2004-09-10  Robin DunnAccomodate either {prefix}/lib or {prefix}/lib64 (the...
2004-09-10  Robin DunnreSWIGed
2004-09-10  Robin DunnreSWIGged
2004-09-10  Robin Dunnensure that the wxString gets all the wide chars
2004-09-10  Robin Dunnanother change note
2004-09-10  Robin DunnForgot about CalendarEvent
2004-09-10  Robin DunnExtended the wx.calendar.CalendarCtrl class with method...
2004-09-10  Robin DunnFixed typo
2004-09-10  Robin DunnAdd depth param to ConvertToBitmap
2004-09-10  Robin DunnAdded GetListView accessor
2004-09-10  Robin DunnFix for ogl.FORMAT_SIZE_TO_CONTENTS
2004-09-10  Robin DunnreSWIGed
2004-09-09  Robin Dunnfixed case typo
2004-09-09  Robin DunnreSWIGged
2004-09-09  Robin Dunnundo last change
2004-09-09  Robin Dunndefault is gtk2 & unicode
2004-09-09  Robin Dunndependencies for the new swig runtime files
2004-09-09  Robin DunnAdded RequestUserAttention
2004-09-09  Robin DunnRemoved my copy of distutils from the wxPython source...
2004-09-09  Robin DunnAdded RequestUserAttention
2004-09-09  Robin DunnNew SWIG runtime files and api updates for the move...
2004-09-09  Robin DunnAdded StockButtons to main demo list
2004-09-09  Robin Dunntypo fixed
next