wxWidgets.git
2006-07-24  Vadim Zeitlinprotect gs_allThreads with a mutex (modified patch...
2006-07-24  Vadim Zeitlindocumentation for wxAppTraits (patch 1518295 from Franc...
2006-10-11  Robin Dunndistrib changes to enable graphics context and add...
2006-10-11  Robin DunnreSWIGged
2006-10-11  Robin Dunnhelpers and typemaps for new GraphicsContext methods
2006-10-11  Robin Dunnbetter comments
2006-10-11  Robin Dunnreentrance methods
2006-10-11  Robin Dunn~wxPoint2D
2006-10-11  Robin DunnGet/Set LayoutDirection
2006-10-11  Robin DunnAdd wxOverlay
2006-11-21  Robert Roebling Add more comments about ref counting and cow to
2006-11-21  Benjamin Williamsremoved duplicate pane bug in sample application
2006-11-21  Benjamin Williamsreadded window ptr check
2006-11-21  Benjamin Williamsassert if user tries to add pane with same name
2006-11-21  Benjamin Williamscurrent page bug fix in wxAuiNotebook
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-20  Václav Slavíkmoved wxMGL's font management code to common so that...
2006-11-20  Benjamin Williamsfloating pane size now restores after perspective restore
2006-11-20  Benjamin Williamsfixed a center pane bug in sample
2006-11-20  Václav Slavíkdon't expose M_FONTDATA in public header
2006-11-20  Václav Slavíkfixed to remove wxFontRefData as intended and not wxFon...
2006-11-20  Václav Slavíkdon't expose M_FONTDATA in public header
2006-11-20  Václav Slavíkdon't expose M_FONTDATA in public header
2006-11-20  Benjamin Williamstoolbar docking bug fixed
2006-11-20  Julian SmartFurther wxRTC doc additions
2006-11-20  Julian SmartTrailing newline.
2006-11-20  Julian SmartFixed a bug setting caret position after setting or...
2006-11-20  Chris Elliottavoid using old directory
2006-11-20  Chris Elliottchange unix script so lower case zip and exe
2006-11-20  Mart RaudseppSome typo fixes
2006-11-20  Benjamin Williamscomment improvements/fixes
2006-11-20  Vadim Zeitlinupdate for 2.8.0 from Stephane Junique
2006-11-19  Michael WetherellCompile fix for --disable-ffile.
2006-11-19  Michael WetherellAdd notes on wxZip changes.
2006-11-19  Michael WetherellCorrect the comments on wxFileSystem changes.
2006-11-19  Robert Roebling Copy and paste error.
2006-11-19  Robert Roebling Correct broken reference. Mention wxFileName::DirName()
2006-11-19  Vadim Zeitlinassert if wxCAL_SEQUENTIAL_MONTH_SELECTION style is...
2006-11-19  Benjamin Williamsallow programmatic access to start pane dragging
2006-11-19  Vadim Zeitlinrecreate the control when wxCAL_SEQUENTIAL_MONTH_SELECT...
2006-11-19  Vadim Zeitlindelete controls which are part of the calendar (even...
2006-11-19  Vadim Zeitlinavoid assert when creating the control with wxCAL_SEQUE...
2006-11-19  Vadim Zeitlinremoved code inside USE_SIZABLE_CALENDAR, we should...
2006-11-19  Vadim Zeitlinassert if wxCAL_SEQUENTIAL_MONTH_SELECTION style is...
2006-11-19  Vadim Zeitlinno changes, just some minor modifications of comments...
2006-11-19  Vadim Zeitlinset/get validator for wxTextCtrl part of wxComboCtrl...
2006-11-19  Benjamin WilliamsGradientFillLinear() on wxMSW now draws on the rectangl...
2006-11-19  Václav Slavíkrequire bakefile-0.2.1; remove workarounds for older...
2006-11-19  Vadim Zeitlindocument GetSelection(from, to) (bug 1592221)
2006-11-19  Vadim Zeitlinremove obsolete and out of date project file which...
2006-11-19  Vadim Zeitlinadded possibility to create wxDatePickerCtrl without...
2006-11-19  Vadim Zeitlindon't use wxFromSystemTime() with possibly invalid...
2006-11-19  Vadim Zeitlinadded missing blank line
2006-11-19  Vadim Zeitlinreplaced 2nd wxCONTROL_CURRENT with correct wxCONTROL_F...
2006-11-19  Vadim ZeitlinwxCHECK_GCC_VERSION() takes 2 parameters, not 3
2006-11-19  Vadim Zeitlinunmultiply by alpha when converting from wxDIB to wxIma...
2006-11-19  Kevin OllivierFix API calls to match header changes made in richtextb...
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  Kevin OllivierHave wxGenericListCtrl record and store the selection...
2006-11-19  Kevin OllivierImplement wxRendererMac::DrawItemSelectionRect and...
2006-11-19  Michael WetherellwxArchiveFSHandler switches on simulated seeking for...
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  Julian SmartSmall cleanup.
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  Michael WetherellAdd wxFS_SEEKABLE to wxFileSystem::OpenFile calls for...
2006-11-18  Robert Roebling [ 1598659 ] make wxAnimationCtrl::SetInactiveBitmap...
2006-11-18  Robert Roebling [ 1598662 ] Fix some mispelled event macros in docs
2006-11-18  Robert Roebling Restore correct behaviour of GetTimes() wrt to
2006-11-18  Vadim Zeitlinrename bICON (see rev 1.47) to wxICON_AAA to make it...
2006-11-18  Michael WetherellDocument wxFS_XXXX flags for wxFileSystem::OpenFile.
2006-11-18  Václav Slavíkdon't use priviledged calls in wxDFB to allow concurren...
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-18  Vadim Zeitlinremove unused file
2006-11-18  Robert Roebling Hopefully fixed misplaced printout in libgnomeprint.
2006-11-18  Vadim Zeitlininclude correct XPMs (Unix compilation fix after last...
2006-11-17  Benjamin Williamstab drawing fix for vista
2006-11-17  Benjamin Williamsmanager should always be set in pane events
2006-11-17  Vadim Zeitlinfree old resources in DoLoad(), apparently fixes memory...
next