2009-08-19 |
Vadim Zeitlin | Flush log events in console applications as well. |
blob | commitdiff | raw |
2009-07-23 |
Vadim Zeitlin | Globally replace _T() with wxT(). |
blob | commitdiff | raw | diff to current |
2009-07-21 |
Vadim Zeitlin | Support delayed destruction in console applications... |
blob | commitdiff | raw | diff to current |
2009-03-22 |
Vadim Zeitlin | fix harmless warning about unreachable code under MSW... |
blob | commitdiff | raw | diff to current |
2009-03-22 |
Vadim Zeitlin | always define ShowAssertDialog() but do nothing in... |
blob | commitdiff | raw | diff to current |
2009-03-22 |
Stefan Csomor | temporary build-fix |
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-04 |
Vadim Zeitlin | fix MSVC warning about implicit int to bool conversion |
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-19 |
Vadim Zeitlin | don't use annoying and unneeded in C++ casts of NULL... |
blob | commitdiff | raw | diff to current |
2009-01-02 |
Vadim Zeitlin | call ProcessPendingEvents() from wxAppConsoleBase:... |
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-27 |
Francesco Montorsi | fix Purpose comment |
blob | commitdiff | raw | diff to current |
2008-09-11 |
Vadim Zeitlin | get rid of __WXCOCOA__ check in common CreateLogTarget... |
blob | commitdiff | raw | diff to current |
2008-07-26 |
Vadim Zeitlin | don't use assert dialog under wxDFB, it does more harm... |
blob | commitdiff | raw | diff to current |
2008-07-20 |
Vadim Zeitlin | handle C++ exception in EVT_{TIMER,IDLE} handlers ... |
blob | commitdiff | raw | diff to current |
2008-05-23 |
Vadim Zeitlin | improve wxMessageOutputBest console output under Window... |
blob | commitdiff | raw | diff to current |
2008-01-05 |
Vadim Zeitlin | clean up wxEvtHandler::m_eventsLocker weirdness: there... |
blob | commitdiff | raw | diff to current |
2007-12-19 |
Vadim Zeitlin | more socket cleanup to allow using wxSocket from both... |
blob | commitdiff | raw | diff to current |
2007-11-22 |
Stefan Csomor | cleanup mac |
blob | commitdiff | raw | diff to current |
2007-09-15 |
Vadim Zeitlin | wxX11 compilation fixes after wxTRANSLATE/wxCmdLineEntr... |
blob | commitdiff | raw | diff to current |
2007-09-14 |
Vadim Zeitlin | reverted the change of wxCmdLineEntryDesc fields to... |
blob | commitdiff | raw | diff to current |
2007-09-07 |
Vadim Zeitlin | don't use _T() inside wxGetTranslation() and related... |
blob | commitdiff | raw | diff to current |
2007-08-11 |
David Elliott | Use wxLogStdErr in preference to wxLogGui on wxCocoa. |
blob | commitdiff | raw | diff to current |
2007-07-21 |
Vadim Zeitlin | fixes for building wxMSW with --disbale-all-features |
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-05-18 |
Vadim Zeitlin | call wxAppConsole::CleanUp() from the derived class... |
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-04-27 |
Václav Slavík | PCH-less compilation fixes |
blob | commitdiff | raw | diff to current |
2006-11-24 |
Robert Roebling | Actually use new GTK+ native assert dialog. |
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-09 |
Paul Cornett | some app.h cleanup: minimize includes, use static cast |
blob | commitdiff | raw | diff to current |
2006-08-25 |
Vadim Zeitlin | remove the object from wxPendingDelete list before... |
blob | commitdiff | raw | diff to current |
2006-06-14 |
Włodzimierz Skiba | Include wx/bitmap.h according to precompiled headers... |
blob | commitdiff | raw | diff to current |
2006-05-26 |
Paul Cornett | move some data definitions to more appropriate places |
blob | commitdiff | raw | diff to current |
2006-05-02 |
Włodzimierz Skiba | Include wx/utils.h according to precompiled headers... |
blob | commitdiff | raw | diff to current |
2006-04-20 |
Włodzimierz Skiba | Include wx/list.h according to precompiled headers... |
blob | commitdiff | raw | diff to current |
2006-04-16 |
Vadim Zeitlin | create stock GDI objects on demand; use const with... |
blob | commitdiff | raw | diff to current |
2006-01-12 |
Vadim Zeitlin | wxEventLoop::ms_activeLoop is now defined in its own... |
blob | commitdiff | raw | diff to current |
2006-01-12 |
Vadim Zeitlin | implemented wxEventLoop for wxMac |
blob | commitdiff | raw | diff to current |
2006-01-12 |
Vadim Zeitlin | define wxEventLoopBase::ms_activeLoop in appcmn.cpp... |
blob | commitdiff | raw | diff to current |
2006-01-09 |
Vadim Zeitlin | moved OnExceptionInMainLoop() from wxAppConsole to... |
blob | commitdiff | raw | diff to current |
2005-12-22 |
Václav Slavík | reverted previous accidental commit |
blob | commitdiff | raw | diff to current |
2005-12-22 |
Václav Slavík | wxMac linking fix |
blob | commitdiff | raw | diff to current |
2005-10-31 |
Włodzimierz Skiba | wxMGL revitalised with OpenWatcom. |
blob | commitdiff | raw | diff to current |
2005-09-25 |
Vadim Zeitlin | more extra semicolons removed (patch 1303724) |
blob | commitdiff | raw | diff to current |
2005-09-23 |
Mart Raudsepp | Nuke #pragma implementation/interface's |
blob | commitdiff | raw | diff to current |
2005-09-14 |
Vadim Zeitlin | renamed arg[cv] parameters to not hide wxApp members |
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-04-12 |
Ryan Norton | Fix CYGWIN socket compilo |
blob | commitdiff | raw | diff to current |
2005-04-10 |
Mattia Barbon | Correct harmless typos. |
blob | commitdiff | raw | diff to current |
2005-02-01 |
Włodzimierz Skiba | .empty() string cleaning. |
blob | commitdiff | raw | diff to current |
2004-12-22 |
Włodzimierz Skiba | Final MSW/PalmOS split. Remove dump copies of MSW speci... |
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-11-07 |
Robert Roebling | Forgot to commit these. |
blob | commitdiff | raw | diff to current |
2004-11-05 |
Robert Roebling | Mem leaks in connection with print factory code. |
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-03 |
Vadim Zeitlin | destroy any TLWs still alive when the app terminates... |
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-08-06 |
David Elliott | Get rid of wxUSE_GSOCKET_CPLUSPLUS |
blob | commitdiff | raw | diff to current |
2004-08-06 |
David Elliott | wxMac CFM never has a GSocketGUIFunctionsTable |
blob | commitdiff | raw | diff to current |
2004-08-03 |
David Elliott | Revert original UNIX C->C++ conversion and instead... |
blob | commitdiff | raw | diff to current |
2004-08-03 |
David Elliott | Prepare for GSocket C->C++ migration |
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-02-07 |
Vadim Zeitlin | fixes for compiling with more stuff disabled in setup... |
blob | commitdiff | raw | diff to current |
2004-02-05 |
Václav Slavík | wxMGL fixes (patch #884758) |
blob | commitdiff | raw | diff to current |
2004-01-19 |
David Elliott | Reverting wxAppTraits GSocket patch |
blob | commitdiff | raw | diff to current |
2004-01-18 |
David Elliott | Added wxAppTraits::CreateGSocket() as well as implement... |
blob | commitdiff | raw | diff to current |
2003-12-13 |
Gilles Depeyrot | use wxMac Mach-o GUI-specific functions (gsockosx) |
blob | commitdiff | raw | diff to current |
2003-10-02 |
Vadim Zeitlin | fixed (harmless) mem leak when wxUSE_THREADS == 0 |
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-17 |
Vadim Zeitlin | use standard tied pointer now |
blob | commitdiff | raw | diff to current |
2003-09-16 |
Vadim Zeitlin | don't hang forever in Dispatch() if there is no 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-08-18 |
Vadim Zeitlin | no changes |
blob | commitdiff | raw | diff to current |
2003-08-16 |
Stefan Csomor | corrected include for __WXMAC__ |
blob | commitdiff | raw | diff to current |
2003-08-11 |
Vadim Zeitlin | fixed some warnings about unused variables values |
blob | commitdiff | raw | diff to current |
2003-08-10 |
Václav Slavík | __WXMAC__, not __MAC__ |
blob | commitdiff | raw | diff to current |
2003-08-10 |
Václav Slavík | wxMac fix |
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-07 |
Václav Slavík | fixed wxBase and GUI separation for sockets code |
blob | commitdiff | raw | diff to current |
2003-08-04 |
Václav Slavík | added build options sanity checks into all main libraries |
blob | commitdiff | raw | diff to current |
2003-08-04 |
Vadim Zeitlin | fixed non GUI cmd line options |
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-07-28 |
Vadim Zeitlin | added wxAppTraits::CreateRenderer() which may be used... |
blob | commitdiff | raw | diff to current |
2003-07-22 |
Vadim Zeitlin | undisable many warnings for VC++ in defs.h and fixed... |
blob | commitdiff | raw | diff to current |
2003-07-15 |
Julian Smart | Compile with EVC 3.0 2002 |
blob | commitdiff | raw | diff to current |
2003-07-15 |
Julian Smart | Small tweaks for WinCE compatibility |
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-11 |
Julian Smart | More WinCE mods. |
blob | commitdiff | raw | diff to current |
2003-07-10 |
Mattia Barbon | STL-ification patch for wxMSW and wxGTK. |
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 |
Vadim Zeitlin | removed static methods from wxAppTraitsBase, this doesn... |
blob | commitdiff | raw | diff to current |
2003-07-01 |
Mattia Barbon | MinGW compilation fixes. |
blob | commitdiff | raw | diff to current |
next |