]> git.saurik.com Git - wxWidgets.git/history - include
Updated message catalogs to latest CVS
[wxWidgets.git] / include /
2002-06-02  Robert Roebling Overrode wxMDIChildFrame's DoSetSize to not misplace
2002-06-01  Vadim Zeitlinreplaced quotes in #include with angle brackets
2002-05-31  Vadim Zeitlinremoved unused wxWindowGTK::m_isFrame
2002-05-31  Vadim Zeitlinreplaced m_isRadioButton with a virtual function
2002-05-31  Vadim Zeitlinreplaced wxWindowGTK::m_isListBox with a virtual function
2002-05-31  Vadim Zeitlinreplaced wxWindowGTK::m_isStaticBox with a virtual...
2002-05-31  Vadim Zeitlinreplaced wxWindowGTK::m_isListBox with a virtual function
2002-05-31  Vadim Zeitlinfixes for the focus handling: don't set back to back...
2002-05-31  Robert Roebling Added wxToolBar::FindControl() to fish out
2002-05-28  David WebsterCatching up for the week
2002-05-28  Vadim Zeitlinfix compilation without WXDEBUG (includes patch 561458)
2002-05-28  Vadim Zeitlinadded consts to wxAcceleratorTable ctors from wxAcceler...
2002-05-27  Robin DunnPatch 559673 and 561053
2002-05-27  Robin DunnFixed wxMac's wxStaticText::SetFont to behave like...
2002-05-27  Robin DunnChanged the default style flags on wxSplashScreen
2002-05-26  Vadim Zeitlinadded wxWizard::Fit()
2002-05-26  Vadim Zeitlinattempts to make GetBestSize() work using constraints...
2002-05-26  Stefan Csomoradded accessors for last focus
2002-05-25  Vadim Zeitlinfixed assert when using wxMiniFrame (result of recent...
2002-05-25  Vadim Zeitlinchanges to wxFRAME_NO_TASKBAR/FLOAT_ON_PARENT styles...
2002-05-25  Vadim Zeitlinnew wxWindow::FindWindowByXXX() methods replacing the...
2002-05-25  Vadim Zeitlinprevent the parent window from losing activation when...
2002-05-25  Robert Roebling Set the focus to the html display window
2002-05-23  Vadim ZeitlinwxUniv compilation fixes (patch 559620)
2002-05-23  Vadim Zeitlinixed compilation for wxUSE_STREAMS == 0
2002-05-23  Robert Roebling Redirect SetFocus Part II.
2002-05-22  Vadim Zeitlinfixed propagating of EVT_WIZARD_XXX events to the parent
2002-05-22  Vadim Zeitlinrestore the stream position in wxImageHandler itself...
2002-05-22  Vadim Zeitlinfixed GL case in #include (patch 557178)
2002-05-21  Stefan Csomoradded hide/show
2002-05-21  David WebsterFont dialog fix
2002-05-20  Stefan Csomorcarbon event handlers
2002-05-20  Stefan CsomorCarbon-Standard conversion
2002-05-20  Stefan CsomorDan 'Bud' Keith's Implementation
2002-05-20  Stefan CsomorOnInit for adding carbon event handlers
2002-05-19  Václav SlavíkCosmetic changes to wxSS::GetScreen:
2002-05-18  Julian SmartUpdated font dialog constructors to use a reference...
2002-05-17  Stefan Csomoradded GetApplicationScript for non Carbon builds
2002-05-16  Vadim Zeitlingenerate EVT_SCROLL events for the standalong scrollbar...
2002-05-15  Julian SmartAdded missing const for operator !=
2002-05-15  Gilles Depeyrotapplied copy constructor fix to assignment operator...
2002-05-14  Vadim Zeitlindon't send SPLITTER_POS_CHANGED events when the splitte...
2002-05-13  Robin DunnAdded some inline helpers so the dependence on wxUSE_UN...
2002-05-13  David WebsterWeekly catch up.
2002-05-12  Vadim Zeitlinfixes to wxFontDialog after recent changes
2002-05-12  Vadim Zeitlinfixed wxFontDialog API: accept const ref instead of...
2002-05-12  Julian SmartAdded overloaded AddChild from contributor
2002-05-12  Gilles Depeyrotcorrected wxFontData assignement operator (was recursive!)
2002-05-11  Vadim Zeitlinchanged the handling of the default buttons to be more...
2002-05-11  Gilles Depeyrotadded wxControlWithItems constructor/destructor (for...
2002-05-11  Gilles Depeyrotcorrected pragma interface
2002-05-11  Mattia Barbonconst KEY_T& does not do the right thing for pointers.
2002-05-11  Stefan Csomorexposed background theme
2002-05-11  Stefan CsomorDrawParagraph changed
2002-05-11  Stefan Csomorcommon value change method
2002-05-11  Stefan Csomoradded keyboard focus & typein
2002-05-10  Gilles Depeyrotremoved test supposed to detect lazy binding issues...
2002-05-10  David WebsterFix for upside down bmp projections
2002-05-10  David WebsterFolder icon
2002-05-09  Robin DunnAdded a couple missing WXDLLEXPORTs
2002-05-09  Vadim Zeitlinapplied patch to build wxMSW with CW7 (patch 550445)
2002-05-09  Vadim Zeitlinfixed list item attributes when inserting/deleting...
2002-05-09  Vadim Zeitlinadded/documented wxApp::FilterEvent
2002-05-09  Vadim Zeitlinadded (and documented) wxSafeShowMessage, use it in...
2002-05-09  Vadim Zeitlinthe build options are now checked in the application...
2002-05-09  Gilles Depeyrotimplement explicit copying instead of forbidding it
2002-05-08  Stefan Csomoradded rtti to tooltip, mlte implementation to textctrl
2002-05-08  Vadim Zeitlinadded missing wxListItem copy ctor to wxMSW, moved...
2002-05-08  Gilles Depeyrotimplemented lazy binding detection (broken RTTI classin...
2002-05-08  Gilles Depeyrotimplemented explicit copy constructors (needed for...
2002-05-08  Julian SmartAdded Ok() member for print data, print dialog, page...
2002-05-08  Gilles Depeyrotcorrected warnings when compiling with -Wall -W
2002-05-08  Gilles Depeyrotimproved out of memory handling by return failure statu...
2002-05-08  Gilles Depeyrotcorrected warnings when compiling with -Wall -W
2002-05-08  Gilles Depeyrotimplemented missing copy constructor (needed for non...
2002-05-08  Gilles Depeyrotadded DECLARE_NO_COPY_CLASS where appropriate since...
2002-05-08  Mattia BarbonFixed programming error (and BCC warning).
2002-05-08  Gilles Depeyrotcorrected warnings when compiling with -Wall -W
2002-05-08  Gilles Depeyrotcorrected conditional compilation for Darwin / Mac...
2002-05-08  Gilles Depeyrotcorrected warnings when compiled with -Wall -W
2002-05-08  David WebsterMore of the same.
2002-05-07  Vadim Zeitlinfixed Windows style of wxPopupWindow
2002-05-07  Gilles Depeyrotcorrected warnings when compiling with -Wall -W
2002-05-07  Gilles Depeyrotimplemented explicit copy constructor and assignement...
2002-05-07  Vadim Zeitlinadded wxBuildOptions and check that they are the same...
2002-05-07  David WebsterMono bitmap processing updates
2002-05-06  David WebsterOS/2 Image processing updates
2002-05-06  Vadim ZeitlinwxPanel is a canvas in wxUniv sense of the word
2002-05-06  Vadim Zeitlinadded wxCheckBox::IsChecked() to wxMac and documented it
2002-05-06  Vadim Zeitlininclude wx/defs.h to get wxUSE_FFILE
2002-05-06  Vadim Zeitlintypo fixed: __WXUNIV__ => __WXUNIVERSAL__
2002-05-05  Vadim Zeitlinfixed multiple bugs in multiple selection wxCheckListBoxes
2002-05-05  Václav Slavíkfixes to gcc pragmas
2002-05-05  Gilles Depeyrotimproved opening/closing of shared library resources...
2002-05-05  Vadim Zeitlinadded wxShutdown (patch 547443)
2002-05-05  Julian SmartDoc tweaks
2002-05-04  Robert Roebling Added screen design to system settings for
2002-05-04  Gilles Depeyrotadded missing include file
2002-05-04  Vadim Zeitlinfixed compilation when included directly and not via...
2002-05-04  Vadim ZeitlinwxDirDialog now has the same ctor under all platforms...
next