]> git.saurik.com Git - wxWidgets.git/history - include
added wxAppTraits::SetLocale() and call it during wxApp initialization in all ports...
[wxWidgets.git] / include /
2007-03-12  Vadim Zeitlinadded wxAppTraits::SetLocale() and call it during wxApp...
2007-03-11  Vadim Zeitlinadded wxSafeConvertMB2WX/WX2MB() and use them when...
2007-03-11  Paul Cornettput refdata virtuals in the right class this time
2007-03-11  Vadim Zeitlininclude wx/object.h now that wxConfigBase derives from...
2007-03-11  Paul Cornettuse AllocExclusive
2007-03-11  Vadim Zeitlinargh, added missing comma in last commit
2007-03-11  Vadim Zeitlinadded wxWinVersion_Vista to wxWinVersion enum
2007-03-11  Vadim Zeitlinderive wxConfig classes from wxObject and add wxRTTI...
2007-03-10  Paul Cornettmake wxPenRefData private
2007-03-10  Paul Cornettuse AllocExclusive
2007-03-10  Paul Cornettsource id type is unsigned; minor cleanup
2007-03-10  Vadim Zeitlinderive wxConfig classes from wxObject and add wxRTTI...
2007-03-10  Vadim Zeitlinallow using multiple wxBufferedDCs at once (patch 1589441)
2007-03-10  Vadim Zeitlinmiscellaneous LnF improvements, including support for...
2007-03-10  Vadim Zeitlinadded GetTextExtent() overload returning wxSize (patch...
2007-03-10  Vadim Zeitlinadded wxColour(RGBColor) ctor and use it insteaf of...
2007-03-10  Paul Cornettsizeof(char) is 1. By definition.
2007-03-08  Vadim Zeitlinfix extra comma at the end of wxStretch enum introduced...
2007-03-08  Paul Cornettremove unreachable declaration
2007-03-08  Paul Cornettuse full repaint style instead of size event
2007-03-08  Paul Cornettnon-debug build fix
2007-03-08  Vadim Zeitlinmade wxGetTimeOfDay() public
2007-03-08  Vadim Zeitlinfix infinite recursion typo in operator!=() (patch...
2007-03-08  Vadim Zeitlinadded wxMutex::LockTimeout() (modified patch 1671637)
2007-03-07  Vadim Zeitlinnative wxHyperlinkCtrl implementation for GTK+ 2.10...
2007-03-07  Vadim Zeitlinuse wxRendererNative::DrawItemSelectionRect() to draw...
2007-03-07  Václav Slavíkdeprecated wxString::GetWriteBuf() and friends in favou...
2007-03-07  Vadim Zeitlinremoved wx/wave.h which was deprecated since 2.4
2007-03-07  Vadim Zeitlinremoved WXWIN_COMPATIBILITY_2_4 in non-MSW code
2007-03-07  Vadim Zeitlinno changes, just a typo in SetItemImage() comment
2007-03-07  Vadim Zeitlinremoved WXWIN_COMPATIBILITY_2_4 from common and wxMSW...
2007-03-05  Vadim Zeitlinuse virtual size for the size of the buffer when wxBUFF...
2007-03-05  Paul Cornettuse AllocExclusive
2007-03-04  Vadim Zeitlinhandle mouse capture lost event in grid windows and...
2007-03-04  Vadim ZeitlinwxCreateGreyedImage() deprecated, use wxImage::ConvertT...
2007-03-02  Julian SmartFixed premature exit of helpview sample and utility
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-27  Vadim ZeitlinSupport encodings in wxGTK_CONV_BACK() in the same...
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-20  Václav Slavíkallow creating wxString from char*, assigning to it...
2007-02-19  Václav Slavíkadded WXWIN_COMPATIBILITY_2_8
2007-02-17  Robert Roebling Most of FM's wxDataViewCtrl patch.
2007-02-17  Robert Roebling [1660792 ] wxObject::Dec/IncRef and wxObjectDataPtr
2007-02-15  Vadim Zeitlinreturn size without decorations from size_request GTK...
2007-02-14  Vadim Zeitlinuse AllocExclusive() instead of duplicating its code...
2007-02-13  Włodzimierz SkibaAvoid do-nothing virtuals in WinCE.
2007-02-13  Włodzimierz SkibaMake QS_ALLPOSTMESSAGE available everywhere regardless...
2007-02-11  Robert Roebling Fix wxGTK wxListBox::Append() to return correct
2007-02-11  Vadim Zeitlinmade AddPendingEvent() virtual (patch 1652077)
2007-02-11  Vadim Zeitlindefine DisableAutomaticSETranslator() correctly when...
2007-02-11  Vadim Zeitlinreturn the restored window size from GetSize() when...
2007-02-11  Vadim Zeitlinchanged GetFromWindow() to take const pointer
2007-02-10  Vadim Zeitlincorrected version in the libraries names: it's only...
2007-02-10  Vadim Zeitlinmake GetSize() return the size of the window including...
2007-02-09  Julian SmartReverted renderer changes and just use window variant...
2007-02-08  Julian SmartUpdated the mask
2007-02-08  Julian SmartAdded size constants to allow drawn control parts to...
2007-02-08  Vadim Zeitlinadded const overload of GetChildren()
2007-02-08  Vadim Zeitlindefine wxUSE_DATEPICKCTRL_GENERIC as 0 if it's not...
2007-02-07  Julian SmartAdded flag for removing attributes
2007-02-07  Robin DunnFix unused param warnings
2007-02-06  Robin DunnAdded SetToolNormalBitmap and SetToolDisabledBitmap
2007-02-06  Robin DunnSet version number
2007-02-05  Vadim Zeitlinmade (many) more wxGrid methods const
2007-02-05  Vadim Zeitlincorrected WXDLLIMPEXP_ declaration for wxEventBlocker...
2007-02-04  Stefan Csomoradding scroll axis to wheel events
2007-02-04  Vadim Zeitlinadd accessors using wxFileName to wxFile/DirPickerCtrl...
2007-02-04  Vadim Zeitlinadded wxEventBlocker class (patch 1622444)
2007-02-02  Vadim Zeitlindon't wait for Windows messages in WaitForThread()...
2007-02-02  Vadim Zeitlindon't wake up on Windows messages when waiting for...
2007-01-31  Vadim Zeitlinremoved wxABI_TESTS, they're irrelvant in 2.9
2007-01-31  Vadim ZeitlinAdded wxSizerFlags::Top() and Bottom()
2007-01-28  Julian SmartAdded extra hit test style for more accurate reporting
2007-01-24  Vadim Zeitlinuse LLONG_MIN instead of -1 (which is a valid time...
2007-01-24  Václav Slavíkcompiled fixes for builds without PCH
2007-01-24  Jouk Jansen Committing in .
2007-01-22  Václav SlavíkwxDFB: fix rendering artefacts when scrolling wxScrolle...
2007-01-22  Václav Slavíkimplemented wxPopupWindow for wxDFB; added wxNonOwnedWi...
2007-01-22  Václav Slavíkenable wxFontMapper in wxDFB port
2007-01-22  Václav Slavíkfixed wxGetTranslation() prototype in the !wxUSE_INTL...
2007-01-21  Robin DunnRevert menus and toolbars to using wxNewId() too since...
2007-01-19  Robin DunnBump subrelease number
2007-01-19  Robin DunnAdded wxSearchCtrl::[Get|Set]DescriptiveText
2007-01-18  Vadim Zeitlinadded wxCONFIG_USE_SUBDIR flag to wxFileConfig (patch...
2007-01-18  Vadim Zeitlinadded wxCSConv::IsOk() (patch 1637944)
2007-01-18  Václav Slavíkcompilation fix for !wxUSE_STATBOX
2007-01-18  Vadim Zeitlinadded wx/window.h included needed by last change using...
2007-01-18  Vadim Zeitlinuse wxWindow::NewControlId() instead of wxNewId() to...
2007-01-18  Vadim Zeitlinadded wxDateTime::GetDateOnly()
2007-01-14  Vadim Zeitlinadded wxSizerFlags::Shaped() and FixedMinSize() methods
2007-01-14  Vadim Zeitlinadded wxABI_VERSION check around new public wxFileHisto...
2007-01-14  Julian SmartProvide access to file history base id
2007-01-12  Paul Cornettadd wxToolbook checking
2007-01-11  Vadim Zeitlinno changes, just refactor the code sending spin update...
2007-01-10  Vadim Zeitlinadd #if wxUSE_TOOLTIPS around DoSetToolTip()
2007-01-09  Julian SmartIsRich should be defined even if wxUSE_RICHTEXT isn't
2007-01-07  Vadim Zeitlinupdated version to 2.8.1
2007-01-07  Vadim Zeitlinupdated version to 2.8.1
next