]> git.saurik.com Git - wxWidgets.git/history - src
fixed compilation breakage in 1.24 commit
[wxWidgets.git] / src /
2005-10-09  Vadim Zeitlinblind compilation fix for CW 8.3 in Unicode build
2005-10-09  Vadim Zeitlindon't use __MSL__ unless it's defined
2005-10-08  Vadim Zeitlinfixed unused parameter warnings in non-debug build
2005-10-08  Vadim Zeitlinalways connect to both XmNvalueChangedCallback and...
2005-10-08  Vadim Zeitlinmore 'unreachable code' warnings which had been disable...
2005-10-08  Vadim Zeitlinextra semicolons removed
2005-10-08  Vadim Zeitlinunused params warnings
2005-10-08  Vadim Zeitlinfixed logic bug in DoSetSize() (disabling a warning...
2005-10-08  Vadim Zeitlinadded support for OSF1 (Tru64)
2005-10-08  Vadim Zeitlinharmless DEC cc warning fixes
2005-10-08  Vadim Zeitlinuse for instead of while for infinite loop (the latter...
2005-10-08  Vadim Zeitlintry setting locale n wxLocale::Init(lang) to xx_YY...
2005-10-08  Vadim Zeitlinhack: adjust C locale to supported form under HP-UX...
2005-10-07  Vadim Zeitlindon't define unused functions
2005-10-07  Vadim Zeitlinfixed check for bitmapType match (thanks to HP compiler...
2005-10-07  Vadim Zeitlinundid last commit, the neceesary defines fo HP-UX are...
2005-10-07  Michael WetherellAttempt to avoid crash on exit on Solaris 10
2005-10-07  Włodzimierz Skiba#include markup fix.
2005-10-06  Vadim Zeitlinadded more HP-UX charset names
2005-10-06  Vadim Zeitlinadded HP-UX names for ISO8859-x charsets
2005-10-06  Michael WetherellCompile fix
2005-10-06  Michael WetherellUnicode compile fix
2005-10-06  Włodzimierz SkibawxPalette unified. Source cleaning.
2005-10-06  Vadim Zeitlindon't use a floating point value as a boolean flag...
2005-10-06  Włodzimierz SkibawxMotif for OS/2 adjustements. Source cleaning.
2005-10-06  Włodzimierz SkibawxMotif for OS/2 adjustements. Source cleaning.
2005-10-05  Kevin HockWhen recv returns 0, the connection has been remotely...
2005-10-05  Włodzimierz SkibawxColour source cleaning. Corrections to 'const unsigne...
2005-10-05  Kevin HockRevert last change, which made it impossible to set...
2005-10-05  Kevin HockDo not allow events to fire after socket is closed...
2005-10-05  Vadim Zeitlinsilence a few (harmless) HP aCC warnings
2005-10-04  Włodzimierz SkibaFix for mistake with const for non pointer/reference...
2005-10-04  Vadim Zeitlindon't compile this file at all in Motif2 build
2005-10-04  Vadim Zeitlincompilation fix for HP-UX (at least version 11)
2005-10-04  Włodzimierz SkibawxBrush::SetColour and wxPen::SetColour unified. Source...
2005-10-03  Vadim Zeitlindon't use %08p format string, gcc complains about it
2005-10-03  Vadim Zeitlinregenerated after version.bkl changes fixing -compatibi...
2005-10-03  Vadim Zeitlinadded more methods to transparently convert wxTreeItemI...
2005-10-03  Włodzimierz SkibaSource cleaning. wxMotif/OS2 adjustements.
2005-10-03  Stefan Csomoravoid system pop-up menu commands being handled by...
2005-10-01  Kevin HockCode formatting cleanup from OSAF [ patch 1307563 ]
2005-10-01  Vadim Zeitlinfix the size of the created subbitmap
2005-10-01  David ElliottRan bakefile -f autoconf and autoconf.
2005-09-30  David ElliottNeeded to add #include "wx/statusbr.h" to know that...
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 SkibawxCheckListBox cleanup.
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-27  Michael WetherellUse the new wx_truncate_cast for any narrowing conversions
2005-09-27  Włodzimierz SkibawxItemContainerImmutable::FindString unified.
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  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 SkibaWarning fixes for BCC, VC, OW and MinGW.
2005-09-26  Włodzimierz SkibaDefault serting by name.
2005-09-26  Włodzimierz SkibaMSWUniv build fix.
2005-09-26  Włodzimierz SkibaBetter 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  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-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 declare pthread_mutexattr_settype() ourselves...
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 Zeitlinre-renamed DoCreate() to XmDoCreateTLW() to avoid virtu...
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 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  Mattia Barbon Trace module initialization and cleanup.
2005-09-25  Michael WetherellAmbiguous overload fix for gcc
2005-09-25  Michael WetherellCompile fixes for the const patch
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-24  Vadim ZeitlinwxLaunchDefaultBrowser() now supports wxBROWSER_NEW_WIN...
2005-09-24  Vadim Zeitlinfix wxExecute() return code checks and removed not...
next