wxWidgets.git
2005-12-14  Vadim Zeitlinupdate from Janos Vegh
2005-12-14  Vadim Zeitlinfixed return code checking in wxImageList::Replace...
2005-12-14  David Surovellremoved patch 1373127
2005-12-14  Michael WetherellCompile Fix
2005-12-14  Vadim Zeitlincode cleanup
2005-12-14  Vadim Zeitlincompilation fix after last commit
2005-12-14  Julian SmartFixed wxFileDialog breakage on WinCE due to incorrect...
2005-12-14  Vadim Zeitlinfriend declarations are not injected in the enclosing...
2005-12-14  Vadim Zeitlinremoved obsolete reference to wxScrolledWindow
2005-12-13  David Surovellfixed obscure compilation problem at line 139
2005-12-13  David Surovellmore reformatting
2005-12-13  Chris Elliottfix bug sf [ 1327872 ] Borland and mslu.cpp problem
2005-12-13  David Surovellreformat for readability
2005-12-13  Mart RaudseppRemove my binary compatibility stuff from HEAD. Patch...
2005-12-13  Mart RaudseppTypo fixes in comments
2005-12-13  Mart RaudseppFix HitTest to return the proper tab index in case...
2005-12-13  David Surovellreformat for readability
2005-12-12  Vadim Zeitlinfixed handling of dst offset in wxAlphaBlend()
2005-12-12  Włodzimierz... Regenerated makefile after wxOS2 display support and...
2005-12-11  Włodzimierz... Improved small screen splash sample.
2005-12-11  Włodzimierz... Improved small screen splash sample.
2005-12-11  Włodzimierz... wxUSE_DISPLAY impossible with eVC3 (SDKs 2002).
2005-12-11  Stefan NeisFixed wxDirExists implementation for OS/2.
2005-12-10  Stefan Csomoractivate SetFocus patch
2005-12-10  Stefan Csomorsupport for standard menu ids
2005-12-10  Stefan Csomorsupport for default key handling (escape,enter,command...
2005-12-10  Stefan Csomorsupport for standard command IDs
2005-12-10  Stefan Csomorsupport for standard command IDs
2005-12-10  Włodzimierz... wxDisplay support for wxWinCE port.
2005-12-10  Stefan Csomoradd reasonable default TEMP for __WXMAC__ when running...
2005-12-10  Stefan Csomordefault to simple show/hide tlw on OSX instead of trans...
2005-12-10  Stefan NeisAdded OS/2's wxDisplay implementation to list of files...
2005-12-10  George TaskerDB2 databases were mistakenly reporting that they were...
2005-12-10  George TaskerUpdated to state INNER join rather than OUTER join
2005-12-09  David Surovellreformat for readability; more prep. for patch 1376506
2005-12-09  Vadim Zeitlinadded msw/ole subdirectories
2005-12-09  David Surovellcleanup in preparation for patch 1376506
2005-12-09  Václav Slavíkmade wxHtmlWindow::SetPage virtual so that the behaviou...
2005-12-09  David Surovellformat cleanup; some new comments; minor optimizations
2005-12-08  Julian SmartUse ~/Application Support folder on Mac
2005-12-08  David Surovellapplied patch 1376506 - remove unneeded member variable...
2005-12-07  Stefan NeisCompilation fix.
2005-12-06  Julian SmartInitialize values (uninitialized variables reported...
2005-12-06  David Surovellfix binary math in alignment flag assignment
2005-12-06  Vadim Zeitlinfixed typo in previous commit which, instead of fixing...
2005-12-05  David Surovellapplied patch 1373127
2005-12-05  David Surovellapplied Paul Cornett's suggested changes
2005-12-04  Vadim Zeitlinfixed broken code using readlink(): please don't just...
2005-12-04  David Surovellapplied patch 1372567, with some minor mods and cleanup
2005-12-04  David Surovellfixed compilation bug in prior checkin (Pt. 2)
2005-12-04  David Surovellfixed compilation bug in prior checkin
2005-12-03  David Surovellfix for bug 1371386, with some minor mods and cleanup
2005-12-03  David Surovellapplied patch 1372197, with some minor mods and cleanup
2005-12-03  Vadim Zeitlincorrected wxCHECK messages
2005-12-03  Stefan Csomoravoiding unkown namespace std
2005-12-03  Stefan Csomorcorrecting CGImage handling to be always correctly...
2005-12-02  Jouk Jansen Committing in .
2005-12-02  Vadim Zeitlinfixed problems with sometimes processing the events...
2005-12-01  David Surovellminor cleanup, part 2
2005-12-01  David Surovellminor cleanup: corrected typos, etc.
2005-12-01  Michael WetherellSilence warning from bcc
2005-12-01  David Surovellminor cleanup: corrected typos, etc.
2005-12-01  Václav Slavíkfixed wxComboBox::Clear to clear stored value
2005-12-01  Włodzimierz... [ 1357527 ] Cast to void to silence GCC's warnings.
2005-11-30  Michael WetherellLet TARGET_CPU work with either upper or lower case
2005-11-30  David Surovellcorrected comment typos
2005-11-30  David Surovellreadability cleanup
2005-11-30  David Surovelladded missing #endif
2005-11-30  Vadim ZeitlinIsItemShown/Enabled() are now implemented on more platf...
2005-11-30  Vadim Zeitlinimplemented IsItemEnabled/Shown()
2005-11-30  Vadim Zeitlinput user-specified CPP/C/CXXFLAGS after the ones we...
2005-11-30  Vadim Zeitlin1. derive wxGTK wxRadioBox from wxRadioBoxBase now...
2005-11-30  Vadim ZeitlinSet major dim after the items have been created
2005-11-30  Vadim Zeitlinadded wxSUPPRESS_GCC_PRIVATE_DTOR_WARNING macro
2005-11-30  Vadim Zeitlin1. moved m_majorDim duplicated in many ports to wxRadio...
2005-11-30  Vadim Zeitlinsuppress gcc warnings about class having private dtor...
2005-11-30  Vadim Zeitlincorrected GetChildren() docs
2005-11-30  Vadim Zeitlinadded test for wxString::Format() string truncation...
2005-11-30  Vadim Zeitlinavoid multiple reallocations in wxString::PrintfV(...
2005-11-30  Vadim Zeitlinremoved sentence about ParseDateTime() not being implem...
2005-11-30  Michael WetherellMake behaviour of Eof() more consistent
2005-11-30  Michael WetherellMake Eof() consistent with other streams
2005-11-30  David Surovellminor refactoring of menu UpdateUI handling
2005-11-30  Włodzimierz... Missing wxUSE_PALETTE markup (#1369489).
2005-11-30  Włodzimierz... Missing wxUSE_JOYSTICK markup (#1369478).
2005-11-30  Ron LeeOutput deprecated warning for --rezflags and permanentl...
2005-11-30  Vadim Zeitlinremoved (now) unnecessary errno.h include
2005-11-29  Vadim Zeitlinfixed bug in wxSizerFlags::Align/Expand() methods
2005-11-29  Vadim Zeitlindon't expect errno to be set to EOVERFLOW if vsnprintf...
2005-11-29  Vadim Zeitlindon't clip out hidden radiobox buttons: otherwise they...
2005-11-29  Vadim Zeitlinadded wxRadioBox::IsItemEnabled/Shown() (for MSW only...
2005-11-29  Michael WetherellRemove pragma interface
2005-11-29  David Surovellcleaned up comments
2005-11-29  Michael WetherellIt seems that wxFileInput/OutputStream now report eof...
2005-11-29  Mart RaudseppMake wxJoystick::GetNumberJoystick a static method...
2005-11-29  Julian SmartRemoved duplicate xh_grid.cpp/h and rebaked files
2005-11-29  Julian SmartMade explanation more concise
2005-11-29  Ron LeeFix include dirs for windres, enable emxbind to actuall...
2005-11-29  Vadim Zeitlinadded xrc/xh_grid.{h|cpp} and regenerated makefiles
2005-11-29  Vadim Zeitlindefine REZ option (fixes problem with rebaking wx.bkl...
next