regenerated after latest changes: alternative standard library directory name support...
[wxWidgets.git] / src /
2005-09-18  Julian SmartCorrected behaviour for modeless wizards -- can't detec...
2005-09-18  Julian SmartApplied patch 1283609 GTK window dtor + wxGrid + cellEd...
2005-09-18  Vadim Zeitlinget rid of wxClientDC::m_oldFont, it wasn't really...
2005-09-17  Julian SmartInclude settings.h
2005-09-17  Vadim Zeitlinremoved weird comparison of m_oldFont with -1 (this...
2005-09-17  Vadim Zeitlinuse wxPtrToUInt() instead of casting pointers to int...
2005-09-17  Vadim Zeitlin64 bit compilation fix (pointer can't be cast to int...
2005-09-17  Vadim Zeitlinadded wx_truncate_cast and use it (sometimes instead...
2005-09-17  Vadim Zeitlinadded ping location for IRIX
2005-09-17  Vadim Zeitlinavoid assigning 64 bit ints to a 16 bit one
2005-09-17  Vadim Zeitlinremoved unused variables and constant
2005-09-17  Vadim Zeitlintremoved unused variable
2005-09-17  Vadim Zeitlinuse unsgined int instead of int for 1 bit bitfields...
2005-09-17  Vadim Zeitlinchecking whether a size_t page index is >= 0 is unneces...
2005-09-17  Vadim ZeitlincolourSize was probably supposed to be used and not...
2005-09-17  Vadim Zeitlinremove unused wxTrue
2005-09-17  Julian SmartApplied [ 1294048 ] [wxMSW] Correct splitter sash drawi...
2005-09-17  Julian SmartApplied patch [ 1292827 ] [wxMSW] nested wxStaticBox fix
2005-09-17  Stefan Csomorfixing visibility checks for native toolbars
2005-09-16  Włodzimierz SkibaAssert correction.
2005-09-16  Włodzimierz SkibaNative spline drawing.
2005-09-16  Julian SmartDefine SQLUINTEGER
2005-09-16  Julian SmartApplied patch [ 1286701 ] fix for compiling odbc with...
2005-09-15  Włodzimierz SkibawxUSE_SPLINES markup and other cleanings.
2005-09-14  Vadim Zeitlinrenamed wxMotif::wxTLW::DoCreate() to XmDoCreateTLW...
2005-09-14  Vadim Zeitlindialog creation function should be extern C
2005-09-14  Vadim Zeitlinrenamed arg[cv] parameters to not hide wxApp members
2005-09-14  Vadim Zeitlinmore non-const string literal warnings correction
2005-09-14  Dimitri Schoolwerthreverted last changes which were false alarm
2005-09-14  Stefan Csomoradding Robert Lang's native CG-Bezier patch
2005-09-13  Vadim Zeitlinmade XPM data const
2005-09-13  Vadim Zeitlinadded wxMOTIF_STR() macro casting away string literal...
2005-09-13  Vadim Zeitlinclipboard handler must be extern C (Sun CC warning)
2005-09-13  Vadim ZeitlinX error handler should be extern C (SunCC warning fix)
2005-09-13  Vadim Zeitlinwarning fixes for Sun CC: extern C, non-const string...
2005-09-13  Włodzimierz SkibaBetter fix for 'int i' used twice in the same block.
2005-09-13  Włodzimierz SkibaWarning fix.
2005-09-13  Włodzimierz SkibaMissing includes.
2005-09-13  Vadim Zeitlinuse WX_DEFINE_ARRAY_PTR for anarray of pointers (fixes...
2005-09-13  Vadim Zeitlinuse extern C around signal handler declaration (fixes...
2005-09-13  Vadim Zeitlinqsort() should be passedonly extern C functions
2005-09-13  Vadim Zeitlinfixed Sun CC warning about local variable read hiding...
2005-09-13  Vadim Zeitlinfixed Sun CC warning about arg[cv] parameters hiding...
2005-09-13  Vadim Zeitlinand now it even compiles
2005-09-13  Vadim Zeitlinfix for last commit
2005-09-13  Vadim Zeitlinremoved strcpy to fixed buffer (do it the right way...
2005-09-13  Dimitri Schoolwerthfixed uninitialized variable (depending on wxChoice...
2005-09-12  Mattia Barbon Add one more encoding name for EUC-JP for Solaris 8.
2005-09-12  Mattia Barbon Honous initial position for wxSpinCtrl.
2005-09-12  Mattia Barbon Revert change 1.131 which actually broke inital size...
2005-09-12  Vadim ZeitlinVC++ /Wp64 warning fixes
2005-09-11  Kevin HockSend mouse leave events in HandleMouseMove if HAVE_TRAC...
2005-09-11  Julian SmartApplied [ 1283696 ] wxDC::GetPartialTextExtents crashes...
2005-09-11  Julian SmartApplied [ 1235509 ] wxCocoa unicode wxT("fixes")
2005-09-11  Julian SmartApplied patch [ 1263950 ] wxConnection fixes for Unicode
2005-09-11  Vadim Zeitlinunused var warning in Mac build
2005-09-11  Vadim Zeitlinuse given position for page insertion instead of trying...
2005-09-11  Vadim Zeitlinaccept grey PNM images (patch 1285885)
2005-09-11  Vadim ZeitlinRespect wxListItem::m_mask in general list control...
2005-09-11  Vadim ZeitlinwxMediaCtrl patch from Ryan:
2005-09-10  Michael WetherellUpdate to zlib 1.2.3
2005-09-10  Michael WetherellThis commit was generated by cvs2svn to compensate...
2005-09-09  Julian SmartApplied patch [ 1232933 ] [WinCE] wxDateTime incorrect...
2005-09-09  Julian SmartMoved definition
2005-09-09  Julian SmartWinCE fixes
2005-09-09  Julian SmartRestored missing SS_SUNKEN for WinCE
2005-09-09  Julian SmartApplied patch [ 1281902 ] fix for wxJoystick under...
2005-09-09  Julian SmartApplied patch [ 1283943 ] Fix crash in GSocket::Select
2005-09-05  Włodzimierz SkibaCode clarification.
2005-09-05  Włodzimierz SkibaFix for [1250089] 'wxHtmlHelpFrame uses constants inste...
2005-09-05  Włodzimierz Skiba'i' is already used in this scope so make it clearer.
2005-09-05  Włodzimierz Skiba'mark' is already used in this scope so make it clearer.
2005-09-04  David ElliottRemoved gsockosx.cpp which had been copied to src/mac...
2005-09-04  Stefan Csomorsupport for fractional characters widths under Mac
2005-09-04  Mart Raudsepp[wxTLW-GTK] Don't connect to the configure_event twice...
2005-09-04  Mart Raudsepp-Wundef fixes
2005-09-03  Vadim Zeitlininclude wx/defs.h (and hence wx/platform.h and so reall...
2005-09-03  Vadim Zeitlinfix showing keyboard cues under Win2k/XP
2005-09-03  Kevin HockMulti-thread fix from Angel [ patch 1281057 ]
2005-09-02  Stefan Csomorcorrected error code for http responses with no content...
2005-09-02  Vadim Zeitlinignore hidden buttons when emulating clicks on them
2005-09-02  Mart Raudsepp[wxGTK2] Plug memory leak in wxMemoryDC (approx. 525...
2005-09-01  Vadim Zeitlinignore hidden windows when deciding if the MDI parent...
2005-09-01  Vadim Zeitlinhide MDI parent frame if it's empty and a new child...
2005-09-01  Vadim Zeitlinfix for -Wundef warning
2005-09-01  Vadim Zeitlincorrected typo and changed wording of an assert
2005-09-01  Włodzimierz SkibaMissing wxGetOsDescription().
2005-09-01  Włodzimierz SkibaSizing fixes for wxListbook and wxChoicebook.
2005-09-01  Stefan Csomoroptimizing for multiple Realize calls in sequence,...
2005-09-01  Stefan Csomormoving and slightly extending the comment on CGState
2005-09-01  Stefan Csomorsupport for the AllPages attribute, proper round trip...
2005-09-01  Vadim Zeitlinbetter handling of empty MDI parent frame visibility...
2005-08-31  Vadim Zeitlinhide the MDI parent frame instead of just moving it...
2005-08-31  Stefan NeisReplaced SOCKLEN_T by WX_SOCKLEN_T to resolve conflict...
2005-08-31  Vadim Zeitlinshow the name of incrimanted class in RTTI registration...
2005-08-31  Stefan CsomorCoreGraphics : experimental colour pattern / dash suppo...
2005-08-31  Stefan Csomorsetting CG origin to printable area
2005-08-31  Stefan Csomorsomehow an additional call moved in... removed
2005-08-31  Stefan Csomorsetting All Pages if To is 0
2005-08-30  Vadim Zeitlinreturn a more useful value from wxJoystick::GetProductN...
next