]> git.saurik.com Git - wxWidgets.git/history - src/common
Added wxRichTextCtrl
[wxWidgets.git] / src / common /
2005-10-18  Włodzimierz SkibaSet/get for internal border in book based controls.
2005-10-17  Vadim Zeitlinfixed Fit() to call SetClientSize() and not SetSize()
2005-10-17  Michael WetherellWiden the hash key for win64
2005-10-17  Michael WetherellWarning fixes for win64
2005-10-17  Włodzimierz SkibawxTinderbox build fix.
2005-10-17  Michael WetherellCompile fix for Unicode build on win64
2005-10-15  Michael WetherellTypo, should be #if not #ifdef
2005-10-15  Michael WetherellRestore WC_UTF16, required for compilation on Windows
2005-10-11  Dimitri Schoolwerthfixed argv[0] out of bounds error (argc can be 0 when...
2005-10-11  Vadim Zeitlinanother fix for !USE_PCH: added missing wx/imaglist...
2005-10-10  Vadim Zeitlinintroduced a common base class for both MSW and generic...
2005-10-10  Vadim Zeitlinadded GetWindowSizeForVirtualSize() virtual hook for...
2005-10-09  Vadim ZeitlinAdded wxTreebook:
2005-10-09  Mattia Barbon Removed WXWIN_COMPATIBILITY_2_2 together with code...
2005-10-09  Vadim Zeitlinblind compilation fix for CW 8.3 in Unicode build
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-07  Vadim Zeitlindon't define unused functions
2005-10-07  Vadim Zeitlinfixed check for bitmapType match (thanks to HP compiler...
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  Włodzimierz SkibawxMotif for OS/2 adjustements. Source cleaning.
2005-10-03  Vadim Zeitlindon't use %08p format string, gcc complains about it
2005-10-03  Włodzimierz SkibaSource cleaning. wxMotif/OS2 adjustements.
2005-09-28  Vadim Zeitlinfix for a crash due to using NULL inputConv in Unicode...
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-26  Vadim Zeitlinmade Shift-JIS encoding upper case; made SJIS the canon...
2005-09-26  Włodzimierz SkibaWarning fixes for BCC, VC, OW and MinGW.
2005-09-26  Włodzimierz SkibaMSWUniv build fix.
2005-09-26  Vadim Zeitlincorrected #ifdef order (might help linking with wxUSE_M...
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 strptime() ourselves if the system alread...
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 Zeitlinremoved #errors in 2.7 compilation
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 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  Mattia Barbon Trace module initialization and cleanup.
2005-09-25  Michael WetherellAmbiguous overload fix for gcc
2005-09-25  Vadim Zeitlinmore extra semicolons removed (patch 1303724)
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 Zeitlinadded missing consts and pass objects by const referenc...
2005-09-24  Vadim Zeitlinremove extraneous semicolons (patch 1299687)
2005-09-24  Michael WetherellMemory corruption fix
2005-09-23  Mart RaudseppNuke #pragma implementation/interface's
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-20  Vadim Zeitlindon't define constants unused in release build (SGI...
2005-09-20  Vadim Zeitlinblind compilation fix for cygwin Unicode build (bug...
2005-09-19  Vadim Zeitlinonly call fsync() on disk files, otherwise we get an...
2005-09-18  Vadim Zeitlinworkaround for buggy setlocale() under AIX (without...
2005-09-18  Vadim Zeitlincondensed 2 very similar trace messages into one
2005-09-18  Vadim ZeitlinUnicode compilation fix
2005-09-18  Vadim ZeitlinGetSystemEncodingName() cleanup: we don't need to check...
2005-09-18  Vadim Zeitlinadd CP-xxx as synonyms for WINDOWS-xxx
2005-09-18  Vadim Zeitlinlook in codeset-specific directory for locale files...
2005-09-18  Vadim Zeitlinmore encoding names for AIX/Solaris/IRIX
2005-09-18  Vadim Zeitlindon't pass NULL pointer to printf(), this crashes Solar...
2005-09-18  Vadim Zeitlindon't create conversion objects unless we really need...
2005-09-18  Vadim Zeitlinadded trace message to wxCSConv creation code
2005-09-18  Vadim Zeitlinavoid unnecessary conversions when loading the catalog...
2005-09-18  Vadim Zeitlincompate charset names case-insensitively in GetEncoding...
2005-09-18  Vadim Zeitlinadded GetAllEncodingNames(), use it to select the corre...
2005-09-17  Vadim Zeitlinadded wx_truncate_cast and use it (sometimes instead...
2005-09-17  Vadim Zeitlinremove unused wxTrue
2005-09-16  Julian SmartApplied patch [ 1286701 ] fix for compiling odbc with...
2005-09-14  Vadim Zeitlinrenamed wxMotif::wxTLW::DoCreate() to XmDoCreateTLW...
2005-09-14  Vadim Zeitlinrenamed arg[cv] parameters to not hide wxApp members
2005-09-13  Włodzimierz SkibaBetter fix for 'int i' used twice in the same block.
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-12  Mattia Barbon Add one more encoding name for EUC-JP for Solaris 8.
2005-09-11  Julian SmartApplied patch [ 1263950 ] wxConnection fixes for Unicode
2005-09-11  Vadim Zeitlinaccept grey PNM images (patch 1285885)
2005-09-11  Vadim ZeitlinwxMediaCtrl patch from Ryan:
2005-09-05  Włodzimierz SkibaCode clarification.
2005-09-05  Włodzimierz Skiba'i' is already used in this scope so make it clearer.
2005-09-02  Stefan Csomorcorrected error code for http responses with no content...
next