]>
git.saurik.com Git - wxWidgets.git/log
Mart Raudsepp [Mon, 16 Jan 2006 14:59:55 +0000 (14:59 +0000)]
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
Vadim Zeitlin [Mon, 16 Jan 2006 02:31:40 +0000 (02:31 +0000)]
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
Stefan Neis [Sun, 15 Jan 2006 22:16:02 +0000 (22:16 +0000)]
Some OS/2 specific improvements.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@36889
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Sun, 15 Jan 2006 21:39:32 +0000 (21:39 +0000)]
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
Włodzimierz Skiba [Sun, 15 Jan 2006 10:15:28 +0000 (10:15 +0000)]
Build fix for wxTheApp usage.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@36882
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Włodzimierz Skiba [Sun, 15 Jan 2006 10:13:40 +0000 (10:13 +0000)]
Build fix for wxWindowMSW used in header.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@36881
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Włodzimierz Skiba [Sun, 15 Jan 2006 10:06:15 +0000 (10:06 +0000)]
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
David Surovell [Sun, 15 Jan 2006 07:20:59 +0000 (07:20 +0000)]
cleanup - reformat
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@36879
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Mart Raudsepp [Sun, 15 Jan 2006 01:42:13 +0000 (01:42 +0000)]
Convert line-endings to proper style
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@36878
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Mart Raudsepp [Sun, 15 Jan 2006 01:29:45 +0000 (01:29 +0000)]
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
Mart Raudsepp [Sun, 15 Jan 2006 01:27:09 +0000 (01:27 +0000)]
Don't extern declare wxDialogNameStr twice
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@36876
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Mart Raudsepp [Sat, 14 Jan 2006 18:32:37 +0000 (18:32 +0000)]
Remove stray whitespaces
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@36875
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Mart Raudsepp [Sat, 14 Jan 2006 18:26:50 +0000 (18:26 +0000)]
Regenerated after getaddr* fixes in configure.in
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@36874
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Stefan Neis [Sat, 14 Jan 2006 13:30:58 +0000 (13:30 +0000)]
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
Stefan Neis [Sat, 14 Jan 2006 13:07:42 +0000 (13:07 +0000)]
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
David Surovell [Sat, 14 Jan 2006 08:49:42 +0000 (08:49 +0000)]
fixed crash introduced in v1.41
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@36871
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
David Surovell [Sat, 14 Jan 2006 08:25:42 +0000 (08:25 +0000)]
cleanup - reformat ()
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@36870
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
David Surovell [Sat, 14 Jan 2006 07:56:26 +0000 (07:56 +0000)]
cleanup - reformat
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@36869
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
David Surovell [Sat, 14 Jan 2006 07:31:29 +0000 (07:31 +0000)]
cleanup - reformat
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@36868
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
David Surovell [Sat, 14 Jan 2006 06:55:06 +0000 (06:55 +0000)]
removed extraneous spaces
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@36867
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Fri, 13 Jan 2006 23:21:57 +0000 (23:21 +0000)]
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
Vadim Zeitlin [Fri, 13 Jan 2006 22:07:44 +0000 (22:07 +0000)]
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
Vadim Zeitlin [Fri, 13 Jan 2006 21:03:19 +0000 (21:03 +0000)]
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
Stefan Csomor [Fri, 13 Jan 2006 17:44:00 +0000 (17:44 +0000)]
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
Stefan Csomor [Fri, 13 Jan 2006 17:42:21 +0000 (17:42 +0000)]
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
Robin Dunn [Fri, 13 Jan 2006 05:22:16 +0000 (05:22 +0000)]
Fix for MSVC 6 compile error
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@36860
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Fri, 13 Jan 2006 05:21:18 +0000 (05:21 +0000)]
reSWIGged
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@36859
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Fri, 13 Jan 2006 05:19:07 +0000 (05:19 +0000)]
Added GetFrame and GetDialog
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@36858
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Fri, 13 Jan 2006 04:07:35 +0000 (04:07 +0000)]
wx.EventLoop is now implemented for wxMac.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@36857
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Jamie Gadd [Fri, 13 Jan 2006 01:33:33 +0000 (01:33 +0000)]
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
Vadim Zeitlin [Fri, 13 Jan 2006 01:32:38 +0000 (01:32 +0000)]
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
Vadim Zeitlin [Fri, 13 Jan 2006 01:31:37 +0000 (01:31 +0000)]
updated to derive from wxEventLoopManual
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@36850
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Thu, 12 Jan 2006 23:10:29 +0000 (23:10 +0000)]
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
Vadim Zeitlin [Thu, 12 Jan 2006 23:10:03 +0000 (23:10 +0000)]
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
Vadim Zeitlin [Thu, 12 Jan 2006 23:06:26 +0000 (23:06 +0000)]
improved wxMac event loop implementation and refactored the code to share it with wxMSW
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@36847
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Thu, 12 Jan 2006 20:09:00 +0000 (20:09 +0000)]
implemented wxEventLoop for wxMac
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@36846
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Thu, 12 Jan 2006 18:57:28 +0000 (18:57 +0000)]
define wxEventLoopBase::ms_activeLoop in appcmn.cpp instead of doing it in all platform-dependent evtloop.cpp files
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@36845
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Thu, 12 Jan 2006 16:56:48 +0000 (16:56 +0000)]
share wxEventLoop::IsRunning() implementation between all ports; moved wxEventLoopActivator used by it in wx/evtloop.h instead of duplicating it in 3 different .cpp files (and not using it at all in 3 other ones)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@36842
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Kevin Hock [Thu, 12 Jan 2006 15:25:26 +0000 (15:25 +0000)]
Change reference from GetForce to CanVeto
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@36841
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
David Surovell [Wed, 11 Jan 2006 23:58:52 +0000 (23:58 +0000)]
fixed include file rename issue
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@36840
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Jouk Jansen [Wed, 11 Jan 2006 13:26:42 +0000 (13:26 +0000)]
Committing in .
1 ; too many
Modified Files:
wxWidgets/include/wx/html/helpwnd.h
----------------------------------------------------------------------
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@36838
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Jouk Jansen [Wed, 11 Jan 2006 10:36:48 +0000 (10:36 +0000)]
Committing in .
OpenVMS update
Modified Files:
wxWidgets/setup.h_vms
----------------------------------------------------------------------
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@36834
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Wed, 11 Jan 2006 09:08:31 +0000 (09:08 +0000)]
Corrected accessor names
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@36833
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Wed, 11 Jan 2006 09:00:33 +0000 (09:00 +0000)]
Typos
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@36832
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Wed, 11 Jan 2006 08:59:17 +0000 (08:59 +0000)]
Renamed helpwin.h/cpp to helpwnd.h/cpp to avoid clash
Added back GetFrame/GetDialog for compatibility and consistency
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@36831
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Tue, 10 Jan 2006 23:49:18 +0000 (23:49 +0000)]
One last change from Chris. Delays handling a resize event until 50ms
after the last event.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@36828
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Tue, 10 Jan 2006 23:15:38 +0000 (23:15 +0000)]
merge #4 from 2.6 branch
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@36827
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Jamie Gadd [Tue, 10 Jan 2006 22:08:52 +0000 (22:08 +0000)]
Mention statusbar painting fix.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@36823
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Jamie Gadd [Tue, 10 Jan 2006 21:37:16 +0000 (21:37 +0000)]
Repainting fixes/improvements. Use SWP_NOCOPYBITS for statusbars, don't activate when using DeferWindowPos and remove WM_WINDOWPOSCHANGED code (no longer necessary).
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@36821
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Włodzimierz Skiba [Tue, 10 Jan 2006 21:08:07 +0000 (21:08 +0000)]
wxCalendarCtrl: positioning fixes and colours following system settings.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@36816
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Włodzimierz Skiba [Tue, 10 Jan 2006 21:00:44 +0000 (21:00 +0000)]
wxWinCE (small screen) adjustements. Added possible testing of sizable calendar control.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@36814
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Włodzimierz Skiba [Tue, 10 Jan 2006 19:39:28 +0000 (19:39 +0000)]
Watcom does not accept #warning but supports more than MSW port.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@36813
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Włodzimierz Skiba [Tue, 10 Jan 2006 16:52:02 +0000 (16:52 +0000)]
wxMGL/Watcom linkage fix.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@36812
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
David Surovell [Tue, 10 Jan 2006 04:10:57 +0000 (04:10 +0000)]
cleanup - reformat
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@36811
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
David Surovell [Tue, 10 Jan 2006 03:47:35 +0000 (03:47 +0000)]
cleanup - reformat - 4th pass
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@36810
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Mon, 9 Jan 2006 23:05:54 +0000 (23:05 +0000)]
Added wxHelpControllerBase, wxHtmlHelpDialog, wxHtmlHelpWindow
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@36807
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Mon, 9 Jan 2006 21:09:57 +0000 (21:09 +0000)]
Merge #3 from the 2.6 branch, containing last set of changes before
the 2.6.2 release.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@36806
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
David Surovell [Mon, 9 Jan 2006 17:47:06 +0000 (17:47 +0000)]
add new wxHTML headers
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@36804
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Mon, 9 Jan 2006 17:06:05 +0000 (17:06 +0000)]
Made the HTML command ids visible
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@36803
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Mon, 9 Jan 2006 13:42:57 +0000 (13:42 +0000)]
Moved wxHtmlHelpFrame functionality to wxHtmlHelpWindow to allow
for embedded and modal help
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@36802
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Mon, 9 Jan 2006 12:27:49 +0000 (12:27 +0000)]
fix SetUserData() to delete the correct pointer
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@36798
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Mon, 9 Jan 2006 12:27:18 +0000 (12:27 +0000)]
fix for Unicode builds under OS X <= 10.2
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@36797
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Mon, 9 Jan 2006 12:25:06 +0000 (12:25 +0000)]
document that wxDC can't be created
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@36796
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
David Surovell [Mon, 9 Jan 2006 09:46:05 +0000 (09:46 +0000)]
cleanup - reformat
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@36795
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Mon, 9 Jan 2006 02:57:04 +0000 (02:57 +0000)]
Fix for wxMac when the tree doesn't have the focus and the
wxSYS_COLOUR_HIGHLIGHTTEXT is white.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@36794
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
David Surovell [Mon, 9 Jan 2006 00:46:43 +0000 (00:46 +0000)]
cleanup - reformat
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@36793
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Mon, 9 Jan 2006 00:12:49 +0000 (00:12 +0000)]
moved OnExceptionInMainLoop() from wxAppConsole to wxAppBase because
1. console apps have no main loop
2. in non-monolithic mingw32 build, rethrowing an exception thrown from the
GUI in the base DLL doesn't work
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@36792
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Włodzimierz Skiba [Mon, 9 Jan 2006 00:09:43 +0000 (00:09 +0000)]
Minor reformat.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@36791
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Mon, 9 Jan 2006 00:09:01 +0000 (00:09 +0000)]
mention that wxMULTIPLE flag doesn't make sense with wxFileSelector
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@36790
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Włodzimierz Skiba [Mon, 9 Jan 2006 00:06:50 +0000 (00:06 +0000)]
defs.h doubled include fixed.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@36789
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Włodzimierz Skiba [Mon, 9 Jan 2006 00:03:54 +0000 (00:03 +0000)]
wxMGL bakefiled for OpenWatcom (needs bakefiles from CVS but compatible with bkl 0.1.9.X for other ports.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@36788
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Włodzimierz Skiba [Sun, 8 Jan 2006 23:58:18 +0000 (23:58 +0000)]
wxMGL bakefiled for OpenWatcom (needs bakefiles from CVS but compatible with bkl 0.1.9.X for other ports.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@36787
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robert Roebling [Sun, 8 Jan 2006 21:50:02 +0000 (21:50 +0000)]
Added empty wxDataViewCtrl header and control name string.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@36786
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robert Roebling [Sun, 8 Jan 2006 21:23:35 +0000 (21:23 +0000)]
Added configure flag for wxDataViewCtrl.
Currently defaults to "no".
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@36785
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robert Roebling [Sun, 8 Jan 2006 21:18:16 +0000 (21:18 +0000)]
Added configure checks for Hildon Framework.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@36784
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
David Surovell [Sun, 8 Jan 2006 18:52:36 +0000 (18:52 +0000)]
fixed a typo
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@36783
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
David Surovell [Sun, 8 Jan 2006 18:52:03 +0000 (18:52 +0000)]
minor cleanup - reformat
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@36782
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
David Surovell [Sun, 8 Jan 2006 18:51:24 +0000 (18:51 +0000)]
cleanup - reformat
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@36781
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robert Roebling [Sun, 8 Jan 2006 16:23:03 +0000 (16:23 +0000)]
Added sample for wxDataViewCtrl
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@36780
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Jamie Gadd [Sun, 8 Jan 2006 15:33:30 +0000 (15:33 +0000)]
Return correct values for GetFieldRect() when using themes.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@36779
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Jamie Gadd [Sun, 8 Jan 2006 13:28:52 +0000 (13:28 +0000)]
InsertMenuItem can be used by submenus having bitmaps also
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@36777
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Sun, 8 Jan 2006 12:19:14 +0000 (12:19 +0000)]
fixes for Unicode build with CodeWarrior under OS X 10.2 (patch
1373217 )
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@36776
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Sun, 8 Jan 2006 12:09:03 +0000 (12:09 +0000)]
fixed check for Metrowerks mbstowcs(): check for __MSL__
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@36774
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Stefan Csomor [Sun, 8 Jan 2006 10:54:32 +0000 (10:54 +0000)]
allowing ampersands in choices and comboboxes means we have to strip outside of uma.cpp
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@36773
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Stefan Neis [Sun, 8 Jan 2006 01:33:58 +0000 (01:33 +0000)]
Replaced get{host,serv}by{name,addr} by the threadsafe wrappers
introduced in the previous revision.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@36772
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
David Surovell [Sat, 7 Jan 2006 17:43:39 +0000 (17:43 +0000)]
fixed typo in prior checkin
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@36756
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
David Surovell [Sat, 7 Jan 2006 17:29:16 +0000 (17:29 +0000)]
cleanup - reformat
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@36755
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Stefan Csomor [Sat, 7 Jan 2006 08:33:13 +0000 (08:33 +0000)]
bug fix for MacTel builds, using the same code on PPC as well (wxMask)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@36753
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
David Surovell [Sat, 7 Jan 2006 06:30:25 +0000 (06:30 +0000)]
minor cleanup
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@36752
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
David Surovell [Sat, 7 Jan 2006 06:09:50 +0000 (06:09 +0000)]
minor cleanup
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@36751
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
David Surovell [Sat, 7 Jan 2006 06:01:50 +0000 (06:01 +0000)]
cleanup - reformat
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@36750
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Sat, 7 Jan 2006 01:14:45 +0000 (01:14 +0000)]
refresh the MDI frame window menu whenever a child frame is shown/hidden (and not only when its menu bar is changed as this means that the menu is never refreshed if the child frame has no menu)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@36749
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Sat, 7 Jan 2006 01:12:49 +0000 (01:12 +0000)]
just added wxUSE_MENUS around code using the menus
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@36748
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Sat, 7 Jan 2006 01:05:52 +0000 (01:05 +0000)]
removed Win16 code
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@36747
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Sat, 7 Jan 2006 00:31:32 +0000 (00:31 +0000)]
added a test command to show the current selection
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@36746
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Stefan Neis [Fri, 6 Jan 2006 23:43:45 +0000 (23:43 +0000)]
Integrated fixes for sizing/positioning; cleanup; removal of handle/window
association in dtor. (All according to patch #
1396667 ).
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@36745
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Stefan Neis [Fri, 6 Jan 2006 22:31:00 +0000 (22:31 +0000)]
Fixed sizing&positioning and an error in subclassing.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@36744
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Stefan Neis [Fri, 6 Jan 2006 22:26:15 +0000 (22:26 +0000)]
Cosmetic fixes.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@36743
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Fri, 6 Jan 2006 21:44:44 +0000 (21:44 +0000)]
Unicode compilation fix
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@36742
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Fri, 6 Jan 2006 21:41:54 +0000 (21:41 +0000)]
fixed bug in GetString() introduced during the latest round of changes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@36741
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775