]> git.saurik.com Git - wxWidgets.git/history - src/common
removed extra semicolons (patch #1700459; fixes compilation with gcc's -pedantic...
[wxWidgets.git] / src / common /
2007-03-08  Vadim Zeitlininclude wx/thread.h in debug build which is needed...
2007-03-08  Vadim Zeitlinmade wxGetTimeOfDay() public
2007-03-08  Vadim Zeitlinfix the bug which could have resulted in failing to...
2007-03-07  Vadim Zeitlinupdate the value shown in the combobox itself correctly...
2007-03-07  Vadim Zeitlintest for special keys first, before testing for alphanu...
2007-03-07  Vadim Zeitlinfix handling of wxSOCKET_REUSEADDR in wxDatagramSocket...
2007-03-07  Vadim Zeitlinfix base64 computation for strings whose length modulo...
2007-03-07  Vadim Zeitlinnative wxHyperlinkCtrl implementation for GTK+ 2.10...
2007-03-07  Vadim Zeitlinuse critical section to protect global TablesInUse...
2007-03-07  Václav Slavíkdeprecated wxString::GetWriteBuf() and friends in favou...
2007-03-07  Vadim Zeitlinremoved WXWIN_COMPATIBILITY_2_4 from common and wxMSW...
2007-03-04  Vadim ZeitlinwxCreateGreyedImage() deprecated, use wxImage::ConvertT...
2007-03-02  Václav Slavíkchanges wxDirExists() to accept wxString instead of...
2007-03-01  Václav Slavíkallow using both char* and wchar_t* in wxFileConfig...
2007-02-26  Jouk Jansen OpenVMS compile support update
2007-02-24  Vadim Zeitlinrecognize the encoding name without hyphens as synonym...
2007-02-24  Vadim Zeitlinadded MSxxx and IBMxxx as synonyms for CPxxx code pages...
2007-02-24  Václav Slavíkchanged wxArrayString::m_pItems from wxChar* to const...
2007-02-23  Robert Roebling [ 1665996 ] Fixes/extensions to wxDataViewCtrl
2007-02-22  Julian SmartFixed a confusion between window and client size that...
2007-02-17  Robert Roebling Most of FM's wxDataViewCtrl patch.
2007-02-17  Robert Roebling [1660792 ] wxObject::Dec/IncRef and wxObjectDataPtr
2007-02-16  Julian SmartIsShown shouldn't cause empty sizers to not have their...
2007-02-13  Włodzimierz SkibaWarning fix.
2007-02-12  Vadim Zeitlinfixed LastRead() after Read(wxOutputStream&) (patch...
2007-02-12  Vadim Zeitlinremoved spurious cast of GetTruncatedJDN() return value...
2007-02-11  Vadim Zeitlindon't use strlen() to verify the length of the string...
2007-02-11  Vadim Zeitlinwrite the entire file at once in Flush() instead of...
2007-02-11  Vadim Zeitlinchanged GetFromWindow() to take const pointer
2007-02-09  Julian SmartReverted renderer changes and just use window variant...
2007-02-08  Julian SmartAdded size constants to allow drawn control parts to...
2007-02-04  Stefan Csomoradding scroll axis to wheel events
2007-02-04  Vadim Zeitlinadded wxEventBlocker class (patch 1622444)
2007-02-01  Vadim Zeitlinuse wxObject copy ctor, not default ctor, in wxEvent...
2007-01-26  Stefan Csomorfix for drawing in the 'grox box' between two scrollbars
2007-01-24  Václav Slavíkcompiled fixes for builds without PCH
2007-01-23  Chris Elliottfix SF bug 1640955
2007-01-22  Václav Slavíkenable wxFontMapper in wxDFB port
2007-01-21  Robin DunnRevert menus and toolbars to using wxNewId() too since...
2007-01-21  Vadim Zeitlinfix infinite recursion when processing navigation keys...
2007-01-20  Vadim Zeitlinname user config file appname.conf when it's locayed...
2007-01-19  Václav Slavíkfixed typo in code for setting alternative locale name
2007-01-18  Vadim Zeitlinadded wxCONFIG_USE_SUBDIR flag to wxFileConfig (patch...
2007-01-18  Vadim Zeitlinadded wxCSConv::IsOk() (patch 1637944)
2007-01-18  Vadim Zeitlincorrected VC warning about possibly uninitialized varia...
2007-01-18  Vadim Zeitlinmake wxTextFile work with unseekable files again (patch...
2007-01-18  Vadim Zeitlinuse wxWindow::NewControlId() instead of wxNewId() to...
2007-01-18  Vadim Zeitlinadded wxDateTime::GetDateOnly()
2007-01-14  Vadim Zeitlindon't crash when setting tooltip for a picker without...
2007-01-11  Julian SmartUse the associated document manager, not the global one
2007-01-10  Vadim Zeitlinadd #if wxUSE_TOOLTIPS around DoSetToolTip()
2007-01-08  Vadim Zeitlinuse wxLongLong_t instead of long long
2007-01-08  Paul Cornettnon-pch build fix
2007-01-07  Vadim Zeitlinfix wxConfig::DeleteGroup() for arguments with trailing...
2007-01-07  Vadim Zeitlinadded EVT_TASKBAR_CLICK and use it to show taskbar...
2007-01-07  Stefan NeisFixed switching to a different drive/volume on OS/2.
2007-01-07  Vadim Zeitlinadded support and enable long long support when wxLong...
2007-01-07  Vadim Zeitlinfix wxConfig::DeleteGroup() for arguments with trailing...
2007-01-07  Vadim Zeitlinfix combobox dropdown position in RTL (patch 1623127)
2007-01-07  Vadim Zeitlinfixes and workarounds to return value of our own wxVsnp...
2007-01-07  Vadim Zeitlinfix for popup positioning in RTL mode (patch 1622930)
2007-01-07  Vadim Zeitlinset tooltips for the both subcontrols (patch 1622531)
2007-01-07  Vadim Zeitlinadded wxTreeCtrl::CollapseAll[Children]() and IsEmpty...
2007-01-07  Vadim Zeitlinchanged copyright year to 2007
2007-01-04  Jouk Jansen Update OpenVMS make-files
2007-01-02  Chris Elliottfix errant __BORLAND__ see http://article.gmane.org...
2007-01-01  Paul Cornettrestore declaration inline specifier, and make definiti...
2007-01-01  Paul Cornettremove inline from declaration of functions which are...
2006-12-30  Stefan NeisFixed mismatch between wxOperatingSystemIdNames and...
2006-12-28  Václav Slavíkadded comment with pointers to wxEVT_MOUSE_CAPTURE_LOST...
2006-12-24  Vadim Zeitlinfill in sqlDataType field of wxDbColInf in ExecSql...
2006-12-22  Kevin OllivierFix for non-PCH builds.
2006-12-21  Vadim Zeitlinrestored (as deprecated) accidentally removed wx{Dir...
2006-12-20  Vadim ZeitlinC/POSIX locales (or absence of locale information)...
2006-12-19  Stefan Csomorfvisibility-inlines-hidden fix
2006-12-17  Vadim Zeitlindon't treat foo in c:\\foo\bar as network share
2006-12-16  Vadim Zeitlinfor for initializing wxFileName with empty string retur...
2006-12-14  Václav Slavíkmoved wxX11's wxSocketTable to private wxSocketEventDis...
2006-12-13  Vadim Zeitlindon't crash in Unicode build if command line arguments...
2006-12-11  Václav Slavíkfixed wxCSConv to work again for iso-8859-1
2006-12-11  Kevin OllivierChange event names to clarify that they are only fired...
2006-12-11  Robin DunnModified form of Patch #1611222, adds wxSearchCtrl...
2006-12-11  Kevin HockAs per discussion in bug #1612106, change default socke...
2006-12-10  Vadim ZeitlinGetLongPath() should just do nothing under CE as there...
2006-12-10  Vadim Zeitlinreplaced size_t with unsigned int in wxAnimation and...
2006-12-09  Michael WetherellRevert last commit.
2006-12-09  Vadim Zeitlinimplement To/FromWchar() as wxCSConv methods, otherwise...
2006-12-09  Vadim Zeitlindefault name of wxStaticLine should be wxStaticLineName...
2006-12-07  Paul Cornettbitwise vs. logical operator
2006-12-07  Paul Cornettstatic functions don't need an instance
2006-12-07  Paul Cornettcorrect access for virtual, declare variable only if...
2006-12-07  Robin Dunnclip the bitmap to the size of the source DC in DoBlit...
2006-12-06  Robert Roebling I blindly believe that WinCE doesn't delete a
2006-12-06  Vadim Zeitlinwe don't need to include wx/url.h from the header,...
2006-12-05  Robin DunnAdd wxGraphicsMatrix::Get
2006-12-04  Vadim Zeitlingive the file name in the error message about failed...
2006-12-04  Vadim Zeitlinremoved wxGTK-specific 2 pixel border around the window...
2006-12-04  Vadim Zeitlinadded a small helper ToggleWindowStyle() function
2006-12-04  Jouk Jansen Committing in .
2006-12-03  Michael WetherellCheck the size of the boolean type used by an external...
next