2003-08-08 |
Robin Dunn | Added wxRTTI for the new wxVScrolledWindow, wxVListBox... |
tree | commitdiff |
2003-08-08 |
Stefan Csomor | xti expansions, streaming code changes |
tree | commitdiff |
2003-08-08 |
Julian Smart | Call base OnInternalIdle |
tree | commitdiff |
2003-08-08 |
David Elliott | * When cloning the ref data, copy the NSBitmapImageRep... |
tree | commitdiff |
2003-08-07 |
Václav Slavík | blind fix for watcom |
tree | commitdiff |
2003-08-07 |
Václav Slavík | fixed wxBase and GUI separation for sockets code |
tree | commitdiff |
2003-08-06 |
Vadim Zeitlin | fixed HasButtons() |
tree | commitdiff |
2003-08-06 |
Vadim Zeitlin | added Load() and Set() methods |
tree | commitdiff |
2003-08-06 |
Václav Slavík | deprecated Initialize/CleanUpClasses |
tree | commitdiff |
2003-08-06 |
Václav Slavík | initialize wxClassInfo::sm_classTable automatically |
tree | commitdiff |
2003-08-06 |
David Elliott | Don't install idle event handler in secondary threads. |
tree | commitdiff |
2003-08-06 |
David Elliott | wxCocoa: Added NSThread |
tree | commitdiff |
2003-08-05 |
Stefan Csomor | added more specializations for bcc32 |
tree | commitdiff |
2003-08-05 |
Stefan Csomor | xti change |
tree | commitdiff |
2003-08-05 |
Mattia Barbon | Compilation fix. |
tree | commitdiff |
2003-08-05 |
Mattia Barbon | Unicode compilation fix. |
tree | commitdiff |
2003-08-05 |
Stefan Csomor | xti streaming |
tree | commitdiff |
2003-08-05 |
Stefan Csomor | xti streaming cleanup, type extensions |
tree | commitdiff |
2003-08-05 |
Václav Slavík | compilation fixes for win32 dll+multilib |
tree | commitdiff |
2003-08-04 |
George Tasker | Incorrect placement of the '*' in the line "const wxCha... |
tree | commitdiff |
2003-08-04 |
Vadim Zeitlin | don't include MDI headers if !wxUSE_MDI |
tree | commitdiff |
2003-08-04 |
Vadim Zeitlin | added Unload(handle); updated the docs |
tree | commitdiff |
2003-08-04 |
Václav Slavík | reworked wxBuildOptions code to work even w/o function... |
tree | commitdiff |
2003-08-04 |
Václav Slavík | no tabs please\! |
tree | commitdiff |
2003-08-04 |
David Elliott | Added dash support |
tree | commitdiff |
2003-08-04 |
David Elliott | wxPen implementation (no dash support yet) |
tree | commitdiff |
2003-08-03 |
Vadim Zeitlin | PRINTING is not dependent on DOCVIEW |
tree | commitdiff |
2003-08-03 |
Vadim Zeitlin | use wrapwin.h instead of windows.h + winundef.h |
tree | commitdiff |
2003-08-03 |
Vadim Zeitlin | just tidied up the comment |
tree | commitdiff |
2003-08-03 |
Vadim Zeitlin | don't draw buttons unless we have wxTR_HAS_BUTTONS... |
tree | commitdiff |
2003-08-03 |
Vadim Zeitlin | initialize the image list size in default ctor |
tree | commitdiff |
2003-08-03 |
Vadim Zeitlin | WXWIN_COMPATIBILITY_2_2 should be 0 by default now |
tree | commitdiff |
2003-08-03 |
Vadim Zeitlin | moved wxUniv-specific GUI stuff from wxBase to wxCore... |
tree | commitdiff |
2003-08-03 |
Vadim Zeitlin | warnings (and some errors) fixes for wxUniv DLL build |
tree | commitdiff |
2003-08-03 |
Vadim Zeitlin | moved some more stuff from .cpp files to here |
tree | commitdiff |
2003-08-03 |
Vadim Zeitlin | removed _WIN_IE from here, we normally shouldn't need... |
tree | commitdiff |
2003-08-03 |
Václav Slavík | added wxDbGrid |
tree | commitdiff |
2003-08-03 |
Mattia Barbon | Warning fixes (still does not compile). |
tree | commitdiff |
2003-08-03 |
Mattia Barbon | Use Unix display for Motif. |
tree | commitdiff |
2003-08-03 |
Mattia Barbon | Fix some wrong code: add parentheses to correct prece... |
tree | commitdiff |
2003-08-03 |
Vadim Zeitlin | missing or wrong DLLEXPORTs for DLL build |
tree | commitdiff |
2003-08-03 |
Václav Slavík | reverted two last changes; they both broke compilation |
tree | commitdiff |
2003-08-03 |
Václav Slavík | compilation fix |
tree | commitdiff |
2003-08-03 |
Vadim Zeitlin | added wrapper for <commctrl.h> as well |
tree | commitdiff |
2003-08-03 |
Václav Slavík | added WX_DECLARE_OBJARRAY_WITH_DECL |
tree | commitdiff |
2003-08-02 |
Vadim Zeitlin | removed extra commas which are erros for some compilers |
tree | commitdiff |
2003-08-02 |
Václav Slavík | moved DB classes into wxODBC library |
tree | commitdiff |
2003-08-02 |
Václav Slavík | compilation fix for gcc |
tree | commitdiff |
2003-08-02 |
Václav Slavík | compilation fix |
tree | commitdiff |
2003-08-02 |
Václav Slavík | wxUSE_NEW_GRID is no longer used |
tree | commitdiff |
2003-08-02 |
Václav Slavík | renamed to WX_DECLARE_LIST_WITH_DECL for consistency... |
tree | commitdiff |
2003-08-02 |
Václav Slavík | renamed to WX_DECLARE_LIST_WITH_DECL for consistency |
tree | commitdiff |
2003-08-02 |
Václav Slavík | return wxToolkitInfo by reference and not by pointer |
tree | commitdiff |
2003-08-02 |
Václav Slavík | replaced wxAppTraits::GetOSVersion with GetToolkitInfo... |
tree | commitdiff |
2003-08-02 |
Václav Slavík | moved wxWave, wxJoystick and wxTaskBarIcon to wxAdvanced |
tree | commitdiff |
2003-08-02 |
Václav Slavík | wxJoystick and wxWave are now available in all Unix... |
tree | commitdiff |
2003-08-02 |
Václav Slavík | compilation fix for bcc |
tree | commitdiff |
2003-08-02 |
Václav Slavík | created wxAdvanced library |
tree | commitdiff |
2003-08-02 |
Vadim Zeitlin | disable printing; doesn't compile |
tree | commitdiff |
2003-08-02 |
Vadim Zeitlin | use wxWindowBase, not wxWindow, in wxUpdateUIEvent... |
tree | commitdiff |
2003-08-01 |
Vadim Zeitlin | wxTheApp can't be assigned to, anyhow, so make ms_appIn... |
tree | commitdiff |
2003-08-01 |
Vadim Zeitlin | added and documented wxDYNLIB_FUNCTION |
tree | commitdiff |
2003-08-01 |
Vadim Zeitlin | replaced the old wxApp with wxAppConsole::ms_appInstanc... |
tree | commitdiff |
2003-08-01 |
Vadim Zeitlin | check for comctl32.dll version in wxUxThemeEngine:... |
tree | commitdiff |
2003-08-01 |
Václav Slavík | removed duplicated code from dynlib.h and dynload.h |
tree | commitdiff |
2003-08-01 |
Václav Slavík | XML code needs wchar_t |
tree | commitdiff |
2003-08-01 |
Václav Slavík | preparation for runtime loading of plugins |
tree | commitdiff |
2003-08-01 |
Julian Smart | Only draw borders if wxSP_3DBORDER specified, as before |
tree | commitdiff |
2003-08-01 |
Vadim Zeitlin | added missing arguments in wxDelegateRenderer |
tree | commitdiff |
2003-08-01 |
Vadim Zeitlin | 1. added flags to splitter drawing functions and replaced |
tree | commitdiff |
2003-07-31 |
Stefan Csomor | Added wxASSERT_MSGs |
tree | commitdiff |
2003-07-31 |
Julian Smart | Removed some warnings in widgets sample |
tree | commitdiff |
2003-07-31 |
Julian Smart | Added back the copy ctor and assignment warning suppression |
tree | commitdiff |
2003-07-31 |
Václav Slavík | new wxUSE_xxx variables must be in chkconf.h |
tree | commitdiff |
2003-07-31 |
Václav Slavík | compilation fixes |
tree | commitdiff |
2003-07-31 |
Václav Slavík | make it possible to use wxConsoleApp in GUI build |
tree | commitdiff |
2003-07-31 |
Vadim Zeitlin | added wxUxThemeHandle class for opening/closing theme... |
tree | commitdiff |
2003-07-30 |
Vadim Zeitlin | [start of] cleanup uxtheme support code |
tree | commitdiff |
2003-07-30 |
Vadim Zeitlin | added wxVListBox::OnDrawBackground(); fixed warnings |
tree | commitdiff |
2003-07-30 |
Stefan Csomor | workaround CW bug |
tree | commitdiff |
2003-07-30 |
Stefan Csomor | fixing xti problems |
tree | commitdiff |
2003-07-29 |
Julian Smart | Added wxPaintDCEx class, to handle the case where an HDC |
tree | commitdiff |
2003-07-29 |
David Elliott | Keep track of the captured mouse window so the base... |
tree | commitdiff |
2003-07-28 |
Stefan Csomor | metadata streaming |
tree | commitdiff |
2003-07-28 |
Stefan Csomor | xti updates |
tree | commitdiff |
2003-07-28 |
Stefan Csomor | Added Setter for Position (consistency) |
tree | commitdiff |
2003-07-28 |
David Elliott | wxCocoa: Include new platform-specific headers |
tree | commitdiff |
2003-07-28 |
David Elliott | Added wxClipboard and wxDataObject (and friends) declar... |
tree | commitdiff |
2003-07-28 |
Vadim Zeitlin | added wxAppTraits::CreateRenderer() which may be used... |
tree | commitdiff |
2003-07-28 |
Stefan Csomor | xti introduction |
tree | commitdiff |
2003-07-28 |
Stefan Csomor | wxUSE_EXTENDED_RTTI as name |
tree | commitdiff |
2003-07-28 |
Václav Slavík | ported wxSVG contrib to bakefile (patch #778614) |
tree | commitdiff |
2003-07-28 |
Stefan Csomor | xti introduction |
tree | commitdiff |
2003-07-28 |
Stefan Csomor | even more defines for rerouting the xti information... |
tree | commitdiff |
2003-07-27 |
Vadim Zeitlin | GetPath() now has wxPATH_GET_COLUME by default |
tree | commitdiff |
2003-07-27 |
Václav Slavík | split wxBase into wxBase and wxNet libraries |
tree | commitdiff |
2003-07-27 |
Václav Slavík | added *_WITH_DECL macros so that it is possible to... |
tree | commitdiff |
2003-07-27 |
Václav Slavík | compilation fix for BC++ |
tree | commitdiff |
2003-07-27 |
Vadim Zeitlin | added orient parameter to DrawSplitterSash instead... |
tree | commitdiff |
2003-07-26 |
Robin Dunn | MOre fixes for DLL builds |
tree | commitdiff |
next |