wxWidgets.git
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...
2006-11-17  Vadim Zeitlinadded tests for background colour, static bitmap &c...
2006-11-17  Vadim Zeitlin- fix wxAnimationCtrl::SetBackgroundColour both for...
2006-11-17  Vadim Zeitlinminor typo fixes (part of patch 1598005)
2006-11-17  Vadim Zeitlinuse correct bitmap dimension in DetermineIndent()
2006-11-17  Kevin OllivierAdding a copy of sized_controls.py to the wxPython...
2006-11-17  Vadim Zeitlinadded chart icon for non-MSW ports too
2006-11-17  Vadim ZeitlinSome sample cleanup:
2006-11-17  Julian SmartRemoved obsolete code
2006-11-17  Benjamin Williamsaui documentation updates
2006-11-17  Benjamin Williamsadded wxAuiManager::GetManager() call
2006-11-17  Vadim Zeitlinfixed warning about junk after #endif
2006-11-17  Benjamin Williamsrenamed wxAUI_ART to wxAUI_DOCKART
2006-11-17  Robert Roebling Commit fix to remove warnings when drawing text
2006-11-17  Robert Roebling Implemented forceTrueColour in SetBestVisual.
2006-11-17  Robert Roebling Add forceTrueColour option to SetBestVisual().
2006-11-17  Julian SmartDocumented wxRICHTEXT_HANDLER_NO_HEADER_FOOTER
2006-11-17  Julian SmartAdded wxRICHTEXT_HANDLER_NO_HEADER_FOOTER to allow...
2006-11-17  Julian SmartAdded wxRICHTEXT_SETSTYLE_RESET SetStyleEx() flag to...
2006-11-17  Julian SmartLimit indentation in style listbox, and also show centring
2006-11-17  Kevin OllivierAdd a feature to prompt to install wxaddon modules...
2006-11-17  Vadim Zeitlindon't set A4 paper size, use the system default instead
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  Vadim Zeitlindisable mmedia contrib for wxMGL (blunt fix for tinderb...
2006-11-16  Robin DunnAdded wxStandardPaths::GetExecutablePath
2006-11-16  Benjamin Williamsadded missing button state
2006-11-16  Michael WetherellFix not recognising '/' on Windows.
2006-11-16  Benjamin Williamsnotebook window list popup positioning fixes
2006-11-16  Benjamin Williamsminor tab drawing improvements
2006-11-16  Michael WetherellChange the factory constructor to not use a predefined...
2006-11-16  Vadim ZeitlinwxMGL/Unix compilation fix attempt
2006-11-16  Jouk Jansen Solves 2 problems I encounterd on OpenVMS :
2006-11-16  Benjamin Williamspane buttons are now vertically centered
2006-11-16  Benjamin Williamsremoved a bunch of wxCHECK_VERSION(2,7,0)'s because...
2006-11-16  Benjamin Williamsuse real alpha blending algorithm to avoid sickly looki...
2006-11-16  Benjamin Williamsconsolidated duplicated static functions into one file
next