Commit Graph

32147 Commits

Author SHA1 Message Date
Vadim Zeitlin
1ac7660914 extracted wxFrame::MSWTranslateMessage() implementation into new MSWDoTranslateMessage so that it can be reused by wxMDIChildFrame; this allows to pass the correct window to ::TranslateAccelerator() and fix UI updating of the MDI child menu items (bug 1214439)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37081 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-01-23 16:38:07 +00:00
Vadim Zeitlin
a1a1ca8998 no real changes; just a very minor cleanup in wxFrame::MSWTranslateMessage()
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37080 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-01-23 15:43:26 +00:00
Vadim Zeitlin
5b07594ad3 added tests of update UI handlers for clipboard menu items; minor cleanup
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37079 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-01-23 15:40:03 +00:00
Michael Wetherell
7e52dfd26d gtk1 fixes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37075 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-01-23 14:29:29 +00:00
Michael Wetherell
d044deea91 Regenerate with gtk1 changes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37074 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-01-23 12:11:50 +00:00
Michael Wetherell
601f1cfb1a GTK1 mods
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37073 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-01-23 12:01:10 +00:00
Jamie Gadd
5004c3adef Improve extended key handling code readability.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37072 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-01-23 10:01:46 +00:00
Chris Elliott
71521e3757 fix Borland part of bug 1158383
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37071 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-01-23 09:40:05 +00:00
David Surovell
7c2e5dec5a cleanup - more reformatting
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37068 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-01-23 04:11:46 +00:00
Mart Raudsepp
8ff12d3d92 Add wxGTK1 port to bakefiles files.bkl. Please review this commit.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37067 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-01-23 03:58:00 +00:00
Mart Raudsepp
1be7a35c5e Include gtk1 headers for non-gtk2. I don't really like this CPP logic, or more exactly __WXGTK__ without __WXGTK20__
being GTK1, oh well.
Might have missed some.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37066 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-01-23 03:27:34 +00:00
Mart Raudsepp
8ef94bfc25 Remove GTK2 specific prototypes from wx/include/gtk1. wx/gtk1/hdr into the header comments instead of wx/gtk/hdr or
hdr


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37065 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-01-23 02:28:01 +00:00
Mart Raudsepp
3ffa7babb9 wx/gtk1/taskbarpriv.h and gnome/gprint.h not necessary for gtk1. Deleting.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37064 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-01-23 02:10:26 +00:00
Mart Raudsepp
3cbab64109 Remove GTK2 stuff from src/gtk1. Rename wx/gtk includes to wx/gtk1.
57 files changed, 394 insertions(+), 6767 deletions(-)


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37063 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-01-23 01:14:32 +00:00
Mart Raudsepp
9fa72bd2a6 Use g_signal* instead of deprecated gtk_signal*. Use proper casts for the arguments.
Worth norting from the GTK+ docs: "For future usage, direct use of the GSignal API is recommended, this avoids
significant performance hits where GtkArg structures have to be converted into GValues."


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37061 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-01-22 23:28:58 +00:00
David Surovell
ce61519034 applied patch 1411688
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37060 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-01-22 21:59:00 +00:00
David Surovell
dfea7acc19 cleanup - heavy reformatting
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37059 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-01-22 21:26:28 +00:00
Mart Raudsepp
bdbd4e9612 Nuke GTK1 from include/gtk
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37058 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-01-22 21:00:19 +00:00
Michael Wetherell
6330f4bb19 Update instructions to match mgl 6
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37057 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-01-22 20:37:38 +00:00
Mart Raudsepp
68567a967b Nuke GTK1 from src/gtk
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37056 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-01-22 20:29:17 +00:00
Roger Gammans
8fc856de1f Fix bug [1297817] - applied suggested patch
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37054 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-01-22 13:45:34 +00:00
Robert Roebling
7bc5ddc6e4 Applied MIME-types patch.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37053 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-01-22 13:22:56 +00:00
Stefan Neis
e918f0582c Moved os2/private.h to BASE_OS2_HDR.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37051 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-01-22 11:37:58 +00:00
Mart Raudsepp
773a50563e Add a "see also" note for wxScrollWinEvent for wxWindow::SetScrollbar. Closes bug #1083738
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37049 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-01-22 05:12:43 +00:00
Jamie Gadd
413553cc60 Distinguish numpad extended keys. Fixes bug #1327720
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37047 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-01-22 05:04:31 +00:00
Michael Wetherell
9d309aad76 Rebake all the VC++ project files and makefiles
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37046 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-01-21 23:06:27 +00:00
Michael Wetherell
1b48afd23d Move oleacc.lib from the VC++ projects/makefiles to libraries.h
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37045 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-01-21 22:50:46 +00:00
Michael Wetherell
aee06d92ae Update with location of SP3 for VC++ 5.0 (Jan Jezabek)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37044 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-01-21 22:44:12 +00:00
Robin Dunn
d6c09fee7c Use wxSUBRELEASE_NUMBER for the file version, not wxBETA_NUMBER. Also
update copyright year


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37043 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-01-21 22:39:46 +00:00
Mart Raudsepp
17f0e75e6c Lets have a close box for the DnDShapeDialog in the dnd sample
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37042 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-01-21 18:08:06 +00:00
Julian Smart
2834deba05 Fixed bug [ 1361674 ] Document wxDocMDIParentFrame::Create
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37040 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-01-21 17:49:48 +00:00
Julian Smart
74aa825413 Typo fix
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37039 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-01-21 17:38:46 +00:00
Julian Smart
ca59e724aa Fix for bug [ 1335450 ] Replace all << by &lt;&lt; and >> by &gt;&gt;
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37038 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-01-21 17:31:38 +00:00
Julian Smart
64c288fa47 Compile with wxUSE_DYNLIB_CLASS and wxUSE_WXDIB set to 0
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37037 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-01-21 16:47:30 +00:00
Julian Smart
14d776932c Fix for [ 1351655 ] wxTextValidator::OnChar not working with numeric filter
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37036 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-01-21 15:13:00 +00:00
Julian Smart
f7f00d8a1d Fix for bug [ 1351659 ] wxTextValidator::Validate not Unicode safe
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37035 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-01-21 15:09:20 +00:00
Julian Smart
7e81ff236f Bug [ 1355450 ] wxSplitterWindow overview shows horizontal says vertical
Fixed wrong orientation documentation


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37034 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-01-21 15:04:02 +00:00
Julian Smart
cc5fb8a7cd Applied patch [ 1409971 ] wxX11: fix for DoDrawBitmap() when scaling is set
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37033 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-01-21 14:45:47 +00:00
Stefan Csomor
58debe514f adding new event loop implementation, removing aga.cpp (outdated)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37028 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-01-21 12:18:26 +00:00
Stefan Csomor
d25d7be8a7 adjust subbitmap mask code to new representation
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37027 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-01-21 12:16:57 +00:00
Robin Dunn
e1cceb75f0 Since this window draws its own background, set the custom bg style.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37022 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-01-21 07:07:28 +00:00
Robin Dunn
2f8102974b Changes needed for SWIG 1.3.27
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37021 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-01-21 06:45:34 +00:00
Vadim Zeitlin
4651212662 document other SetValue() overloads
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37020 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-01-21 03:25:31 +00:00
Michael Wetherell
b5d09a5fb8 Remove wxGetOsDescription from MGL's utils, and add it to msdos's
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37019 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-01-21 01:34:42 +00:00
Stefan Csomor
487eedb8d8 using a dynamic cast to wxFrame in order to get the MenuBar correctly from the frontmost window
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37018 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-01-20 21:16:55 +00:00
David Surovell
be6068f6c3 fixed compilation errors in prior checkin; some minor cleanup
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37017 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-01-20 19:49:10 +00:00
Robin Dunn
10694396b6 Added some (#ifdef'd out) wrappers to help in debugging the swig
runtime swig_type_info structures.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37016 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-01-20 18:18:02 +00:00
Robin Dunn
5551baca88 corrections for some SWIG deprecation warnings
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37015 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-01-20 18:11:53 +00:00
Robin Dunn
a9f3f5a614 Patch for Bug 1409256, wxversion.py does not understand lib and lib64
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37014 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-01-20 17:32:43 +00:00
Robin Dunn
1631143c6f Updates for CreateButtonSizer
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37013 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-01-20 17:26:29 +00:00