]> git.saurik.com Git - wxWidgets.git/history - src/common
GTK2: gtk_notebook_set_page -> gtk_notebook_set_current_page
[wxWidgets.git] / src / common /
2006-02-03  Mattia Barbon DeleteFunction argument should be non-const since it
2006-01-31  Julian SmartIntroduced the ability to size a book control based...
2006-01-30  Julian SmartSeparated out book control sizing code
2006-01-28  David Surovellimproved LaunchDefaultBrowser on FreeBSD systems by...
2006-01-27  Vadim Zeitlinfixed MIPSpro version in the comment
2006-01-27  Kevin HockFix InterruptWait on wxBase; use polling on wxBase...
2006-01-27  Vadim Zeitlintentative compilation fix for MIPSpro 7.2
2006-01-26  Włodzimierz SkibaFilename correction.
2006-01-26  Włodzimierz SkibaInclude order is wxprec.h=>defs.h=>platform.h=>setup...
2006-01-26  Robert Roebling wxImage::Copy() forgot the alpha channel.
2006-01-23  Julian SmartOnly do sanity check if the stream is seekable, otherwi...
2006-01-22  David Surovellapplied patch 1411688
2006-01-21  Julian SmartCompile with wxUSE_DYNLIB_CLASS and wxUSE_WXDIB set...
2006-01-21  Julian SmartFix for [ 1351655 ] wxTextValidator::OnChar not working...
2006-01-21  Julian SmartFix for bug [ 1351659 ] wxTextValidator::Validate not...
2006-01-20  Vadim Zeitlinalways initialize m_bChanged in wxConfigPathChanger...
2006-01-20  Vadim Zeitlindon't look beyond the end of the string if it ends...
2006-01-19  Julian SmartApplied patch [ 1381420 ] wxHTTP Basic authentication...
2006-01-19  Julian SmartApplied patch [ 1339764 ] Add wxImage::ConvertToGreyscale
2006-01-19  Jouk Jansen Committing in .
2006-01-19  Mart RaudseppUpdate copyright year in ctrl+alt+mclick dialog
2006-01-18  Michael WetherellRemove workaround since the problem should now be fixed
2006-01-18  Julian SmartReverted semicolons patch
2006-01-18  Julian SmartApplied patch [ 1334242 ] wxLogStream::DoLogString...
2006-01-18  Julian SmartApplied patch [ 1304191 ] support for MEMO fields
2006-01-18  Julian SmartApplied patch [ 1399013 ] More removals of extraneous...
2006-01-18  Julian SmartApplied patch [ 1306443 ] Removal of C++-style comments...
2006-01-18  Julian SmartApplied patch [ 1381016 ] wxFileName should use TMPDIR
2006-01-18  Julian SmartTwo corrections to const fix
2006-01-17  Włodzimierz SkibaMinor cleaning.
2006-01-17  Julian SmartApplied patch [ 1401000 ] Fixes Unix domain sockets...
2006-01-17  Julian SmartApplied patch [ 1405547 ] wxDbConnectInf + unicode...
2006-01-17  Julian SmartApplied patch [ 1370718 ] WinCE does not support drive...
2006-01-16  Włodzimierz SkibaWatcom fix.
2006-01-16  Włodzimierz SkibaWarning fix.
2006-01-16  Mart RaudseppMove constant strings to .rodata/.data.rel.ro ELF segme...
2006-01-15  Stefan NeisSome OS/2 specific improvements.
2006-01-15  Włodzimierz SkibaBuild fix for wxTheApp usage.
2006-01-15  Włodzimierz SkibaMore common code moved from generic dialogs to wxDialog...
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...
next