]>
git.saurik.com Git - wxWidgets.git/log
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
Ryan Norton [Sat, 13 Dec 2003 09:25:29 +0000 (09:25 +0000)]
Brian Victor's Patch & Cleanups
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24804
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Ryan Norton [Sat, 13 Dec 2003 09:24:47 +0000 (09:24 +0000)]
Added Brian Victor's Patch
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24803
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Ryan Norton [Sat, 13 Dec 2003 08:48:54 +0000 (08:48 +0000)]
Display correct refresh rate & fixed reset mode with display sample
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24802
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Ryan Norton [Sat, 13 Dec 2003 07:29:57 +0000 (07:29 +0000)]
Implemented resolution changing using X11 video extentions\nBe sure to link with the appropriate libs (-lXxf86vm -lXinerama)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24801
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Ryan Norton [Sat, 13 Dec 2003 03:53:08 +0000 (03:53 +0000)]
Added some placeholders...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24800
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Sat, 13 Dec 2003 01:40:35 +0000 (01:40 +0000)]
Switch to a read-only combobox
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24799
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Sat, 13 Dec 2003 01:25:15 +0000 (01:25 +0000)]
Added a sample to the demo showing how to change the cursor, what all
the stock cursors are, and how to set a custom cursor.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24798
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Sat, 13 Dec 2003 00:37:02 +0000 (00:37 +0000)]
Fixed cursor resource names to actually match what's in the resource file.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24797
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Václav Slavík [Sat, 13 Dec 2003 00:21:32 +0000 (00:21 +0000)]
don't return error if we can't load English catalog, it is normal
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24796
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Václav Slavík [Fri, 12 Dec 2003 23:53:05 +0000 (23:53 +0000)]
compilation fix
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24795
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Václav Slavík [Fri, 12 Dec 2003 22:03:43 +0000 (22:03 +0000)]
don't crash
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24794
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Dimitri Schoolwerth [Fri, 12 Dec 2003 21:04:36 +0000 (21:04 +0000)]
Corrected size of staticbox borders when running OS X Panther or higher.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24793
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Václav Slavík [Fri, 12 Dec 2003 20:45:02 +0000 (20:45 +0000)]
added link to XRC documentation elsewhere
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24792
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Václav Slavík [Fri, 12 Dec 2003 20:41:58 +0000 (20:41 +0000)]
wxScrolledWindow can have children, too
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24791
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Dimitri Schoolwerth [Fri, 12 Dec 2003 02:19:00 +0000 (02:19 +0000)]
Applied fix for patch #846732 'filedalog long filename support'. File dialog now returns ':' separated paths again with Classic/Carbon builds. The fix is attached to the same patch.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24789
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Dimitri Schoolwerth [Thu, 11 Dec 2003 22:20:22 +0000 (22:20 +0000)]
Fixed notebook redraw problems when using XP theme with Classic appearance.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24788
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Gilles Depeyrot [Thu, 11 Dec 2003 21:28:17 +0000 (21:28 +0000)]
updated CodeWarrior 5.3 project with latest file changes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24787
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775