]> git.saurik.com Git - wxWidgets.git/shortlog
wxWidgets.git
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)
2005-09-24  Vadim Zeitlinremoved code defining NO_GCC_PRAGMA, we shouldn't need...
2005-09-24  Kevin HockUse CXXFLAGS rather than CFLAGS for -Werror when determ...
2005-09-24  Michael WetherellMemory corruption fix
2005-09-24  Michael WetherellHopefully this adds the msdos files to the wxBase zip
2005-09-23  Mart RaudseppRemove instruction to define NO_GCC_PRAGMA when compili...
2005-09-23  David ElliottAs of src/common/framecmn.cpp revision 1.60 the wxFrame...
2005-09-23  David ElliottAdded Cocoa_acceptsFirstMouse.
2005-09-23  David ElliottAdded Cocoa_canBecomeKeyWindow.
2005-09-23  Mart RaudseppNuke #pragma implementation/interface's
2005-09-23  Kevin OllivierFixed unicode support and introduced a debug flag.
2005-09-22  Michael WetherellFix for 'make dist' to include headers for all ports
2005-09-22  Vadim ZeitlinUnicode build fix
2005-09-22  Vadim Zeitlingcc compilation fixes after last commit
2005-09-22  Vadim Zeitlintry all known UCS-[24] synonyms in wxMBConv_iconv,...
2005-09-22  Vadim Zeitlinmore synonyms for UCS-2/4
2005-09-22  Vadim Zeitlinwarning about standard controls
2005-09-21  Julian SmartDon't skip after writing tab or we could get another...
2005-09-21  Vadim Zeitlinconverted XPMs to Unix EOLs, otherwise some Unix compil...
2005-09-21  Włodzimierz... Wrong flag correction.
2005-09-21  Mart Raudsepp[wxGTK] Remove wxTLW::RequestUserAttention related...
2005-09-21  Kevin OllivierRemoving hardcoded ansi and 2.3 support for Mac build...
2005-09-21  Kevin OllivierFix an issue where dist may actually be created as...
2005-09-20  Vadim Zeitlinand restored error checking too: this completes sequenc...
2005-09-20  Vadim Zeitlinbetter (i.e. actually working) fix for the problem...
2005-09-20  Vadim Zeitlinmade wx-config work in place on systems where /bin...
2005-09-20  Vadim Zeitlinfix SGI CC warning about last parameter of vararg funct...
2005-09-20  Vadim Zeitlindon't define constants unused in release build (SGI...
2005-09-20  David ElliottCall [super dealloc] from overridden dealloc methods.
2005-09-20  Vadim Zeitlinreally fix binary backwards compatibility for wxMotif
2005-09-20  David ElliottAdded simple instructions and autogen.mk to rebuild...
next