wxWidgets.git
2010-09-09  Vadim ZeitlinDon't filter out Cairo libraries from GTK libraries...
2010-09-09  Vadim ZeitlinUse the same logic for closing dialogs as for handling...
2010-09-09  Vadim ZeitlinRemove the unused "monolithic" MSW wxMediaCtrl file.
2010-09-09  Vadim ZeitlinNo real changes, just don't use obsolete FORCE_LINK_ME...
2010-09-09  Vadim ZeitlinForce linking of all wxMSW wxMediaCtrl backends in...
2010-09-09  Vadim ZeitlinNo changes, just remove cruft from mediactrl sample.
2010-09-09  Vadim ZeitlinRemove debugging wxLogMessage from wxMediaCtrl::Create().
2010-09-09  Vadim ZeitlinDon't exclude "contrib" from wxMSW setup.exe generation.
2010-09-09  Dimitri Schoolwerthuse svn:keywords instead of eol:keywords
2010-09-08  Robert RoeblingUnregister configure callback,part of #12447: wxGTK...
2010-09-08  Dimitri SchoolwerthMake Xcode identifiers in generated project files be...
2010-09-07  Vadim ZeitlinUse correct Unicode define for wxScintilla compilation.
2010-09-07  Stefan Csomorresetting the wrapper flag later, otherwise the native...
2010-09-07  Stefan Csomormodeling subclassing along msw, unsubclassing filedialo...
2010-09-06  Stefan Csomorusing non-sleep version for GUI mutex, solves #12411
2010-09-05  Steve LamertonSimplify ButtonTestCase::Bitmap. The old test was not...
2010-09-05  Steve LamertonFix typo from previous commit.
2010-09-05  Steve LamertonMove the second wxListBox sort test back to the ownerdr...
2010-09-05  Steve LamertonWrap BitmapToggleButtonTestCase in a preprocessor check...
2010-09-04  Vadim ZeitlinRemove unused wxProgressDialogTaskRunner::m_parent...
2010-09-04  Vadim ZeitlinFix crash in wxMSW wxProgressDialog without wxPD_APP_MO...
2010-09-04  Vadim ZeitlinImprove main and extended messages handling in new...
2010-09-04  Vadim ZeitlinAdd a link to Microsoft guidelines from wxICON_QUESTION...
2010-09-03  Vadim ZeitlinDon't link with long obsolete ctl3d32 library when...
2010-09-03  Václav SlavíkFix wxOwnerDrawnComboBox keyboard navigation with dupli...
2010-09-03  Václav SlavíkFixed wxscintilla compilation for wxDFB.
2010-09-01  Steve LamertonFix compilation under MinGW, also add missing SVN prope...
2010-09-01  Julian SmartwxRichTextCtrl::ApplyStyle now applies a paragraph...
2010-09-01  Václav SlavíkReduce flicker when removing wxNotebook page.
2010-09-01  Vadim ZeitlinUpdate wx_dll.dsw to include the ribbon library.
2010-08-30  Vadim ZeitlinAdd wxGrid::RefreshAttr() method to force attribute...
2010-08-30  Vadim ZeitlinDon't center wxGenericMessageDialog elements.
2010-08-30  Vadim ZeitlinAllow using custom labels for wxGenericMessageDialog...
2010-08-30  Vadim ZeitlinExtract CreateSeparatedSizer() from wxDialog::CreateSep...
2010-08-30  Vadim ZeitlinFix button order in wxStdDialogButtonSizer in all cases...
2010-08-30  Vadim ZeitlinRewrite GTK section of wxStdDialogButtonSizer using...
2010-08-30  Julian SmartFixed wrong line spacing calculation
2010-08-30  Julian SmartDon't add space before para twice in paragraph layout
2010-08-29  Robert Roeblinginclude wx/sizer.h as buildbot complained
2010-08-29  Robert RoeblingAdd possibility to use sizers in ribbon panel, fixes...
2010-08-28  Václav SlavíkScale sizes more accurately in generic SetWindowVariant().
2010-08-26  Jaakko SalliChanged wxArrayStringProperty default delimiter to...
2010-08-26  Jaakko SalliAdded missing wx/defs.h includes in propgrid headers
2010-08-26  Jouk Jansencorrecting wxX11 for wxkeysym as was done for wxMOTIF
2010-08-25  Václav SlavíkFix wxListBox selection handling broken by r64500.
2010-08-24  Robert RoeblingReenable sorting tests for GTK
2010-08-24  Robert RoeblingMake sorting of wxListBox, wxChoice and wxComboBox...
2010-08-24  Vadim ZeitlinRemove unused wxDisplay implementation using DirectDraw...
2010-08-24  Jouk JansenwxKeysym problem for wxMOTIF fixed
2010-08-23  Vadim ZeitlinCompilation fix: forward declare wxTextEntry in unit...
2010-08-23  Jouk JansenUpdate openVMS compile support
2010-08-22  Vadim ZeitlinUse "C" locale for locale-dependent part of TextCtrlTes...
2010-08-22  Vadim ZeitlinDocument that wxFD_FILE_MUST_EXIST is implied under...
2010-08-22  Vadim ZeitlinRemove unused src/osx/cocoa/bmpbuttn.mm file.
2010-08-22  Vadim ZeitlinDon't use uninitialized variable in wxCharCodeWXToOSX().
2010-08-22  Vadim ZeitlinMerge the new GUI tests from SOC2010_GUI_TEST branch.
2010-08-22  Vadim ZeitlinMerge wxUIActionSimulator fixes from SOC2010_GUI_TEST...
2010-08-22  Vadim ZeitlinFix selection corner cases in wxOSX wxComboBox.
2010-08-22  Vadim ZeitlinDon't crash in wxOSX::wxClipboard::Clear() if initializ...
2010-08-22  Vadim ZeitlinWork around a crash on starting editing in wxGrid under...
2010-08-22  Vadim ZeitlinDon't send event from wxMSW::wxListCtrl::DeleteAllItems...
2010-08-22  Vadim ZeitlinExtract X11 Display wrapper class in a private header.
2010-08-22  Vadim ZeitlinAdd missing header required if wx/mousestate.h is inclu...
2010-08-21  Vadim ZeitlinDon't report spurious errors from wxSocket in "no wait...
2010-08-21  Robert RoeblingAllow calling wxGenericDirCtrl::GetPath() in multiple...
2010-08-21  Robert Roeblingmake Set/GetLabel() set and return something (albeit...
2010-08-21  Robert Roeblingmake Set/GetLabel() set and return title in wxTLW,...
2010-08-21  Robert RoeblingFix crash by checking if icon is valid before drawing...
2010-08-21  Robert RoeblingFix potential crash, fixes #12375: PATCH to fix help...
2010-08-20  Robert RoeblingProperly implement Cleared() by calling row_deleted...
2010-08-20  Vadim ZeitlinMention that not all standard IDs are stock IDs.
2010-08-20  Jouk Janseninclude correct private.h for wxgtk1
2010-08-20  Robert RoeblingMake it compile
2010-08-19  Robert RoeblingLink to wxRichMessageDialog in some places
2010-08-19  Robert RoeblingMake it compile a bit more
2010-08-19  Vadim ZeitlinSlightly improve wx[Generic]RichMessageDialog layout.
2010-08-19  Vadim ZeitlinMake the main message of wxGenericMessageDialog stand...
2010-08-19  Julian SmartBetter close button placement on tabs, especially for...
2010-08-19  Jouk Jansenupdate compile configuration for OpenVMS
2010-08-19  Vadim ZeitlinCompilation fix for STL build in wxGtkCollatableString...
2010-08-19  Vadim ZeitlinCompilation fix for non-PCH build in wxGenericRichMessa...
2010-08-18  Vadim ZeitlinCompilation fix for old SDKs in new native MSW wxHyperL...
2010-08-18  Vadim ZeitlinVC6 compilation fix for native wxProgressDialog impleme...
2010-08-18  Vadim ZeitlinUse task dialog for wxProgressDialog implementation...
2010-08-18  Vadim ZeitlinOnly use native wxHyperlinkCtrl in Unicode build under...
2010-08-18  Vadim ZeitlinDon't use native MSW wxCommandLinkButton in wxUniversal.
2010-08-18  Vadim ZeitlinAdd wxRichMessageDialog class.
2010-08-18  Vadim ZeitlinProvide a task-dialog based wxMSW wxMessageDialog imple...
2010-08-18  Vadim ZeitlinHandle mnemonics correctly in wxGTK::wxCollapsiblePaneS...
2010-08-18  Vadim ZeitlinFix Yes/No/Cancel buttons order in wxGTK wxStdDialogBut...
2010-08-18  Robert RoeblingDocument recetnyl added name parameter in wxDataViewCtrl
2010-08-18  Robert RoeblingMention that you cannot call wxRadioButton::SetValue...
2010-08-18  Robert RoeblingGTK+ just won't let you uncheck any radiobutton that...
2010-08-18  Robert Roeblingmake wxChoice and wxComboBox sort in a case insensitive...
2010-08-18  Robert RoeblingMake wxListBox sort in a case insensitive way, fixes...
2010-08-18  Julian SmartUse common inline version of wxHexToDec
2010-08-17  Vadim ZeitlinProvide native wxHyperlinkCtrl implementation for wxMSW.
2010-08-17  Vadim ZeitlinCompilation fix: include wx/button.h from wx/commandlin...
2010-08-17  Vadim ZeitlinExport wxMSWButton::GetFittingSize() private function.
2010-08-17  Vadim ZeitlinAdd new wxCommandLinkButton class.
next