2006-01-23 |
Mart Raudsepp | Include gtk1 headers for non-gtk2. I don't really like... |
blob | commitdiff | raw |
2006-01-12 |
Vadim Zeitlin | implemented wxEventLoop for wxMac |
blob | commitdiff | raw | diff to current |
2006-01-09 |
Vadim Zeitlin | moved OnExceptionInMainLoop() from wxAppConsole to... |
blob | commitdiff | raw | diff to current |
2005-11-19 |
Mart Raudsepp | Spelling fixes from Andreas Mohr (patch #1360064) |
blob | commitdiff | raw | diff to current |
2005-09-25 |
Vadim Zeitlin | first round of Intel compiler warning fixes: down from... |
blob | commitdiff | raw | diff to current |
2005-06-21 |
Václav Slavík | rolled back exceptions handling patch, it relied on... |
blob | commitdiff | raw | diff to current |
2005-06-20 |
Václav Slavík | changed exceptions handling to work under wxGTK |
blob | commitdiff | raw | diff to current |
2005-05-31 |
Julian Smart | Typo correction patch [ 1208110 ] Lots of typo corrections |
blob | commitdiff | raw | diff to current |
2005-01-10 |
Włodzimierz Skiba | Old API deprecated. Use new and remove old usage where... |
blob | commitdiff | raw | diff to current |
2004-12-20 |
Włodzimierz Skiba | Use __WXPALMOS__ for PalmOS port which fits __WX$(TOOLK... |
blob | commitdiff | raw | diff to current |
2004-10-19 |
Julian Smart | Committed William Osborne's wxPalmOS port |
blob | commitdiff | raw | diff to current |
2004-10-04 |
Vadim Zeitlin | made IsMainLoopRunning() static and implemented it... |
blob | commitdiff | raw | diff to current |
2004-10-04 |
Vadim Zeitlin | added wxApp::IsMainLoopRunnning() (see bug 994293) |
blob | commitdiff | raw | diff to current |
2004-09-08 |
Włodzimierz Skiba | Source cleaning: whitespaces, tabs, TRUE/true, FALSE... |
blob | commitdiff | raw | diff to current |
2004-07-04 |
Vadim Zeitlin | typo/spelling fixes (patch 983448) |
blob | commitdiff | raw | diff to current |
2004-06-23 |
Dimitri Schoolwerth | fixed unresolved symbol main (occurred with wxMac) |
blob | commitdiff | raw | diff to current |
2004-06-22 |
Vadim Zeitlin | moved wxEntry(HINSTANCE, ...) declaration to wx/msw... |
blob | commitdiff | raw | diff to current |
2004-05-23 |
Julian Smart | Use old licence name |
blob | commitdiff | raw | diff to current |
2004-05-23 |
Julian Smart | Name and version changes |
blob | commitdiff | raw | diff to current |
2004-05-02 |
Vadim Zeitlin | moved OnExceptionInMainLoop() in .cpp from header |
blob | commitdiff | raw | diff to current |
2004-04-20 |
Chris Elliott | SF patch #938489 (for VC5) |
blob | commitdiff | raw | diff to current |
2004-04-20 |
Chris Elliott | SF patch #938489 |
blob | commitdiff | raw | diff to current |
2004-04-04 |
Vadim Zeitlin | WinMain() is Unicode under CE (how did this work before?) |
blob | commitdiff | raw | diff to current |
2004-03-30 |
Vadim Zeitlin | added and documented wxApp::OnExceptionInMainLoop() |
blob | commitdiff | raw | diff to current |
2003-09-27 |
Vadim Zeitlin | removed wxApp::Initialized() (replaced with a dummy... |
blob | commitdiff | raw | diff to current |
2003-09-27 |
Vadim Zeitlin | merged wxDisplayModeInfo and wxVideoMode in a single... |
blob | commitdiff | raw | diff to current |
2003-09-17 |
Vadim Zeitlin | added HandleEvent() to allow handle exceptions in event... |
blob | commitdiff | raw | diff to current |
2003-09-16 |
Vadim Zeitlin | (blind) fix for wxMac compilation |
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-09-14 |
Stefan Csomor | removal of pc-mac charset conversion for wxMac |
blob | commitdiff | raw | diff to current |
2003-09-13 |
Robin Dunn | Move more stuff into base for wxMac so that two level... |
blob | commitdiff | raw | diff to current |
2003-08-25 |
Václav Slavík | added IMPLEMENT_APP_CONSOLE |
blob | commitdiff | raw | diff to current |
2003-08-25 |
Julian Smart | Fixes for WinCE |
blob | commitdiff | raw | diff to current |
2003-08-23 |
Robin Dunn | Added #if wxUSE_CMDLINE_PARSER |
blob | commitdiff | raw | diff to current |
2003-08-17 |
Václav Slavík | restored wxBuildOptions class, for backward compatibili... |
blob | commitdiff | raw | diff to current |
2003-08-16 |
Václav Slavík | moved WinMain into the application even for static... |
blob | commitdiff | raw | diff to current |
2003-08-05 |
Mattia Barbon | Unicode compilation fix. |
blob | commitdiff | raw | diff to current |
2003-08-04 |
Václav Slavík | reworked wxBuildOptions code to work even w/o function... |
blob | commitdiff | raw | diff to current |
2003-08-03 |
Vadim Zeitlin | use wrapwin.h instead of windows.h + winundef.h |
blob | commitdiff | raw | diff to current |
2003-08-03 |
Vadim Zeitlin | moved wxUniv-specific GUI stuff from wxBase to wxCore... |
blob | commitdiff | raw | diff to current |
2003-08-02 |
Václav Slavík | replaced wxAppTraits::GetOSVersion with GetToolkitInfo... |
blob | commitdiff | raw | diff to current |
2003-08-01 |
Vadim Zeitlin | wxTheApp can't be assigned to, anyhow, so make ms_appIn... |
blob | commitdiff | raw | diff to current |
2003-08-01 |
Vadim Zeitlin | replaced the old wxApp with wxAppConsole::ms_appInstanc... |
blob | commitdiff | raw | diff to current |
2003-07-31 |
Václav Slavík | make it possible to use wxConsoleApp in GUI build |
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-03 |
David Elliott | Added CallOnInit() which allows the toolkit (wxCocoa... |
blob | commitdiff | raw | diff to current |
2003-07-02 |
Vadim Zeitlin | renamed WXDLLEXPORT_BASE/CORE to WXDLLIMPEXP_BASE/CORE |
blob | commitdiff | raw | diff to current |
2003-07-02 |
Vadim Zeitlin | fixes needed for separate DLL build to work |
blob | commitdiff | raw | diff to current |
2003-06-30 |
Vadim Zeitlin | we can't declare WinMain() with other arguments using... |
blob | commitdiff | raw | diff to current |
2003-06-30 |
Vadim Zeitlin | include init.h as wxEntry is supposed to be declared... |
blob | commitdiff | raw | diff to current |
2003-06-30 |
Vadim Zeitlin | small wxGTK compilation fixes |
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-25 |
Vadim Zeitlin | removed #pragma interface because it results in link... |
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-03-28 |
Stefan Csomor | mach-o addition |
blob | commitdiff | raw | diff to current |
2003-03-22 |
David Elliott | - Include wxCocoa specific header |
blob | commitdiff | raw | diff to current |
2003-03-17 |
Julian Smart | Removed erroneous copyright names and corrected licence... |
blob | commitdiff | raw | diff to current |
2003-01-04 |
Mattia Barbon | Remove #ifdef __WXSTUBS__ from headers. |
blob | commitdiff | raw | diff to current |
2002-12-07 |
Vadim Zeitlin | always declare wxAppInitializerFunction() as returning... |
blob | commitdiff | raw | diff to current |
2002-09-10 |
Vadim Zeitlin | declare wxEntry() as taking char **Argv, not char ... |
blob | commitdiff | raw | diff to current |
2002-09-04 |
Vadim Zeitlin | fix wxBase apps compilation after ProcessIdle() change... |
blob | commitdiff | raw | diff to current |
2002-08-31 |
Gilles Depeyrot | disable use of #pragma interface under Mac OS X |
blob | commitdiff | raw | diff to current |
2002-08-30 |
Vadim Zeitlin | removed wxApp::DoInit(); added wxApp::CreateMessageOutp... |
blob | commitdiff | raw | diff to current |
2002-08-17 |
Robert Roebling | Convert %s to %ls and %c to %lc in printf and scanf... |
blob | commitdiff | raw | diff to current |
2002-08-15 |
Vadim Zeitlin | the app doesn't exit any more if a dialog is shown... |
blob | commitdiff | raw | diff to current |
2002-08-01 |
Julian Smart | Applied patch [ 588734 ] Makes ProcessIdle() virtual |
blob | commitdiff | raw | diff to current |
2002-07-24 |
Mattia Barbon | Added wxMessageOutput as per the discussion on wx-dev. |
blob | commitdiff | raw | diff to current |
2002-06-13 |
Vadim Zeitlin | new wxASSERT implementation using wxAssert() helper... |
blob | commitdiff | raw | diff to current |
2002-05-09 |
Vadim Zeitlin | added/documented wxApp::FilterEvent |
blob | commitdiff | raw | diff to current |
2002-05-09 |
Vadim Zeitlin | the build options are now checked in the application... |
blob | commitdiff | raw | diff to current |
2002-05-08 |
Gilles Depeyrot | added DECLARE_NO_COPY_CLASS where appropriate since... |
blob | commitdiff | raw | diff to current |
2002-05-07 |
Vadim Zeitlin | added wxBuildOptions and check that they are the same... |
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-22 |
Vadim Zeitlin | 1. made wxDebugMsg, wxError and wxFatalError deprecated... |
blob | commitdiff | raw | diff to current |
2002-02-05 |
Julian Smart | Reformatted Motif headers; added __WXX11__ symbol suppo... |
blob | commitdiff | raw | diff to current |
2002-01-07 |
Gilles Depeyrot | implement out-of-line destructors where needed instead... |
blob | commitdiff | raw | diff to current |
2001-11-21 |
Václav Slavík | more programmer-friendly wxApp::SetDisplayMode |
blob | commitdiff | raw | diff to current |
2001-11-04 |
Václav Slavík | oh, better interface to GetDisplayMode (Vadim was right... |
blob | commitdiff | raw | diff to current |
2001-11-03 |
Václav Slavík | added wxApp::GetDisplayMode function for fullscreen... |
blob | commitdiff | raw | diff to current |
2001-10-19 |
Vadim Zeitlin | added wxApp::Yield() |
blob | commitdiff | raw | diff to current |
2001-08-25 |
Vadim Zeitlin | applied patch 446836: removed qt headers |
blob | commitdiff | raw | diff to current |
2001-08-09 |
Václav Slavík | wxMGL support |
blob | commitdiff | raw | diff to current |
2001-07-15 |
Gilles Depeyrot | modified configure to allow configuration of wxMotif... |
blob | commitdiff | raw | diff to current |
2001-07-11 |
Vadim Zeitlin | added and documented wxApp::OnAssert |
blob | commitdiff | raw | diff to current |
2001-07-10 |
Vadim Zeitlin | added cmd line parsing support to wxApp and --theme... |
blob | commitdiff | raw | diff to current |
2001-07-10 |
Vadim Zeitlin | moved WX_USE_THEME macros inside IMPLEMENT_APP |
blob | commitdiff | raw | diff to current |
2001-07-05 |
Julian Smart | Misc fixes, now menus are almost working on MicroWindows |
blob | commitdiff | raw | diff to current |
2001-06-29 |
Julian Smart | First pass at adding MicroWindows support |
blob | commitdiff | raw | diff to current |
2001-06-26 |
Vadim Zeitlin | first pass of wxUniv merge - nothing works, most parts... |
blob | commitdiff | raw | diff to current |
2001-06-08 |
Vadim Zeitlin | added tiny wxInitializer class |
blob | commitdiff | raw | diff to current |
2001-04-26 |
Vadim Zeitlin | applied patch 417699 (remove WXDLLEXPORT from inline... |
blob | commitdiff | raw | diff to current |
2001-04-07 |
Gilles Depeyrot | correction for Mac OS X (wxEntry has a specific prototy... |
blob | commitdiff | raw | diff to current |
2001-02-20 |
Vadim Zeitlin | made wxApp::GetTopWindow() virtual |
blob | commitdiff | raw | diff to current |
2001-02-15 |
Gilles Depeyrot | modifications for compilation under Mac OS X |
blob | commitdiff | raw | diff to current |
2001-02-08 |
Stefan Csomor | updated mac sources (CW 5.3 working , CW6 still having... |
blob | commitdiff | raw | diff to current |
2000-07-15 |
Bryan Petty | merged 2.2 branch |
blob | commitdiff | raw | diff to current |
2000-03-10 |
Guillermo Rodrigue... | Fix from Mumit Khan to allow mingw DLL compilation... |
blob | commitdiff | raw | diff to current |
next |