comment improvements/fixes
[wxWidgets.git] / src /
2006-11-20  Benjamin Williamscomment improvements/fixes
2006-11-19  Benjamin Williamsallow programmatic access to start pane dragging
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 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  Vadim Zeitlinremove obsolete and out of date project file which...
2006-11-19  Vadim Zeitlindon't use wxFromSystemTime() with possibly invalid...
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 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-18  Julian SmartSmall cleanup.
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 Restore correct behaviour of GetTimes() wrt to
2006-11-18  Václav Slavíkdon't use priviledged calls in wxDFB to allow concurren...
2006-11-18  Robert Roebling Hopefully fixed misplaced printout in libgnomeprint.
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 Zeitlin- fix wxAnimationCtrl::SetBackgroundColour both for...
2006-11-17  Vadim Zeitlinuse correct bitmap dimension in DetermineIndent()
2006-11-17  Julian SmartRemoved obsolete code
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 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  Vadim Zeitlindon't set A4 paper size, use the system default instead
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  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
2006-11-16  Stefan NeisWrong version checked in last time, this time we really:
2006-11-16  Julian SmartRemoved new function
2006-11-16  Benjamin Williamsdocking crash fix patch applied
2006-11-15  Robert Roebling [ 1596568 ] Fix for bug 1595339
2006-11-15  Stefan NeisAvoid problems when calling lxlite on absolute unix...
2006-11-15  Julian SmartSmall bug fixes
2006-11-15  Robert Roebling Check if DnD is started from a mouse event.
2006-11-15  Kevin OllivierColumn position changes after each delete, so always...
2006-11-14  Vadim Zeitlinbackported changes from gtk/window.cpp rev 1.678 (bug...
2006-11-14  Vadim Zeitlinbackported chnage in 1.115 of src/gtk/dnd.cpp (bug...
2006-11-14  Robert Roebling Fix X server hang in DND.
2006-11-14  Robert Roebling The usual RTL fix for GTK+'s theme drawing function.
2006-11-14  Benjamin Williamsrestore brush properly
2006-11-14  Benjamin Williamsanother GradientFillLinear fix
2006-11-14  Vadim Zeitlinfix compilation when one of wxUSE_LISTCTRL and wxUSE_TR...
2006-11-14  Vadim ZeitlinGdiplusStartup() takes ULONG_PTR, not DWORD (patch...
2006-11-14  Julian SmartOmission and bug fix
2006-11-14  Benjamin Williamsfixed gradient direction in GradientFilLinear for all...
2006-11-14  Robert Roebling Just use the already existing wxRenderer::DrawItemSel...
2006-11-13  Benjamin Williamscorrected wrong tab colors
2006-11-13  Benjamin Williamsminor tab height bug fix
2006-11-13  Robin DunnDon't use wxLB_EXTENDED with the checklistbox
2006-11-13  Julian SmartCorrected wxMultiChoiceDialog if wxCheckListBox is...
2006-11-13  Robert Roebling Minor change to stackwalker.
2006-11-13  Vadim Zeitlinfix some gcc warnings due to SQLINTEGER not being long...
2006-11-13  Benjamin Williamsreadded layer insert code
2006-11-13  Benjamin Williamstab ctrl height api fix
2006-11-13  Kevin OllivierDisable SortItems support for now, it is causing a...
2006-11-12  Vadim Zeitlinchanged last DrawButton() parameter from bool to int...
2006-11-12  Vadim ZeitlinwxStandardPathsCF::GetExecutablePath() implementation...
2006-11-12  Vadim ZeitlinwxCocoa doesn't have multi point wxRegion ctor neither
2006-11-12  Vadim Zeitlincall SetAnimation() from the ctor instead of just assig...
2006-11-12  Vadim Zeitlinuse wxFputs(s) instead of puts(s.mb_str()) to avoid...
2006-11-12  Vadim Zeitlinshow all available information in the dialog (somewhat...
2006-11-12  Vadim Zeitlinin addition to wxWinCE, also set background colour...
2006-11-12  Vadim ZeitlinGetColumnTextValue() can't return a reference to a...
2006-11-12  Vadim Zeitlingcc warning fix: don't use NULL where integer is required
2006-11-12  Benjamin Williamsgtk crash fix
2006-11-12  Robert Roebling Add cast
2006-11-12  Benjamin Williamstab sizing and split sizing fixes
2006-11-12  Vadim Zeitlinmade GetMultiLineTextExtent() const (part of patch...
2006-11-12  Julian SmartFixed compile error on Wine due to type mismatch
2006-11-12  Julian SmartAdded missing arg
2006-11-12  Julian SmartUse LONG instead of long (some Wine headers complain)
2006-11-12  Julian SmartWine fix
2006-11-12  Stefan NeisApplied toolbar patch for wxTB_RIGHT support (patch...
2006-11-12  Julian SmartWine fixes
2006-11-12  Julian SmartWine fixes
2006-11-12  Robert Roebling Applied wxStackWalker improvement part of
2006-11-12  Julian SmartWine fix
2006-11-12  Robert Roebling Send delete item event just before the item is actually
2006-11-12  Julian SmartGTK+1 fix
2006-11-12  Robert Roebling [ 1590221 ] wxStandardPaths::GetExecutablePath
2006-11-12  Julian SmartFix for GTK+1
next