2010-07-23 |
Vadim Zeitlin | Fix Cygwin 1.7 build. |
blob | commitdiff | raw |
2010-06-09 |
Francesco Montorsi | Implement wx-prefixed macros versions of DECLARE/IMPLEM... |
blob | commitdiff | raw | diff to current |
2009-09-12 |
Vadim Zeitlin | Define wxDEBUG_LEVEL in both debug and release builds... |
blob | commitdiff | raw | diff to current |
2009-09-03 |
Vadim Zeitlin | Tweak the default wxApp::GetAppDisplayName() logic. |
blob | commitdiff | raw | diff to current |
2009-07-21 |
Vadim Zeitlin | Support delayed destruction in console applications... |
blob | commitdiff | raw | diff to current |
2009-07-17 |
Vadim Zeitlin | No real changes, just refactor wxEventLoop/wxApp::Proce... |
blob | commitdiff | raw | diff to current |
2009-03-21 |
Vadim Zeitlin | first round of debug/release merge: introduce wxDEBUG_L... |
blob | commitdiff | raw | diff to current |
2009-03-08 |
Francesco Montorsi | add wxAppConsoleBase::DeletePendingEvents and wxEvtHand... |
blob | commitdiff | raw | diff to current |
2009-03-02 |
Francesco Montorsi | move pending event processing back to wxApp (these... |
blob | commitdiff | raw | diff to current |
2009-02-25 |
Francesco Montorsi | add wxAppConsoleBase::OnEventLoopEnter/Exit callbacks... |
blob | commitdiff | raw | diff to current |
2009-02-22 |
Francesco Montorsi | remove wxAppConsoleBase::OInitGui and leave it only... |
blob | commitdiff | raw | diff to current |
2009-02-15 |
Francesco Montorsi | second part of #10320: move wxApp event handling functi... |
blob | commitdiff | raw | diff to current |
2009-02-08 |
Vadim Zeitlin | add wx-prefixed and semicolon-requiring versions of... |
blob | commitdiff | raw | diff to current |
2009-02-04 |
Vadim Zeitlin | use WXDLLIMPEXP_FWD_BASE instead of WXDLLIMPEXP_BASE... |
blob | commitdiff | raw | diff to current |
2009-02-04 |
Francesco Montorsi | check in the 'selective yield' patch (see ticket #10320): |
blob | commitdiff | raw | diff to current |
2009-01-12 |
Vadim Zeitlin | add more flexible and safer template Connect() overload... |
blob | commitdiff | raw | diff to current |
2009-01-07 |
Francesco Montorsi | fix wxYield[IfNeeded] dll linkage (closes #10325) |
blob | commitdiff | raw | diff to current |
2008-12-29 |
Francesco Montorsi | use a common m_isInsideYield flag instead of static... |
blob | commitdiff | raw | diff to current |
2008-12-28 |
Francesco Montorsi | no real change: rename wxPendingEvents to wxHandlersWit... |
blob | commitdiff | raw | diff to current |
2008-11-02 |
Vadim Zeitlin | replace wx_{const,static,reinterpret}_cast with their... |
blob | commitdiff | raw | diff to current |
2008-08-01 |
Vadim Zeitlin | capitalize the application name in GetAppDisplayName... |
blob | commitdiff | raw | diff to current |
2008-07-21 |
Vadim Zeitlin | use (new) safer GetTraitsIfExists() in wxMutexGuiEnter... |
blob | commitdiff | raw | diff to current |
2008-06-11 |
Stefan Csomor | fixing file paths after renaming |
blob | commitdiff | raw | diff to current |
2008-04-12 |
Vadim Zeitlin | forward declare wxVideoMode as struct, not class, now... |
blob | commitdiff | raw | diff to current |
2008-04-07 |
Robin Dunn | wxVideoMode is a class not a struct |
blob | commitdiff | raw | diff to current |
2008-02-27 |
Vadim Zeitlin | add SetNativeTheme() (slightly modified patch 1884553) |
blob | commitdiff | raw | diff to current |
2008-02-08 |
Vadim Zeitlin | don't redeclare wxYield() if it had been already declar... |
blob | commitdiff | raw | diff to current |
2007-12-03 |
Vadim Zeitlin | don't use 8 bit characters in sources, this results... |
blob | commitdiff | raw | diff to current |
2007-11-17 |
Vadim Zeitlin | added vendor display name (for consistency with app... |
blob | commitdiff | raw | diff to current |
2007-11-12 |
Vadim Zeitlin | made wxApp::argv an object convertible to either char... |
blob | commitdiff | raw | diff to current |
2007-09-09 |
Vadim Zeitlin | added wxApp::Set/GetAppDisplayName() (patch 1780414) |
blob | commitdiff | raw | diff to current |
2007-07-09 |
Václav Slavík | added WXDLLIMPEXP_FWD_FOO macros in addition to WXDLLIM... |
blob | commitdiff | raw | diff to current |
2007-07-08 |
Paul Cornett | process pending wx events before sending idle events |
blob | commitdiff | raw | diff to current |
2007-06-16 |
Vadim Zeitlin | show the unhandled exceptions in debug build instead... |
blob | commitdiff | raw | diff to current |
2007-06-05 |
Vadim Zeitlin | compilation fix after last commit: make wxAppConsole... |
blob | commitdiff | raw | diff to current |
2007-06-04 |
Vadim Zeitlin | rename old wxAppConsole to wxAppConsoleBase and wxAppCo... |
blob | commitdiff | raw | diff to current |
2007-05-22 |
Vadim Zeitlin | don't define wxEventLoop class differently in GUI and... |
blob | commitdiff | raw | diff to current |
2007-05-14 |
Vadim Zeitlin | implement event loop for console applications (heavily... |
blob | commitdiff | raw | diff to current |
2007-03-07 |
Vadim Zeitlin | removed WXWIN_COMPATIBILITY_2_4 from common and wxMSW... |
blob | commitdiff | raw | diff to current |
2006-11-17 |
Robert Roebling | Add forceTrueColour option to SetBestVisual(). |
blob | commitdiff | raw | diff to current |
2006-10-11 |
Vadim Zeitlin | moved GetLayoutDirection() to GUI wxApp, it has nothing... |
blob | commitdiff | raw | diff to current |
2006-09-29 |
Václav Slavík | fixed IMPLEMENT_APP to work even if compiled with ... |
blob | commitdiff | raw | diff to current |
2006-09-09 |
Paul Cornett | some app.h cleanup: minimize includes, use static cast |
blob | commitdiff | raw | diff to current |
2006-09-04 |
Włodzimierz Skiba | Build fix. |
blob | commitdiff | raw | diff to current |
2006-09-04 |
Vadim Zeitlin | merge of RTL changes (with many modifications) from... |
blob | commitdiff | raw | diff to current |
2006-08-27 |
Václav Slavík | initial (not yet working) code for DirectFB port |
blob | commitdiff | raw | diff to current |
2006-04-14 |
Włodzimierz Skiba | Deprecated and obsolete parts marked up for backward... |
blob | commitdiff | raw | diff to current |
2006-03-21 |
Vadim Zeitlin | show the function in which the assert failure occured... |
blob | commitdiff | raw | diff to current |
2006-01-23 |
Mart Raudsepp | Include gtk1 headers for non-gtk2. I don't really like... |
blob | commitdiff | raw | diff to current |
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 |
next |