wxWidgets.git
2009-08-06  Vadim ZeitlinProvide saner UI for setting status bar fields.
2009-08-06  Vadim ZeitlinNo changes, just removed the whitespace.
2009-08-05  Bryan PettyFixed up the short description of wxHashMap::find().
2009-08-05  Vadim ZeitlinSet brush origin for hatch brushes too.
2009-08-05  Vadim ZeitlinwxSplitterWindow mouse capture improvements and cleanup.
2009-08-05  Vadim ZeitlinGenerate scroll events for key presses in wxScrolledWindow.
2009-08-05  Vadim ZeitlinReset static flag on cleanup.
2009-08-05  Vadim ZeitlinCleaned up low level OS X sources.
2009-08-05  Vadim ZeitlinAdded wxUSE_ACCEL guard.
2009-08-05  Vadim ZeitlinAdded missing wxUSE_FONTENUM check.
2009-08-05  Vadim ZeitlinUse wxFileInputStream if wxFFileInputStream is not...
2009-08-05  Vadim ZeitlinUse wxFile for IO if wxFFile is not available.
2009-08-05  Vadim ZeitlinRemoved commented out code.
2009-08-05  Vadim ZeitlinAdded #if wxUSE_TOOLBAR around use of wxToolBar.
2009-08-05  Vadim ZeitlinTest wxCalendarCtrl::SetDateRange() in the sample.
2009-08-05  Paul Cornettnon-pch build fix
2009-08-04  Stefan Csomorcorrecting #ifdef to #if, fixes #11062
2009-08-03  Vadim ZeitlinCompilation fix for wxUSE_FILECTRL && !(wxUSE_DIRDLG...
2009-08-03  Vadim ZeitlinImplement wxDataViewTreeStore::DeleteAllItems().
2009-08-03  Vadim ZeitlinCorrect week day returned from wxCalendarCtrl::HitTest...
2009-08-03  Vadim ZeitlinAdded symbolic names for native control week days.
2009-08-03  Vadim ZeitlinAlways use MCHITTESTINFO of minimal size.
2009-08-03  Vadim ZeitlinMinor changes to wxGridSizer ctor docs.
2009-08-03  Vadim ZeitlinUse numeric values in VarFileInfo block.
2009-08-02  Vadim ZeitlinCorrect wxPATH_NORM_DOTS comment and documentation.
2009-08-02  Vadim ZeitlinCheck indices validity better in wxGridStringTable.
2009-08-02  Vadim ZeitlinMention that wxEVT_GRID_SELECT_CELL is generated by...
2009-08-02  Vadim ZeitlinMake wxGridSizer ctors more consistent.
2009-08-02  Vadim ZeitlinAdd checks of wxGridSizer::Set{Cols,Rows}() arguments.
2009-08-02  Vadim ZeitlinSkip VarFileInfo block when using windres.
2009-07-31  Václav Slavíkcompilation fix: only one wxInitialize form may have...
2009-07-31  Jaakko SalliIn wxPropertyGridPageState::DoDelete(), clear grid...
2009-07-31  Vadim ZeitlinExport public wxDelegateTheme class.
2009-07-31  Vadim ZeitlinDon't test whether wxTopLevelWindowNative is defined.
2009-07-31  Vadim ZeitlinUse base class ctors in wxTopLevelWindow.
2009-07-30  Vadim ZeitlinAdded another hyphen in "wxObject-derived" for consistency.
2009-07-30  Vadim ZeitlinUndo accidental commit of .gitignore.
2009-07-30  Vadim ZeitlinIgnore tags file.
2009-07-30  Vadim ZeitlinBe more clear about Thaw() to DoThaw() renaming.
2009-07-30  Vadim ZeitlinCorrect typo in wxRefCounter description.
2009-07-30  Václav Slavíkadded wxInitialize() overload taking char**, to make...
2009-07-30  Václav SlavíkUse wxInitializer in wxEntryReal() instead of directly...
2009-07-28  Michael WetherellFix SetToolTip(NULL) to unset the tooltip.
2009-07-26  Vadim ZeitlinImprove the menus.
2009-07-26  Vadim ZeitlinHungarian translation update.
2009-07-26  Vadim ZeitlinSet access mode in wxRegKey::SetHkey().
2009-07-26  Vadim ZeitlinCorrect the check for wxSTOCK_FOR_BUTTON.
2009-07-25  Vadim ZeitlinImplement wxWindow::GetToolTipText().
2009-07-25  Vadim ZeitlinAllow setting long version field in About dialog.
2009-07-25  Vadim ZeitlinClear targets in wxClipboard::Clear().
2009-07-25  Vadim ZeitlinMove #error for non-MSVC to the top of file.
2009-07-25  Vadim ZeitlinAdd support for stc library.
2009-07-25  Vadim ZeitlinFix harmless MSVC warning.
2009-07-25  Vadim ZeitlinDon't use mnemonic for Cancel button under MSW.
2009-07-25  Vadim ZeitlinUse stock id instead of duplicating its string label...
2009-07-25  Vadim ZeitlinUse wxSTOCK_FOR_BUTTON for message dialog custom labels.
2009-07-25  Vadim ZeitlinAdded wxSTOCK_FOR_BUTTON flag for wxGetStockLabel().
2009-07-25  Vadim ZeitlinCorrect wxGetStockLabel() documentation.
2009-07-25  Vadim ZeitlinUse Ok/Cancel dialog instead of Yes/No one in CheckFit().
2009-07-25  Vadim ZeitlinAdd a period to the sentence end.
2009-07-25  Vadim ZeitlinSet all parent frame icons for print preview frame.
2009-07-24  Stefan Csomorimplementing checkbox using UISwitch
2009-07-24  Vadim ZeitlinRemove inexistent wx/osx/carbon/databrow.h file.
2009-07-24  Vadim ZeitlinFix harmless unused parameter warning.
2009-07-23  Vadim ZeitlinThis is apparently needed by Windows installer (WiX...
2009-07-23  Vadim ZeitlinThey seem to have been inversed, see #10970.
2009-07-23  Vadim ZeitlinAlways correctly invalid best size when bitmap changes.
2009-07-23  Vadim ZeitlinGlobally replace _T() with wxT().
2009-07-23  Vadim ZeitlinImplement wxGetHostName() for Windows CE.
2009-07-23  Vadim ZeitlinImplement wxVLogTrace() accidentally removed by recent...
2009-07-22  Vadim ZeitlinCorrect example in wxStringBufferLength documentation.
2009-07-22  Stefan Csomoradded missing files
2009-07-22  Vadim ZeitlinUse wxINT32_MAX instead of LONG_MAX as the upper bound...
2009-07-22  Vadim ZeitlinHandle %e in ParseFormat().
2009-07-22  Vadim ZeitlinAdded ParseFormat("%s") tests.
2009-07-22  Stefan Csomoradded missing files
2009-07-22  Vadim ZeitlinDon't call IAutoComplete::Init() twice for the same...
2009-07-22  Stefan Csomoradapting to SDK 3.0
2009-07-21  Vadim ZeitlinSupport delayed destruction in console applications...
2009-07-21  Vadim Zeitlinadded a test for white space after CDATA (see #10552)
2009-07-20  Vadim ZeitlinInclude wx/dataobj.h from wx/clipbrd.h.
2009-07-20  Vadim ZeitlinPut braces around all calls to wxLogFunctions() inside...
2009-07-20  Jaakko SalliFixed wxPropertyGridInterface::SetPropertyValues()...
2009-07-20  Vadim ZeitlinDispatch pending events without waiting for idle time...
2009-07-19  Vadim Zeitlinexpand the collapsible panes contents to fill the entir...
2009-07-19  Vadim Zeitlinremoved wxDatePickerCtrlGeneric::SetFormat() which...
2009-07-19  Vadim Zeitlinfix more -Wparentheses warnings after wxLog changes
2009-07-18  Vadim ZeitlinDocument wxMessageOutput and related classes.
2009-07-18  Vadim ZeitlinFlush output stream in wxMessageOutputStderr::Output...
2009-07-18  Vadim ZeitlinAdd option FILE* parameter to wxMessageOutputStderr...
2009-07-18  Paul Cornettfix crash with repeated split horizontal/vertical and...
2009-07-18  Vadim ZeitlinCorrect obsolete information: SetYesNoLabels() is not...
2009-07-18  Vadim ZeitlinDo our best to show messages logged during program...
2009-07-18  Vadim ZeitlinNo changes, just fix a typo: wxGuiLog was used instead...
2009-07-18  Jaakko SalliAdded wxGTK wxBitmapComboBox::DoGetBestSize() implement...
2009-07-18  Jaakko SalliAdded wxMSW wxBitmapComboBox::DoGetBestSize(), which...
2009-07-17  Kevin OllivierTypo in a bug fix I made.
2009-07-17  Kevin OllivierAdding preliminary code for C bindings, thanks to Luke...
2009-07-17  Kevin OllivierAdd an underscore before the generated output names.
2009-07-17  Kevin OllivierOnly load/parse options when run as the main script.
next