2009-07-19 |
Vadim Zeitlin | removed wxDatePickerCtrlGeneric::SetFormat() which... |
tree | commitdiff |
2009-07-18 |
Vadim Zeitlin | Document wxMessageOutput and related classes. |
tree | commitdiff |
2009-07-18 |
Vadim Zeitlin | Correct obsolete information: SetYesNoLabels() is not... |
tree | commitdiff |
2009-07-17 |
Vadim Zeitlin | added wxLB_NO_SB style and implementation for wxMSW... |
tree | commitdiff |
2009-07-16 |
Vadim Zeitlin | document wxDCMemory(wxDC*) ctor |
tree | commitdiff |
2009-07-13 |
Vadim Zeitlin | Make wxLog::EnableLogging() and wxLogNull thread-specific. |
tree | commitdiff |
2009-07-13 |
Vadim Zeitlin | Add support for thread-specific log targets. |
tree | commitdiff |
2009-07-12 |
Vadim Zeitlin | Made wxLogXXX() functions thread-safe. |
tree | commitdiff |
2009-07-12 |
Vadim Zeitlin | Add component-level filtering to wxLog. |
tree | commitdiff |
2009-07-11 |
Vadim Zeitlin | Added wxThread::GetMainId(). |
tree | commitdiff |
2009-07-11 |
Jaakko Salli | Added named section 'Property development funcions' |
tree | commitdiff |
2009-07-11 |
Jaakko Salli | Added wxPropertyGrid::WasValueChangedInEvent(), added... |
tree | commitdiff |
2009-07-09 |
Vadim Zeitlin | Add information about the log message generation locati... |
tree | commitdiff |
2009-07-08 |
Vadim Zeitlin | added wxLog::IsLevelEnabled() helper; document it and... |
tree | commitdiff |
2009-07-08 |
Vadim Zeitlin | Changed wxLog DoLogXXX() callbacks and introduced wxLog... |
tree | commitdiff |
2009-07-06 |
Vadim Zeitlin | regenerated after r60684 |
tree | commitdiff |
2009-07-05 |
Vadim Zeitlin | added EVT_DATAVIEW_CACHE_HINT event (closes #9891) |
tree | commitdiff |
2009-07-03 |
Vadim Zeitlin | document SetStandardFonts() and SetFonts() methods... |
tree | commitdiff |
2009-07-02 |
Vadim Zeitlin | fix typo in wxClient::MakeConnection() docs (closes... |
tree | commitdiff |
2009-07-01 |
Vadim Zeitlin | make wxSortedArrayString::Sort() and Insert() private... |
tree | commitdiff |
2009-06-30 |
Vadim Zeitlin | correct wxSortedArrayString(wxArrayString) ctor documen... |
tree | commitdiff |
2009-06-28 |
Vadim Zeitlin | added wxICON_NONE and implement support for it in wxGTK... |
tree | commitdiff |
2009-06-27 |
Vadim Zeitlin | correct an example which had no chance of working |
tree | commitdiff |
2009-06-24 |
Vadim Zeitlin | mention that the date passed to SetValue() must only... |
tree | commitdiff |
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 |
next |