Vadim Zeitlin
|
9482617091
|
extracted common initialization/cleanup functions in common/init.cpp; standardized wxEntry()
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@21518 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-06-30 18:43:09 +00:00 |
|
Vadim Zeitlin
|
505f0a85c9
|
removed duplicate wxTheApp and m_appInitFn definitions from all ports, not just MSW
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@21343 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-06-24 01:20:33 +00:00 |
|
Vadim Zeitlin
|
e2478fde62
|
wxBase/GUI separation: 1st step, wxMSW should build, all the rest is broken
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@21342 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-06-24 00:56:19 +00:00 |
|
Julian Smart
|
7c9955d147
|
More deprecated class mods
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@19900 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-03-31 10:24:36 +00:00 |
|
Václav Slavík
|
ddfca47f05
|
tell that there was an error...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16448 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2002-08-10 18:11:45 +00:00 |
|
Václav Slavík
|
0e04ef47f6
|
move wxApp::GetStdIcon to wxArtProvider
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14746 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2002-03-24 00:19:01 +00:00 |
|
Václav Slavík
|
c41c20a566
|
copyright update
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14223 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2002-02-15 01:07:52 +00:00 |
|
Julian Smart
|
45ff6421e6
|
Removed wxBuffer from several ports; added function to get XEvent name;
started on commandline parsing for wxX11
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14197 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2002-02-14 11:07:26 +00:00 |
|
Václav Slavík
|
b7d5acd0fa
|
wxRootWindow::AcceptsFocus must be const; added wxRTTI for wxRootWindow
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13961 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2002-02-01 20:22:38 +00:00 |
|
Václav Slavík
|
343e418c21
|
change WXDEBUG to WXSTDERR
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13726 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2002-01-21 19:03:07 +00:00 |
|
Václav Slavík
|
6ed897586a
|
disable long filenames under DJGPP
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13468 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2002-01-08 23:37:32 +00:00 |
|
Václav Slavík
|
f16fa52657
|
removed previously unused and now uncompilable code from wxMGL
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13292 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2001-12-31 23:30:29 +00:00 |
|
Václav Slavík
|
a3e76614ad
|
extended display mode handling to accept WXMODE env. variable
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13230 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2001-12-30 00:05:18 +00:00 |
|
Václav Slavík
|
df16a53ef9
|
another segfault fix
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13041 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2001-12-16 20:37:49 +00:00 |
|
Václav Slavík
|
05c9ccbe62
|
compilation fix
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12656 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2001-11-24 23:58:40 +00:00 |
|
Václav Slavík
|
d76048f514
|
- removed GDI lists from wxMGL
- friendlier wxApp::SetDisplayMode
- redirects stdout and stderr to files if __WXDEBUG__
- wxLog initialization and flushing fixes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12546 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2001-11-21 00:00:12 +00:00 |
|
Václav Slavík
|
1acd70f921
|
wxTimer for wxMGL
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12377 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2001-11-11 18:59:30 +00:00 |
|
Václav Slavík
|
1f43b5c985
|
reworked display mode stuff once again
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12320 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2001-11-04 23:32:52 +00:00 |
|
Václav Slavík
|
634f6a1f0a
|
implemented display mode setting
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12299 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2001-11-04 00:00:36 +00:00 |
|
Václav Slavík
|
580616706f
|
cleanup in wxMGL code
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12223 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2001-10-30 23:30:51 +00:00 |
|
Václav Slavík
|
e1218bd636
|
added wxApp::Yield
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12119 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2001-10-20 22:07:13 +00:00 |
|
Václav Slavík
|
df02852424
|
added GetStdIcon support to wxRenderer
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12017 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2001-10-15 22:53:01 +00:00 |
|
Václav Slavík
|
bd73ba41f9
|
moved MGL initialization to earlier stage (crashes otherwise...) and implemented wxApp::Initialized
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11872 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2001-10-07 14:33:44 +00:00 |
|
Václav Slavík
|
2ec3892d77
|
added at least some stderr support to wxMGL which suffers badly from MGL's hostile takeover of stdin and stderr
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11792 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2001-10-02 22:21:05 +00:00 |
|
Václav Slavík
|
72fa862b04
|
wxMGL update
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11613 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2001-09-15 22:13:20 +00:00 |
|
Václav Slavík
|
ef344ff862
|
bugfixes, bugfixes, bugfixes...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11388 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2001-08-15 23:48:31 +00:00 |
|
Václav Slavík
|
fd495ab3ea
|
wxMGL bugfixes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11351 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2001-08-12 00:13:37 +00:00 |
|
Václav Slavík
|
7bdc18790e
|
wxMGL wxWindow and wxApp mostly complete, now hunting bugs
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11341 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2001-08-09 22:40:39 +00:00 |
|
Václav Slavík
|
a4bbc9f720
|
wxMGL update (no, it still doesn't work, I'm backuping it just in case my disk burns)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11250 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2001-08-01 22:57:11 +00:00 |
|
Václav Slavík
|
8f7b34a878
|
fixed copyrights in MGL files (finally...)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10728 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2001-06-29 19:03:13 +00:00 |
|
Vadim Zeitlin
|
32b8ec418a
|
added more files (unchanged) from wxUniv branch
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10674 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2001-06-26 21:05:06 +00:00 |
|