]>
git.saurik.com Git - wxWidgets.git/log
Robin Dunn [Mon, 25 Apr 2005 20:40:34 +0000 (20:40 +0000)]
reSWIGged
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33883
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Mon, 25 Apr 2005 20:25:41 +0000 (20:25 +0000)]
Mark GetFrame functions as returning a new instance
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33882
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robert Roebling [Mon, 25 Apr 2005 19:35:42 +0000 (19:35 +0000)]
Add test for wxChoice's focus events. (no fix yet).
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33881
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robert Roebling [Mon, 25 Apr 2005 19:13:28 +0000 (19:13 +0000)]
Prevent unnecessary assert when someone tries to
move the native file dialog.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33880
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Włodzimierz Skiba [Mon, 25 Apr 2005 15:51:57 +0000 (15:51 +0000)]
Fix for broken wxMSWUniv after wxLaunchDefaultBrowser introduction. Source cleaning (should not happen in new code).
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33879
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Mon, 25 Apr 2005 13:49:53 +0000 (13:49 +0000)]
Fixed erroneous selection of content in comboboxes within static boxes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33878
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Michael Wetherell [Mon, 25 Apr 2005 10:32:55 +0000 (10:32 +0000)]
Compilation fix
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33877
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Michael Wetherell [Mon, 25 Apr 2005 10:28:59 +0000 (10:28 +0000)]
Remove msdos code now in src/msdos, update bakefiles and regenerate.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33876
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Michael Wetherell [Mon, 25 Apr 2005 10:01:48 +0000 (10:01 +0000)]
Compilation fix for dos
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33875
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Michael Wetherell [Mon, 25 Apr 2005 09:57:23 +0000 (09:57 +0000)]
Add mimimal mimetype.h for msdos
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33874
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Michael Wetherell [Mon, 25 Apr 2005 09:54:06 +0000 (09:54 +0000)]
Add skeleton utils, dir and mimetype for dos.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33873
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Michael Wetherell [Mon, 25 Apr 2005 09:48:45 +0000 (09:48 +0000)]
Allow wchar_t for djgpp
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33872
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robert Roebling [Sun, 24 Apr 2005 16:40:53 +0000 (16:40 +0000)]
Apply patch that prevents a crash when more than
one event from a single event handler has been
added in AddPendingEvents() and the event handler
is destroyed before the pending events get sent.
Sofar, only the first pointer to the event handler
was removed which could lead to a crash.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33871
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Mattia Barbon [Sun, 24 Apr 2005 15:56:00 +0000 (15:56 +0000)]
Another STL compilation fix.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33870
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robert Roebling [Sun, 24 Apr 2005 15:37:35 +0000 (15:37 +0000)]
Added some more test to the printing sample
EllipticArc, Arc, Spline, Polygon.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33869
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robert Roebling [Sun, 24 Apr 2005 15:29:50 +0000 (15:29 +0000)]
Added support for DrawArc and Blit to GNOME print.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33868
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Mattia Barbon [Sun, 24 Apr 2005 15:28:18 +0000 (15:28 +0000)]
Fix wxChoice on Mac whith STL when using wxCB_SORT.
Should have done this yesterday instead of hacking a
compilation fix.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33867
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Sun, 24 Apr 2005 11:44:51 +0000 (11:44 +0000)]
25.4 mm to the inch, not 25.1
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33866
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Sun, 24 Apr 2005 10:08:35 +0000 (10:08 +0000)]
Restored previous revision after retag
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33865
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Sun, 24 Apr 2005 10:06:23 +0000 (10:06 +0000)]
Creating new revision to retag with WX_2_6_0
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33863
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Sun, 24 Apr 2005 10:04:38 +0000 (10:04 +0000)]
File removal
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33862
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Sun, 24 Apr 2005 09:51:52 +0000 (09:51 +0000)]
File removal changes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33861
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Stefan Csomor [Sun, 24 Apr 2005 09:15:14 +0000 (09:15 +0000)]
about menu item changes : can appear anywhere in a menu, separator lines above or below will be consolidated, help menu will not be shown if this was the only line
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33860
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robert Roebling [Sun, 24 Apr 2005 09:00:29 +0000 (09:00 +0000)]
Added spline support to GNOME print
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33859
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robert Roebling [Sun, 24 Apr 2005 07:57:10 +0000 (07:57 +0000)]
Implement DrawEllipticArc for GNOME print.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33858
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Stefan Csomor [Sun, 24 Apr 2005 07:53:56 +0000 (07:53 +0000)]
adding core services and increase Universal Header min req
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33857
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Kevin Ollivier [Sun, 24 Apr 2005 03:08:37 +0000 (03:08 +0000)]
Fixed an issue with potential invalid ID passed to Create, and once again updated the logic for browser sizing.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33856
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Sat, 23 Apr 2005 22:49:34 +0000 (22:49 +0000)]
update from Janos
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33855
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Mattia Barbon [Sat, 23 Apr 2005 22:18:43 +0000 (22:18 +0000)]
Regenerated Makefile.in after gnuwin32 elimination.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33854
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Mattia Barbon [Sat, 23 Apr 2005 22:13:55 +0000 (22:13 +0000)]
Avoid ICE with MinGW 2.95.3.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33853
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Mattia Barbon [Sat, 23 Apr 2005 22:04:27 +0000 (22:04 +0000)]
Remove some references to now deleted gnuwin32 files.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33852
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Mattia Barbon [Sat, 23 Apr 2005 22:02:07 +0000 (22:02 +0000)]
Fix STL compilation (note: this is not the correct fix, but since
wxCB_SORT is already ignored for wxUSE_STL == 1 on Mac, let's take
the easy/certainly binary compatible path).
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33851
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Sat, 23 Apr 2005 20:13:13 +0000 (20:13 +0000)]
Fix for my fix
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33850
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Sat, 23 Apr 2005 18:59:33 +0000 (18:59 +0000)]
Remove obsolete includes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33848
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robert Roebling [Sat, 23 Apr 2005 16:41:53 +0000 (16:41 +0000)]
Implented DoDrawPolygon() for GNOME print.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33847
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Ryan Norton [Sat, 23 Apr 2005 16:09:08 +0000 (16:09 +0000)]
rv hack
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33846
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Sat, 23 Apr 2005 13:22:30 +0000 (13:22 +0000)]
Improve appearance for themes that don't allow background colour change
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33845
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Sat, 23 Apr 2005 12:54:24 +0000 (12:54 +0000)]
another try at mingw32 compilation fix
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33844
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Sat, 23 Apr 2005 12:29:44 +0000 (12:29 +0000)]
check for NULL pointer in OnMeasureItem() as well as in OnDrawItem()
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33843
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Sat, 23 Apr 2005 10:57:21 +0000 (10:57 +0000)]
Fixed icon transparency
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33842
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Fri, 22 Apr 2005 23:30:03 +0000 (23:30 +0000)]
a little more tweaking
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33841
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Fri, 22 Apr 2005 21:47:45 +0000 (21:47 +0000)]
Removed old file
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33840
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Michael Wetherell [Fri, 22 Apr 2005 16:45:24 +0000 (16:45 +0000)]
Regerate with djgpp fixes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33839
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Fri, 22 Apr 2005 16:02:04 +0000 (16:02 +0000)]
Check for potentially NULL m_focus (Patch #
1187992 )
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33838
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Fri, 22 Apr 2005 15:44:35 +0000 (15:44 +0000)]
extra self removed
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33837
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Ryan Norton [Fri, 22 Apr 2005 15:19:11 +0000 (15:19 +0000)]
Move wxMacExecute into base
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33836
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Fri, 22 Apr 2005 15:16:26 +0000 (15:16 +0000)]
Bind the EVT_HELP events to the textctrls, not the panel
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33835
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Michael Wetherell [Fri, 22 Apr 2005 15:12:46 +0000 (15:12 +0000)]
Fixes to allow compilation with no wchar_t (djgpp probably has a real wchar_t
now, I will check, but compilation should work without anyway).
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33834
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Michael Wetherell [Fri, 22 Apr 2005 15:01:28 +0000 (15:01 +0000)]
Temporary fix to allow configure to run for djgpp. Will be overwritten next time aclocal.m4 is regenerated.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33833
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Ryan Norton [Fri, 22 Apr 2005 15:01:27 +0000 (15:01 +0000)]
Fix Non-ce MSW unicode builds
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33832
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Michael Wetherell [Fri, 22 Apr 2005 14:53:55 +0000 (14:53 +0000)]
Spelling
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33831
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Michael Wetherell [Fri, 22 Apr 2005 14:42:08 +0000 (14:42 +0000)]
Disable dynlib and dynamicloader for djgpp
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33830
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Fri, 22 Apr 2005 14:33:06 +0000 (14:33 +0000)]
updated ReST docs
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33828
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Fri, 22 Apr 2005 14:31:16 +0000 (14:31 +0000)]
tweaked build ordering a bit
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33827
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Fri, 22 Apr 2005 14:30:03 +0000 (14:30 +0000)]
some bugs in the demo fixed
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33826
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Kevin Hock [Fri, 22 Apr 2005 14:19:06 +0000 (14:19 +0000)]
Add comment explaining the role of wxMacExecute
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33825
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Michael Wetherell [Fri, 22 Apr 2005 13:41:28 +0000 (13:41 +0000)]
Use wxMilliSleep instead of the deprecated wxUsleep
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33824
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Michael Wetherell [Fri, 22 Apr 2005 13:25:35 +0000 (13:25 +0000)]
Compilation fixes for wxMGL
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33823
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Michael Wetherell [Fri, 22 Apr 2005 13:23:47 +0000 (13:23 +0000)]
Compilation fix for djgpp
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33822
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Michael Wetherell [Fri, 22 Apr 2005 13:22:14 +0000 (13:22 +0000)]
Add generic wxStandardPaths implementation
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33821
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Michael Wetherell [Fri, 22 Apr 2005 13:18:47 +0000 (13:18 +0000)]
Compilation fixes for djgpp
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33820
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Michael Wetherell [Fri, 22 Apr 2005 12:30:38 +0000 (12:30 +0000)]
Test for --version-script bug, known to be in at least ld 2.11.2 on netbsd and openbsd.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33819
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Stefan Csomor [Fri, 22 Apr 2005 06:53:03 +0000 (06:53 +0000)]
fix for drawing correct gridlines even on scrolled positions (wxMac)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33818
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Stefan Csomor [Fri, 22 Apr 2005 05:12:20 +0000 (05:12 +0000)]
fixing compilo
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33817
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Ryan Norton [Fri, 22 Apr 2005 01:13:45 +0000 (01:13 +0000)]
flag checkin'
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33816
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Ryan Norton [Fri, 22 Apr 2005 00:58:23 +0000 (00:58 +0000)]
implement non-wrapping for wxSpinCtrl
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33815
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Ryan Norton [Fri, 22 Apr 2005 00:49:43 +0000 (00:49 +0000)]
implement label setting
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33814
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Fri, 22 Apr 2005 00:44:36 +0000 (00:44 +0000)]
formatting and comment about refresh bugs in wxGrid
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33813
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Ryan Norton [Thu, 21 Apr 2005 23:59:52 +0000 (23:59 +0000)]
implement tooltip delay
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33812
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Ryan Norton [Thu, 21 Apr 2005 23:35:02 +0000 (23:35 +0000)]
my cvs dir got screwed up and didn't commit this...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33811
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Michael Wetherell [Thu, 21 Apr 2005 23:11:44 +0000 (23:11 +0000)]
Support for G_FILENAME_ENCODING=@locale
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33810
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Ryan Norton [Thu, 21 Apr 2005 22:13:09 +0000 (22:13 +0000)]
forcibly call operator
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33809
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Ryan Norton [Thu, 21 Apr 2005 22:08:12 +0000 (22:08 +0000)]
'fix' for broken gcc version
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33808
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Ryan Norton [Thu, 21 Apr 2005 20:55:10 +0000 (20:55 +0000)]
add most support for (dis)associate. Other stuff
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33807
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Thu, 21 Apr 2005 20:35:06 +0000 (20:35 +0000)]
Oops, that should be GetEncoding, not GetDefaultEncoding
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33805
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Ryan Norton [Thu, 21 Apr 2005 20:30:03 +0000 (20:30 +0000)]
wxUSE_MIMTYPE gaurd
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33804
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Thu, 21 Apr 2005 20:29:59 +0000 (20:29 +0000)]
Use the encoding in StyleSetFont too.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33803
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Ryan Norton [Thu, 21 Apr 2005 20:13:44 +0000 (20:13 +0000)]
Add wxLaunchDefaultBrowser, note wxGetKeyState change
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33802
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Ryan Norton [Thu, 21 Apr 2005 19:58:22 +0000 (19:58 +0000)]
Add support for launching APPL bundles with wxExecute
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33801
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Thu, 21 Apr 2005 19:53:51 +0000 (19:53 +0000)]
some extra refreshing and updating on wxMac so the grid renders itself correctly.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33800
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Stefan Csomor [Thu, 21 Apr 2005 11:32:19 +0000 (11:32 +0000)]
removing C++ std lib
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33799
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Ryan Norton [Thu, 21 Apr 2005 09:22:17 +0000 (09:22 +0000)]
Fix shift and other keys with wxGetKeyState on mac
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33798
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Stefan Csomor [Thu, 21 Apr 2005 05:04:12 +0000 (05:04 +0000)]
line endings corrected, OmnisRC removed
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33797
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Wed, 20 Apr 2005 22:37:50 +0000 (22:37 +0000)]
a little more tweaking
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33796
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Wed, 20 Apr 2005 22:34:21 +0000 (22:34 +0000)]
reworded a bit
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33795
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Wed, 20 Apr 2005 22:27:19 +0000 (22:27 +0000)]
Some little tweaks
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33794
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Wed, 20 Apr 2005 21:47:05 +0000 (21:47 +0000)]
reSWIGged
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33793
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Wed, 20 Apr 2005 21:45:49 +0000 (21:45 +0000)]
Mention the wxMac wx.ComboBox fix
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33792
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Wed, 20 Apr 2005 21:44:36 +0000 (21:44 +0000)]
No longer building the C++ version of the OGL lib
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33791
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Wed, 20 Apr 2005 21:41:04 +0000 (21:41 +0000)]
clear BUILD_ANIMATE when CORE_ONLY == 1
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33790
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Wed, 20 Apr 2005 21:21:27 +0000 (21:21 +0000)]
added some docstrings
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33789
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Stefan Neis [Wed, 20 Apr 2005 20:04:34 +0000 (20:04 +0000)]
Removed unneeded include.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33788
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Wed, 20 Apr 2005 17:23:27 +0000 (17:23 +0000)]
Doc updates
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33787
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Stefan Csomor [Wed, 20 Apr 2005 17:01:58 +0000 (17:01 +0000)]
CW fixes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33786
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Ryan Norton [Wed, 20 Apr 2005 16:14:01 +0000 (16:14 +0000)]
place wxUSE_STACKWALKER so it won't get overwritten by the setup.h script
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33785
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Stefan Csomor [Wed, 20 Apr 2005 15:38:31 +0000 (15:38 +0000)]
dylib in Frameworks folder
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33784
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Stefan Csomor [Wed, 20 Apr 2005 15:37:23 +0000 (15:37 +0000)]
updated version and name
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33783
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Stefan Csomor [Wed, 20 Apr 2005 15:35:33 +0000 (15:35 +0000)]
moving dylib to Frameworks folder
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33782
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Stefan Csomor [Wed, 20 Apr 2005 15:33:41 +0000 (15:33 +0000)]
removing refs to old CW versions
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33781
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Stefan Csomor [Wed, 20 Apr 2005 14:19:54 +0000 (14:19 +0000)]
workaround for CW problems
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33780
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775