2006-06-14 |
Włodzimierz Skiba | Include wx/bitmap.h according to precompiled headers... |
blob | commitdiff | raw |
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 |
2003-06-30 |
Vadim Zeitlin | added missing #include bitmap.h |
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 | compilation fix for wxGTK |
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-04-09 |
Gilles Depeyrot | if we are not in the main thread, output the assert... |
blob | commitdiff | raw | diff to current |
2003-02-28 |
Julian Smart | Removed unnecessary #ifs |
blob | commitdiff | raw | diff to current |
2003-02-28 |
Julian Smart | #ifed wxLog occurrences |
blob | commitdiff | raw | diff to current |
2003-01-13 |
Ron Lee | Split this out from other changes to keep things sane.. |
blob | commitdiff | raw | diff to current |
2003-01-12 |
Vadim Zeitlin | compilation fixes for non default wxUSE_XXX values... |
blob | commitdiff | raw | diff to current |
2002-12-06 |
Vadim Zeitlin | fixed mem leak when using non default theme; change... |
blob | commitdiff | raw | diff to current |
2002-12-04 |
Vadim Zeitlin | merged 2.4 branch into the trunk |
blob | commitdiff | raw | diff to current |
2002-09-04 |
Chris Elliott | move code from .h to .cpp to prevent Borland warning |
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-18 |
Vadim Zeitlin | fixed wxBase compilation (what was msgdlg.h doing in... |
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-04 |
Václav Slavík | wxCmdLineParser's output goes to stderr, not message... |
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 | corrected warnings when compiling with -Wall -W |
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-25 |
Vadim Zeitlin | fixed compilation for wxBase |
blob | commitdiff | raw | diff to current |
2002-03-24 |
Václav Slavík | added wxTheme::GetArtProvider to wxUniv |
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-01-23 |
Julian Smart | Added #include "wx/utils.h" to make it compile for... |
blob | commitdiff | raw | diff to current |
2002-01-20 |
Václav Slavík | added WXTRACE env. variable |
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 |
2002-01-04 |
Stefan Csomor | removing dependancy on mac headers from public wx heade... |
blob | commitdiff | raw | diff to current |
2001-12-17 |
Vadim Zeitlin | fixes error/usage messages given by the cmd line parsin... |
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-05 |
Gilles Depeyrot | use Unix raise for wxTrap when compiling with Apple... |
blob | commitdiff | raw | diff to current |
2001-11-04 |
Václav Slavík | fixed stupid bug in display mode error reporting |
blob | commitdiff | raw | diff to current |
2001-11-04 |
Václav Slavík | implemented wxApp::Get/SetDisplayMode |
blob | commitdiff | raw | diff to current |
next |