wxWidgets.git
2005-09-30  Mattia Barbon Implemented wxMenuBar::Insert and wxMenu::Insert.
2005-09-30  Mattia Barbon Simplify preprocessor guards for render tables and new
2005-09-29  Włodzimierz... More ports in non autoconf formats.
2005-09-29  Włodzimierz... Warning fix.
2005-09-29  Włodzimierz... [ 1307801 ] datectrl.cpp missing from mono project...
2005-09-29  Włodzimierz... wxCheckListBox cleanup.
2005-09-29  Jouk Jansen Committing in .
2005-09-28  Kevin OllivierMove away from relative paths on Win, fix Unicode optio...
2005-09-28  Mattia Barbon Implement wxChoice::Insert.
2005-09-28  Mattia Barbon Fix wxMotif checkbox for Motif 1.2. (need to backport)
2005-09-28  Vadim Zeitlinfix for a crash due to using NULL inputConv in Unicode...
2005-09-28  Vadim ZeitlinwxGTK1 compilation fix after last commit
2005-09-28  Vadim Zeitlindon't include forward declarations in tags file
2005-09-27  Michael WetherellUse the new wx_truncate_cast for any narrowing conversions
2005-09-27  Włodzimierz... wxItemContainerImmutable::FindString unified.
2005-09-27  Michael WetherellRemove symbol versions now that we are on a new branch
2005-09-27  Michael WetherellRemove cast of hash value to unsigned long, hash value...
2005-09-27  Michael WetherellExtend the hashmap tests to cover integer and pointer...
2005-09-27  Michael WetherellAdd hashes for long long keys
2005-09-27  Włodzimierz... wxItemContainerImmutable::FindString unified.
2005-09-27  Włodzimierz... wxItemContainerImmutable::FindString unified.
2005-09-27  Włodzimierz... wxItemContainerImmutable::FindString unified.
2005-09-27  Włodzimierz... Fix for broken MSWUniv after wxABI_VERSION removal...
2005-09-27  Vadim Zeitlintypo
2005-09-27  Vadim Zeitlinyet more extra semicolons removed (patch 1305031)
2005-09-27  Vadim Zeitlin(blind) fix for keyboard cues display under XP (bug...
2005-09-26  Vadim Zeitlinmade Shift-JIS encoding upper case; made SJIS the canon...
2005-09-26  Vadim Zeitlinadded directory with encoding-specific name to test...
2005-09-26  Vadim Zeitlinfixed the sample to work with conforming C++ compiler...
2005-09-26  Kevin HockIn GetTextColour, use GetDefaultAttributes instead...
2005-09-26  David ElliottMake wxToolBar accept first mouse clicks. That is...
2005-09-26  David ElliottAdd EndDialog helper which calls EndModal with the...
2005-09-26  Włodzimierz... Warning fixes for BCC, VC, OW and MinGW.
2005-09-26  Włodzimierz... Default serting by name.
2005-09-26  Włodzimierz... MSWUniv build fix.
2005-09-26  Włodzimierz... Better fix for modal/modeless wizards.
2005-09-26  Mart RaudseppRevert revision 1.102.2.2:
2005-09-26  Vadim Zeitlincorrected #ifdef order (might help linking with wxUSE_M...
2005-09-26  Vadim Zeitlinfixed function declaration in wxFORCE_LINK_MODULE
2005-09-26  Vadim Zeitlinreset libtool version for new branch
2005-09-26  Vadim Zeitlinadded comment about things to update in version.bkl...
2005-09-26  Włodzimierz... Root for OS2 - feedback from openwatcom newsgroups.
2005-09-26  Stefan Csomorfixing focus handling for generic controls in carbon-cfm
2005-09-26  Vadim Zeitlinfixed wide char codeset detection for systems which...
2005-09-26  Vadim Zeitlinadded tracing code to wide char codeset detection
2005-09-26  Vadim Zeitlinuse wxIsNullDouble instead of comparing m_ration with 0
2005-09-26  Vadim Zeitlinfixed variable shadowing icc warnings
2005-09-26  Vadim Zeitlinfixed warnings about truncating 64 bit integers
2005-09-25  Vadim Zeitlinadded wxIsNullDouble()
2005-09-25  Vadim Zeitlinfixed warnings about truncating 64 bit integers
2005-09-25  Vadim Zeitlinadded pragmas to disable icc warning when va_arg is...
2005-09-25  Vadim Zeitlinfixed warnings about pointer to integer cast
2005-09-25  Vadim Zeitlinfix icc warning about printf() format mismatch
2005-09-25  Vadim Zeitlinremoved more extraneous semicolons
2005-09-25  Vadim Zeitlinuse wxIsSameDouble() and wxIsNullDouble() for warning...
2005-09-25  Vadim Zeitlinfix hiding a local variable by another one in the inner...
2005-09-25  Vadim Zeitlindon't use deprecated cast operator to wxList&
2005-09-25  Vadim Zeitlindon't declare pthread_mutexattr_settype() ourselves...
2005-09-25  Vadim Zeitlindon't declare strptime() ourselves if the system alread...
2005-09-25  Vadim Zeitlindisable warning about data truncation (810) for icc...
2005-09-25  Vadim Zeitlindon't declare strptime() ourselves if the system alread...
2005-09-25  Michael WetherellFixes for include guards, patch 1256967 Paul Cornett
2005-09-25  Vadim Zeitlinfixed a signed/unsigned comparison warning introudced...
2005-09-25  Vadim Zeitlindon't use deprecated conversion operator in wxVariantDa...
2005-09-25  Vadim Zeitlinreplaced gs_menuItems hack with a wxOwnerDrawn::m_isMen...
2005-09-25  Vadim Zeitlinremoved #errors in 2.7 compilation
2005-09-25  Vadim Zeitlinenable new font handling (working for i18n applications...
2005-09-25  Vadim Zeitlinre-renamed DoCreate() to XmDoCreateTLW() to avoid virtu...
2005-09-25  Vadim Zeitlincorrected typo in check for icc
2005-09-25  Vadim Zeitlinremoved wxABI_VERSION checks
2005-09-25  Vadim Zeitlinadded and documented SetEscapeId()
2005-09-25  Vadim Zeitlinfirst round of Intel compiler warning fixes: down from...
2005-09-25  Vadim Zeitlinposition is always unsigned in InsetPage(), no need...
2005-09-25  Vadim Zeitlinfix after adding wxFORCE_LINK_MODULE
2005-09-25  Vadim Zeitlinadded wxIsSameDouble() which wraps double comparison...
2005-09-25  Vadim Zeitlinadded wxFORCE_LINK_MODULE public macro which can now...
2005-09-25  Vadim Zeitlinfixed two icc warnings about local variables hiding...
2005-09-25  Stefan NeisApplied [ 1186782 ] Setting thread stack size on Unix.
2005-09-25  Vadim Zeitlinadd Intel compiler detection
2005-09-25  Mattia Barbon Trace module initialization and cleanup.
2005-09-25  Mattia Barbon Remove now unused header. Forward declaration is...
2005-09-25  Mattia Barbon Make member variable private.
2005-09-25  Michael WetherellAmbiguous overload fix for gcc
2005-09-25  Michael WetherellCompile fixes for the const patch
2005-09-25  Vadim Zeitlinfix for library order when using wx-dependent libraries...
2005-09-25  Vadim Zeitlindon't put odbc lib twice in the generated makefile...
2005-09-25  Vadim Zeitlinmore extra semicolons removed (patch 1303724)
2005-09-25  Vadim ZeitlinMac compilation fix after const patch
2005-09-25  Michael WetherellFix for crash in ~wxWindow() on solaris
2005-09-25  Michael WetherellFixups for solaris; remove '-mt' from pkg-config output...
2005-09-24  Vadim ZeitlinwxLaunchDefaultBrowser() now supports wxBROWSER_NEW_WIN...
2005-09-24  Vadim Zeitlinfix wxExecute() return code checks and removed not...
2005-09-24  Vadim Zeitlinmake WinStruct<> available in non-GUI code too
2005-09-24  Vadim Zeitlinset error to GSOCK_TIMEOUT if the socket timed out...
2005-09-24  Vadim Zeitlinadded missing consts and pass objects by const referenc...
2005-09-24  Vadim Zeitlinmissing const added (patch 1295036)
2005-09-24  Vadim Zeitlindon't set focus to a hidden notebook (patch 1299005)
2005-09-24  Vadim Zeitlinupdate for 2.6.2 (patch 1294900)
2005-09-24  Vadim Zeitlinmade absence of wxCHANGE_DIR flag work even under NT...
2005-09-24  Vadim Zeitlinremove extraneous semicolons (patch 1299687)
next