]> git.saurik.com Git - wxWidgets.git/shortlog
wxWidgets.git
2010-11-07  Vadim ZeitlinFix build with Borland C++ compiler.
2010-11-07  Vadim ZeitlinUpdate all windows associated with the tooltip when...
2010-11-07  Stefan Csomordisable code because of OS bug, fixes #12478, fixes...
2010-11-06  Peter CawleyImprove behaviour of scrolling through a ribbon gallery.
2010-11-06  Stefan Csomorrouting the tab, return events for single line fields...
2010-11-06  Stefan Csomorimplementing turning off of default button as well
2010-11-05  Vadim ZeitlinMinor cosmetic fix to generic check tools appearance...
2010-11-05  Vadim ZeitlinFix check toolbar items behaviour in non-native toolbar...
2010-11-05  Vadim ZeitlinAvoid using wx GDI classes from non-main thread in...
2010-11-05  Vadim ZeitlinReally update tooltip when wxToolBar::SetShortHelp...
2010-11-05  Vadim ZeitlinRemove trailing comma from an enum.
2010-11-05  Vadim ZeitlinShow the first, not the last, inserted item in wxListBo...
2010-11-05  Vadim ZeitlinUse CGFloat instead of float for mouse wheel event...
2010-11-05  Vadim ZeitlinFix showing the frames full screen under OS X.
2010-11-05  Vadim ZeitlinImprove default position for new TLWs in wxOSX.
2010-11-05  Vadim ZeitlinEnsure that strings returned by wxMBConv_cf are in...
2010-11-05  Vadim ZeitlinRemove duplicate wxEVT_COMMAND_TEXT_ENTER generation...
2010-11-05  Vadim ZeitlinDon't update scrollbars when the window is being destro...
2010-11-05  Vadim ZeitlinFix crash in wxColour ctor from NSColor in wxOSX/Cocoa.
2010-11-05  Vadim ZeitlinRemove unnecessary wxOSX_USE_COCOA guards in Cocoa...
2010-11-05  Vadim ZeitlinAssume sizeof(wchar_t) is always 4 under OS X.
2010-11-05  Vadim ZeitlinAdd another test for the insertion point position after...
2010-11-05  Vadim ZeitlinDisable keyboard unit test with wxUIActionSimulator...
2010-11-05  Chris Elliottadd execmon to CE exclude (no console)
2010-11-05  Chris Elliottmissing namespace
2010-11-05  Chris Elliottmissing namespace
2010-11-05  Vadim ZeitlinRemove test code accidentally committed as part of...
2010-11-05  Jouk JansenUpdate OpenVMS makefiles
2010-11-04  Vadim ZeitlinCorrect a trivial typo in wxLog documentation.
2010-11-04  Vadim ZeitlinUse explicit menu item background if it's given under...
2010-11-04  Vadim ZeitlinNo changes, just use RAII-based classes in MSW owner...
2010-11-04  Vadim ZeitlinPas long to _get_timezone() even for VC8.
2010-11-04  Jouk JansenUpdating makefiles for OpenVMS
2010-11-03  Vadim ZeitlinRemove unused mouse event handler from dataview sample.
2010-11-03  Vadim ZeitlinRemove unnecessary tests for m_log from dataview sample.
2010-11-03  Vadim ZeitlinAdd wxAuiPaneInfo::IsDockable().
2010-11-03  Vadim ZeitlinSet column field of wxDVC ITEM_{ACTIVATED,CONTEXT_MENU...
2010-11-03  Vadim ZeitlinDon't dock undockable panes in wxAuiManager::LoadPerspe...
2010-11-03  Vadim ZeitlinOptimize wxDataViewMainWindow::FindNode() in generic...
2010-11-03  Vadim ZeitlinDon't copy potentially big arrays in generic wxDataView...
2010-11-03  Vadim ZeitlinHandle wxLOCALE_DECIMAL_POINT in wxLOCALE_CAT_MONEY...
2010-11-03  Vadim ZeitlinSupport wxLOCALE_THOUSANDS_SEP in wxMSW wxLocale::GetIn...
2010-11-03  Jouk Jansenreplace m_nSelection by m_selection
2010-11-03  Jouk JansenUpdate OpenVMS compile support
2010-11-02  Václav SlavíkFix compilation error in wxImplicitConversionType<...
2010-11-02  Vadim ZeitlinUse _get_timezone() function instead of _timezone with...
2010-11-02  Vadim ZeitlinMake write end of the child process pipe non-blocking...
2010-11-02  Vadim ZeitlinRefactor: extract code to make an fd non-clocking into...
2010-11-02  Vadim ZeitlinDon't scroll the grid too much to bring selection in...
2010-11-02  Vadim ZeitlinChanged wxImage::ConvertAlphaToMask() return type to...
2010-11-02  Vadim ZeitlinAvoid crash when releasing the mouse in wxRibbonToolBar.
2010-11-02  Robin DunnAdd some asserts to ensure cols and rows are >= 0 to...
2010-11-02  Robin DunnFix return types on wxRect::Inflate and Deflate
2010-11-01  Jouk JansenCreate work-around for wxGetEnvMap on OpenVMS (correction)
2010-11-01  Jouk JansenCreate work-around for wxGetEnvMap on OpenVMS
2010-10-31  Vadim ZeitlinMake wxMBConv_iconv MT-safe by not using wxString in it.
2010-10-31  Vadim ZeitlinAvoid events when implicitly selecting first wxBookCtrl...
2010-10-31  Vadim ZeitlinReposition wxSpinCtrl correctly after reparenting it...
2010-10-31  Vadim ZeitlinDestroy correct HWND in wxMSW wxSpinCtrl::Reparent().
2010-10-30  Vadim ZeitlinDocument wxMessageQueueError.
2010-10-30  Vadim ZeitlinwxUniv/MSW compilation fix in wxWindowBase::GetDlgUnitB...
2010-10-30  Vadim ZeitlinNo changes, just use AutoHBITMAP instead of manual...
2010-10-30  Vadim ZeitlinFix conversion of bitmaps with alpha to icons/cursors...
2010-10-30  Vadim ZeitlinAdd bitmaps in non-premultiplied format to wxImageList...
2010-10-30  Vadim ZeitlinAllow creating DIBs storing pixels in non-premultiplied...
2010-10-30  Vadim ZeitlinMake it impossible to initialize AutoHBITMAP after...
2010-10-30  Vadim ZeitlinFix fatal bug in wxGetWindowFromHWND() for radio buttons.
2010-10-30  Vadim ZeitlinRestore the old logger in wxLogChain dtor instead of...
2010-10-30  Vadim ZeitlinFix confusion with LOGFONT{A,W} parameters to MSW GetTh...
2010-10-30  Vadim ZeitlinNo real changes, just cleanup of wxMSW MenuDrawData.
2010-10-30  Vadim ZeitlinUse TAbs in debian/rules, not spaces, as it's a makefile.
2010-10-30  Vadim ZeitlinFix order of arguments in wxOSX/Carbon wxListCtrl:...
2010-10-30  Václav SlavíkFor large dataview controls, don't use all items to...
2010-10-30  Václav SlavíkAdd wxDataViewRendererBase::PrepareForItem() helper.
2010-10-30  Václav SlavíkAccount for text attrs in generic wxDataViewCtrl's...
2010-10-30  Václav SlavíkAdd optional columns autosizing to wxDataViewCtrl.
2010-10-30  Václav SlavíkAdd wxRenderer::GetHeaderButtonMargin().
2010-10-28  Paul Cornettfix iconize event detection, logical operators don...
2010-10-28  Vadim ZeitlinUse floating point arithmetic in wxDC::GradientFillConc...
2010-10-28  Vadim ZeitlinFix generic implementation of wxDC::GradientFillConcent...
2010-10-28  Vadim ZeitlinRelax validation of wxCheckBox flags.
2010-10-28  Vadim ZeitlinImprove positioning of wxSlider min/max labels in wxMSW.
2010-10-28  Vadim ZeitlinwxOSX/Carbon compilation fix after wxListBoxBase changes.
2010-10-28  Vadim ZeitlinDon't crash when waiting for thread termination in...
2010-10-27  Vadim ZeitlinFix list box unit test under wxGTK.
2010-10-27  Vadim ZeitlinNo changes, just use wxGtkObject<> instead of g_object_...
2010-10-27  Vadim ZeitlinDon't duplicate event sending code in wxGTK wxListBox.
2010-10-27  Vadim ZeitlinDon't send SELECTED events for an already selected...
2010-10-27  Vadim ZeitlinwxOSX compilation fix: remove just added extra semicolon.
2010-10-27  Vadim ZeitlinFix warnings about signed/unsigned comparisons inside...
2010-10-27  Robert RoeblingUse window-state-event to send ICONIZE events under...
2010-10-27  Vadim ZeitlinRefactor: use wxBookCtrlBase::m_selection in all derive...
2010-10-27  Vadim ZeitlinNo real changes, just replace -1 with wxNOT_FOUND in...
2010-10-26  Vadim ZeitlinDon't dispatch messages while waiting in worker thread...
2010-10-26  Vadim ZeitlinCompilation fix for wxUSE_UNICODE_WCHAR && !wxUSE_STL_B...
2010-10-26  Vadim ZeitlinBetter document wxAutomationObject::GetDispatchPtr...
2010-10-26  Vadim ZeitlinRebake to add wx/meta/implicitconversion.h to the makef...
2010-10-25  Vadim ZeitlinMention that resource forks are deprecated under Mac...
2010-10-25  Vadim ZeitlinUse the correct accelerator for the "Preferences" Apple...
2010-10-25  Vadim ZeitlinUse the application name in the "About" item of the...
next