]>
git.saurik.com Git - wxWidgets.git/log
Gilles Depeyrot [Thu, 18 Dec 2003 07:38:00 +0000 (07:38 +0000)]
corrected comments for wxMac compilation
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24905
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Ryan Norton [Thu, 18 Dec 2003 03:34:22 +0000 (03:34 +0000)]
1.
Only checks platform #defines in C++ now
2.
A couple /* within /* warnings were fixed
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24904
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Thu, 18 Dec 2003 00:44:51 +0000 (00:44 +0000)]
Fixed a very weird typo
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24903
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Thu, 18 Dec 2003 00:08:42 +0000 (00:08 +0000)]
Reworked how stock objects are initialized. They now have an
alternate __class__ until the App is initialized so they will raise an
exception if anybody tries to use them before the C++ object has been
created.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24902
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Thu, 18 Dec 2003 00:02:35 +0000 (00:02 +0000)]
Fix __repr__
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24901
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Thu, 18 Dec 2003 00:01:33 +0000 (00:01 +0000)]
Added FindById
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24900
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Wed, 17 Dec 2003 23:59:57 +0000 (23:59 +0000)]
Reworked how stock objects are initialized. They now have an
alternate __class__ until the App is initialized so they will raise an
exception if anybody tries to use them before the C++ object has been
created.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24899
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Wed, 17 Dec 2003 23:58:04 +0000 (23:58 +0000)]
Added wxGetKeyState
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24898
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Wed, 17 Dec 2003 21:12:36 +0000 (21:12 +0000)]
wxPython needs wxRTTI info for wxToolBarToolBase in order to return
objects of the right type. Also made FindById public.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24897
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Ryan Norton [Wed, 17 Dec 2003 19:51:03 +0000 (19:51 +0000)]
1.
Converted debug.h to C
2.
Cosmetics
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24896
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Ryan Norton [Wed, 17 Dec 2003 19:41:17 +0000 (19:41 +0000)]
Header Cosmetics
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24895
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Ryan Norton [Wed, 17 Dec 2003 19:40:06 +0000 (19:40 +0000)]
Header Cosmetics
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24894
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Ryan Norton [Wed, 17 Dec 2003 19:30:31 +0000 (19:30 +0000)]
1.
Added Release With Debug Info to regex.dsp
2.
Added Release Unicode With Debug Info to regex.dsp and wxWindows.dsp
3.
Converted DS's C++ comments in regcustom.h and regex.h to C
4.
Converted defs.h and all headers it includes to C from C++ by
changing all C++ comments to C and using #ifdef __cplusplus to keep out C++-specific stuff.
5.
Changed wx_wchar to #define wx_wchar wxChar instead of copying wxchar.h code in regcustom.h.
6.
Changed the macros around a bit in regcustom.h. Originally duplicated code from wx/defs.h. Now uses SIZEOF_WCHAR_T to get the approriate data.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24893
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Ryan Norton [Wed, 17 Dec 2003 19:00:02 +0000 (19:00 +0000)]
Got rid wx-license
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24892
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Wed, 17 Dec 2003 03:29:47 +0000 (03:29 +0000)]
Swtch to using Bind, and use better styles for the code viewer
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24891
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Wed, 17 Dec 2003 03:25:56 +0000 (03:25 +0000)]
Added PyPlot
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24890
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Wed, 17 Dec 2003 00:34:40 +0000 (00:34 +0000)]
Lots of wx namespace updates for the wx.lib package and the demo from
Jeff Grimmett with some tweaks and changes from Robin
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24889
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
David Elliott [Tue, 16 Dec 2003 19:30:41 +0000 (19:30 +0000)]
Added wxAutoNSAutoreleasePool to Create(Tool|Status)Bar
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24888
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
David Elliott [Tue, 16 Dec 2003 19:28:21 +0000 (19:28 +0000)]
1. Initialize m_mouseDownTool = NULL. Fixes crash when clicking a non-tool part of the toolbar before clicking a tool.
2. Added wxAutoNSAutoreleasePool to CreateButtonCell() and Realize()
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24887
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Ryan Norton [Tue, 16 Dec 2003 18:22:49 +0000 (18:22 +0000)]
Commented out WXK_CONTROL....
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24886
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
David Elliott [Tue, 16 Dec 2003 17:26:37 +0000 (17:26 +0000)]
In UpdateFrameNSView size the toolbar to its best size.
When creating or setting a frame's toolbar, SetOwningFrame on it.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24885
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
David Elliott [Tue, 16 Dec 2003 15:44:11 +0000 (15:44 +0000)]
wxCocoa: New native wxToolBar
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24884
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
David Elliott [Tue, 16 Dec 2003 15:36:56 +0000 (15:36 +0000)]
Very basic wxToolBar implementation
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24883
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
David Elliott [Tue, 16 Dec 2003 15:25:12 +0000 (15:25 +0000)]
Make UpdateFrameNSView public for new native wxToolBar
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24882
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Tue, 16 Dec 2003 15:06:23 +0000 (15:06 +0000)]
Unicode compatibility
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24881
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Tue, 16 Dec 2003 14:10:24 +0000 (14:10 +0000)]
Open Watcom correction
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24880
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Tue, 16 Dec 2003 10:36:18 +0000 (10:36 +0000)]
Pass -mwindows when linking the GUI samples under Wine
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24879
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Ryan Norton [Tue, 16 Dec 2003 04:57:48 +0000 (04:57 +0000)]
Newline madness :)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24878
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Václav Slavík [Mon, 15 Dec 2003 21:50:56 +0000 (21:50 +0000)]
compilation fix for tooltip patch code applied by Julian and w32api
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24877
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Václav Slavík [Mon, 15 Dec 2003 21:43:59 +0000 (21:43 +0000)]
compilation fix for tooltip patch code applied by Julian and w32api
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24876
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
David Elliott [Mon, 15 Dec 2003 21:07:44 +0000 (21:07 +0000)]
Use wxBitmap::GetNSImage() in wxDC::DrawBitmap. Mask support now works.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24875
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
David Elliott [Mon, 15 Dec 2003 19:30:54 +0000 (19:30 +0000)]
Add wxBitmap::GetNSImage() which creates an autoreleased NSImage either
with or without the bitmap mask applied.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24874
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Ryan Norton [Mon, 15 Dec 2003 17:16:04 +0000 (17:16 +0000)]
reversed some parts of wxGetKeyState for linkage reasons...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24873
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
David Elliott [Mon, 15 Dec 2003 16:49:46 +0000 (16:49 +0000)]
Strip menu codes from label
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24872
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
David Elliott [Mon, 15 Dec 2003 16:23:29 +0000 (16:23 +0000)]
Wrap some functions with wxAutoNSAutoreleasePool
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24871
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
David Elliott [Mon, 15 Dec 2003 15:57:42 +0000 (15:57 +0000)]
Improved idle event processing.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24870
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Václav Slavík [Mon, 15 Dec 2003 11:42:03 +0000 (11:42 +0000)]
regenerated makefiles
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24869
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Ryan Norton [Mon, 15 Dec 2003 04:17:35 +0000 (04:17 +0000)]
reversed change
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24868
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Ryan Norton [Mon, 15 Dec 2003 02:21:53 +0000 (02:21 +0000)]
fix broken compilation
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24867
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Ryan Norton [Mon, 15 Dec 2003 02:20:54 +0000 (02:20 +0000)]
fix gcc warning
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24866
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Ryan Norton [Mon, 15 Dec 2003 01:03:43 +0000 (01:03 +0000)]
Fixed tabs (i.e. turning into spaces...) Part 2...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24865
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Ryan Norton [Mon, 15 Dec 2003 01:02:07 +0000 (01:02 +0000)]
Fixed tabs (i.e. turning into spaces...)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24864
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Ryan Norton [Mon, 15 Dec 2003 00:59:51 +0000 (00:59 +0000)]
(Fixed?) CHRBITS
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24863
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Ryan Norton [Mon, 15 Dec 2003 00:36:44 +0000 (00:36 +0000)]
Added u to end of library name
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24862
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Ryan Norton [Mon, 15 Dec 2003 00:28:20 +0000 (00:28 +0000)]
Quick fix.....
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24861
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Dimitri Schoolwerth [Mon, 15 Dec 2003 00:24:35 +0000 (00:24 +0000)]
Fixed Mac CodeWarrior compilation (there's no <sys/types.h>).
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24860
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Ryan Norton [Mon, 15 Dec 2003 00:14:44 +0000 (00:14 +0000)]
Fixed typo
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24859
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Ryan Norton [Mon, 15 Dec 2003 00:05:04 +0000 (00:05 +0000)]
Uncommented Brian Vitors stuff...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24858
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Ryan Norton [Mon, 15 Dec 2003 00:03:07 +0000 (00:03 +0000)]
Added debug unicode config
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24857
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Ryan Norton [Sun, 14 Dec 2003 23:58:55 +0000 (23:58 +0000)]
(should) fix unix compilation...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24856
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Ryan Norton [Sun, 14 Dec 2003 23:39:44 +0000 (23:39 +0000)]
TODO note :)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24855
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Ryan Norton [Sun, 14 Dec 2003 23:35:21 +0000 (23:35 +0000)]
wxGetKeyState as per feature request :).
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24854
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Dimitri Schoolwerth [Sun, 14 Dec 2003 23:11:12 +0000 (23:11 +0000)]
Fixed bug #859996: "Wrong path in BuildCVS.txt". As well as a couple of other minor changes.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24853
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Ryan Norton [Sun, 14 Dec 2003 23:06:05 +0000 (23:06 +0000)]
Put the locale funcs here and had them call the correct CRT function via wx versions
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24852
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Ryan Norton [Sun, 14 Dec 2003 23:05:04 +0000 (23:05 +0000)]
Various fixes and warnings
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24851
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Ryan Norton [Sun, 14 Dec 2003 23:04:53 +0000 (23:04 +0000)]
Made funcs extern...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24850
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Ryan Norton [Sun, 14 Dec 2003 23:04:43 +0000 (23:04 +0000)]
removed funcs...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24849
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Václav Slavík [Sun, 14 Dec 2003 22:46:22 +0000 (22:46 +0000)]
added checks for Xxf86vmode
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24848
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Ryan Norton [Sun, 14 Dec 2003 22:20:34 +0000 (22:20 +0000)]
Made the #if wxUSE_UNICODE check correctly...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24847
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Ryan Norton [Sun, 14 Dec 2003 22:19:58 +0000 (22:19 +0000)]
AK! TYPO!
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24846
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Ryan Norton [Sun, 14 Dec 2003 22:18:37 +0000 (22:18 +0000)]
Set CHRBITS to the "correct" amount.
Also some other spruce-ups.
(sorry, don't know how to be more specific than this!)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24845
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Václav Slavík [Sun, 14 Dec 2003 22:03:14 +0000 (22:03 +0000)]
fixed fatal typo
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24844
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Václav Slavík [Sun, 14 Dec 2003 21:40:24 +0000 (21:40 +0000)]
fixed Makefile.in for samples
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24843
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Ryan Norton [Sun, 14 Dec 2003 19:36:35 +0000 (19:36 +0000)]
Some unicode changes...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24842
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Gilles Depeyrot [Sun, 14 Dec 2003 19:24:17 +0000 (19:24 +0000)]
wxMac mouse wheel, long file names and unix sockets
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24841
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Gilles Depeyrot [Sun, 14 Dec 2003 18:53:36 +0000 (18:53 +0000)]
corrected wxUSE_UNICODE conditional compilation tests
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24840
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Gilles Depeyrot [Sun, 14 Dec 2003 17:35:56 +0000 (17:35 +0000)]
corrected SF bug #809314: wxDynamicLibrary::ms_dllext definition for wxMac
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24839
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Stefan Neis [Sun, 14 Dec 2003 17:32:45 +0000 (17:32 +0000)]
Fixed mouse event generation.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24838
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Ryan Norton [Sun, 14 Dec 2003 16:57:30 +0000 (16:57 +0000)]
1.
Fixed Exception handling in MSVC project (\\GX)
2.
No longer wxUSE_NEW_REGEX, just wxUSE_UNICODE
3.
Various changes concerning #2
NOTE: I testing this in unicode and it works!!
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24837
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Ryan Norton [Sun, 14 Dec 2003 16:36:08 +0000 (16:36 +0000)]
Reversed Change
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24836
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Stefan Neis [Sun, 14 Dec 2003 13:13:53 +0000 (13:13 +0000)]
Bugfix.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24835
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Václav Slavík [Sun, 14 Dec 2003 11:53:15 +0000 (11:53 +0000)]
fixed compilation errors, made messages more human-oriented
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24834
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Václav Slavík [Sun, 14 Dec 2003 11:07:04 +0000 (11:07 +0000)]
cleaning CR/LF mess
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24833
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Ryan Norton [Sun, 14 Dec 2003 04:30:45 +0000 (04:30 +0000)]
warning...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24832
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Ryan Norton [Sun, 14 Dec 2003 04:23:35 +0000 (04:23 +0000)]
Reneabled inlining, but kept warnings disabled....
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24831
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Dimitri Schoolwerth [Sun, 14 Dec 2003 04:01:43 +0000 (04:01 +0000)]
Fixed undeclared identifier compile error.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24830
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Ryan Norton [Sun, 14 Dec 2003 03:45:58 +0000 (03:45 +0000)]
Fixed 2 warnings -
VC++ simply doesn't want to inline that function....
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24829
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Ryan Norton [Sun, 14 Dec 2003 03:45:04 +0000 (03:45 +0000)]
Fixed a warning....
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24828
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Ryan Norton [Sun, 14 Dec 2003 03:07:21 +0000 (03:07 +0000)]
Added last updated to it
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24827
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Ryan Norton [Sat, 13 Dec 2003 23:50:08 +0000 (23:50 +0000)]
Updated regex docs to remove license...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24826
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Ryan Norton [Sat, 13 Dec 2003 23:18:06 +0000 (23:18 +0000)]
Quick change
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24825
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Ryan Norton [Sat, 13 Dec 2003 23:13:56 +0000 (23:13 +0000)]
Made compatible with new regex
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24824
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Václav Slavík [Sat, 13 Dec 2003 22:23:44 +0000 (22:23 +0000)]
reverted previous change (except for tiny part that actually made sense)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24823
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Václav Slavík [Sat, 13 Dec 2003 22:17:44 +0000 (22:17 +0000)]
not used anymore
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24822
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Gilles Depeyrot [Sat, 13 Dec 2003 20:49:01 +0000 (20:49 +0000)]
use wxMac Mach-o GUI-specific functions (gsockosx)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24821
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Gilles Depeyrot [Sat, 13 Dec 2003 20:46:11 +0000 (20:46 +0000)]
added -headerpad_max_install_names option
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24820
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Sat, 13 Dec 2003 20:36:02 +0000 (20:36 +0000)]
Applied patch by Dimitrie O. Paun <dpaun@rogers.com> to get configure
working with Winelib.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24819
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Sat, 13 Dec 2003 20:32:41 +0000 (20:32 +0000)]
Remove bad casts
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24818
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Gilles Depeyrot [Sat, 13 Dec 2003 20:30:59 +0000 (20:30 +0000)]
regenerated to use gsockosx and unix sockets when building Mach-o wxMac
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24817
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Gilles Depeyrot [Sat, 13 Dec 2003 20:25:16 +0000 (20:25 +0000)]
use gsockosx and unix sockets when building Mach-o wxMac
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24816
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Gilles Depeyrot [Sat, 13 Dec 2003 20:21:35 +0000 (20:21 +0000)]
added -headerpad_max_install_names option to generated shared-ld script
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24815
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Mattia Barbon [Sat, 13 Dec 2003 16:59:31 +0000 (16:59 +0000)]
Moved wxArrayString::GetStringArray() out of
WXWIN_COMPATIBILITY_2_4 (at least until alternatives are available).
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24814
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Gilles Depeyrot [Sat, 13 Dec 2003 11:05:48 +0000 (11:05 +0000)]
GSocket (Generic Socket) Mac OS X mach-o part by Brian Victor
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24813
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Sat, 13 Dec 2003 10:43:25 +0000 (10:43 +0000)]
Added warning suppression
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24812
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Sat, 13 Dec 2003 10:31:01 +0000 (10:31 +0000)]
Fixed Unicode compilo
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24811
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Sat, 13 Dec 2003 10:28:29 +0000 (10:28 +0000)]
Applied patch [ 859194 ] wxDateTime::SetFromDOS gives unpredictable results
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24810
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Sat, 13 Dec 2003 10:24:00 +0000 (10:24 +0000)]
Added wxUSE_TOOLTIPS guard for previous patch
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24809
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Sat, 13 Dec 2003 10:20:48 +0000 (10:20 +0000)]
Applied [ 858342 ] Event-based processing of item tooltips in generic TreeCtrl
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24808
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Ryan Norton [Sat, 13 Dec 2003 09:55:50 +0000 (09:55 +0000)]
Quick fixes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24806
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Ryan Norton [Sat, 13 Dec 2003 09:25:52 +0000 (09:25 +0000)]
Brian Victor's Patch
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24805
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775