Commit Graph

29624 Commits

Author SHA1 Message Date
Robin Dunn
10c3910e9b init wxApp->argc and wxApp->argv even when wx has already been initialized
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33919 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-04-29 19:00:31 +00:00
Julian Smart
55079b432b Removed previous broken fix for deferred positioning bug, and added
fix using sizers, which works better


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33918 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-04-29 18:58:38 +00:00
Robin Dunn
c7426f4ca3 No need to match bg colours any more
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33917 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-04-29 18:55:28 +00:00
Stefan Csomor
67308c2167 adapting to latest API
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33916 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-04-29 11:49:37 +00:00
Julian Smart
870c86bc51 AdjustScrollbars can go into an infinite loop, so bail out after a few
iterations.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33915 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-04-29 09:14:27 +00:00
Robin Dunn
4187c3822d Completed wxImage docstrings
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33914 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-04-29 03:36:36 +00:00
Michael Wetherell
9c11255519 The mmedia contrib requires sys/soundcard.h on unix, so disable it on unix
platforms that do not have it.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33913 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-04-29 01:14:26 +00:00
Julian Smart
177895fbab Switch deferred sizing off for radioboxes because with them, the radio buttons
can be invisible in some circumstances


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33912 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-04-28 21:40:28 +00:00
Julian Smart
283587a491 Reverted/commented out unsuccessful defer fix
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33911 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-04-28 18:21:03 +00:00
Robin Dunn
83c8bcfde6 demo tweaks
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33910 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-04-28 18:18:07 +00:00
Julian Smart
8aa35ad016 Typo correction
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33909 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-04-28 16:14:36 +00:00
Julian Smart
c3723477cc Use real number of children for reserving deferred sizing space;
fix apparent bug in Windows doing deferred positioning


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33908 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-04-28 15:17:02 +00:00
Julian Smart
8e44f3caab 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
2005-04-28 14:45:09 +00:00
Stefan Csomor
2b822a7e06 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
2005-04-28 05:06:24 +00:00
Kevin Hock
5cf85da1ed 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
2005-04-28 02:29:01 +00:00
Robin Dunn
bbf7159c82 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
2005-04-28 00:00:50 +00:00
Julian Smart
73ed39b580 Copy about.htm
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33903 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-04-27 21:38:26 +00:00
Robin Dunn
d04418a701 reSWIGged
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33902 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-04-27 20:02:41 +00:00
Julian Smart
5bf4788ae3 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
2005-04-27 19:21:24 +00:00
Václav Slavík
4c1672f728 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
2005-04-27 19:08:15 +00:00
Robin Dunn
8224a80811 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
2005-04-27 18:57:21 +00:00
Kevin Ollivier
14753ffea2 Tiger compatibility fixes.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33898 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-04-27 15:41:06 +00:00
Julian Smart
4dab527961 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
2005-04-27 15:32:11 +00:00
Robin Dunn
d26fbe5419 Bump subrelease number
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33896 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-04-27 05:45:40 +00:00
Robin Dunn
aa2fc802a9 wxLaunchDefaultBrowser
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33895 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-04-27 05:03:59 +00:00
Robin Dunn
2843e4c8ce typo
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33894 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-04-27 05:02:45 +00:00
David Webster
0fba44b410 Unicode fixes for OS/2
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33893 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-04-27 01:19:43 +00:00
David Webster
18ed8e0032 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
2005-04-27 01:17:45 +00:00
David Webster
edf1dfa16d Unicode fixes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33891 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-04-27 01:12:00 +00:00
Robin Dunn
a8e120ce46 Note XRCed update
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33889 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-04-26 21:17:20 +00:00
Mattia Barbon
555d0d7ef1 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
2005-04-26 19:24:12 +00:00
Włodzimierz Skiba
50807f9083 wxUniversal positioning fix [#1040625]
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33887 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-04-26 19:08:37 +00:00
Roman Rolinsky
64bce500c0 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
2005-04-26 18:49:44 +00:00
Robin Dunn
fe2e64f8f0 dropped 'rc' status
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33885 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-04-26 15:15:40 +00:00
Julian Smart
5f7ea95515 Further export symbols
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33884 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-04-26 10:47:00 +00:00
Robin Dunn
49bdcd64e0 reSWIGged
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33883 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-04-25 20:40:34 +00:00
Robin Dunn
2583401b90 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
2005-04-25 20:25:41 +00:00
Robert Roebling
1a84e759bc 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
2005-04-25 19:35:42 +00:00
Robert Roebling
5b2e23bff6 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
2005-04-25 19:13:28 +00:00
Włodzimierz Skiba
657a7545e0 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
2005-04-25 15:51:57 +00:00
Julian Smart
3bce55ac06 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
2005-04-25 13:49:53 +00:00
Michael Wetherell
f4dd8614fa Compilation fix
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33877 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-04-25 10:32:55 +00:00
Michael Wetherell
83d8eb470b 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
2005-04-25 10:28:59 +00:00
Michael Wetherell
d6b47de61b Compilation fix for dos
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33875 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-04-25 10:01:48 +00:00
Michael Wetherell
7b0786bfbb Add mimimal mimetype.h for msdos
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33874 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-04-25 09:57:23 +00:00
Michael Wetherell
81d9e62556 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
2005-04-25 09:54:06 +00:00
Michael Wetherell
db6d93deca Allow wchar_t for djgpp
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33872 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-04-25 09:48:45 +00:00
Robert Roebling
5d9d1b8810 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
2005-04-24 16:40:53 +00:00
Mattia Barbon
f3ee029e05 Another STL compilation fix.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33870 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-04-24 15:56:00 +00:00
Robert Roebling
3d7cfc2fe6 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
2005-04-24 15:37:35 +00:00