]>
git.saurik.com Git - wxWidgets.git/log
Julian Smart [Thu, 28 Apr 2005 14:45:09 +0000 (14:45 +0000)]
Worked around an apparent bug in Windows whereby some deferred positioning
failed: specifically when changing a position from x, to y, to x again.
Added deferred positioning to wxRadioBox, wxSlider and wxSpinCtrl and thereby
eliminated some refresh glitches when resizing.
Eliminated further refresh glitches caused by wxRadioBox (to nearby controls)
by refreshing parent when the radio box moves.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33907
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Stefan Csomor [Thu, 28 Apr 2005 05:06:24 +0000 (05:06 +0000)]
otherwise we always just fix rect at index 0 ...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33906
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Kevin Hock [Thu, 28 Apr 2005 02:29:01 +0000 (02:29 +0000)]
Fix for unexplained change in socket behavior where failed connections throw a CONNECT event immediately before thowing a LOST event.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33905
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Thu, 28 Apr 2005 00:00:50 +0000 (00:00 +0000)]
Updates to doc/view modules and sample apps from ActiveGrid.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33904
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Wed, 27 Apr 2005 21:38:26 +0000 (21:38 +0000)]
Copy about.htm
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33903
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Wed, 27 Apr 2005 20:02:41 +0000 (20:02 +0000)]
reSWIGged
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33902
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Wed, 27 Apr 2005 19:21:24 +0000 (19:21 +0000)]
Temporary fix (I hope) to allow an application to paint around controls
within static boxes by suspending the flicker reduction fix
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33901
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Václav Slavík [Wed, 27 Apr 2005 19:08:15 +0000 (19:08 +0000)]
use wx-2.6, not 2.5, by default
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33900
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Wed, 27 Apr 2005 18:57:21 +0000 (18:57 +0000)]
Added wx.BrushFromBitmap to create a stippled brush in a single step.
Also added missing brysh style flags: wx.STIPPLE_MASK
wx.STIPPLE_MASK_OPAQUE.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33899
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Kevin Ollivier [Wed, 27 Apr 2005 15:41:06 +0000 (15:41 +0000)]
Tiger compatibility fixes.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33898
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Wed, 27 Apr 2005 15:32:11 +0000 (15:32 +0000)]
Fix for radiobox controls backgrounds being drawn incorrectly on an unthemed
(solid colour) wxNotebook
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33897
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Wed, 27 Apr 2005 05:45:40 +0000 (05:45 +0000)]
Bump subrelease number
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33896
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Wed, 27 Apr 2005 05:03:59 +0000 (05:03 +0000)]
wxLaunchDefaultBrowser
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33895
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Wed, 27 Apr 2005 05:02:45 +0000 (05:02 +0000)]
typo
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33894
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
David Webster [Wed, 27 Apr 2005 01:19:43 +0000 (01:19 +0000)]
Unicode fixes for OS/2
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33893
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
David Webster [Wed, 27 Apr 2005 01:17:45 +0000 (01:17 +0000)]
Unicode fixes for OS/2 (all inside #ifdef __WXPM__ blocks
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33892
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
David Webster [Wed, 27 Apr 2005 01:12:00 +0000 (01:12 +0000)]
Unicode fixes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33891
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Tue, 26 Apr 2005 21:17:20 +0000 (21:17 +0000)]
Note XRCed update
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33889
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Mattia Barbon [Tue, 26 Apr 2005 19:24:12 +0000 (19:24 +0000)]
Correct wxArrayString::Add return value as per the documentation.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33888
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Włodzimierz Skiba [Tue, 26 Apr 2005 19:08:37 +0000 (19:08 +0000)]
wxUniversal positioning fix [#
1040625 ]
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33887
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Roman Rolinsky [Tue, 26 Apr 2005 18:49:44 +0000 (18:49 +0000)]
Version 0.1.5-1
Added wxWizard, wxWizardPageSimple (only from pull-down menu).
Hide command for test window.
Replacing classes works better.
Added Locate tool.
params.py, xxx.py: some window styles were fixed
(to correspond more to the docs)
xrced.py: subclass bug fixed
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33886
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Tue, 26 Apr 2005 15:15:40 +0000 (15:15 +0000)]
dropped 'rc' status
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33885
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Tue, 26 Apr 2005 10:47:00 +0000 (10:47 +0000)]
Further export symbols
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33884
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
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