oops, fixed typo breaking iconv constness detection in the previous commit
[wxWidgets.git] / src /
2002-01-25  David WebsterChild positioning fixes and font adjustments
2002-01-24  David WebsterFixing font utilities
2002-01-24  David WebsterRemoved a conflict indicator...
2002-01-24  David WebsterFinal OS/2 Native Font implementation changes
2002-01-24  Robin DunnEnsure that endPos > startPos in a couple methods
2002-01-24  Václav Slavík1. added encodings handling to XRC, so that it is possible
2002-01-24  Václav Slavíkiconv-based conversion works again, after being broken...
2002-01-24  Václav Slavíkadded dummy <style> handler in order to hide CSS code
2002-01-24  David WebsterChange up font selection process
2002-01-24  David WebsterRevert back to standard point size for fonts in OS/2
2002-01-23  David WebsterLots of fixes for OS/2
2002-01-23  Julian SmartAdded #include "wx/utils.h" to make it compile for...
2002-01-23  Vadim Zeitlinrecognize 646 charset as US-ASCII (this is how it is...
2002-01-23  David WebsterMore bug fix updates.
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-23  Václav Slavíkfixed .cached files on big endian machines and cleaned...
2002-01-22  David WebsterOS/2 bug fixes and new mod file
2002-01-22  David WebsterFont change for OS/2 to a smaller font.
2002-01-22  Václav Slavíkuse AM_ICONV for iconv configure checks
2002-01-22  Václav Slavíkadded safety check to wxWindow::ReleaseMouse
2002-01-22  Robin DunnFix for when Set is called with wxSameAs to behave...
2002-01-22  Vadim Zeitlinadded a hack to work around the dummy kill focus messag...
2002-01-22  Vadim Zeitlinuse standard colours in all ports
2002-01-22  Vadim Zeitlinadded (dummy) implementation of GetMetric(wxSYS_CURSOR_...
2002-01-21  Václav Slavíkclarified legal stuff
2002-01-21  Václav Slavíkchanged WX_PREFIX to WXPREFIX (wasn't in 2.2, can do it)
2002-01-21  Vadim Zeitlincompilation fix for Borland (hopefully)
2002-01-21  Ron Leeadded missing header.
2002-01-21  David WebsterNew Mod Def file.
2002-01-21  Václav Slavíkfixed incorrect positioning of controls in generic...
2002-01-21  Václav Slavíkadded TAB handling
2002-01-21  Václav Slavíkchange WXDEBUG to WXSTDERR
2002-01-21  David WebsterDialog updates
2002-01-21  Vadim Zeitlinadded wxGetFontFromUser() similar to wxGetColourFromUser()
2002-01-21  Vadim Zeitlinadded an explicit accessor to query the default key...
2002-01-21  David WebsterCommit of merge
2002-01-21  David Websterno message
2002-01-20  Stefan NeisAdded missing include for non-precompiled headers.
2002-01-20  Stefan NeisAdded missing include to os2/private.h.
2002-01-20  Stefan NeisFixed apparent typo.
2002-01-20  Stefan NeisAdded various #includes for non-precompiled headers.
2002-01-20  Stefan NeisNew version with latest additions to filelist.txt.
2002-01-20  Gilles Depeyrotuse wxMac provided wxGetOsDescription with Apple DevTools
2002-01-20  Gilles Depeyrotadded missing include files for Apple DevTools
2002-01-20  Stefan Csomoradded shared libs targets
2002-01-20  Stefan Csomoradded proper bracketing of QDflushing for carbon only
2002-01-20  Stefan Csomorcorrected wxKill signature, added Env methods (returnin...
2002-01-20  Stefan Csomorexport statement added
2002-01-20  Stefan Csomorremoved non appearance implementations
2002-01-20  Stefan Csomorresource loader structure added for loading menu bar...
2002-01-20  Stefan Csomorresource loader structure added
2002-01-20  Stefan Csomorremoved all resources that are not needed anymore
2002-01-20  Stefan Csomormoved patterns to static structures, added resouce...
2002-01-20  Stefan Csomorresource stack structure that sets up correct resource...
2002-01-20  Stefan Csomoradded constructor for compliance with wxPython
2002-01-20  Stefan Csomormenu help under classic was not giving back the correct...
2002-01-20  Stefan Csomornaming corrections, scrolling amount fixed
2002-01-20  Stefan Csomorremoved duplicate strdup definition for CW MSL V 7
2002-01-20  Stefan Csomoradded missing string definition
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-20  Václav Slavíkmake sure gs_captureWindow is always set to NULL in...
2002-01-20  Václav Slavíkadded tracing of ReleaseMouse and assertion to prevent...
2002-01-20  Václav Slavíkadded WXTRACE env. variable
2002-01-19  Václav Slavíkfixed compilation
2002-01-19  Václav Slavíkmoved 'show hidden dirs' checkbox elsewhere, the dialog...
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  Václav Slavíkdon't crash if we can't detect g_wcCharset
2002-01-19  Vadim Zeitlinadded the possibility to hide the tip window automatica...
2002-01-19  Vadim Zeitlindismiss the popup when an unprocessed key is pressed
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  Vadim Zeitlinfixed crash in iconv_close() as well
2002-01-19  Gilles Depeyrotrenamed wxLogXXX functions with va_list argument to...
2002-01-19  Gilles Depeyrotchanged 'extern inline' to extern only
2002-01-19  Gilles Depeyrotcorrections to XFontName accessors
2002-01-19  Vadim Zeitlinfixed crash in iconv_open() and cleaned up the code...
2002-01-19  Vadim Zeitlinfixed compilation with wxUSE_WCHAR_T=0
2002-01-19  Vadim Zeitlinfixed GetDiskFreeSpaceEx calling convention (Markus...
2002-01-19  Gilles Depeyrotremoved __DARWIN__ conditional tests (the help menu...
2002-01-19  Gilles Depeyrotadded IFF image file
2002-01-19  Gilles Depeyrotcorrected includes when wxUSE_SOCKETS is not defined
2002-01-18  David WebsterDialog support
2002-01-18  Vadim Zeitlinfix for Sun CC bug with not calling temporary objects...
2002-01-18  Vadim Zeitlinbetter native font support for wxGTK
2002-01-18  Václav Slavíksafer destruction of wxXmlResource::ms_instance
2002-01-18  David WebsterWeekly module def file update.
2002-01-18  David WebsterVarious OS/2 changes to keep up with general library...
2002-01-18  David WebsterTRUE, not true; FALSE, not false....
2002-01-18  Jouk Jansen Updating OpenVMS makefile
2002-01-18  Vadim Zeitlindon't set WS_POPUP for all windows (fix for my last...
2002-01-17  Vadim Zeitlindon't generate clicked events when we just get the...
2002-01-17  Vadim Zeitlinfixed frame border styles (allow creating a friend...
2002-01-17  Václav Slavíktemporary Watcom fix
2002-01-17  Václav Slavíkend with fatal error if cannot start MGL
2002-01-17  Václav SlavíkWatcom build system for wxMGL
next