oops, fixed typo breaking iconv constness detection in the previous commit
[wxWidgets.git] / include /
2002-01-25  Václav Slavíkreverted from wxStrdup back to strdup -- sorry SC,...
2002-01-24  Václav Slavíkadded encodings handling to XRC, so that it is possible...
2002-01-24  Václav Slavíkadded dummy <style> handler in order to hide CSS code
2002-01-24  Vadim Zeitlinfixed typo in EVT_WIZARD_HELP definition (patch from...
2002-01-23  David WebsterLots of fixes for OS/2
2002-01-23  David WebsterFontutil wxFillLogFont change.
2002-01-23  Vadim Zeitlintypos due to much cut-and-paste: colour -> font in...
2002-01-23  Julian SmartSome comments modified to help with documentation
2002-01-23  Václav Slavíkadded wxGenericDirCtrl handler to XRC
2002-01-23  Václav Slavíkadded length argument to wxString::wxString(wchar_t...
2002-01-22  David WebsterOS/2 bug fix updates.
2002-01-21  David WebsterMore resource files
2002-01-21  David WebsterMore resource files
2002-01-21  Václav Slavíkfixed crash in wxSpinCtrl under wxGTK
2002-01-21  Vadim Zeitlinadded wxGetFontFromUser() similar to wxGetColourFromUser()
2002-01-21  Vadim Zeitlinadded an explicit accessor to query the default key...
2002-01-20  Stefan Neis- Added definition for struct SPBCDATA (missing in...
2002-01-20  Stefan NeisFixed compilation problems with gcc on OS/2.
2002-01-20  Stefan NeisAdded wchar handling for EMX (gcc on OS/2).
2002-01-20  Stefan Csomornew static structure for using the correct resource...
2002-01-20  Stefan Csomorexport statement needed
2002-01-20  Stefan Csomorpreparation for separated menu items
2002-01-20  Stefan Csomorchanged the usage of the member vars to be more consistent
2002-01-20  Stefan Csomoradded new constructor for wxpython
2002-01-20  Stefan Csomorprefix files for shared library targets on cw mac
2002-01-20  Stefan Csomorunder metrowerks mac strdup is not exported
2002-01-20  Stefan Csomorcorrect import and export statements for metrowerks
2002-01-20  Stefan Csomorchanged to wxStrdup, since strdup is not guaranteed...
2002-01-20  Stefan Csomornew headers for new shared lib targets on codewarrior
2002-01-20  Vadim Zeitlinadded Append(wxArrayString) to wxItemContainer (and...
2002-01-20  Vadim Zeitlintried to make wxArrayString(bool autosort) ctor more...
2002-01-20  Vadim Zeitlinadded support for wxArrayString data in wxVariant
2002-01-19  Václav Slavíkrewrote wxGenericFileDialog to use sizers
2002-01-19  Václav Slavíkimplemented URLs blocking in wxHtmlWindow
2002-01-19  Vadim Zeitlinadded the possibility to hide the tip window automatica...
2002-01-19  Vadim Zeitlincompilation/linking fixes for DoCaptureMouse() change
2002-01-19  Vadim ZeitlinCapture/ReleaseMouse() prefixed with Do for the other...
2002-01-19  Vadim Zeitlinmaintaint the mouse capture stack in all ports, not...
2002-01-19  Gilles Depeyrotrenamed wxLogXXX functions with va_list argument to...
2002-01-19  Gilles Depeyrotchanged 'extern inline' to extern only
2002-01-18  Václav Slavíkslight corrections, moved bwd compat macros to the...
2002-01-18  Vadim Zeitlinbetter native font support for wxGTK
2002-01-18  David WebsterCompile in IFF stuff.
2002-01-18  David WebsterVarious OS/2 changes to keep up with general library...
2002-01-18  David WebsterSome WXPM defs for dialog styles.
2002-01-18  Vadim ZeitlinIFF support off by default
2002-01-17  Vadim ZeitlinwxUSE_IFF 0 by default
2002-01-17  Vadim Zeitlindon't generate clicked events when we just get the...
2002-01-17  Václav Slavíkadded singleton interface to wxXmlResource, replaces...
2002-01-17  Václav Slavíkfixed to the IFF handler, moved into one file
2002-01-17  Václav Slavíkadded wxUSE_IFF test
2002-01-17  Václav SlavíkwxFont::IsFixedWidth for wxMGL
2002-01-17  Václav Slavíkimplemented Alex's <object_ref> symlinks in XRC
2002-01-16  Vadim Zeitlinmore DLL compilation fixes
2002-01-16  Jouk Jansen Committing in .
2002-01-16  Robin DunnAdded wxThread::GetCurrentId(), which returns an ID...
2002-01-15  Václav Slavíkmerged another part of Alex's work (LoadMenuBar w/...
2002-01-15  Robert Roebling Added IFF handler.
2002-01-14  Vadim Zeitlinadded wxFont::IsFixedWidth(), documented it and impleme...
2002-01-14  Vadim Zeitlinadded missing WXDLLEXPORTs
2002-01-14  Gilles Depeyrotadded wxLog functions with a variable argument list...
2002-01-14  Václav Slavíkremoved setup0.h artifacts
2002-01-13  Vadim Zeitlin0. extracted toolbar colour mapping stuff to its own...
2002-01-13  Stefan Csomorchanged the MulDiv Macro removing macheader dep.
2002-01-13  Stefan Csomoradded type and creator routines for mac
2002-01-13  Václav Slavíkapplied ANI images patch and added wxUSE_ICO_CUR
2002-01-13  Vadim Zeitlinapplied patch for safer GIF decoding (502103)
2002-01-13  Vadim Zeitlinfixed several resource leaks related to MDI menus
2002-01-12  Vadim ZeitlinSetValue() doesn't call Clear()
2002-01-12  Robert Roebling Some additions to the 12-bit patch.
2002-01-11  Vadim Zeitlinmore Sun C++ compiler warning fixes: in particular...
2002-01-11  Gilles Depeyrotadded missing const for Apple DevTools
2002-01-11  Robert RoeblingMove notebook size code for mac to mac/notebook.cpp
2002-01-11  Stefan Csomorfewer standard includes
2002-01-11  Stefan Csomorchanged to non-opaque structs for debugging (makes...
2002-01-11  Stefan Csomoradditions
2002-01-11  Stefan CsomorATSU Rendering Support added
2002-01-11  Vadim Zeitlinchanges wxFRAME_EX_CONTEXTHELP value to avoid clash...
2002-01-10  Vadim Zeitlinmoved toolbar adjustments for the client size from...
2002-01-10  Gilles Depeyrotunified UMAPrOpen/UMAPrClose prototypes for session...
2002-01-09  David WebsterLots of cleanup, mostly consolidating globals
2002-01-09  Robin DunnUpdated to use correct value for wxSTC_MASK_FOLDERS
2002-01-09  Robert Roebling wxDirDialog no longer shows hidden files. I don't
2002-01-09  Vadim Zeitlinfixes for the compilation warnings with Sun CC:
2002-01-09  Vadim Zeitlinadded, implemented, documented wxTE_RICH2 and wxTextCtr...
2002-01-08  David WebsterOS/2 NativeFontInfo support
2002-01-08  David WebsterOS/2 NativeFontInfo support
2002-01-08  Václav Slavíkbackward-compatiblity functions must go to wxSystemSett...
2002-01-08  Václav SlavíkwxRTTI for wxPopupWindow in wxMGL
2002-01-08  Václav SlavíkDLL compilation fix
2002-01-08  Václav Slavíkmoved InteractiveMove to wxUniv's wxTopLevelWindow
2002-01-07  Gilles Depeyrotimplement out-of-line destructors where needed instead...
2002-01-07  David Websterimplemented OS/2's wxSystemSettingsNative
2002-01-07  David WebsterRemoval of WXPM ifdefs.
2002-01-07  David Webstertoplevel fixes and USE_RUL and PRTOTCOL stuff
2002-01-07  David WebsterNo longer needed
2002-01-07  David WebsterSupport for Toplevel window
2002-01-07  David WebsterSome needed OS/2 things in the base class for OS/2...
2002-01-06  Václav Slavíkcompilation fix
2002-01-06  Václav Slavíkmerged both implementations of wxGenericDirCtrl
next