2003-10-13 |
Mattia Barbon | Fixes for application not closing after last top... |
blob | commitdiff | raw |
2003-09-27 |
Vadim Zeitlin | removed wxApp::Initialized() (replaced with a dummy... |
blob | commitdiff | raw | diff to current |
2003-09-15 |
Vadim Zeitlin | use wxEventLoop in wxApp under wxMSW; factored out... |
blob | commitdiff | raw | diff to current |
2003-08-09 |
Václav Slavík | added support for gcc precompiled headers |
blob | commitdiff | raw | diff to current |
2003-08-02 |
Václav Slavík | compilation fix |
blob | commitdiff | raw | diff to current |
2003-07-14 |
Julian Smart | Rationalised OnIdle |
blob | commitdiff | raw | diff to current |
2003-07-13 |
Julian Smart | Improvements to OnIdle processing |
blob | commitdiff | raw | diff to current |
2003-07-09 |
Julian Smart | - Moved wxApp::SendIdleEvents and wxApp::ProcessIdle... |
blob | commitdiff | raw | diff to current |
2003-07-07 |
Julian Smart | Added wxFrameBase::OnMenuOpen, and wxUSE_IDLEMENUUPDATE... |
blob | commitdiff | raw | diff to current |
2003-06-30 |
Vadim Zeitlin | more work on fixing wxEntry() and ANSI/Unicode cmd... |
blob | commitdiff | raw | diff to current |
2003-06-30 |
Vadim Zeitlin | extracted common initialization/cleanup functions in... |
blob | commitdiff | raw | diff to current |
2003-06-24 |
Vadim Zeitlin | removed duplicate wxTheApp and m_appInitFn definitions... |
blob | commitdiff | raw | diff to current |
2003-06-24 |
Vadim Zeitlin | wxBase/GUI separation: 1st step, wxMSW should build... |
blob | commitdiff | raw | diff to current |
2003-05-21 |
Mattia Barbon | Stop the ApplicationShell from being managed (and... |
blob | commitdiff | raw | diff to current |
2003-05-07 |
Mattia Barbon | Implemented wxBitmapDataObject. |
blob | commitdiff | raw | diff to current |
2003-05-04 |
Mattia Barbon | Changed the way ApplicationShells are used: now wxMotif |
blob | commitdiff | raw | diff to current |
2003-05-04 |
Mattia Barbon | Avoid crash during global destruction. |
blob | commitdiff | raw | diff to current |
2003-05-04 |
Mattia Barbon | Pass events to pushed event handlers. |
blob | commitdiff | raw | diff to current |
2003-04-26 |
Mattia Barbon | Implemented wxEntryStart, wxEntryInitGui, wxEntryCleanup. |
blob | commitdiff | raw | diff to current |
2003-04-13 |
Mattia Barbon | Removed conflict markers. |
blob | commitdiff | raw | diff to current |
2003-04-10 |
Vadim Zeitlin | regenerated with tmake after adding datacmn.cpp |
blob | commitdiff | raw | diff to current |
2003-04-07 |
Mattia Barbon | Moved m_visual* wxApp[X11] members used by wxBitmap and |
blob | commitdiff | raw | diff to current |
2003-04-02 |
Mattia Barbon | Remove dulicated call to wxBitmap::Init/CleanupStanda... |
blob | commitdiff | raw | diff to current |
2003-03-31 |
Julian Smart | More deprecated class mods |
blob | commitdiff | raw | diff to current |
2003-03-26 |
Mattia Barbon | Fix wxSocket under wxMotif. |
blob | commitdiff | raw | diff to current |
2003-03-14 |
Mattia Barbon | Remove explicit casts to (const char *), and replace... |
blob | commitdiff | raw | diff to current |
2003-02-10 |
Mattia Barbon | Remove unnecessary header dependencies. Fix resulting... |
blob | commitdiff | raw | diff to current |
2003-02-02 |
Mattia Barbon | Implemented wxEventLoop for wxMotif, and used it... |
blob | commitdiff | raw | diff to current |
2003-01-18 |
Mattia Barbon | Fix some wxMotif build warnings about deprecated... |
blob | commitdiff | raw | diff to current |
2002-08-27 |
Mattia Barbon | When there is no display, the default log target will... |
blob | commitdiff | raw | diff to current |
2002-08-21 |
Vadim Zeitlin | compilation fix after my previos m_exitOnFrameDelete... |
blob | commitdiff | raw | diff to current |
2002-07-23 |
Julian Smart | Applied patch [ 584885 ] better colour handling in... |
blob | commitdiff | raw | diff to current |
2002-03-24 |
Václav Slavík | move wxApp::GetStdIcon to wxArtProvider |
blob | commitdiff | raw | diff to current |
2002-02-14 |
Julian Smart | Removed wxBuffer from several ports; added function... |
blob | commitdiff | raw | diff to current |
2002-01-11 |
Vadim Zeitlin | more Sun C++ compiler warning fixes: in particular... |
blob | commitdiff | raw | diff to current |
2001-11-20 |
Vadim Zeitlin | don't use wxTheXXXList in wxXXX ctor/dtor, only objects... |
blob | commitdiff | raw | diff to current |
2001-10-19 |
Vadim Zeitlin | added wxApp::Yield() |
blob | commitdiff | raw | diff to current |
2001-02-22 |
Julian Smart | Added wxYieldIfNeeded |
blob | commitdiff | raw | diff to current |
2000-08-25 |
Jouk Jansen | Committing in . |
blob | commitdiff | raw | diff to current |
2000-03-16 |
Guillermo Rodrigue... | Process pending events before deleting pending objects... |
blob | commitdiff | raw | diff to current |
2000-02-24 |
Julian Smart | Some Motif fixes; makefile fixes; added wxTransferStrea... |
blob | commitdiff | raw | diff to current |
1999-12-16 |
Vadim Zeitlin | 1. wxMotif toolbar works; the toggle buttons have the... |
blob | commitdiff | raw | diff to current |
1999-12-14 |
Václav Slavík | removed USE_SHARED_LIBRARY(IES) |
blob | commitdiff | raw | diff to current |
1999-11-18 |
Jouk Jansen | Committing in . |
blob | commitdiff | raw | diff to current |
1999-11-17 |
Robin Dunn | Added wxWakeUpIdle() for MSW and empty stubs for Motif... |
blob | commitdiff | raw | diff to current |
1999-10-19 |
Michael Bedward | Removed #pragma implementation "appbase.h" which caused... |
blob | commitdiff | raw | diff to current |
1999-10-18 |
Vadim Zeitlin | 1. wxApp::ProcessPendingEvents() is now common, added... |
blob | commitdiff | raw | diff to current |
1999-10-01 |
Vadim Zeitlin | renamed gsockmot.cpp to *.c |
blob | commitdiff | raw | diff to current |
1999-08-15 |
Michael Bedward | Put the call to CheckForKeyDown() back in to ProcessXEv... |
blob | commitdiff | raw | diff to current |
1999-08-12 |
Michael Bedward | if'd out CheckForKeyDown call that doesn't seem to... |
blob | commitdiff | raw | diff to current |
1999-07-30 |
Michael Bedward | Added wxApp::CheckForKeyUp |
blob | commitdiff | raw | diff to current |
1999-07-27 |
Vadim Zeitlin | wxNO_FULL_REPAINT_ON_RESIZE logic for wxMSW |
blob | commitdiff | raw | diff to current |
1999-07-23 |
Vadim Zeitlin | 1. more wxMotif fixes |
blob | commitdiff | raw | diff to current |
1999-07-21 |
Vadim Zeitlin | 1. Assorted Motif fixes |
blob | commitdiff | raw | diff to current |
1999-06-29 |
Vadim Zeitlin | my wxMotif fixes (merged with Robert's changes), wxMoti... |
blob | commitdiff | raw | diff to current |
1999-06-22 |
Robert Roebling | Makefiles without dependencies |
blob | commitdiff | raw | diff to current |
1999-04-03 |
Guilhem Lavaux | * Changed "wxPendingEvents" to pointers (tested on... |
blob | commitdiff | raw | diff to current |
1999-03-30 |
Vadim Zeitlin | Motif compilation fixes (now ok) |
blob | commitdiff | raw | diff to current |
1999-03-30 |
Vadim Zeitlin | wxTopLevelWindows is now a wxWindowList, better compati... |
blob | commitdiff | raw | diff to current |
1999-03-27 |
Guilhem Lavaux | * Added threads event propagation. Should compile on... |
blob | commitdiff | raw | diff to current |
1999-03-25 |
Julian Smart | Many changes to the printing classes. |
blob | commitdiff | raw | diff to current |
1999-03-16 |
Vadim Zeitlin | compilation without threads fixed |
blob | commitdiff | raw | diff to current |
1999-03-06 |
Vadim Zeitlin | 1. the common helper functions are now in src/unix... |
blob | commitdiff | raw | diff to current |
1999-03-03 |
Vadim Zeitlin | wxUsleep() introduced (and documented) to try to work... |
blob | commitdiff | raw | diff to current |
1999-02-11 |
Julian Smart | Solved wxMotif scrolling display problem; added wxImage... |
blob | commitdiff | raw | diff to current |
1999-01-14 |
Julian Smart | Added some tentative wxMotif clipboard code; did some... |
blob | commitdiff | raw | diff to current |
1999-01-01 |
Julian Smart | Lots of wxMotif fixes |
blob | commitdiff | raw | diff to current |
1998-12-30 |
Robert Roebling | Motif corrections in |
blob | commitdiff | raw | diff to current |
1998-12-08 |
Julian Smart | Sorry folks, a lot of changes to remedy GetFont, GetBru... |
blob | commitdiff | raw | diff to current |
1998-11-28 |
Julian Smart | wxSize/wxPoint/wxRect versions of functions added to... |
blob | commitdiff | raw | diff to current |
1998-11-22 |
Julian Smart | Changes to WXDLLEXPORT keyword position for VC++ 6... |
blob | commitdiff | raw | diff to current |
1998-11-15 |
Julian Smart | Fix to parser.y to make it compile with makefile.unx... |
blob | commitdiff | raw | diff to current |
1998-11-12 |
Julian Smart | Accelerators implemented for wxMotif; some wxComboBox... |
blob | commitdiff | raw | diff to current |
1998-11-09 |
Julian Smart | Removed references to DEBUG and WXDEBUG; cured Motif... |
blob | commitdiff | raw | diff to current |
1998-10-26 |
Julian Smart | Motif and other mods |
blob | commitdiff | raw | diff to current |
1998-10-21 |
Julian Smart | More Motif stuff incl. beginnings of wxToolBar |
blob | commitdiff | raw | diff to current |
1998-10-16 |
Julian Smart | Misc. Motif; removed duplicate wxICON; variant compile... |
blob | commitdiff | raw | diff to current |
1998-10-02 |
Julian Smart | Removed DrawOpenSpline since it doesn't seem to be... |
blob | commitdiff | raw | diff to current |
1998-09-28 |
Julian Smart | More wxMotif work, OGL enhancements, USE_ macro correct... |
blob | commitdiff | raw | diff to current |
1998-09-25 |
Vadim Zeitlin | USE_xxx constants renamed to wxUSE_xxx. This is an... |
blob | commitdiff | raw | diff to current |
1998-09-18 |
Julian Smart | Motif files added. |
blob | commitdiff | raw | diff to current |
|