]> git.saurik.com Git - wxWidgets.git/history - interface
introduce wxBG_STYLE_{ERASE,PAINT} and implement their documented semantics in wxGTK
[wxWidgets.git] / interface /
2009-06-16  Vadim Zeitlinintroduce wxBG_STYLE_{ERASE,PAINT} and implement their...
2009-06-15  Vadim Zeitlinminor tweaks to alignment styles documentation
2009-06-15  Jaakko SalliAdded support for wxLongLong and wxULongLong in wxVaria...
2009-06-14  Vadim Zeitlinpreparation work for implementing images support in...
2009-06-14  Robert RoeblingUpdated info on wxRefCounter and related classes
2009-06-14  Robert RoeblingMake wxDataViewModel derive from wxRefCounter
2009-06-12  Robert RoeblingUpdate docs to mention wxRefCounter class
2009-06-12  Vadim Zeitlinadded convenient wxFont::Make{Bold,Italic,Smaller,Large...
2009-06-12  Vadim Zeitlinclatify alpha discussion (closes #10888)
2009-06-12  Vadim Zeitlinmake more wxFileName methods const (closes #10887)
2009-06-11  Vadim Zeitlinallow customizing wxStandardPaths logic for the program...
2009-06-11  Vadim Zeitlinmake wxFileName::{Mk,Rm}dir() const (closes #10868)
2009-06-11  Vadim ZeitlinGetTextExtent() is not virtual any more (since r60984)
2009-06-10  Jaakko SalliAllow reparenting wxPropertyGrid(Manager) to work;...
2009-06-10  Vadim Zeitlindocument wxBase64DecodeMode and other minor fixes ...
2009-06-07  Jaakko SalliImplementations of wxPGProperty::ChildChanged() must...
2009-06-06  Vadim Zeitlinreturn wxStandardPaths, not wxStandardPathsBase, from...
2009-06-06  Vadim Zeitlinadded multiple selections support to wxDirCtrl (closes...
2009-06-06  Vadim Zeitlindocument effect of loading an icon bundle on stream...
2009-06-02  Vadim Zeitlinadded wxUINTn_MAX constants; document them together...
2009-06-02  Francesco Montorsiadd wxGetLinuxDistributionInfo() and wxPlatformInfo...
2009-06-01  Francesco Montorsiadd wxProgressDialog::SetRange() function
2009-06-01  Vadim Zeitlincorrected wrong type of posErr parameter (closes #10862)
2009-06-01  Francesco Montorsidocument that CanRead() and GetImageCount() functions...
2009-05-31  Vadim Zeitlinextracted wxTextWrapper in its own header and made...
2009-05-31  Vadim Zeitlinadded wxDC::CopyAttributes() and use it in wxBufferedDC...
2009-05-31  Francesco Montorsigroup wxPlatformInfo functions for easier browsing...
2009-05-31  Vadim Zeitlinadded default ctor to wxMouseEventsManager, this is...
2009-05-31  Vadim Zeitlinadded wxTempFile::Flush() (dedicated to Theodore Ts...
2009-05-31  Jaakko SalliAdded wxPGProperty::SetDefaultValue(v), as a shortcut...
2009-05-30  Jaakko SalliMore forward-ported wxPython-bindings related cleanup...
2009-05-24  Vadim Zeitlinupdate CRT environment block in wxSetEnv() too
2009-05-23  Vadim Zeitlinmake wxWindow::SetAutoLayout() now works for all window...
2009-05-16  Francesco Montorsifix the wxCursor(const wxString& cursor_file, ...)...
2009-05-13  Vadim Zeitlinremove misleaing mentions of wxEXEC_ASYNC from wxExecut...
2009-05-09  Francesco Montorsitypo fix (closes #10699)
2009-05-09  Francesco Montorsiadd new predefined colour (and relative brush/pen)...
2009-05-07  Vadim Zeitlinadd support for loading wxListCtrl items and wxImageLis...
2009-05-07  Vadim Zeitlindocument that setting an empty clipping region destroys...
2009-05-03  Vadim Zeitlincorrect a typo in a comment in the example (see #10637)
2009-05-02  Vadim Zeitlinfix typo (see #10637)
2009-05-02  Vadim Zeitlinadded wxStd{In,Out}putStream classes (closes #10637)
2009-05-01  Vadim Zeitlinadded wxMouseEventsManager
2009-05-01  Vadim Zeitlinput wx{Keyboard,Mouse}State in events category instead...
2009-04-29  Vadim Zeitlingenerate wxEVT_GRID_{COL,ROW}_SIZE events when the...
2009-04-29  Vadim Zeitlindon't duplicate wxMouseState in wxMouseEvent but reuse...
2009-04-27  Vadim Zeitlinadded missing @ref after last change
2009-04-27  Francesco Montorsicorrect SetFont() documentation: at least wxMSW and...
2009-04-26  Vadim Zeitlinadd a possibility to disable individual grid rows/colum...
2009-04-26  Francesco Montorsimention that calling SetFaceName() with an invalid...
2009-04-26  Francesco Montorsimake clear that wxFont::SetFamily() does change the...
2009-04-26  Vadim Zeitlinadd parent parameter to wxAboutBox() (closes #9952)
2009-04-25  Vadim Zeitlinadd support for table border width attribute (closes...
2009-04-25  Vadim Zeitlinminor corrections: document typeDefault, remove text...
2009-04-25  Francesco Montorsiuse wxSTB_ as prefix for wxStatusBar styles; add suppor...
2009-04-25  Francesco Montorsiallow windows which are placed inside wxStaticBoxes...
2009-04-24  Francesco Montorsifix push/pop mechanism after r58786; add a few notes...
2009-04-21  Francesco Montorsiuse :: when referring to wxDefaultSize or wxDefaultPosition
2009-04-21  Francesco Montorsiimplement tooltips for wxStatusBar panes whose contents...
2009-04-21  Vadim Zeitlinfix confusion in IsSameAs() docs (closes #10722)
2009-04-19  Kevin OllivierDocument CreateMeasuringContext now that it is availabl...
2009-04-19  Francesco Montorsiname wxStaticBoxSizer; some other minor wording clarifi...
2009-04-19  Francesco Montorsigrouping is not allowed for enum values
2009-04-16  Jaakko SalliwxFlagsProperty now automatically relays wxBOOL_USE_CHE...
2009-04-16  Vadim Zeitlinpass wxIntPtr, not wxUIntPtr, to wxListCtrl::SortItems...
2009-04-15  Vadim Zeitlinuse wxUIntPtr instead of long for 3rd parameter of...
2009-04-14  Francesco Montorsidon't return whatever encoding was set in SetEncoding...
2009-04-14  Vadim Zeitlinmention that SetValue() does generate a wxEVT_COMMAND_T...
2009-04-14  Vadim Zeitlinonly run tests using multiline strings with multiline...
2009-04-14  Vadim Zeitlinremove semicolon from wxDECLARE_EVENT; having it there...
2009-04-12  Francesco Montorsiimplement wxNativeFontInfo::SetFamily for wxGTK with...
2009-04-12  Francesco Montorsinow wxGTK is always compiled against GTK+ >= 2.4
2009-04-07  Vadim Zeitlindocument that a valid image list is required for item...
2009-04-07  Vadim Zeitlindocument wxFont(wxString) ctor
2009-04-05  Vadim Zeitlinimprove wxTreeItemData documentation (closes #10662)
2009-04-05  Vadim Zeitlinimplement GetImageCount() for GIF handler (closes ...
2009-03-30  Francesco Montorsifix doxygen warning
2009-03-30  Francesco Montorsifix wxLogNull base class (closes #10654)
2009-03-30  Václav Slavíkalways return (owned or non-owned, depending on build...
2009-03-30  Václav Slavíkfixed size of buffer returned by wxFormatConverter...
2009-03-29  Vadim Zeitlinmake it explicitly clear that the len parameter of...
2009-03-29  Václav Slavíkset icons bundle, not single icon, for frames loaded...
2009-03-29  Václav Slavíkadd support for loading wxIconBundles from streams
2009-03-29  Václav Slavíkadded length to wx(Scoped)CharBuffer to improve handlin...
2009-03-29  Stefan Csomoradding comment about wxHAS_OPENGL_ES
2009-03-29  Vadim ZeitlinAdded wxLOCALE_DATE/TIME_FMT support to wxLocale::GetIn...
2009-03-29  Vadim Zeitlinupdate documentation for Bind() (closes #10594)
2009-03-27  Václav Slavíksplit wxCharTypeBuffer<T> into wxScopedCharTypeBuffer...
2009-03-26  Vadim Zeitlinimplement deprecated wxStripExtension() in terms of...
2009-03-26  Vadim Zeitlindetect horizontal overflow in wxHtmlPrintout and warn...
2009-03-25  Francesco Montorsiadd a few comments about the fact that Get/SetNativeFon...
2009-03-25  Francesco Montorsidocument that under wxMSW slant == italic
2009-03-25  Vadim Zeitlinabandon attempts to make wxAnyStrPtr behave as bool...
2009-03-24  Vadim Zeitlinreturn a wxAnyStrPtr covnertible to either narrow or...
2009-03-24  Francesco Montorsimake sure that wxSystemSettings::GetFont/GetColour...
2009-03-24  Vadim Zeitlinadded GetEnglish{Month,WeekDay}Name()
2009-03-23  Francesco Montorsimake sure that wxProcess always have a valid PID set...
2009-03-23  Vadim Zeitlindon't change the dialog size when updating the message...
2009-03-23  Vadim Zeitlinadded "bool checked" parameter to SetBitmap() too,...
2009-03-23  Vadim Zeitlinmodify signature of new wxStreamBuffer ctors to avoid...
next