2010-10-27 |
Vadim Zeitlin | Refactor: use wxBookCtrlBase::m_selection in all derive... |
tree | commitdiff |
2010-08-22 |
Vadim Zeitlin | Merge wxUIActionSimulator fixes from SOC2010_GUI_TEST... |
tree | commitdiff |
2010-08-18 |
Vadim Zeitlin | Add wxRichMessageDialog class. |
tree | commitdiff |
2010-08-17 |
Vadim Zeitlin | Add new wxCommandLinkButton class. |
tree | commitdiff |
2010-05-04 |
Václav Slavík | Move wxFileHistory out of docview framework, add wxUSE_... |
tree | commitdiff |
2010-04-06 |
Vadim Zeitlin | Correct check for MSVC version in wxUSE_GRAPHICS_CONTEX... |
tree | commitdiff |
2010-04-03 |
Vadim Zeitlin | Correct compilation breakage of r63832. |
tree | commitdiff |
2010-04-02 |
Vadim Zeitlin | Allow using wxGraphicsContext with MinGW if gdiplus... |
tree | commitdiff |
2010-03-22 |
Vadim Zeitlin | Add wxUSE_UIACTIONSIMULATOR and turn it off by default. |
tree | commitdiff |
2010-01-28 |
Vadim Zeitlin | Disable wxUSE_OWNER_DRAWN for wxUniv to fix the build. |
tree | commitdiff |
2009-11-24 |
Vadim Zeitlin | Enable wxGraphicsContext and related classes by default... |
tree | commitdiff |
2009-10-22 |
Vadim Zeitlin | Merge SOC2009_FSWATCHER branch into trunk. |
tree | commitdiff |
2009-10-05 |
Vadim Zeitlin | Initial wxInfoBar implementation. |
tree | commitdiff |
2009-09-22 |
Vadim Zeitlin | Add a separate wxControlRenderer::DrawButtonLabel(... |
tree | commitdiff |
2009-09-22 |
Vadim Zeitlin | Implement wxWindow::DoGetBorderSize() in wxUniv. |
tree | commitdiff |
2009-09-19 |
Jaakko Salli | wxAny initial commit (closes #10932) |
tree | commitdiff |
2009-09-16 |
Peter Cawley | Merged GSOC Ribbon work from SOC2009_RIBBON branch... |
tree | commitdiff |
2009-09-12 |
Vadim Zeitlin | Add wxDEBUG_LEVEL to wx/setup.h and document it. |
tree | commitdiff |
2009-08-21 |
Vadim Zeitlin | No changes, just removed hard tabs and trailing white... |
tree | commitdiff |
2009-08-20 |
Vadim Zeitlin | Rename wxRendererNative::DrawRadioButton() to DrawRadio... |
tree | commitdiff |
2009-08-06 |
Vadim Zeitlin | Don't pop explicitly changed status messages. |
tree | commitdiff |
2009-07-31 |
Vadim Zeitlin | Export public wxDelegateTheme class. |
tree | commitdiff |
2009-07-23 |
Vadim Zeitlin | Globally replace _T() with wxT(). |
tree | commitdiff |
2009-06-28 |
Vadim Zeitlin | compilation fix for wxUniv with 2.8 compatibility disab... |
tree | commitdiff |
2009-06-14 |
Vadim Zeitlin | preparation work for implementing images support in... |
tree | commitdiff |
2009-05-31 |
Vadim Zeitlin | enable OpenGL library build by default under Windows too |
tree | commitdiff |
2009-05-31 |
Vadim Zeitlin | allow overriding wxUSE_GLCANVAS value in setup.h by... |
tree | commitdiff |
2009-05-24 |
Vadim Zeitlin | wxUSE_GSTREAMER is Unix-specific, remove it from common... |
tree | commitdiff |
2009-05-02 |
Vadim Zeitlin | improvements to wxEventFunctor classes; use wxHAS_EVENT... |
tree | commitdiff |
2009-04-25 |
Francesco Montorsi | use wxSTB_ as prefix for wxStatusBar styles; add suppor... |
tree | commitdiff |
2009-04-21 |
Francesco Montorsi | implement tooltips for wxStatusBar panes whose contents... |
tree | commitdiff |
2009-03-02 |
Vadim Zeitlin | wxUniv compilation fixes after wxTextEntry::DoGetValue... |
tree | commitdiff |
2009-03-02 |
Vadim Zeitlin | added wxTextEntry::SetHint() (a.k.a. cue banner or... |
tree | commitdiff |
2009-02-12 |
Kevin Ollivier | Restore DrawRadioButton to the main wxRenderer API... |
tree | commitdiff |
2009-02-09 |
Francesco Montorsi | save the current status text for each pane inside wxSta... |
tree | commitdiff |
2009-02-08 |
Vadim Zeitlin | add wx-prefixed and semicolon-requiring versions of... |
tree | commitdiff |
2009-02-02 |
Vadim Zeitlin | don't always disable new events code; leave it enabled... |
tree | commitdiff |
2009-01-19 |
Vadim Zeitlin | don't use annoying and unneeded in C++ casts of NULL... |
tree | commitdiff |
2009-01-12 |
Vadim Zeitlin | add more flexible and safer template Connect() overload... |
tree | commitdiff |
2009-01-11 |
Vadim Zeitlin | added wxUSE_HEADERCTRL |
tree | commitdiff |
2009-01-11 |
Vadim Zeitlin | added wxUSE_REARRANGECTRL |
tree | commitdiff |
2008-12-31 |
Francesco Montorsi | get rid of the wxListString class in wxStatusBar code... |
tree | commitdiff |
2008-12-27 |
Francesco Montorsi | remove the long deprecated wxTabCtrl class |
tree | commitdiff |
2008-11-02 |
Vadim Zeitlin | replace wx_{const,static,reinterpret}_cast with their... |
tree | commitdiff |
2008-10-12 |
Vadim Zeitlin | add wxGenericStaticText (#9656) |
tree | commitdiff |
2008-09-12 |
Vadim Zeitlin | added wxPropertyGrid from Jaakko Salli (#9934) |
tree | commitdiff |
2008-07-29 |
Vadim Zeitlin | move SendSizeEvent() down to wxWindow from wxFrame... |
tree | commitdiff |
2008-06-02 |
Robert Roebling | Disable disabling wxWeakRef<T> |
tree | commitdiff |
2008-05-17 |
Václav Slavík | wxUniv: implement wxSYS_VSCROLL_X/Y metrics in wxUniv... |
tree | commitdiff |
2008-03-26 |
Francesco Montorsi | substitute WXDLLEXPORT with WXDLLIMPEXP_CORE and WXDLLE... |
tree | commitdiff |
2008-03-04 |
Vadim Zeitlin | set wxUSE_IOSTREAMH to 0 by default, we're in 2008... |
tree | commitdiff |
2008-02-16 |
Vadim Zeitlin | turn wxUSE_STD_IOSTREAM on by default (except for the... |
tree | commitdiff |
2008-02-10 |
Vadim Zeitlin | add wxXLocale class and wxIsxxx_l() and wxToxxx_l(... |
tree | commitdiff |
2008-02-09 |
Vadim Zeitlin | add wxUSE_WEAKREF (modified partially applied patch... |
tree | commitdiff |
2008-02-03 |
Vadim Zeitlin | generate include/wx/univ/setup0.h from setup_inc.h too |
tree | commitdiff |
2007-11-30 |
Vadim Zeitlin | build fixes for wxUSE_STL==1 |
tree | commitdiff |
2007-11-22 |
Vadim Zeitlin | use WXDLLIMPEXP_FWD_XXX instead of WXDLLEXPORT |
tree | commitdiff |
2007-11-14 |
Julian Smart | Border corrections |
tree | commitdiff |
2007-11-13 |
Julian Smart | More border rationalisation. GetDefaultBorder is now... |
tree | commitdiff |
2007-11-12 |
Vadim Zeitlin | make various control names constants of type char,... |
tree | commitdiff |
2007-10-23 |
Vadim Zeitlin | remove ODBC and DBgrid libraries |
tree | commitdiff |
2007-10-10 |
Chris Elliott | update setup.h for univ |
tree | commitdiff |
2007-10-02 |
Vadim Zeitlin | PCH-less compilation fix |
tree | commitdiff |
2007-09-26 |
Vadim Zeitlin | added wxTextEntry common base class for both wxTextCtrl... |
tree | commitdiff |
2007-09-16 |
Vadim Zeitlin | fix access to client data of wxComboBox in wxUniv by... |
tree | commitdiff |
2007-09-15 |
Vadim Zeitlin | wxX11 compilation fixes after wxTRANSLATE/wxCmdLineEntr... |
tree | commitdiff |
2007-08-16 |
Julian Smart | Added missing argument |
tree | commitdiff |
2007-08-16 |
Julian Smart | Added DrawFocusRect to wxRenderer |
tree | commitdiff |
2007-08-11 |
Julian Smart | Menu label consistency changes |
tree | commitdiff |
2007-07-28 |
Vadim Zeitlin | removed unused wxUSE_XXX options (patch 1759328) |
tree | commitdiff |
2007-07-26 |
Vadim Zeitlin | many wxItemContainer-related changes: |
tree | commitdiff |
2007-07-21 |
Vadim Zeitlin | removed wxUSE_UXTHEME_AUTO which wasn't used anywhere |
tree | commitdiff |
2007-07-09 |
Václav Slavík | added WXDLLIMPEXP_FWD_FOO macros in addition to WXDLLIM... |
tree | commitdiff |
2007-06-26 |
Vadim Zeitlin | remove .cvsignore files, they're useless with svn |
tree | commitdiff |
2007-06-22 |
Václav Slavík | made wxUSE_UNICODE=1 the default |
tree | commitdiff |
2007-06-13 |
Václav Slavík | make wxFrame a wxControlContainer too, so that it behav... |
tree | commitdiff |
2007-04-17 |
Paul Cornett | add wxUSE_STC wrappers |
tree | commitdiff |
2007-04-08 |
Vadim Zeitlin | fix a fatal crash due to using wxHSCROLL presence in... |
tree | commitdiff |
2007-04-08 |
Vadim Zeitlin | Call wxTLW::SetDefaultItem() from wxButtonBase::SetDefa... |
tree | commitdiff |
2007-04-07 |
Vadim Zeitlin | made wxTLW::SetIcon() non-virtual, it was already imple... |
tree | commitdiff |
2007-04-01 |
Vadim Zeitlin | added support for ellipsization and markup in wxStaticT... |
tree | commitdiff |
2007-03-19 |
Vadim Zeitlin | compilation fix after wxUniChar changes |
tree | commitdiff |
2007-03-18 |
Vadim Zeitlin | added labels support for toolbar controls for wxMac... |
tree | commitdiff |
2007-03-14 |
Vadim Zeitlin | removed wxUSE_DIB_FOR_BITMAP which doesn't seem to... |
tree | commitdiff |
2007-03-07 |
Vadim Zeitlin | removed WXWIN_COMPATIBILITY_2_4 in non-MSW code |
tree | commitdiff |
2007-02-19 |
Václav Slavík | added WXWIN_COMPATIBILITY_2_8 |
tree | commitdiff |
2006-12-24 |
Václav Slavík | fixed wxFrame background colour in wxUniv on ports... |
tree | commitdiff |
2006-12-11 |
Robin Dunn | Modified form of Patch #1611222, adds wxSearchCtrl... |
tree | commitdiff |
2006-12-09 |
Vadim Zeitlin | default name of wxStaticLine should be wxStaticLineName... |
tree | commitdiff |
2006-11-30 |
Robin Dunn | Return optimal label width from DrawHeaderButton |
tree | commitdiff |
2006-11-08 |
Michael Wetherell | Move the #if disabling wxUSE_STD_STRING for watcom... |
tree | commitdiff |
2006-10-30 |
Vadim Zeitlin | added wxUSE_COLLPANE (why is this file not generated... |
tree | commitdiff |
2006-10-30 |
Václav Slavík | moved wxScrollBar geometry methods out of wxRenderer... |
tree | commitdiff |
2006-10-30 |
Václav Slavík | renamed wxControlWithArrows::HitTest() to HitTestArrow... |
tree | commitdiff |
2006-10-29 |
Vadim Zeitlin | don't override GetMinWidth/Height() which are non-virtu... |
tree | commitdiff |
2006-10-29 |
Michael Wetherell | Make wxBackingFile internal, and remove wxZipFSHander... |
tree | commitdiff |
2006-10-27 |
Michael Wetherell | Add wxUSE_TARSTREAM and wxUSE_FS_ARCHIVE. |
tree | commitdiff |
2006-10-26 |
Václav Slavík | added wxDelegateTheme to accompany wxDelegateRenderer |
tree | commitdiff |
2006-10-26 |
Włodzimierz Skiba | Updated setup. |
tree | commitdiff |
2006-10-10 |
Włodzimierz Skiba | Updated Univ setup. |
tree | commitdiff |
next |