]> git.saurik.com Git - wxWidgets.git/history - src
fixed yet another bug in wxStream classes
[wxWidgets.git] / src /
2001-07-02  Julian SmartMore wxMicroWindows fixes
2001-07-02  Vadim Zeitlinprocess WM_ACTIVATEAPP in wxMSW too, not only wxUniv
2001-07-02  Julian SmartVarious wxUniversal/wxMicroWindows fixes
2001-07-02  Václav Slavíkoops, fixed fatal bug in new HTML parsing code (I wonde...
2001-07-02  Vadim Zeitlinregenerated with tmake
2001-07-02  Vadim Zeitlinfixed bug in wxString::Matches() - backtrack now if...
2001-07-02  Julian SmartUpdated MicroWindows makefile
2001-07-02  Vadim Zeitlincrash in wxAppBase::SetActive fixed
2001-07-02  Vadim Zeitlinchanged wxUSE_DRAGIMAG to wxUSE_DRAGIMAGE and use it...
2001-07-02  Vadim Zeitlincompilation fixes
2001-07-02  Vadim Zeitlinfix for compilation without WXWIN_COMPATIBILITY_2_2
2001-07-01  Václav Slavíkadded generic/accel.h to filelist.txt so that wxGTK...
2001-07-01  Václav Slavík(hopefully) fixed wxGTK wxScrolledWindow::GetClientSize bug
2001-07-01  Stefan Csomorrefresh during window delete (if root window deleted...
2001-07-01  Václav Slavíkadded convenience accessors to wxHtmlTag and modified...
2001-07-01  Julian SmartRemoved arbitrary window-shrinking code; corrected...
2001-07-01  Václav Slavíknew HTML tags parser and entities substitution code
2001-07-01  Václav Slavíkadded #ifdef wxUSE_XPM around XPM handler initialization
2001-07-01  Václav Slavíkfixed handling of HTML tables with empty row(s)
2001-07-01  Václav Slavík1) fixed handling of 48bit colors in XPMs
2001-06-30  Vadim Zeitlinfixed xpm colour parsing bug due to case sensitive...
2001-06-30  Julian SmartMore fixes for wxUniv
2001-06-30  Gilles Depeyrotcorrections for Mac OS X after wxUniv merge
2001-06-30  Gilles Depeyrotadded missing common cmdproc files
2001-06-29  Gilles Depeyrotcorrected virtual function prototype
2001-06-29  Gilles Depeyrotimplemented Carbon printing for wxMac
2001-06-29  Julian SmartFurther wxUniv fixes
2001-06-29  Václav Slavíkfixed copyrights in MGL files (finally...)
2001-06-29  Julian SmartAdded project files for wxUniv under MSW
2001-06-29  Julian SmartAdded some more files
2001-06-29  Vadim Zeitlin2 more files added on wxUniv branch I had forgot to...
2001-06-29  Julian SmartSome wxUniv compile fixes
2001-06-29  Julian SmartCorrections to config checking; tweaking wxUniv's setup...
2001-06-29  Stefan Csomorpost wxUniv fixes
2001-06-29  Stefan Csomorpost wxUniv merge fixes
2001-06-29  Julian SmartAdded extra MicroWindows functions
2001-06-29  Julian SmartFirst pass at adding MicroWindows support
2001-06-29  Vadim Zeitlinfixed 2 year old bug in wxBaseArray::operator=() (who...
2001-06-28  Gilles Depeyrotapplied SourceForge patch #423536
2001-06-28  Gilles Depeyrotcorrections after wxUniv merge
2001-06-28  Julian SmartFixed some compilos. Things that still need fixing...
2001-06-28  Gilles Depeyrotimplemented printing dialogs in Carbon with Sessions...
2001-06-28  Gilles Depeyrotcorrected conditional compilation
2001-06-28  Gilles Depeyrotadded missing return on error
2001-06-28  Gilles Depeyrotcorrected conditional compilation
2001-06-28  Gilles Depeyrotcorrected after wxUniv merge
2001-06-27  Gilles Depeyrotadded missing includes after wxUniv merge
2001-06-27  Gilles Depeyrotadded missing conditional compilation tests
2001-06-27  Julian SmartUpdated version to 2.3.2 so apps can test for differenc...
2001-06-27  Gilles Depeyrotreset preview bitmap variable to NULL after deleting it
2001-06-27  Julian SmartNow wxFrame derives from wxFrameMSW/GTK in non-wxUniv...
2001-06-27  Vadim Zeitlinfix for wxBitmapType definition problem
2001-06-27  Julian SmartMore small fixes
2001-06-27  Vadim Zeitlinlinking fixes
2001-06-27  Vadim Zeitlinyet another file I added on the wxUniv branch and forgo...
2001-06-27  Vadim Zeitlinanother file I added on the wxUniv branch and forgot...
2001-06-27  Julian SmartAdded wxUSE_NUMBERDLG to setup.h; added some files...
2001-06-27  Stefan Csomorno message
2001-06-27  Vadim ZeitlinMSW compilation fixes - widgets sample runs!
2001-06-26  Vadim Zeitlincompilation fixes - wxGTK compiles but not links
2001-06-26  Vadim Zeitlinadded more files (unchanged) from wxUniv branch
2001-06-26  Vadim Zeitlinfirst pass of wxUniv merge - nothing works, most parts...
2001-06-26  Stefan Csomorforced redraw before scrolling
2001-06-26  Stefan Csomoradded tiered implementation (using draw paragraph)...
2001-06-26  Vadim Zeitlinno changes
2001-06-26  Vadim Zeitlinuse GetText() instead of GetText(wxString&), made some...
2001-06-23  Gilles Depeyrotcorrected use of Print Manager Session APIs for Carbon...
2001-06-23  Gilles Depeyrotuse Print Manager session APIs if PM_USE_SESSION_APIS...
2001-06-23  Gilles Depeyrotcorrection for compilation with -cpp-precomp option
2001-06-23  Gilles Depeyrotuse Print Manager session APIs if PM_USE_SESSION_APIS...
2001-06-23  Gilles Depeyrotremoved dialup from list of files because of compilatio...
2001-06-23  Gilles Depeyrotcorrected for compilation under Mac OS X with -cpp...
2001-06-23  Gilles Depeyrotadded missing cast for delete
2001-06-22  Stefan CsomorRaise and Lower implemented
2001-06-22  Vadim Zeitlin1. fixed wxBase RPM template
2001-06-21  Vadim Zeitlinregenerated again
2001-06-21  Vadim Zeitlinfixed bug in baserpm.t and regenerated
2001-06-21  Vadim Zeitlinregenerated with tmake
2001-06-21  Vadim ZeitlinwxBase compilation fix
2001-06-21  Vadim Zeitlinsome warnings fixed
2001-06-21  Vadim Zeitlinfixed warning about multiline comment
2001-06-20  Václav Slavíkfixed yet another bug in wxHtmlTag's parameters parser
2001-06-19  David WebsterSome OS/2 catching up.
2001-06-18  Václav Slavíkapplied patch #432997 (wxHTML added to Watcom makefiles)
2001-06-18  Vadim Zeitlinimplemented text styles for GTK+
2001-06-17  Julian SmartMakefile and other small corrections
2001-06-17  Julian SmartCanvas lib precompiled header fix; doc typos fixes...
2001-06-17  Vadim Zeitlinfixed clip rect when logical coords != device ones
2001-06-17  Václav Slavíkfixed stream error handling
2001-06-16  Vadim Zeitlinwarning fix
2001-06-16  Vadim Zeitlinapplied patch #428104 (SetSizeHints() for wxMDIChildFrame)
2001-06-16  Vadim Zeitlinapplied patch 433505 (MDI parent activation fix)
2001-06-16  Vadim Zeitlin1. improved wxKill() implementation for Win32
2001-06-15  Vadim Zeitlinsubclass status bar as any normal window to ensure...
2001-06-15  Vadim Zeitlinapplied patch 433352 (fix for wxTextCtrl::SetForeground...
2001-06-15  Julian SmartAdded missing settings.h include (sorry)
2001-06-15  Julian SmartMoved metafile helpers from utilsexc.cpp to utils.cpp...
2001-06-15  Julian SmartSync'ed show-window flag in MDI child constructor;...
2001-06-15  Vadim Zeitlinapplied patch 430963 (fix for wxRegConfig::SetPath...
2001-06-15  Vadim Zeitlinapplied patch 430961 (fix for wxHashTable::Put(key...
next