Julian Smart
f1a777fee4
Applied patch [ 1340814 ] fix for wxTextCtrl::GetStyle
...
Aron Pongo
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@36917 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-01-17 09:38:32 +00:00
Julian Smart
d8a832f38f
Applied patch [ 1370718 ] WinCE does not support drive letters
...
Mike Wolfram
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@36916 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-01-17 09:28:52 +00:00
Julian Smart
568c0346fc
Applied patch [ 1344168 ] wxUniv (on MSW) IM input no response
...
By Danny Raynor
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@36915 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-01-17 09:25:34 +00:00
Robin Dunn
4617be085f
Another merge of 2.6 changes
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@36914 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-01-17 05:42:30 +00:00
Robin Dunn
f3ebbc0ac8
Remove the busy-wait loops in wxAMMediaBackend::Play as they didn't
...
work right anyway...
Also silence some log messages when a failure is expected from
wxCheckWindowWndProc.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@36910 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-01-17 04:20:56 +00:00
Robin Dunn
05886ed3f2
Enable wxListCtrl in report mode to be able to use images in other
...
columns, if ComCtl32 >= 470. All it needed was to add the
LVS_EX_SUBITEMIMAGES style, everything else was already in place, and
the generic control already supports it too.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@36907 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-01-17 02:13:06 +00:00
Włodzimierz Skiba
13ff248506
Watcom fix.
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@36901 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-01-16 20:10:17 +00:00
Włodzimierz Skiba
2265a4a930
wxOS2 build system for OpenWatcom.
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@36900 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-01-16 20:08:37 +00:00
Włodzimierz Skiba
fd48be45a7
wxMGL build system for OpenWatcom.
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@36899 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-01-16 16:33:44 +00:00
Włodzimierz Skiba
81ba610721
Avoid conflict between wxWindow::Enable and MyFrame::Enable.
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@36898 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-01-16 16:09:49 +00:00
Włodzimierz Skiba
4219b5e7c7
Code cleaning.
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@36897 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-01-16 16:05:58 +00:00
Włodzimierz Skiba
922bcaff46
Towards other setups.
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@36896 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-01-16 16:04:40 +00:00
Włodzimierz Skiba
ead190e478
Warning fix.
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@36895 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-01-16 15:51:35 +00:00
Mart Raudsepp
99879bbf15
Regenerate after latest changes to configure.in (GTK_NO_CHECK_CASTS removal for gtk2 and gsocket related identation
...
changes).
Does gsocket work still/now?
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@36894 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-01-16 15:45:19 +00:00
Mart Raudsepp
0c897818d3
GTK_NO_CHECK_CASTS is a gtk1 only thing, so don't put it to CPPFLAGS with gtk2.
...
It's been renamed to G_NO_CHECK_CASTS in gtk2 stack, but we don't appear to need it.
Why do we need to supress cast checks for gtk1?
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@36893 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-01-16 15:42:41 +00:00
Włodzimierz Skiba
bee413eeb7
msw/private.h is included from filefn.h
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@36892 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-01-16 15:41:54 +00:00
Mart Raudsepp
63ec432bd7
Move constant strings to .rodata/.data.rel.ro ELF segment from .data by making them really const.
...
If any more exotic toolchain decides to not export these strings into the core library anymore, let me know. Try to
compile the notebook sample, for example.
TODO: Move strings not meant for wxCore out of wxCore to the appropriate library.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@36891 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-01-16 14:59:55 +00:00
Vadim Zeitlin
3dbfe8f44f
reset g_SelectionBeforePopup sooner in gtk_popup_hide_callback() to ensure that GetSelection() returns the new selection when called from wxEVT_COMMAND_COMBOBOX_SELECTED handler
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@36890 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-01-16 02:31:40 +00:00
Stefan Neis
bf58daba38
Some OS/2 specific improvements.
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@36889 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-01-15 22:16:02 +00:00
Vadim Zeitlin
9052e07db8
just reindented properly (while trying to understand what this check does...)
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@36887 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-01-15 21:39:32 +00:00
Włodzimierz Skiba
f24391587c
Build fix for wxTheApp usage.
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@36882 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-01-15 10:15:28 +00:00
Włodzimierz Skiba
cafed23657
Build fix for wxWindowMSW used in header.
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@36881 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-01-15 10:13:40 +00:00
Włodzimierz Skiba
897b24cf5c
More common code moved from generic dialogs to wxDialogBase::CreateButtonSizer(). New system option 'wince.dialog.real-ok-cancel'.
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@36880 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-01-15 10:06:15 +00:00
David Surovell
f3078f075b
cleanup - reformat
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@36879 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-01-15 07:20:59 +00:00
Mart Raudsepp
619996567a
Convert line-endings to proper style
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@36878 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-01-15 01:42:13 +00:00
Mart Raudsepp
dea83db4c4
Don't extern declare wxDialogNameStr twice in include/wx/mac/classic/dialog.h either...
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@36877 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-01-15 01:29:45 +00:00
Mart Raudsepp
4dff8e4b8a
Don't extern declare wxDialogNameStr twice
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@36876 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-01-15 01:27:09 +00:00
Mart Raudsepp
3d257b8db1
Remove stray whitespaces
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@36875 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-01-14 18:32:37 +00:00
Mart Raudsepp
487af9c3b1
Regenerated after getaddr* fixes in configure.in
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@36874 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-01-14 18:26:50 +00:00
Stefan Neis
539ae551cf
Ensure "reasonable" return values even if none of the #ifdef conditions in
...
wxGet{host,serv}by{name,addr}_r matches.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@36873 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-01-14 13:30:58 +00:00
Stefan Neis
b41e7f68a3
Temporarily (?) commented the code for testing for getaddrinfo.
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@36872 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-01-14 13:07:42 +00:00
David Surovell
bf473da729
fixed crash introduced in v1.41
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@36871 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-01-14 08:49:42 +00:00
David Surovell
e22ab33a47
cleanup - reformat ()
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@36870 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-01-14 08:25:42 +00:00
David Surovell
876b960ac2
cleanup - reformat
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@36869 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-01-14 07:56:26 +00:00
David Surovell
a571434502
cleanup - reformat
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@36868 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-01-14 07:31:29 +00:00
David Surovell
0f4c3aa2cc
removed extraneous spaces
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@36867 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-01-14 06:55:06 +00:00
Robin Dunn
b93328d842
Only update the size if the parent is a frame and the frame is
...
managing the size of this toolbar, otherwise assume that something
else (like a sizer) is managing the layout of this toolbar and leave
it alone.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@36866 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-01-13 23:21:57 +00:00
Vadim Zeitlin
0d7f75df79
return correct client size for child window which are being defer-resized
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@36865 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-01-13 22:07:44 +00:00
Vadim Zeitlin
c70ffbdbf0
fixed crash with ownerdrawn menu items accelerators (Perry Miller)
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@36863 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-01-13 21:03:19 +00:00
Stefan Csomor
2c556733b8
gcc 3.3 for ppc and gcc 4.0 for i386, static and dynamic builds, 10.3 minimum
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@36862 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-01-13 17:44:00 +00:00
Stefan Csomor
9b6bbdccba
gcc 3.3 for ppc and gcc 4.0 static and dynamic builds 10.3 minimum
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@36861 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-01-13 17:42:21 +00:00
Robin Dunn
6b6e73390c
Fix for MSVC 6 compile error
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@36860 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-01-13 05:22:16 +00:00
Robin Dunn
091f5bedb4
reSWIGged
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@36859 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-01-13 05:21:18 +00:00
Robin Dunn
80667df394
Added GetFrame and GetDialog
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@36858 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-01-13 05:19:07 +00:00
Robin Dunn
dfdaab0470
wx.EventLoop is now implemented for wxMac.
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@36857 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-01-13 04:07:35 +00:00
Jamie Gadd
3a96aa4afa
Add missing WINDOWPOS flags for WinCE build to include/wx/msw/wince/missing.h
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@36852 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-01-13 01:33:33 +00:00
Vadim Zeitlin
5b87e74ace
added missing default value for wxEventLoopManual::Exit() parameter
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@36851 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-01-13 01:32:38 +00:00
Vadim Zeitlin
b80e8ac983
updated to derive from wxEventLoopManual
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@36850 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-01-13 01:31:37 +00:00
Vadim Zeitlin
71e86b08be
wxEventLoop::ms_activeLoop is now defined in its own file
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@36849 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-01-12 23:10:29 +00:00
Vadim Zeitlin
52c9b34907
don't compile wxEventLoopManual for the ports which don't need it
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@36848 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-01-12 23:10:03 +00:00