]> git.saurik.com Git - wxWidgets.git/history - src
oops, fixed typo breaking iconv constness detection in the previous commit
[wxWidgets.git] / src /
2002-01-17  Václav Slavíkput vertical space before <pre> section
2002-01-17  Václav Slavíkadded singleton interface to wxXmlResource, replaces...
2002-01-17  Václav Slavíkrewrote wxTextFile::OnRead to handle variable-length...
2002-01-17  Václav Slavíkcompilation fix
2002-01-17  Václav Slavíkfixed to the IFF handler, moved into one file
2002-01-17  Václav SlavíkwxFont::IsFixedWidth for wxMGL
2002-01-17  Václav SlavíkwxMGL Watcom makefiles fixes
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  Robin DunnPatch for using wxSTC with Borland, #504370
2002-01-16  Jouk Jansen Committing in .
2002-01-16  George TaskerReplaced "-erase" calls with "-$(RM)" calls
2002-01-16  George TaskerMinor cleanup
2002-01-16  George TaskerFixed a '&' that should be an '&&'
2002-01-16  Gilles Depeyrotadded missing wxLogStatus function with variable argume...
2002-01-16  Robin DunnwxThread::GetCurrentId for wxMac
2002-01-16  Robin DunnwxThread::GetCurrentId() for Unix
2002-01-16  Robin DunnAdded wxThread::GetCurrentId(), which returns an ID...
2002-01-16  Robin DunnCompilation fix
2002-01-16  Robin DunnAdded wx/dirctrl.h to filelist.txt so it will get insta...
2002-01-16  Vadim Zeitlinlookup the classes in the hash table if it had been...
2002-01-15  Václav Slavíkmerged another part of Alex's work (LoadMenuBar w/...
2002-01-15  George TaskerAdded /nologo to the CFLAGS to match other makefiles
2002-01-15  George Taskerdummy(dll).obj is now created in wxWin/$D rather than...
2002-01-15  Robert Roebling Added IFF handler.
2002-01-15  Vadim Zeitlinadded a fix for cygwin and cleaned up wxGetWorkingDirec...
2002-01-15  Robert Roebling gdk_rgb doesn't work on SGI.
2002-01-15  Václav Slavíkcase insensitive HHP files and fixed buffer overflow...
2002-01-15  George TaskerAdded checks for wxUSE_IOSTREAMH to #include the correc...
2002-01-14  Stefan Csomorchanged processing of events to only process the events...
2002-01-14  Stefan Csomorfixed MouseUp handling when window was captured
2002-01-14  Stefan Csomoradded missing break in switch statement
2002-01-14  Robert RoeblingFix wxClipboard.
2002-01-14  Stefan Csomorsince DoScreenToClient and ClientToScreen in toplvlcmn...
2002-01-14  Vadim Zeitlinadded wxFont::IsFixedWidth(), documented it and impleme...
2002-01-14  Stefan Csomoradded flushing for MacOS X buffered window immediatly...
2002-01-14  Stefan Csomorcorrected apple menu and help menu anomalies under...
2002-01-14  Stefan Csomorexpanded autotranslation of Exit-Quit to items having...
2002-01-14  Vadim Zeitlinfixed warnings about double to int conversions, defined...
2002-01-14  Gilles Depeyrotadded wxLog functions with a variable argument list...
2002-01-14  Václav Slavíkremoved wxYield from wxHtmlWindow (seems to work w...
2002-01-14  Vadim Zeitlindo NOT append extension to the library names which...
2002-01-13  Vadim Zeitlin0. extracted toolbar colour mapping stuff to its own...
2002-01-13  Vadim Zeitlincompilation fix
2002-01-13  Vadim Zeitlinreally fixed toolbar mapping bug (finally, it was the...
2002-01-13  Vadim Zeitlinfixed toolbar mapping bug (optimizer bug?) in the relea...
2002-01-13  Stefan Csomorreverted DoReadLong
2002-01-13  Stefan Csomorcorrected DoReadLong
2002-01-13  Stefan Csomorcorrected GetDepth method and wrong disposal calls...
2002-01-13  Vadim Zeitlinremoved MSWDetachWindowMenu() (part of the MDI change...
2002-01-13  Stefan Csomoradded type and creator routines for mac
2002-01-13  Stefan Csomoradded missing functions
2002-01-13  Stefan Csomorswitched to proper const scheme for findfolder on mac
2002-01-13  Stefan Csomorcorrected retrieval of a long
2002-01-13  Stefan Csomoradded correct printing headers for mac
2002-01-13  Robert Roebling Typo.
2002-01-13  Robert Roebling Remove surplus wxTheApp from wxApp...
2002-01-13  Robert Roebling Remove more FreeType.
2002-01-13  Robert Roebling Remove FreeType.
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-13  Vadim Zeitlinfixed wxRichEditModule::Load(): should return an error...
2002-01-13  Vadim Zeitlinfixed a huge memory leak in wxStreamBuffer
2002-01-12  Vadim ZeitlinSetValue() doesn't call Clear()
2002-01-12  Vadim Zeitlinmade XPMs const
2002-01-12  Vadim ZeitlinSun warning and Unicode fixes
2002-01-12  Robert Roebling Some additions to the 12-bit patch.
2002-01-12  Robert Roebling Applied patches for wxBU_EXACTFIT to button.cpp and...
2002-01-12  Robert RoeblingCorrected wxDialog event table under wxMac and wxOS2...
2002-01-12  Václav Slavíkfixed m_OldAlign hiding
2002-01-11  David WebsterOops, left some personal stuff in here.
2002-01-11  David WebsterOS/2 Statusbar fixes in DC
2002-01-11  David WebsterOS/2 Statusbar fixes
2002-01-11  Vadim Zeitlinmore Sun C++ compiler warning fixes: in particular...
2002-01-11  Stefan Csomorcorrected wxMenuBar::Insert , ::Append for a correct...
2002-01-11  Vadim Zeitlinadded support for wxALIGN_XXX in wxStaticBox
2002-01-11  Robert Roebling Corrected wxFrame::SetMenuBar() for repeated calls
2002-01-11  Stefan Csomornew libraries added
2002-01-11  Stefan Csomoradded new files from common
2002-01-11  Stefan Csomorinclude changes
2002-01-11  Stefan Csomordestructor fix in case it is not a real dialog
2002-01-11  Robert RoeblingMove notebook size code for mac to mac/notebook.cpp
2002-01-11  Robert RoeblingMake log.cpp compilable under CW 5.2 non-Carbon
2002-01-11  Stefan Csomorfixes for using non opaque structs under debug classic...
2002-01-11  Jouk Jansen Committing in .
2002-01-10  Vadim Zeitlinmoved toolbar adjustments for the client size from...
2002-01-10  Václav Slavík1. finished porting wxDir/FileDialog to MS-DOS
2002-01-10  Vadim Zeitlincompilation fix for VC++
2002-01-10  Gilles Depeyrotunified UMAPrOpen/UMAPrClose prototypes for session...
2002-01-10  Gilles Depeyrotdisable MetroNub stuff for CodeWarrior 5.3 Carbon builds
2002-01-10  Gilles Depeyrotchanged PPC struct alignement setting
2002-01-09  David WebsterConsildation and cleanup of global variables. Mostly...
2002-01-09  David WebsterSupport for WXPM's native font info.
2002-01-09  Robin DunnUpdated to use correct value for wxSTC_MASK_FOLDERS
2002-01-09  Vadim Zeitlinbug fix for wxBufferedInputStream::LastCount() after...
2002-01-09  Robert Roebling wxDirDialog no longer shows hidden files. I don't
2002-01-09  Vadim Zeitlinwinundef.h is needed for wxBase as well
2002-01-09  Vadim Zeitlinfixes for the compilation warnings with Sun CC:
2002-01-09  Vadim Zeitlinuse wxTE_RICH for the log window now that it should...
next