]> git.saurik.com Git - wxWidgets.git/history - src
wxOSX build fix for wxRichTextCtrl after wxTextEntry::GetValue() renaming to DoGetValue()
[wxWidgets.git] / src /
2009-03-02  Vadim ZeitlinwxOSX build fix for wxRichTextCtrl after wxTextEntry...
2009-03-02  Francesco Montorsirevert r59246; the window parameter was there by purpos...
2009-03-02  Vadim Zeitlinanother wxOSX build fix after wxTextEntry::GetValue...
2009-03-02  Vadim ZeitlinwxOSX build fix after wxTextEntry::GetValue() renaming...
2009-03-02  Vadim Zeitlinbuild fix: define DoGetValue() and GetEditableWindow()
2009-03-02  Vadim Zeitlinfix warning about possibly uninitialized variable in...
2009-03-02  Vadim ZeitlinwxUniv compilation fixes after wxTextEntry::DoGetValue...
2009-03-02  Vadim Zeitlinadded wxTextEntry::DoGetValue() to allow returning...
2009-03-02  Vadim Zeitlinadded wxTextEntry::SetHint() (a.k.a. cue banner or...
2009-03-01  Francesco Montorsifix rendering of wxGrid on wxMSW when a dialog is over...
2009-03-01  Francesco Montorsiuse wxRenderer::GetCheckBoxSize() instead of doing...
2009-03-01  Francesco Montorsideprecated GetCheckBoxSize(wxWindow *) in favour of...
2009-03-01  Francesco Montorsimove wxGridCellRenderer::Draw before other derived...
2009-03-01  Francesco Montorsibetter document the possible arguments accepted by...
2009-03-01  Vadim Zeitlinrecognize schemes other than http and ftp in wxLaunchDe...
2009-03-01  Vadim Zeitlinadded const_cast<> to silence gcc warnings (see #10520)
2009-02-28  Robert RoeblingNever show tree lines when there are tree buttons under...
2009-02-28  Robert RoeblingUse gdk_window_invalidate instead of gtk_widget_queue_d...
2009-02-28  Vadim Zeitlincompilation fixes for ANSI mode build (closes #10518)
2009-02-28  Vadim Zeitlinreset the tooltip text before changing it, this apparen...
2009-02-28  Kevin OllivierCast needed to fix compilation on 10.4 --This line...
2009-02-27  Vadim Zeitlinrefactor wxDocChildFrame and wxDocMDIChildFrame to...
2009-02-27  Julian SmartFixed wxRichTextCtrl base class
2009-02-27  Vadim Zeitlinmove functions using deprecated methods out of line...
2009-02-27  Julian SmartCorrected IMPLEMENT_CLASS/BEGIN_EVENT_TABLE base class
2009-02-27  Stefan Csomorapplying patch, fixes #10523
2009-02-27  Stefan Csomorapplying patch, fixes #10524
2009-02-26  Jaakko SalliNo longer overestimate virtual height given to the...
2009-02-26  Vadim Zeitlindeprecate the old TryValidator/Parent() and replace...
2009-02-26  Vadim Zeitlinoverride TryValidator() in wxMDIParentFrame to implemen...
2009-02-26  Václav Slavíkadded wxXmlResource::LoadFile() to avoid URL-vs-filenam...
2009-02-26  Václav Slavíkfixed wxXmlResource::Load's detection of filenames...
2009-02-25  Vadim Zeitlinadded wxGrid::{Set,Get}{Row,Col}Sizes() methods allowin...
2009-02-25  Vadim Zeitlinpostpone the check for the validity of growable rows...
2009-02-25  Francesco Montorsiadd wxAppConsoleBase::OnEventLoopEnter/Exit callbacks...
2009-02-25  Vadim Zeitlindon't call Refresh(empty-rect) unnecessarily
2009-02-25  Francesco Montorsitry to clear the device/logical unit fog; remove unused...
2009-02-25  Kevin OllivierRemove no longer necessary re-entrancy check, fix funct...
2009-02-25  Vadim Zeitlinfix handling of long lines in wxGridCellAutoWrapStringR...
2009-02-24  Benjamin Williamsfocus fixes for wxAUINotebook (fixes #4361)
2009-02-24  Vadim Zeitlinrender <TH> contents in bold, as all the browsers do
2009-02-24  Kevin OllivierTurn off the annoying beep when a key down is passed...
2009-02-23  Vadim Zeitlinfix (harmless) warnings in release mingw32 build
2009-02-22  Vadim Zeitlincorrect the coordinates used for DIBs in StretchBlt...
2009-02-22  Vadim Zeitlinavoid integer overflow when computing the radius in...
2009-02-22  Vadim Zeitlinadd accessors for sockaddr to wxSockAddress (closes...
2009-02-22  Kevin OllivierQuick fix to prevent a crash when running on 10.4.
2009-02-22  Vadim Zeitlinadd public wxXmlResource::GetResourceNode() which can...
2009-02-22  Kevin OllivierMissed one symbol used in the compatibility path.
2009-02-22  Kevin OllivierFix for building under 10.4, where the BlendMode consta...
2009-02-22  Stefan NeisVarious compilation fixes.
2009-02-22  Kevin OllivierLanding basic EVT_CHAR support, along with the rest...
2009-02-22  Kevin OllivierAdd support for EVT_TEXT in OS X Cocoa.
2009-02-22  Jaakko SalliAdded wxComboPopup::GetComboCtrl()
2009-02-22  Francesco Montorsiremove wxAppConsoleBase::OInitGui and leave it only...
2009-02-22  Vadim Zeitlinadd public wxLog::Log() to avoid ugly casts needed...
2009-02-21  Paul Cornettfix the restore of the fix of r58979
2009-02-21  Vadim Zeitlinrestore changes of r58979 accidentally overwritten...
2009-02-21  Paul Cornettfix event table base for wxListMainWindow
2009-02-21  Paul Cornettnon-pch build fixes, some cleanup
2009-02-21  Paul Cornettfix for missing sighandler_t
2009-02-21  Václav Slavíkadded asserts to check correct order of wxHtmlDCRendere...
2009-02-21  Francesco Montorsifix a few typos
2009-02-21  Stefan NeisAdded wxSingleInstanceChecker for OS/2 (patch #10491).
2009-02-20  Francesco Montorsiuse %p when logging the thread IDs instead of %lu to...
2009-02-19  Francesco MontorsiwxCHECK that there is an active event loop before using...
2009-02-19  Vadim Zeitlinfix Windows compilation after last change
2009-02-19  Francesco Montorsidon't leak events in wxEvtHandler::QueueEvent when...
2009-02-19  Robert RoeblingMake wxImageList not copiable (fixes #10503), replace...
2009-02-19  Robert RoeblingIf a selected item is about to be deleted, try to selec...
2009-02-19  Paul Cornettadd braces around if-body
2009-02-19  Paul Cornettremove old hacks for gtk blit problem which was probabl...
2009-02-19  Paul Cornettbetter fix for aCC and rawbmp.h
2009-02-19  Vadim Zeitlincompilation fix for systems without neither MSG_NOSIGNA...
2009-02-19  Vadim Zeitlinanother AIX compilation fix: getservbyname_r() returns...
2009-02-19  Paul Cornettavoid setting negative size
2009-02-19  Paul Cornettunused variable
2009-02-19  Paul Cornettremove unused gtk includes
2009-02-19  Paul Cornettfix for HP aCC, it can't compile rawbmp.h
2009-02-19  Paul Cornettfix for IBM xlC 8, it can't compile Clone() if wxDataFo...
2009-02-19  Vadim ZeitlinAIX compilation fix
2009-02-18  Robert RoeblingUncomment code accidentally left commented
2009-02-18  Robert RoeblingDon't use default size of control has a sizer (as per...
2009-02-18  Paul Cornettuse bool expression rather than implicit conversion
2009-02-18  Paul Cornettremove unused wxKeyEvent member m_scanCode
2009-02-18  Jaakko SalliUnder wxGTK, always use wxPopupTransientWindow as the...
2009-02-18  Francesco Montorsiremove comment erroneously committed in r58654
2009-02-18  Francesco Montorsifix typo: the leave/enter order for the m_handlersWithP...
2009-02-18  Francesco Montorsifix typo
2009-02-18  Francesco Montorsifix wxGTK1 build
2009-02-18  Paul Cornettbuild fixes for wxUSE_THREADS==0
2009-02-17  Jaakko SalliHave wxComboCtrl respect parent's wxTAB_TRAVERSAL flag...
2009-02-17  Jaakko SalliAlso redirect wxEVT_KEY_UP and wxEVT_CHAR from the...
2009-02-17  Robert RoeblingCorrected meaning of parameter col as the position...
2009-02-17  Jaakko SalliTest for m_pPropGrid in wxPropertyGridPageState::DoClear()
2009-02-17  Jaakko SalliClear grid selection more consistently prior clear...
2009-02-17  Vadim Zeitlindon't skip the event in wxGridCellEditorEvtHandler...
2009-02-17  Jouk Jansenadd wx/log.h for non-PCH build
2009-02-17  Vadim Zeitlinsuppress unused parameter warning
2009-02-17  Robert RoeblingBlind implementation of YieldFor() for OSX/Cocoa, copie...
next