2001-10-21 |
Gilles Depeyrot | use "..." instead of <...> for wx headers |
tree | commitdiff |
2001-10-21 |
Robin Dunn | Added wxClientDataContainer to wxSizer, so sizers can... |
tree | commitdiff |
2001-10-21 |
Robin Dunn | #undef Yield |
tree | commitdiff |
2001-10-21 |
Vadim Zeitlin | fixed "toolbar getting focus" bug for the (N+1)-th... |
tree | commitdiff |
2001-10-20 |
Václav Slavík | added wxApp::Yield |
tree | commitdiff |
2001-10-20 |
Mattia Barbon | Cygwin does support 64 bit ints |
tree | commitdiff |
2001-10-20 |
Stefan Csomor | added correct wchar include for metrowerks compilers |
tree | commitdiff |
2001-10-20 |
Stefan Csomor | removed duplicated DYNCLASS macro |
tree | commitdiff |
2001-10-20 |
Gilles Depeyrot | removed extra DECLARE_DYNAMIC_CLASS |
tree | commitdiff |
2001-10-19 |
Václav Slavík | we no longer need wxFrameNative |
tree | commitdiff |
2001-10-19 |
Vadim Zeitlin | added wxApp::Yield() |
tree | commitdiff |
2001-10-19 |
Vadim Zeitlin | who forward declared wcslen() without using extern... |
tree | commitdiff |
2001-10-19 |
Vadim Zeitlin | oops, typo fix |
tree | commitdiff |
2001-10-19 |
Vadim Zeitlin | added wxStreamToTextRedirector |
tree | commitdiff |
2001-10-19 |
Stefan Csomor | corrected default arguments, so that setting GetStdIcon... |
tree | commitdiff |
2001-10-19 |
Vadim Zeitlin | simplified wxTextCtrl::Create() to use wxControl::MSWCr... |
tree | commitdiff |
2001-10-18 |
Mattia Barbon | Added RTTI macros to wxSplashScreen. |
tree | commitdiff |
2001-10-18 |
Mattia Barbon | Check for wxUSE_SPLASH |
tree | commitdiff |
2001-10-18 |
Mattia Barbon | Forgot to commit |
tree | commitdiff |
2001-10-18 |
Robin Dunn | Updated to version 1.40 of Scintilla |
tree | commitdiff |
2001-10-18 |
Vadim Zeitlin | added and documented wxTE_NOHIDESEL |
tree | commitdiff |
2001-10-17 |
Kendall Bennett | Added missing OS/2 files for wxUniversal on OS/2 |
tree | commitdiff |
2001-10-17 |
Kendall Bennett | Mutiple updates from SciTech for wxWindows including... |
tree | commitdiff |
2001-10-16 |
Vadim Zeitlin | reverted my accidental changes |
tree | commitdiff |
2001-10-15 |
Václav Slavík | added GetStdIcon support to wxRenderer |
tree | commitdiff |
2001-10-15 |
Václav Slavík | compilation fix for wxMGL |
tree | commitdiff |
2001-10-14 |
Václav Slavík | added wxHtmlWindow::AppendToPage |
tree | commitdiff |
2001-10-14 |
Václav Slavík | decouple wxTLW,Frame::ShowFullScreen in wxMSW |
tree | commitdiff |
2001-10-14 |
Vadim Zeitlin | 1. added wxStatusBarUniv |
tree | commitdiff |
2001-10-14 |
Gilles Depeyrot | include wxWindows headers using "..." instead of <...> |
tree | commitdiff |
2001-10-14 |
Gilles Depeyrot | corrected comment |
tree | commitdiff |
2001-10-14 |
Gilles Depeyrot | corrections for Mac OS X |
tree | commitdiff |
2001-10-14 |
Gilles Depeyrot | use native dialogs instead of generic ones under Mac... |
tree | commitdiff |
2001-10-12 |
Robin Dunn | Second phase of OOR completed. (Original python object... |
tree | commitdiff |
2001-10-12 |
Vadim Zeitlin | added base parameter to wxString::To[U]Long |
tree | commitdiff |
2001-10-12 |
Robin Dunn | Added style parameter to wxPopupWindow ctors so they... |
tree | commitdiff |
2001-10-12 |
David Webster | New wxUSE entries to support some new wx features. |
tree | commitdiff |
2001-10-12 |
David Webster | Not really needed in CVS |
tree | commitdiff |
2001-10-12 |
Vadim Zeitlin | made wxString::assign() more efficient (don't force... |
tree | commitdiff |
2001-10-12 |
David Webster | Some updates |
tree | commitdiff |
2001-10-12 |
Robin Dunn | Moved client data stuff directly into wxEvtHandler... |
tree | commitdiff |
2001-10-11 |
Ron Lee | added DEFINE_LOCAL_EVENT_TYPE() macro |
tree | commitdiff |
2001-10-10 |
Vadim Zeitlin | more missing WXDLLEXPORT(_DATA) |
tree | commitdiff |
2001-10-10 |
Stefan Csomor | no precompiled MacHeaders anymore (guarantees synched... |
tree | commitdiff |
2001-10-10 |
Vadim Zeitlin | fix to allow code using EVT_END_PROCESS to compie with... |
tree | commitdiff |
2001-10-10 |
Vadim Zeitlin | added missing WXDLLEXPORT |
tree | commitdiff |
2001-10-10 |
Vadim Zeitlin | added missing WXDLLEXPORT |
tree | commitdiff |
2001-10-10 |
Robin Dunn | Removed client data stuff from wxMenuBase since it... |
tree | commitdiff |
2001-10-09 |
Robin Dunn | Fixed compile errors, warnings and other DSMs, and... |
tree | commitdiff |
2001-10-09 |
Robin Dunn | Moved the [Set|Get]Client[Data|Object] and such out... |
tree | commitdiff |
2001-10-08 |
Vadim Zeitlin | added and documented wxWS_EX_BLOCK_EVENTS flag |
tree | commitdiff |
2001-10-08 |
Vadim Zeitlin | don't check for Meta key in wxKeyEvent::HasModifiers() |
tree | commitdiff |
2001-10-07 |
Vadim Zeitlin | changed/centralized window creation code to allow wxTLW... |
tree | commitdiff |
2001-10-07 |
Václav Slavík | give focus to show top level windows |
tree | commitdiff |
2001-10-06 |
Václav Slavík | more wxMGL fixes |
tree | commitdiff |
2001-10-06 |
Václav Slavík | modified wxFrame/Univ to send wxSizeEvent when adding... |
tree | commitdiff |
2001-10-06 |
Václav Slavík | fatal bug in wxMGL that caused hard to track crashes |
tree | commitdiff |
2001-10-06 |
Václav Slavík | you meant pragma interface, not pragma implementation |
tree | commitdiff |
2001-10-05 |
Václav Slavík | wxHTML now outputs unrecognized entities verbosely |
tree | commitdiff |
2001-10-05 |
Jouk Jansen | Committing in . |
tree | commitdiff |
2001-10-04 |
Václav Slavík | fixed unimportant typo |
tree | commitdiff |
2001-10-04 |
Gilles Depeyrot | standard settings for wxMac compilation using CodeWarrior |
tree | commitdiff |
2001-10-04 |
George Tasker | Spelling typos in comments fixed |
tree | commitdiff |
2001-10-04 |
Robin Dunn | Changed how EVT_CHAR and EVT_KEY_DOWN are sent to Scintilla |
tree | commitdiff |
2001-10-04 |
George Tasker | Added code to handle SQLSERVER, ACCESS, and MSDE allowi... |
tree | commitdiff |
2001-10-02 |
Vadim Zeitlin | missing extern "C" added to fix linking problems with... |
tree | commitdiff |
2001-10-02 |
Gilles Depeyrot | include wx headers using "..." instead of <...> |
tree | commitdiff |
2001-10-01 |
Václav Slavík | added wxSystemSettings::HasFrameDecorations (anybody... |
tree | commitdiff |
2001-10-01 |
Václav Slavík | wxMGL update |
tree | commitdiff |
2001-10-01 |
Václav Slavík | wxPopupWindow for wxMGL |
tree | commitdiff |
2001-10-01 |
Vadim Zeitlin | restored #include "chkconf.h" |
tree | commitdiff |
2001-09-30 |
Václav Slavík | implemented wxTLW::InteractiveMove and mostly finished... |
tree | commitdiff |
2001-09-30 |
Václav Slavík | implemented wxTLW::InteractiveMove and mostly finished... |
tree | commitdiff |
2001-09-30 |
Vadim Zeitlin | compilation fix for !wxUSE_HELP |
tree | commitdiff |
2001-09-30 |
Vadim Zeitlin | added wxUSE_PALETTE and fixed compilation with it set... |
tree | commitdiff |
2001-09-30 |
Stefan Csomor | toplevel fixes |
tree | commitdiff |
2001-09-30 |
Vadim Zeitlin | moved WXUNUSED_UNLESS_DEBUG after wx/debug.h include... |
tree | commitdiff |
2001-09-30 |
Vadim Zeitlin | handle _DEBUG/NDEBUG correctly |
tree | commitdiff |
2001-09-30 |
Vadim Zeitlin | fix for wxCalendarCtrl::Create() (bug 458167) |
tree | commitdiff |
2001-09-30 |
Stefan Csomor | mac toplevel window added |
tree | commitdiff |
2001-09-30 |
Stefan Csomor | mac added |
tree | commitdiff |
2001-09-29 |
Václav Slavík | removed superfluous backslash |
tree | commitdiff |
2001-09-29 |
Václav Slavík | reverted my previous commit to this file; was done... |
tree | commitdiff |
2001-09-28 |
Václav Slavík | input handling in wxTLW/Univ |
tree | commitdiff |
2001-09-28 |
Václav Slavík | compilation fixes for MSW+Univ+Mingw32 |
tree | commitdiff |
2001-09-28 |
Václav Slavík | proper fullscreen handling |
tree | commitdiff |
2001-09-28 |
Václav Slavík | fixed wxGTK fullscreen mode, broken by my previous... |
tree | commitdiff |
2001-09-28 |
Vadim Zeitlin | applied (slightly modified) wxGLApp patch for MSW |
tree | commitdiff |
2001-09-28 |
Vadim Zeitlin | applied wxGLApp patch (#464500) |
tree | commitdiff |
2001-09-28 |
Ron Lee | More build system polishing.. mostly. Some stuff... |
tree | commitdiff |
2001-09-27 |
Robin Dunn | fixed compilation errors |
tree | commitdiff |
2001-09-27 |
Robin Dunn | Fixed compilation error |
tree | commitdiff |
2001-09-27 |
Robin Dunn | Added missing WXDLLEXPORT |
tree | commitdiff |
2001-09-27 |
Robin Dunn | Fixed problem with wxPen::SetDashes. (An array of... |
tree | commitdiff |
2001-09-26 |
Václav Slavík | temporary stubs for fullscreen functions |
tree | commitdiff |
2001-09-26 |
Václav Slavík | Use wxGetInstallPrefix() instead of wxINSTALL_PREFIX... |
tree | commitdiff |
2001-09-26 |
Václav Slavík | oops, forgot do add fullscreen stuff to wxTLWBase |
tree | commitdiff |
2001-09-26 |
Vadim Zeitlin | compilation/build fixes for wxUniv |
tree | commitdiff |
2001-09-24 |
Václav Slavík | statusbar handling |
tree | commitdiff |
2001-09-24 |
Vadim Zeitlin | added wxTreeEvent::GetKeyEvent() to allow to retrieve... |
tree | commitdiff |
next |