2009-06-22 |
Jaakko Salli | Significantly improved wxPropertyGrid's top-level paren... |
tree | commitdiff |
2009-06-21 |
Vadim Zeitlin | added support for bitmaps in wxButton to wxOSX/Cocoa |
tree | commitdiff |
2009-06-20 |
Vadim Zeitlin | don't try to resize the bitmap buttons with wxBORDER_NO... |
tree | commitdiff |
2009-06-19 |
Vadim Zeitlin | added wxTreeCtrl::GetFocusedItem() (closes #10859) |
tree | commitdiff |
2009-06-17 |
Vadim Zeitlin | added wxBU_NOTEXT style to allow creating bitmap button... |
tree | commitdiff |
2009-06-17 |
Vadim Zeitlin | wxFont::MakeXXX() and Scale() methods now modify the... |
tree | commitdiff |
2009-06-17 |
Jaakko Salli | wxVariantData now inherits from wxObjectRefData |
tree | commitdiff |
2009-06-16 |
Vadim Zeitlin | introduce wxBG_STYLE_{ERASE,PAINT} and implement their... |
tree | commitdiff |
2009-06-15 |
Vadim Zeitlin | minor tweaks to alignment styles documentation |
tree | commitdiff |
2009-06-15 |
Jaakko Salli | Added support for wxLongLong and wxULongLong in wxVaria... |
tree | commitdiff |
2009-06-14 |
Vadim Zeitlin | preparation work for implementing images support in... |
tree | commitdiff |
2009-06-14 |
Robert Roebling | Updated info on wxRefCounter and related classes |
tree | commitdiff |
2009-06-14 |
Robert Roebling | Make wxDataViewModel derive from wxRefCounter |
tree | commitdiff |
2009-06-12 |
Robert Roebling | Update docs to mention wxRefCounter class |
tree | commitdiff |
2009-06-12 |
Vadim Zeitlin | added convenient wxFont::Make{Bold,Italic,Smaller,Large... |
tree | commitdiff |
2009-06-12 |
Vadim Zeitlin | clatify alpha discussion (closes #10888) |
tree | commitdiff |
2009-06-12 |
Vadim Zeitlin | make more wxFileName methods const (closes #10887) |
tree | commitdiff |
2009-06-11 |
Vadim Zeitlin | allow customizing wxStandardPaths logic for the program... |
tree | commitdiff |
2009-06-11 |
Vadim Zeitlin | make wxFileName::{Mk,Rm}dir() const (closes #10868) |
tree | commitdiff |
2009-06-11 |
Vadim Zeitlin | GetTextExtent() is not virtual any more (since r60984) |
tree | commitdiff |
2009-06-10 |
Jaakko Salli | Allow reparenting wxPropertyGrid(Manager) to work;... |
tree | commitdiff |
2009-06-10 |
Vadim Zeitlin | document wxBase64DecodeMode and other minor fixes ... |
tree | commitdiff |
2009-06-07 |
Jaakko Salli | Implementations of wxPGProperty::ChildChanged() must... |
tree | commitdiff |
2009-06-06 |
Vadim Zeitlin | return wxStandardPaths, not wxStandardPathsBase, from... |
tree | commitdiff |
2009-06-06 |
Vadim Zeitlin | added multiple selections support to wxDirCtrl (closes... |
tree | commitdiff |
2009-06-06 |
Vadim Zeitlin | document effect of loading an icon bundle on stream... |
tree | commitdiff |
2009-06-02 |
Vadim Zeitlin | added wxUINTn_MAX constants; document them together... |
tree | commitdiff |
2009-06-02 |
Francesco Montorsi | add wxGetLinuxDistributionInfo() and wxPlatformInfo... |
tree | commitdiff |
2009-06-01 |
Francesco Montorsi | add wxProgressDialog::SetRange() function |
tree | commitdiff |
2009-06-01 |
Vadim Zeitlin | corrected wrong type of posErr parameter (closes #10862) |
tree | commitdiff |
2009-06-01 |
Francesco Montorsi | document that CanRead() and GetImageCount() functions... |
tree | commitdiff |
2009-05-31 |
Vadim Zeitlin | extracted wxTextWrapper in its own header and made... |
tree | commitdiff |
2009-05-31 |
Vadim Zeitlin | added wxDC::CopyAttributes() and use it in wxBufferedDC... |
tree | commitdiff |
2009-05-31 |
Francesco Montorsi | group wxPlatformInfo functions for easier browsing... |
tree | commitdiff |
2009-05-31 |
Vadim Zeitlin | added default ctor to wxMouseEventsManager, this is... |
tree | commitdiff |
2009-05-31 |
Vadim Zeitlin | added wxTempFile::Flush() (dedicated to Theodore Ts... |
tree | commitdiff |
2009-05-31 |
Jaakko Salli | Added wxPGProperty::SetDefaultValue(v), as a shortcut... |
tree | commitdiff |
2009-05-30 |
Jaakko Salli | More forward-ported wxPython-bindings related cleanup... |
tree | commitdiff |
2009-05-24 |
Vadim Zeitlin | update CRT environment block in wxSetEnv() too |
tree | commitdiff |
2009-05-23 |
Vadim Zeitlin | make wxWindow::SetAutoLayout() now works for all window... |
tree | commitdiff |
2009-05-16 |
Francesco Montorsi | fix the wxCursor(const wxString& cursor_file, ...)... |
tree | commitdiff |
2009-05-13 |
Vadim Zeitlin | remove misleaing mentions of wxEXEC_ASYNC from wxExecut... |
tree | commitdiff |
2009-05-09 |
Francesco Montorsi | typo fix (closes #10699) |
tree | commitdiff |
2009-05-09 |
Francesco Montorsi | add new predefined colour (and relative brush/pen)... |
tree | commitdiff |
2009-05-07 |
Vadim Zeitlin | add support for loading wxListCtrl items and wxImageLis... |
tree | commitdiff |
2009-05-07 |
Vadim Zeitlin | document that setting an empty clipping region destroys... |
tree | commitdiff |
2009-05-03 |
Vadim Zeitlin | correct a typo in a comment in the example (see #10637) |
tree | commitdiff |
2009-05-02 |
Vadim Zeitlin | fix typo (see #10637) |
tree | commitdiff |
2009-05-02 |
Vadim Zeitlin | added wxStd{In,Out}putStream classes (closes #10637) |
tree | commitdiff |
2009-05-01 |
Vadim Zeitlin | added wxMouseEventsManager |
tree | commitdiff |
2009-05-01 |
Vadim Zeitlin | put wx{Keyboard,Mouse}State in events category instead... |
tree | commitdiff |
2009-04-29 |
Vadim Zeitlin | generate wxEVT_GRID_{COL,ROW}_SIZE events when the... |
tree | commitdiff |
2009-04-29 |
Vadim Zeitlin | don't duplicate wxMouseState in wxMouseEvent but reuse... |
tree | commitdiff |
2009-04-27 |
Vadim Zeitlin | added missing @ref after last change |
tree | commitdiff |
2009-04-27 |
Francesco Montorsi | correct SetFont() documentation: at least wxMSW and... |
tree | commitdiff |
2009-04-26 |
Vadim Zeitlin | add a possibility to disable individual grid rows/colum... |
tree | commitdiff |
2009-04-26 |
Francesco Montorsi | mention that calling SetFaceName() with an invalid... |
tree | commitdiff |
2009-04-26 |
Francesco Montorsi | make clear that wxFont::SetFamily() does change the... |
tree | commitdiff |
2009-04-26 |
Vadim Zeitlin | add parent parameter to wxAboutBox() (closes #9952) |
tree | commitdiff |
2009-04-25 |
Vadim Zeitlin | add support for table border width attribute (closes... |
tree | commitdiff |
2009-04-25 |
Vadim Zeitlin | minor corrections: document typeDefault, remove text... |
tree | commitdiff |
2009-04-25 |
Francesco Montorsi | use wxSTB_ as prefix for wxStatusBar styles; add suppor... |
tree | commitdiff |
2009-04-25 |
Francesco Montorsi | allow windows which are placed inside wxStaticBoxes... |
tree | commitdiff |
2009-04-24 |
Francesco Montorsi | fix push/pop mechanism after r58786; add a few notes... |
tree | commitdiff |
2009-04-21 |
Francesco Montorsi | use :: when referring to wxDefaultSize or wxDefaultPosition |
tree | commitdiff |
2009-04-21 |
Francesco Montorsi | implement tooltips for wxStatusBar panes whose contents... |
tree | commitdiff |
2009-04-21 |
Vadim Zeitlin | fix confusion in IsSameAs() docs (closes #10722) |
tree | commitdiff |
2009-04-19 |
Kevin Ollivier | Document CreateMeasuringContext now that it is availabl... |
tree | commitdiff |
2009-04-19 |
Francesco Montorsi | name wxStaticBoxSizer; some other minor wording clarifi... |
tree | commitdiff |
2009-04-19 |
Francesco Montorsi | grouping is not allowed for enum values |
tree | commitdiff |
2009-04-16 |
Jaakko Salli | wxFlagsProperty now automatically relays wxBOOL_USE_CHE... |
tree | commitdiff |
2009-04-16 |
Vadim Zeitlin | pass wxIntPtr, not wxUIntPtr, to wxListCtrl::SortItems... |
tree | commitdiff |
2009-04-15 |
Vadim Zeitlin | use wxUIntPtr instead of long for 3rd parameter of... |
tree | commitdiff |
2009-04-14 |
Francesco Montorsi | don't return whatever encoding was set in SetEncoding... |
tree | commitdiff |
2009-04-14 |
Vadim Zeitlin | mention that SetValue() does generate a wxEVT_COMMAND_T... |
tree | commitdiff |
2009-04-14 |
Vadim Zeitlin | only run tests using multiline strings with multiline... |
tree | commitdiff |
2009-04-14 |
Vadim Zeitlin | remove semicolon from wxDECLARE_EVENT; having it there... |
tree | commitdiff |
2009-04-12 |
Francesco Montorsi | implement wxNativeFontInfo::SetFamily for wxGTK with... |
tree | commitdiff |
2009-04-12 |
Francesco Montorsi | now wxGTK is always compiled against GTK+ >= 2.4 |
tree | commitdiff |
2009-04-07 |
Vadim Zeitlin | document that a valid image list is required for item... |
tree | commitdiff |
2009-04-07 |
Vadim Zeitlin | document wxFont(wxString) ctor |
tree | commitdiff |
2009-04-05 |
Vadim Zeitlin | improve wxTreeItemData documentation (closes #10662) |
tree | commitdiff |
2009-04-05 |
Vadim Zeitlin | implement GetImageCount() for GIF handler (closes ... |
tree | commitdiff |
2009-03-30 |
Francesco Montorsi | fix doxygen warning |
tree | commitdiff |
2009-03-30 |
Francesco Montorsi | fix wxLogNull base class (closes #10654) |
tree | commitdiff |
2009-03-30 |
Václav Slavík | always return (owned or non-owned, depending on build... |
tree | commitdiff |
2009-03-30 |
Václav Slavík | fixed size of buffer returned by wxFormatConverter... |
tree | commitdiff |
2009-03-29 |
Vadim Zeitlin | make it explicitly clear that the len parameter of... |
tree | commitdiff |
2009-03-29 |
Václav Slavík | set icons bundle, not single icon, for frames loaded... |
tree | commitdiff |
2009-03-29 |
Václav Slavík | add support for loading wxIconBundles from streams |
tree | commitdiff |
2009-03-29 |
Václav Slavík | added length to wx(Scoped)CharBuffer to improve handlin... |
tree | commitdiff |
2009-03-29 |
Stefan Csomor | adding comment about wxHAS_OPENGL_ES |
tree | commitdiff |
2009-03-29 |
Vadim Zeitlin | Added wxLOCALE_DATE/TIME_FMT support to wxLocale::GetIn... |
tree | commitdiff |
2009-03-29 |
Vadim Zeitlin | update documentation for Bind() (closes #10594) |
tree | commitdiff |
2009-03-27 |
Václav Slavík | split wxCharTypeBuffer<T> into wxScopedCharTypeBuffer... |
tree | commitdiff |
2009-03-26 |
Vadim Zeitlin | implement deprecated wxStripExtension() in terms of... |
tree | commitdiff |
2009-03-26 |
Vadim Zeitlin | detect horizontal overflow in wxHtmlPrintout and warn... |
tree | commitdiff |
2009-03-25 |
Francesco Montorsi | add a few comments about the fact that Get/SetNativeFon... |
tree | commitdiff |
2009-03-25 |
Francesco Montorsi | document that under wxMSW slant == italic |
tree | commitdiff |
2009-03-25 |
Vadim Zeitlin | abandon attempts to make wxAnyStrPtr behave as bool... |
tree | commitdiff |
next |