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 |
2009-03-24 |
Vadim Zeitlin | return a wxAnyStrPtr covnertible to either narrow or... |
tree | commitdiff |
2009-03-24 |
Francesco Montorsi | make sure that wxSystemSettings::GetFont/GetColour... |
tree | commitdiff |
2009-03-24 |
Vadim Zeitlin | added GetEnglish{Month,WeekDay}Name() |
tree | commitdiff |
2009-03-23 |
Francesco Montorsi | make sure that wxProcess always have a valid PID set... |
tree | commitdiff |
2009-03-23 |
Vadim Zeitlin | don't change the dialog size when updating the message... |
tree | commitdiff |
2009-03-23 |
Vadim Zeitlin | added "bool checked" parameter to SetBitmap() too,... |
tree | commitdiff |
2009-03-23 |
Vadim Zeitlin | modify signature of new wxStreamBuffer ctors to avoid... |
tree | commitdiff |
2009-03-23 |
Francesco Montorsi | wxEvtHandler derives from wxTrackable, too |
tree | commitdiff |
2009-03-22 |
Francesco Montorsi | better docs for wxCmdLineParser (fixes a few typos... |
tree | commitdiff |
2009-03-22 |
Francesco Montorsi | add missing beginEventEmissionTable |
tree | commitdiff |
2009-03-22 |
Vadim Zeitlin | don't incorrectly say that wxSOCKET_REUSEADDR is for... |
tree | commitdiff |
2009-03-22 |
Vadim Zeitlin | deprecate integer trace masks and don't define the... |
tree | commitdiff |
2009-03-22 |
Vadim Zeitlin | use wxALIGN_LEFT/CENTRE/RIGHT instead of wxTE_XXX to... |
tree | commitdiff |
2009-03-22 |
Vadim Zeitlin | add alignment flags support to wxSpinCtrl[Double] ... |
tree | commitdiff |
2009-03-21 |
Vadim Zeitlin | first round of debug/release merge: introduce wxDEBUG_L... |
tree | commitdiff |
2009-03-21 |
Vadim Zeitlin | move __WXFUNCTION__ to wx/cpp.h from wx/debug.h |
tree | commitdiff |
2009-03-21 |
Francesco Montorsi | minimal list of wx CRT wrappers (so doxygen highlights... |
tree | commitdiff |
2009-03-20 |
Francesco Montorsi | add the ToCLong, ToCULong and ToCDouble functions,... |
tree | commitdiff |
2009-03-19 |
Francesco Montorsi | extend wxXLocale with wxStrto[d,l,ul] functions; make... |
tree | commitdiff |
2009-03-19 |
Francesco Montorsi | document wxLocale::GetInfo |
tree | commitdiff |
2009-03-19 |
Francesco Montorsi | fix typos (closes #10611) |
tree | commitdiff |
2009-03-19 |
Francesco Montorsi | revised wxString docs: don't use old style grouping... |
tree | commitdiff |
2009-03-19 |
Francesco Montorsi | remove implementations from interface headers |
tree | commitdiff |
2009-03-18 |
Francesco Montorsi | use doxygen autolinking feature; use @ref command for... |
tree | commitdiff |
2009-03-18 |
Francesco Montorsi | fix leftover of previous commits about pixelSize ctor |
tree | commitdiff |
2009-03-18 |
Vadim Zeitlin | add combobox drop down/close up events (closes #10587) |
tree | commitdiff |
2009-03-17 |
Francesco Montorsi | wxStatusBarPane is not a window |
tree | commitdiff |
2009-03-17 |
Francesco Montorsi | re-add GetFieldsCount() erraneously removed in r59566 |
tree | commitdiff |
2009-03-15 |
Francesco Montorsi | leftovers from r59566 |
tree | commitdiff |
2009-03-15 |
Francesco Montorsi | make wxStatusBarPane a 'full class' with getters and... |
tree | commitdiff |
2009-03-15 |
Francesco Montorsi | add the wxFont(const wxSize& pixelSize, ...) ctor to... |
tree | commitdiff |
2009-03-15 |
Francesco Montorsi | warn the user that for all basic classes wxPoint,wxRect... |
tree | commitdiff |
2009-03-15 |
Václav Slavík | better XRC errors reporting: report location of the... |
tree | commitdiff |
2009-03-15 |
Kevin Ollivier | Consider wxOSX the port name, and have wxOSX/Carbon... |
tree | commitdiff |
2009-03-15 |
Francesco Montorsi | more docs and more comments in the sample code for... |
tree | commitdiff |
2009-03-14 |
Francesco Montorsi | more specs for wxDC::DrawRotatedText |
tree | commitdiff |
2009-03-14 |
Francesco Montorsi | add wxSize overloads to wxBitmap ctors and to wxBitmap... |
tree | commitdiff |
2009-03-14 |
Francesco Montorsi | add overloads of ctors and Create() functions taking... |
tree | commitdiff |
2009-03-14 |
Francesco Montorsi | do not use @c to refer to wxDefault* objects; use ... |
tree | commitdiff |
2009-03-13 |
Václav Slavík | added wxXmlResource::LoadAllFiles() |
tree | commitdiff |
2009-03-12 |
Jaakko Salli | Reworked the way child properties can be added to a... |
tree | commitdiff |
2009-03-10 |
Robert Roebling | Mention wxQsort() |
tree | commitdiff |
next |