]> git.saurik.com Git - wxWidgets.git/history - src/common
wxUSE_STL/wxArrayString fixes.
[wxWidgets.git] / src / common /
2004-07-23  Włodzimierz SkibawxUSE_STL/wxArrayString fixes.
2004-07-22  Mattia Barbon Added compatibility functions for wxUSE_STL = 1:
2004-07-22  Włodzimierz SkibaAlternate form of condition readable for Borland compiler.
2004-07-21  Robin DunnFixed incorrect ratio initialization
2004-07-20  Vadim Zeitlindon't waste time initializing the memory of newly creat...
2004-07-20  Vadim Zeitlincompilation warning about printf type mismatch
2004-07-20  Vadim ZeitlinAddFile(wxImage&) -> AddFile(const wxImage&)
2004-07-20  Vadim Zeitlinfix for opening files with VC++ 8 (closes bug 994337)
2004-07-20  Włodzimierz SkibawxUSE_LOG fixes.
2004-07-20  Włodzimierz SkibawxDefaultSize.* and wxDefaultPosition.* to wxDefaultCoord.
2004-07-19  Vadim Zeitlincompilation fix for wxUSE_THREADS == 0
2004-07-16  Robin DunnFixed typo and increased the size of the cache used...
2004-07-16  Włodzimierz SkibaFixes to warnings about assigning unused values.
2004-07-15  Stefan Csomorapplied patch 90459
2004-07-13  Włodzimierz SkibaWarning fixes.
2004-07-13  Włodzimierz SkibaMissed conditional compilation.
2004-07-13  Vadim Zeitlinclean up modules after destroying the app, not before it
2004-07-12  Vadim Zeitlinreplace wxLANGUAGE_DEFAULT with GetSystemLanguage(...
2004-07-09  Vadim Zeitlinfixed a warning about unusable code in release build
2004-07-06  Vadim Zeitlinanother compilation fix for after last check in
2004-07-06  Vadim Zeitlinblind compilation fix for wxUSE_STL==1 (bug 985662)
2004-07-04  Vadim Zeitlintypo/spelling fixes (patch 983448)
2004-07-04  Julian SmartShould set event object to relevant window when dispatc...
2004-07-03  Robin DunnInvalidate notebook best size when pages are added...
2004-07-02  George TaskerPatch # 984209 - Calls to wxFind() were using an old...
2004-07-02  George TaskerPatch # 984215 - Insert was returning SUCCESS after...
2004-07-01  Vadim Zeitlinadded wxMilli/MicroSleep(), deprecated wxUsleep()
2004-07-01  Vadim Zeitlinimplementation of the range insert for wxStringArray...
2004-07-01  Vadim Zeitlinadded and documented wxWindow::MoveBefore/AfterInTabOrder()
2004-07-01  Vadim Zeitlinrecognize EUC-KR charset (patch 983264)
2004-07-01  Václav Slavíkfixed a bug that prevented wxLogGui from being used...
2004-06-30  Robin DunnThe gaps should *not* be included in the space given...
2004-06-30  Václav Slavíkdecoupled attributes inheritance and m_hasXXX flags
2004-06-29  Vadim Zeitlinfixed bug in FindAbsoluteValidPath() which returned...
2004-06-29  Vadim Zeitlinrecognize roman8 charset as us-ascii (this is wrong...
2004-06-24  Robin DunnOptimized sizers to not call CalcMin more often than...
2004-06-24  Robin Dunn* Implemented BestSize cache
2004-06-24  Václav Slavíkdeprecated wxBookCtrlSizer and wxNotebookSizer, they...
2004-06-23  Václav Slavíkfixed UNC paths handling (patch #975038)
2004-06-23  Vadim Zeitlinfixed bug in wxDateTime::Set(jdn) when DST was in effect
2004-06-23  Václav Slavíkallow msgids in !=English languages (based on Stefan...
2004-06-23  Václav Slavíkrefresh the window in OnSysColourChanged
2004-06-23  Václav Slavíkdon't cache default colours
2004-06-22  Vadim Zeitlindon't suppose that string literals can be casted to...
2004-06-22  Vadim Zeitlinuse C++ linkage functions (and not extern C) with std...
2004-06-22  Vadim Zeitlindon't treat filenames starting with dot as having empty...
2004-06-22  Włodzimierz SkibawxParseWildcard renamed to wxParseCommonDialogsFilter...
2004-06-21  Robin Dunnreverted m_adjustMinSize change prepatory for a new...
2004-06-21  Włodzimierz SkibaReordered condition to make diff of other port smaller.
2004-06-20  Václav Slavíkcreate wxTheClipboard on first use, not startup --...
2004-06-20  Václav Slavíkcheck for wputc wputchar putws fputws availability
2004-06-20  Chris Elliottfix univ SegFault
2004-06-20  Mattia Barbon Compilation fixes for wxUSE_STL == 1.
2004-06-19  Vadim Zeitlinfixed memory leak in wxURL when using a proxy
2004-06-19  Julian SmartSwitch off adjust min size for book control and therefo...
2004-06-19  Robin DunnControls will readjust their size and minsize when...
2004-06-18  Włodzimierz SkibaFixes for unused values and code.
2004-06-18  Václav Slavíknew logic applies to SetFont(wxNullFont), too
2004-06-18  Stefan Csomorremoved use of p2cstr
2004-06-17  Robin DunnSet/Reset ThemeEnabled when changing the fore/backgroun...
2004-06-16  Włodzimierz SkibaWarning fixes for WinCE.
2004-06-15  Julian SmartNavigate corrections
2004-06-15  Włodzimierz SkibawxParseWildcard added instead of methods hidden under...
2004-06-15  Julian SmartWith wxTE_PROCESS_TAB, tabs are now inserted in the...
2004-06-15  Robin DunnSave the alpha values if the image has an alpha channel
2004-06-14  Stefan Csomoradding mac to the memory crit sect
2004-06-11  Włodzimierz SkibawxUSE_FONTDLG is optional.
2004-06-08  Václav Slavíkfixed wxString char<->wchar_t conversion constructors...
2004-06-08  Robin DunnOnly call GetBestSize if one or both of the minsize...
2004-06-08  Stefan Csomorfixing access errors when running in unicode
2004-06-08  Stefan Csomormessage output for darwin into console, cannot use...
2004-06-08  Stefan Csomorswitched to wxLocale usage for string encoding
2004-06-07  Julian SmartCompile fix
2004-06-06  Václav Slavíkfixed wxPluginLibrary unloading on failture (patch...
2004-06-06  Václav Slavíkfixed double deletion (patch #945491)
2004-06-05  Mattia Barbon Compilation fix for wxUSE_STL == 1.
2004-06-05  Stefan Csomorfixing the carbon cfm
2004-06-05  Václav Slavíkcorrected EVT_TASKBAR_XXX macros to use wxTaskBarIconEvent
2004-06-04  Václav Slavíkadded wxTaskBarIcon::CreatePopupMenu API
2004-06-04  Václav Slavíkchanged wxColourData default palette to NULL colours...
2004-06-03  Václav Slavíksplit wxRegion(wxBitmap) ctor into two ctors with clear...
2004-06-03  Václav SlavíkwxGetenv was incorrectly implemented, caching prevented...
2004-06-03  Julian SmartIf several doc templates use the same document and...
2004-06-03  Julian SmartSeparated creation and initialisation of a document...
2004-06-03  Julian SmartInitialise hash table with string key
2004-06-01  Włodzimierz SkibaDMC warning fix, code cleaning
2004-05-31  Václav Slavíkdon't call CopyBeforeWrite when returning non-const...
2004-05-30  Dimitri Schoolwerthremoved tabs
2004-05-30  Dimitri Schoolwerthallow compilation with wxUSE_CHOICEDLG set to 0
2004-05-30  Dimitri Schoolwerthpartially applied patch #895170: "Building with minimal...
2004-05-29  Dimitri Schoolwerthapplied valid part of patch #940683: "wxMessageBox...
2004-05-28  Julian SmartReset m_inSetFocus for other exit point in this function:
2004-05-28  Julian SmartMake the focus recursion test only for Mac since it...
2004-05-27  Julian SmartWinCE Standard SDK improvements including adding close...
2004-05-27  Julian SmartFixes for Standard WinCE SDK
2004-05-25  Julian SmartMissed reversions
2004-05-25  Włodzimierz SkibaMissed headers.
2004-05-23  Julian SmartUse old licence name
2004-05-23  Julian SmartName and version changes
2004-05-19  Włodzimierz SkibaCentralized wxDefaultSize & wxDefaultPosition values.
next