]> git.saurik.com Git - wxWidgets.git/history - src
fix bug in generic wxTreeCtrl: calling SelectItem(true) on an already selected item...
[wxWidgets.git] / src /
2009-06-06  Vadim Zeitlinfix bug in generic wxTreeCtrl: calling SelectItem(true...
2009-06-06  Vadim Zeitlinadded multiple selections support to wxDirCtrl (closes...
2009-06-06  Vadim Zeitlincompilation fixes for OS X Cocoa build
2009-06-06  Vadim Zeitlinexport wxStatusBarPaneArray from the DLL to fix Borland...
2009-06-05  Stefan Csomoravoiding events during destruction, fixes #10855
2009-06-04  Vadim Zeitlinadded wxEditbaleListBox XRC handler
2009-06-04  Vadim Zeitlincorrect the fix for avoiding the integer multiplication...
2009-06-04  Vadim Zeitlinuse wxAutoBufferedPaintDC to avoid needlessly double...
2009-06-04  Vadim Zeitlinaccount properly for the menu in SetShape() (closes...
2009-06-04  Vadim Zeitlinpostpone the call to CopyAttributes() until the DC...
2009-06-04  Vadim Zeitlinremoved assert checking that bit depth is 8 or 16 as...
2009-06-04  Julian SmartUse live update for splitter on Mac since Leopard seems...
2009-06-04  Stefan Csomoravoid overdrawing, fixes #10865
2009-06-03  Vadim Zeitlinuse wxRA_SPECIFY_COLS/ROWS instead of old, deprecated...
2009-06-03  Vadim Zeitlinwork around g++ 4.3 warning about possibly ambiguous...
2009-06-02  Vadim Zeitlinfix wxIconBundle creation from multiimage files broken...
2009-06-02  Vadim Zeitlincheck for integer overflow which could result in buffer...
2009-06-02  Vadim Zeitlindon't free() the same pointer twice if an error occurs...
2009-06-02  Vadim Zeitlinadded wxUINTn_MAX constants; document them together...
2009-06-02  Francesco Montorsiadd wxGetLinuxDistributionInfo() and wxPlatformInfo...
2009-06-01  Francesco Montorsiadd wxProgressDialog::SetRange() function
2009-06-01  Francesco Montorsido not show the timestamp column in the details pane...
2009-06-01  Vadim Zeitlincorrect Borland #pragma hdrstop position
2009-06-01  Robert RoeblingCloses #10495: wxDataViewCtrl needs a way to start...
2009-06-01  Francesco Montorsifix loading ICO from socket stream: override OnSysTell...
2009-06-01  Francesco Montorsidocument that CanRead() and GetImageCount() functions...
2009-05-31  Vadim Zeitlinextracted wxTextWrapper in its own header and made...
2009-05-31  Vadim Zeitlindon't redefine HAVE_STRFTIME as it can already be defin...
2009-05-31  Vadim Zeitlinadded wxDC::CopyAttributes() and use it in wxBufferedDC...
2009-05-31  Vadim Zeitlinset focus to the window when the mouse is clicked in...
2009-05-31  Václav Slavíkuse enhanced metafiles for wxMSW print preview: this...
2009-05-31  Václav Slavíkadd ability to create wxEnhMetaFileDC based on a refere...
2009-05-31  Vadim Zeitlindon't redefine HAVE_STRFTIME as it can already be defin...
2009-05-31  Vadim Zeitlinadded default ctor to wxMouseEventsManager, this is...
2009-05-31  Vadim Zeitlindon't add client area origin when positioning the child...
2009-05-31  Jaakko SalliAdded wxPGProperty::SetDefaultValue(v), as a shortcut...
2009-05-30  Vadim Zeitlinimplement Update() properly for the generic wxListCtrl...
2009-05-30  Vadim Zeitlinfix ANSI build compilation (closes #10846)
2009-05-30  Vadim Zeitlincompilation fix for wxUSE_STL==1
2009-05-30  Jaakko SalliMore forward-ported wxPython-bindings related cleanup...
2009-05-30  Jaakko SalliForward-ported wxPython-bindings related cleanup from...
2009-05-29  Julian SmartEnsure the tooltip has been created before enabling...
2009-05-28  Francesco Montorsiavoid leaking allocated tooltips
2009-05-28  Vadim Zeitlinremove redundant extern keywords from wxEmptyString...
2009-05-28  Stefan Csomorfixing length param, see #10846
2009-05-28  Vadim Zeitlincompilation fix for STL/!UNICODE case (closes #10846)
2009-05-27  Stefan Csomorfixing non-unicode build
2009-05-27  Stefan Csomormoving common code up
2009-05-27  Stefan Csomorupdating cursor code from Dave's newer version, fixes...
2009-05-27  Stefan Csomorallowing font changes on multi-line textctrls, see...
2009-05-27  Stefan Csomormake sure NSScrollers are always having the desired...
2009-05-25  Vadim Zeitlinno changes, simply mention a possible misuse of API...
2009-05-25  Vadim Zeitlinadd support for defining list control columns in XRC...
2009-05-24  Vadim Zeitlinremove wxMSW-specific (but copied into wxPalm too)...
2009-05-24  Vadim Zeitlinalways dispatch messages for the hidden window which...
2009-05-24  Vadim Zeitlinfill in the fields of wxListItem in a wxListEvent befor...
2009-05-24  Vadim Zeitlincorrect the inversed assert check in LVN_DELETEITEM...
2009-05-24  Vadim Zeitlincompilation fix for wxOSX_USE_EXPERIMENTAL_FONTDIALOG...
2009-05-24  Vadim Zeitlinupdate CRT environment block in wxSetEnv() too
2009-05-23  Vadim Zeitlinmake wxWindow::SetAutoLayout() now works for all window...
2009-05-22  Vadim Zeitlinno real changes, just remove unneeded empty dtor
2009-05-22  Vadim Zeitlinreturn the correct number of columns from wxGridStringT...
2009-05-22  Vadim Zeitlinfix unused parameter warning after r60715
2009-05-22  Vadim Zeitlindon't clear the status bar help text if the wxEVT_MENU_...
2009-05-22  Vadim Zeitlinimplement wxGetActiveWindow() which is now used by...
2009-05-21  Julian SmartCOrrected my misapplied fix, sorry
2009-05-20  Vadim Zeitlindon't use m_useProxy if !wxUSE_PROTOCOL_HTTP (see ...
2009-05-20  Vadim Zeitlincompilation fix in FindPaperType() after latest change
2009-05-20  Julian SmartAvoid resetting size if paper id not found
2009-05-20  Vadim Zeitlindo allow calling Hide() on the window before it is...
2009-05-20  Julian SmartFixed invisible CHM tooltip text bug when window text...
2009-05-20  Julian SmartAdded a comment about DMPAPER_USER not always working
2009-05-20  Julian SmartFixed a problem with unrecognised paper id conversions
2009-05-19  Vadim Zeitlinadded Asturian language entry (see #10808)
2009-05-17  Vadim Zeitlindeal with fonts with empty face name correctly in wxNat...
2009-05-17  Vadim Zeitlindeal with the fonts without any specified face name...
2009-05-17  Vadim Zeitlindo not overwrite ms_{hwnd,className} in wxTimerHiddenWi...
2009-05-16  Francesco Montorsifix typo from previous commit
2009-05-16  Francesco Montorsifix the wxCursor(const wxString& cursor_file, ...)...
2009-05-16  Václav Slavíkfixed typo in error message
2009-05-15  Vadim Zeitlinmove virtual GetPath() implementation out of line to...
2009-05-15  Václav Slavíksimplified code now that utf8_str() always returns...
2009-05-15  Julian SmartAdded background colour control
2009-05-15  Václav Slavíkset icons bundle instead of single icon for wxHtmlHelpFrame
2009-05-15  Stefan Csomorapplying, closes #9012
2009-05-14  Julian SmartCorrected event routing/id change bug
2009-05-14  Benjamin Williamsin wxAuiToolBar, make certain that IsChecked() returns...
2009-05-13  Vadim Zeitlindon't use empty attribute name in wxIconXmlHandler...
2009-05-13  Vadim Zeitlinfix handling of wxBitmap nodes broken by previous chang...
2009-05-13  Vadim Zeitlincompare wxMessageDialog::ShowModal() return value with...
2009-05-13  Stefan Csomormissing classinfo
2009-05-13  Stefan Csomoradd window-modal dialog calls and fallback implementation
2009-05-12  Stefan Csomorfiles are replaced by dataview implementations
2009-05-12  Vadim ZeitlinVC6 compilation fix (thanks buildbot)
2009-05-12  Vadim Zeitlinadd missing wxUSE_DEFERRED_SIZING tests (closes #10766)
2009-05-12  Jouk Jansendeclaration of sendevent should be equal in grid.cpp...
2009-05-11  Vadim Zeitlinfixed wxRadioBox positioning to take the client area...
2009-05-11  Robert RoeblingReapplied some previous patches that got lost while...
2009-05-09  Vadim Zeitlindon't assume that we use timer proc with WM_TIMER as...
2009-05-09  Stefan Csomorcommenting out uncompilable code
next