]> git.saurik.com Git - wxWidgets.git/history - src/common
wxEventLoop::ms_activeLoop is now defined in its own file
[wxWidgets.git] / src / common /
2006-01-12  Vadim ZeitlinwxEventLoop::ms_activeLoop is now defined in its own...
2006-01-12  Vadim Zeitlindon't compile wxEventLoopManual for the ports which...
2006-01-12  Vadim Zeitlinimproved wxMac event loop implementation and refactored...
2006-01-12  Vadim Zeitlinimplemented wxEventLoop for wxMac
2006-01-12  Vadim Zeitlindefine wxEventLoopBase::ms_activeLoop in appcmn.cpp...
2006-01-10  Włodzimierz SkibawxMGL/Watcom linkage fix.
2006-01-09  Vadim Zeitlinmoved OnExceptionInMainLoop() from wxAppConsole to...
2006-01-09  Włodzimierz SkibaMinor reformat.
2006-01-09  Włodzimierz Skibadefs.h doubled include fixed.
2006-01-08  Robert Roebling Added empty wxDataViewCtrl header and control name...
2006-01-07  David Surovellminor cleanup
2006-01-06  Vadim Zeitlinadd comment about using not quite standard mbstowcs...
2006-01-06  Vadim Zeitlinuse our own mbstowcs() and wcstombs() implementations...
2006-01-02  Julian SmartAdded caption parameter to wxGetFontFromUser and wxGetC...
2006-01-01  David Surovellrelaxed ReadGIF error checking as per review
2005-12-31  Stefan NeisNo obnoxious warnings if threading is disabled.
2005-12-30  David Surovelltwo more ReadGIF tweaks
2005-12-30  David Surovelladded protection against corrupted GIFs in ReadGIF
2005-12-29  Kevin HockRemove wxConfig object caching (m_config), which solves...
2005-12-24  Vadim Zeitlin1. changed wxStringTokenizer to not modify the string...
2005-12-23  Vadim Zeitlinadded wxRTTI macros to wxControlWithItems: it's not...
2005-12-22  Václav Slavíkreverted previous accidental commit
2005-12-22  Václav SlavíkwxMac linking fix
2005-12-21  Vadim Zeitlinjust added a comment
2005-12-20  Dimitri Schoolwerthfixed compile errors (code was using unnamed objects...
2005-12-20  Dimitri Schoolwerthfixed unreachable code warnings (occurred in MSVC6...
2005-12-18  Stefan NeisAdded implementation for wxLocaltime_r/wxGmtime_r.
2005-12-18  Michael WetherellChanges to cope with parent streams which return an...
2005-12-17  Stefan NeisUse thread-safe functions where possible.
2005-12-17  Vadim Zeitlincorrected DoGetVirtualSize() to return at least our...
2005-12-14  David Surovellremoved patch 1373127
2005-12-13  Mart RaudseppTypo fixes in comments
2005-12-11  Stefan NeisFixed wxDirExists implementation for OS/2.
2005-12-10  Stefan Csomoradd reasonable default TEMP for __WXMAC__ when running...
2005-12-10  George TaskerDB2 databases were mistakenly reporting that they were...
2005-12-05  David Surovellapplied patch 1373127
2005-12-02  Jouk Jansen Committing in .
2005-12-02  Vadim Zeitlinfixed problems with sometimes processing the events...
2005-11-30  Vadim Zeitlin1. moved m_majorDim duplicated in many ports to wxRadio...
2005-11-30  Vadim Zeitlinsuppress gcc warnings about class having private dtor...
2005-11-30  Vadim Zeitlinavoid multiple reallocations in wxString::PrintfV(...
2005-11-30  Michael WetherellMake Eof() consistent with other streams
2005-11-30  David Surovellminor refactoring of menu UpdateUI handling
2005-11-30  Vadim Zeitlinremoved (now) unnecessary errno.h include
2005-11-29  Vadim Zeitlindon't expect errno to be set to EOVERFLOW if vsnprintf...
2005-11-27  Michael WetherellTake out wxASSERTs since they give a warning with gcc.
2005-11-27  Michael WetherellDo CloseEntry internally when OpenEntry called on an...
2005-11-26  Vadim Zeitlinadded helper for visual sizers debugging
2005-11-25  Vadim Zeitlinfix warnings about casting regmatch_t struct fields...
2005-11-23  Michael WetherellAdd 'wx_' prefix to builtin regfree and regerror
2005-11-20  Dimitri Schoolwerthapplied patch #1356901 "Yet another removal of extra...
2005-11-20  Michael WetherellUse re_search directly instead of regexec when using...
2005-11-19  Mart RaudseppSpelling fixes from Andreas Mohr (patch #1360064)
2005-11-15  Michael WetherellAdd a length parameter for wxRegEx::Matches
2005-11-13  Mart RaudseppTypo fix in comment
2005-11-13  Mart RaudseppMight aswell show the compile- and runtime versions...
2005-11-11  Michael WetherellChange the name of a symbol to make it more descriptive
2005-11-11  Michael WetherellMake wxRegEx::Replace run in linear time
2005-11-10  Włodzimierz SkibaMacros for simplified testing Open Watcom version and...
2005-11-09  Włodzimierz SkibaVarious source cleanings.
2005-11-08  Vadim Zeitlinremvoed wxFileDialogBase::m_parent as there is already...
2005-11-08  Vadim Zeitlinfix memory leak of wxMessageOutput if wxApp::OnInit...
2005-11-08  Vadim Zeitlinfix memory leak of pending events in wxEvtHandler dtor
2005-11-07  Włodzimierz SkibaFixed #1338966.
2005-11-07  Włodzimierz SkibawxGetWorkingDirectory() deprecated. Fixed #1338966.
2005-11-06  Włodzimierz SkibaeVC4 warning fixes.
2005-11-03  Włodzimierz SkibaGet/SetTitle only for wxTopLevelWindow (wxMSW part).
2005-10-31  Włodzimierz SkibawxMGL revitalised with OpenWatcom.
2005-10-27  Włodzimierz SkibaSupport for automatic setup.h in OS/2 with OW builds...
2005-10-26  Julian SmartDo a sanity check before reading. Otherwise, if trying...
2005-10-25  Chris Elliottmissing #include (SF bug 1327872)
2005-10-23  Włodzimierz SkibaWinCE build fixes.
2005-10-23  Włodzimierz Skibafilename correction
2005-10-23  Stefan NeisReplaced __WXOS2__ by __OS2__ or __WXPM__ as apropriate.
2005-10-23  Julian SmartApplied patch [ 1310416 ] [wxMSW] Fix radio button...
2005-10-21  Włodzimierz SkibaAllow translated 'Space' in menu accelerators (perhaps...
2005-10-21  Włodzimierz SkibaUnified flags for orienting wxBookCtrls (with backward...
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
next