]> git.saurik.com Git - wxWidgets.git/history - src/common
compilation fix for non-PCH
[wxWidgets.git] / src / common /
2003-02-02  Vadim Zeitlincompilation fix for non-PCH
2003-02-02  Julian SmartApplied patch [ 678788 ] Dialog command event propagati...
2003-02-02  Julian SmartApplied patch [ 675376 ] Improves wxStaticBoxSizer
2003-02-02  Vadim ZeitlinUnicode compilation fixes after wxFFile change
2003-02-02  Vadim Zeitlinmore std iostream + Unicode fixes; copy streams in...
2003-02-02  Vadim Zeitlinuse wxChar, not char, for the second argument of Open...
2003-02-02  Vadim Zeitlin(blind) fix for compilation in standard iostreams ...
2003-02-01  Gilles DepeyrotOnly call use uppercase letter if control, alt, or...
2003-01-31  Vadim Zeitlincompilation fix for HP-UX CC
2003-01-29  Stefan Csomorremoving path corrections for wxMac, we now want a...
2003-01-29  Jouk Jansen Committing in .
2003-01-29  Jouk Jansen Committing in .
2003-01-27  Ron LeeFixed bug in FlexGridSizer mods that prevented them...
2003-01-27  Vadim Zeitlinadded Add/InsertTool() (patch 672032)
2003-01-27  Vadim Zeitlinthe string 'Goto...' should be translated (patch 674569)
2003-01-26  Václav Slavíkcompilation fixes (bug #672413)
2003-01-26  Vadim Zeitlinadded iosfwrap.h (wrapper for <iosfwd>)
2003-01-26  Vadim Zeitlinadded support for non flexible (in one direction only...
2003-01-25  Vadim Zeitlinadded wxArray::SetCount()
2003-01-25  Vadim Zeitlinrestored int (instea of size_t) in Remove() and Detach...
2003-01-25  Vadim ZeitlinFile/DirExists() are const now
2003-01-24  Julian SmartRemoved spurious character
2003-01-24  Julian SmartApplied wxFileHistory menu separator patch
2003-01-24  Vadim Zeitlinadded and documented wxDirTraverser::OnOpenError
2003-01-22  Vadim Zeitlinlinking fix for wxUSE_WCHAR_T=0: always provide wxStrto...
2003-01-20  David WebsterTRUE not true, FALSE not false
2003-01-19  Václav Slavíkcompilation fix
2003-01-19  Václav Slavíkuse wxART_BROKEN_IMAGE in wxHTML
2003-01-19  Mattia Barbon Derive wxBitmap from wxBitmapBase in wxMotif, with...
2003-01-17  Václav Slavík(probably) fixed wxLocale::Init with Borland C++
2003-01-17  Vadim Zeitlincheck for NULL szLocale in Init()
2003-01-15  Julian SmartPatch for Winlib: struct stat is defined in sys/stat...
2003-01-14  Vadim ZeitlinStart() should resume the stopwatch if it is suspended
2003-01-14  Julian SmartApplied patch [ 667563 ] Wine: compile fix for using...
2003-01-13  Ron LeeImproved const correctness.
2003-01-13  Ron LeeSplit this out from other changes to keep things sane..
2003-01-12  Vadim ZeitlinOpenWatcom compilation fixes (patch 665959)
2003-01-12  Vadim Zeitlincompilation fixes for non default wxUSE_XXX values...
2003-01-10  Vadim Zeitlinremoved wxLog::HasPendingMessages() (it can't be made...
2003-01-10  Vadim Zeitlinmoved assert for parent window not being a static box...
2003-01-10  Stefan Csomoradded code for respecting the creator & types when...
2003-01-07  Julian SmartRemoved old __WXWINE__ support (obsoleted by new __WINE...
2003-01-07  Julian SmartRemoved redundant <search.h> inclusion
2003-01-07  Václav Slavíkremoved wxTLW cruft now that all ports have it
2003-01-07  Julian SmartApplied patch [ 662321 ] Port of wxWindows to Wine
2003-01-07  Ron LeeDeprecated wxSizer::Remove( wxWindow* ), s/Remove/Detac...
2003-01-06  Vadim Zeitlinmade the #error message less self-contradictory
2003-01-06  Julian SmartMake it build in Unicode mode again
2003-01-02  Vadim Zeitlinuse DECLARE_NO_COPY_CLASS() where applicable (patch...
2003-01-02  Vadim Zeitlinshow Univ prefix in wxWindows info dialog
2003-01-02  Vadim Zeitlinmade generic EmulateKeyPress() to work with Delete...
2003-01-01  Vadim Zeitlintried to fix compilation with Watcom 11 (should fix...
2003-01-01  Gilles Depeyrotuse MoreFilesX instead of MoreFiles when building with...
2003-01-01  Robin DunnAdded wxLog::Get/SetLogLevel
2002-12-30  Ron LeeOk, so we don't need the extra bool at all, we can...
2002-12-30  Ron LeeAdd wxSizer::Detach so we can detach child sizers witho...
2002-12-27  Mattia Barbon Fix Cygwin + makefile.g95 + wxUSE_PROLOGIO=0.
2002-12-27  Julian SmartApplied patch [ 658786 ] Removes unresolved symbols...
2002-12-27  Julian SmartFixed bug [ 657949 ] Segmentation fault in ~wxFileHistory
2002-12-20  Julian SmartCleaned up SetMenuStrings, factoring out redo and undo...
2002-12-17  Vadim Zeitlinfree argv in Unicode build
2002-12-17  Vadim Zeitlinunicode compilation fix for wxBase
2002-12-17  Julian SmartMissing semicolon
2002-12-17  Robin DunnUnicode compilation fix
2002-12-16  Robin Dunnfixed copy/paste error
2002-12-16  Robin DunnGive wxSafeYield an onlyIfNeeded parameter
2002-12-15  Vadim Zeitlinmisc gcc compilation warnings
2002-12-15  Julian SmartAdded Mac Classic fixes
2002-12-15  Václav Slavík_really_ fixed translation messages
2002-12-14  Václav Slavíkdon't translate strings when it doesn't make any sense
2002-12-14  Václav Slavíkremoved extremely user-unfriendly translations
2002-12-14  Vadim Zeitlinfixed VC++ warning
2002-12-13  Václav Slavíkeven more fixes to last-minute wxFileSystem mods
2002-12-13  Mattia Barbon Add WXDLLEXPORT to friend declaration for GCC 3.2.
2002-12-10  Julian SmartApplied patch [ 651383 ] Removes 3 warnings when buildi...
2002-12-10  Julian SmartFromString should not fail on wxMac if facename empty.
2002-12-10  Julian SmartApplied some of patch [ 650957 ] wxWinCE diff-0.0.4
2002-12-10  Julian SmartIgnore DOS drive spec in GetRightLocation
2002-12-10  Vadim Zeitlintried to clean strdup() mess: we now have wxStrdup...
2002-12-09  Julian SmartFixed the beggar good and proper
2002-12-09  Václav Slavíkremoved XPM handler from wxImage's standard handlers...
2002-12-09  Julian SmartShould only add // under MSW -- not on Unix, not on...
2002-12-09  Julian SmartApplied patch [ 649284 ] Fix wxODBC to work with MySQL 2.x
2002-12-08  Václav Slavíkmodifications to URL<->filename conversion: take wxFile...
2002-12-08  Václav Slavíkfixed Vadim's removal of XPM handler
2002-12-08  Vadim Zeitlindon't add XPM handler in wxInitAllImageHandlers() becau...
2002-12-07  Julian SmartCorrection to path/URL code
2002-12-07  Vadim Zeitlinadded semicolons after HASH_MAP macros
2002-12-06  Vadim Zeitlinfixed 3 infinite loops -- the person who tested this...
2002-12-06  Vadim Zeitlincompilation fix for wxUSE_INTL == 0 (patch 646466)
2002-12-06  Vadim Zeitlinfixed mem leak when using non default theme; change...
2002-12-06  Julian SmartRemoved apparently erroneous manipulation of filename/URL
2002-12-06  Stefan Csomorprint session additions
2002-12-05  Julian SmartChecked for stream validity in wxImage::GetImageCount.
2002-12-04  Vadim Zeitlinmerged 2.4 branch into the trunk
2002-11-02  Vadim Zeitlinadded ctor taking wxFontFlags
2002-09-14  David WebsterTRUE not true; FALSE not false
2002-09-12  Vadim Zeitlinmake wxFile::Exists() use wxFileExists(): this avoids...
2002-09-12  Julian SmartDon't compile crit. section code on Mac yet
2002-09-11  Vadim Zeitlinremoved wcslen() implementation, it is now inline in...
next