projects
/
wxWidgets.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅ next
wxTinderbox build fixes.
[wxWidgets.git]
/
src
/
common
/
init.cpp
2005-11-08
Vadim Zeitlin
fix memory leak of wxMessageOutput if wxApp::OnInit...
blob
|
commitdiff
|
raw
2005-06-13
Włodzimierz Skiba
'[1219035] cleanup: miscellaneous' and minor source...
blob
|
commitdiff
|
raw
|
diff to current
2005-06-07
Vadim Zeitlin
don't create (and leak) wxLogStderr in wxEntryReal...
blob
|
commitdiff
|
raw
|
diff to current
2005-06-07
Włodzimierz Skiba
wxPalmOS build fix.
blob
|
commitdiff
|
raw
|
diff to current
2005-06-07
Włodzimierz Skiba
Missing include.
blob
|
commitdiff
|
raw
|
diff to current
2005-06-06
Vadim Zeitlin
use wxLogBuffer to ensure that we don't lose error...
blob
|
commitdiff
|
raw
|
diff to current
2005-02-11
Vadim Zeitlin
don't translate Win32 structured exceptions into C...
blob
|
commitdiff
|
raw
|
diff to current
2005-01-24
Kevin Hock
Create non-GUI log target until GUI logging is availabl...
blob
|
commitdiff
|
raw
|
diff to current
2005-01-17
Vadim Zeitlin
moved fatal exception handling code to msw/main.cpp...
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-09-16
Włodzimierz Skiba
Source cleaning: whitespaces, tabs, -1/wxDefaultCoord...
blob
|
commitdiff
|
raw
|
diff to current
2004-07-13
Vadim Zeitlin
clean up modules after destroying the app, not before it
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-04-06
Dimitri Schoolwerth
applied patch #928786: "Fix memory leak produced by...
blob
|
commitdiff
|
raw
|
diff to current
2004-02-28
Václav Slavík
fixed wxDebugContext to work with global and static...
blob
|
commitdiff
|
raw
|
diff to current
2003-12-14
Ryan Norton
Reversed Change
blob
|
commitdiff
|
raw
|
diff to current
2003-12-14
Ryan Norton
warning...
blob
|
commitdiff
|
raw
|
diff to current
2003-09-24
Vadim Zeitlin
gcc warning fix
blob
|
commitdiff
|
raw
|
diff to current
2003-09-20
Vadim Zeitlin
call OnExit() even if an exception has been thrown...
blob
|
commitdiff
|
raw
|
diff to current
2003-09-17
Vadim Zeitlin
call wxApp::OnUnhandledException()
blob
|
commitdiff
|
raw
|
diff to current
2003-08-06
Václav Slavík
deprecated Initialize/CleanUpClasses
blob
|
commitdiff
|
raw
|
diff to current
2003-08-06
Václav Slavík
check memory leaks sooner, when wxLog target is still...
blob
|
commitdiff
|
raw
|
diff to current
2003-08-02
Václav Slavík
compilation fixes
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-22
Vadim Zeitlin
undisable many warnings for VC++ in defs.h and fixed...
blob
|
commitdiff
|
raw
|
diff to current
2003-07-13
Vadim Zeitlin
wxGlobalSEHandler() takes PEXCEPTION_POINTERS now
blob
|
commitdiff
|
raw
|
diff to current
2003-07-11
Julian Smart
More WinCE mods.
blob
|
commitdiff
|
raw
|
diff to current
2003-07-09
Vadim Zeitlin
VC 7.1 warning fix
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-01
Vadim Zeitlin
suppress warning about unused variable
blob
|
commitdiff
|
raw
|
diff to current
2003-07-01
Vadim Zeitlin
fixed Unicode compilation and run-time problems
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-24
Vadim Zeitlin
wxBase/GUI separation: 1st step, wxMSW should build...
blob
|
commitdiff
|
raw
|
diff to current
2002-12-17
Vadim Zeitlin
free argv in Unicode build
blob
|
commitdiff
|
raw
|
diff to current
2002-12-17
Vadim Zeitlin
unicode compilation fix for wxBase
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-09-01
Vadim Zeitlin
don't call CreatesMessageOutput() explicitly, it will...
blob
|
commitdiff
|
raw
|
diff to current
2002-09-01
Ron Lee
removed DoInit() straggler from appbase mods.
blob
|
commitdiff
|
raw
|
diff to current
2002-08-11
Robert Roebling
Added wxString::FromAscii() wxString::ToAscii().
blob
|
commitdiff
|
raw
|
diff to current
2002-08-07
Julian Smart
Added ProcessIdle virtual function
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
2001-10-19
Vadim Zeitlin
added wxApp::Yield()
blob
|
commitdiff
|
raw
|
diff to current
2000-07-15
Bryan Petty
merged 2.2 branch
blob
|
commitdiff
|
raw
|
diff to current
2000-03-16
Vadim Zeitlin
1. fixed memory leak in GAddress
blob
|
commitdiff
|
raw
|
diff to current
2000-01-03
Vadim Zeitlin
1. corrections for compilation of the wxBase apps with...
blob
|
commitdiff
|
raw
|
diff to current
1999-11-27
Vadim Zeitlin
1. wxThread changes (detached/joinable) for MSW and...
blob
|
commitdiff
|
raw
|
diff to current
1999-11-26
Vadim Zeitlin
1. wxBase compiles/links again
blob
|
commitdiff
|
raw
|
diff to current
1999-11-10
Stefan Csomor
wxMac (debug) builds and runs wxMinimal again
blob
|
commitdiff
|
raw
|
diff to current
1999-10-22
Vadim Zeitlin
1. made wxBase compile/link/run again under Unix
blob
|
commitdiff
|
raw
|
diff to current
1999-10-13
Julian Smart
Added precompiled header stuff.
blob
|
commitdiff
|
raw
|
diff to current
1999-10-08
Karsten Ballüder
replaced T() makro with wxT() due to namespace probs...
blob
|
commitdiff
|
raw
|
diff to current
1999-10-07
Vadim Zeitlin
1. wxLog::FlushActive() added
blob
|
commitdiff
|
raw
|
diff to current
1999-10-04
Vadim Zeitlin
many changes; major ones:
blob
|
commitdiff
|
raw
|
diff to current