]> git.saurik.com Git - wxWidgets.git/history - include/wx
added wxApp::Yield()
[wxWidgets.git] / include / wx /
2001-10-19  Vadim Zeitlinadded wxApp::Yield()
2001-10-19  Vadim Zeitlinwho forward declared wcslen() without using extern...
2001-10-19  Vadim Zeitlinoops, typo fix
2001-10-19  Vadim Zeitlinadded wxStreamToTextRedirector
2001-10-19  Stefan Csomorcorrected default arguments, so that setting GetStdIcon...
2001-10-19  Vadim Zeitlinsimplified wxTextCtrl::Create() to use wxControl::MSWCr...
2001-10-18  Mattia BarbonAdded RTTI macros to wxSplashScreen.
2001-10-18  Mattia BarbonCheck for wxUSE_SPLASH
2001-10-18  Mattia BarbonForgot to commit
2001-10-18  Robin DunnUpdated to version 1.40 of Scintilla
2001-10-18  Vadim Zeitlinadded and documented wxTE_NOHIDESEL
2001-10-17  Kendall BennettAdded missing OS/2 files for wxUniversal on OS/2
2001-10-17  Kendall BennettMutiple updates from SciTech for wxWindows including...
2001-10-16  Vadim Zeitlinreverted my accidental changes
2001-10-15  Václav Slavíkadded GetStdIcon support to wxRenderer
2001-10-15  Václav Slavíkcompilation fix for wxMGL
2001-10-14  Václav Slavíkadded wxHtmlWindow::AppendToPage
2001-10-14  Václav Slavíkdecouple wxTLW,Frame::ShowFullScreen in wxMSW
2001-10-14  Vadim Zeitlin1. added wxStatusBarUniv
2001-10-14  Gilles Depeyrotinclude wxWindows headers using "..." instead of <...>
2001-10-14  Gilles Depeyrotcorrected comment
2001-10-14  Gilles Depeyrotcorrections for Mac OS X
2001-10-14  Gilles Depeyrotuse native dialogs instead of generic ones under Mac...
2001-10-12  Robin DunnSecond phase of OOR completed. (Original python object...
2001-10-12  Vadim Zeitlinadded base parameter to wxString::To[U]Long
2001-10-12  Robin DunnAdded style parameter to wxPopupWindow ctors so they...
2001-10-12  David WebsterNew wxUSE entries to support some new wx features.
2001-10-12  David WebsterNot really needed in CVS
2001-10-12  Vadim Zeitlinmade wxString::assign() more efficient (don't force...
2001-10-12  David WebsterSome updates
2001-10-12  Robin DunnMoved client data stuff directly into wxEvtHandler...
2001-10-11  Ron Leeadded DEFINE_LOCAL_EVENT_TYPE() macro
2001-10-10  Vadim Zeitlinmore missing WXDLLEXPORT(_DATA)
2001-10-10  Stefan Csomorno precompiled MacHeaders anymore (guarantees synched...
2001-10-10  Vadim Zeitlinfix to allow code using EVT_END_PROCESS to compie with...
2001-10-10  Vadim Zeitlinadded missing WXDLLEXPORT
2001-10-10  Vadim Zeitlinadded missing WXDLLEXPORT
2001-10-10  Robin DunnRemoved client data stuff from wxMenuBase since it...
2001-10-09  Robin DunnFixed compile errors, warnings and other DSMs, and...
2001-10-09  Robin DunnMoved the [Set|Get]Client[Data|Object] and such out...
2001-10-08  Vadim Zeitlinadded and documented wxWS_EX_BLOCK_EVENTS flag
2001-10-08  Vadim Zeitlindon't check for Meta key in wxKeyEvent::HasModifiers()
2001-10-07  Vadim Zeitlinchanged/centralized window creation code to allow wxTLW...
2001-10-07  Václav Slavíkgive focus to show top level windows
2001-10-06  Václav Slavíkmore wxMGL fixes
2001-10-06  Václav Slavíkmodified wxFrame/Univ to send wxSizeEvent when adding...
2001-10-06  Václav Slavíkfatal bug in wxMGL that caused hard to track crashes
2001-10-06  Václav Slavíkyou meant pragma interface, not pragma implementation
2001-10-05  Václav SlavíkwxHTML now outputs unrecognized entities verbosely
2001-10-05  Jouk Jansen Committing in .
2001-10-04  Václav Slavíkfixed unimportant typo
2001-10-04  Gilles Depeyrotstandard settings for wxMac compilation using CodeWarrior
2001-10-04  George TaskerSpelling typos in comments fixed
2001-10-04  Robin DunnChanged how EVT_CHAR and EVT_KEY_DOWN are sent to Scintilla
2001-10-04  George TaskerAdded code to handle SQLSERVER, ACCESS, and MSDE allowi...
2001-10-02  Vadim Zeitlinmissing extern "C" added to fix linking problems with...
2001-10-02  Gilles Depeyrotinclude wx headers using "..." instead of <...>
2001-10-01  Václav Slavíkadded wxSystemSettings::HasFrameDecorations (anybody...
2001-10-01  Václav SlavíkwxMGL update
2001-10-01  Václav SlavíkwxPopupWindow for wxMGL
2001-10-01  Vadim Zeitlinrestored #include "chkconf.h"
2001-09-30  Václav Slavíkimplemented wxTLW::InteractiveMove and mostly finished...
2001-09-30  Václav Slavíkimplemented wxTLW::InteractiveMove and mostly finished...
2001-09-30  Vadim Zeitlincompilation fix for !wxUSE_HELP
2001-09-30  Vadim Zeitlinadded wxUSE_PALETTE and fixed compilation with it set...
2001-09-30  Stefan Csomortoplevel fixes
2001-09-30  Vadim Zeitlinmoved WXUNUSED_UNLESS_DEBUG after wx/debug.h include...
2001-09-30  Vadim Zeitlinhandle _DEBUG/NDEBUG correctly
2001-09-30  Vadim Zeitlinfix for wxCalendarCtrl::Create() (bug 458167)
2001-09-30  Stefan Csomormac toplevel window added
2001-09-30  Stefan Csomormac added
2001-09-29  Václav Slavíkremoved superfluous backslash
2001-09-29  Václav Slavíkreverted my previous commit to this file; was done...
2001-09-28  Václav Slavíkinput handling in wxTLW/Univ
2001-09-28  Václav Slavíkcompilation fixes for MSW+Univ+Mingw32
2001-09-28  Václav Slavíkproper fullscreen handling
2001-09-28  Václav Slavíkfixed wxGTK fullscreen mode, broken by my previous...
2001-09-28  Vadim Zeitlinapplied (slightly modified) wxGLApp patch for MSW
2001-09-28  Vadim Zeitlinapplied wxGLApp patch (#464500)
2001-09-28  Ron LeeMore build system polishing.. mostly. Some stuff...
2001-09-27  Robin Dunnfixed compilation errors
2001-09-27  Robin DunnFixed compilation error
2001-09-27  Robin DunnAdded missing WXDLLEXPORT
2001-09-27  Robin DunnFixed problem with wxPen::SetDashes. (An array of...
2001-09-26  Václav Slavíktemporary stubs for fullscreen functions
2001-09-26  Václav SlavíkUse wxGetInstallPrefix() instead of wxINSTALL_PREFIX...
2001-09-26  Václav Slavíkoops, forgot do add fullscreen stuff to wxTLWBase
2001-09-26  Vadim Zeitlincompilation/build fixes for wxUniv
2001-09-24  Václav Slavíkstatusbar handling
2001-09-24  Vadim Zeitlinadded wxTreeEvent::GetKeyEvent() to allow to retrieve...
2001-09-24  Vadim Zeitlinadded wxTLW for MSW
2001-09-23  Václav Slavíkpartial implementation of wxTLW's decorations
2001-09-23  Václav Slavíkadded wxBitmap::CopyFromIcon to wxGTK
2001-09-23  David WebsterFALSE, not false
2001-09-23  Mattia Barbon* Fixed wxToolbar95 and wxToolbarGTK to emit TOOL_ENTER...
2001-09-22  Václav SlavíkwxTOPLEVEL_EX_DIALOG is a better name than wxTLW_EX_DIALOG
2001-09-22  Václav Slavíkevaluate window style in Create, not later
2001-09-22  Václav Slavíkfixed client area handling for wxFrame/Univ
2001-09-22  Václav SlavíkwxInputConsumer
2001-09-22  Václav Slavík(blind) fix for wxMotif compilation
next