]> git.saurik.com Git - wxWidgets.git/log
wxWidgets.git
19 years agoDistribution corrections
Julian Smart [Sun, 3 Apr 2005 18:00:08 +0000 (18:00 +0000)] 
Distribution corrections

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33306 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

19 years agoMissing file added
Julian Smart [Sun, 3 Apr 2005 17:05:05 +0000 (17:05 +0000)] 
Missing file added

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33305 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

19 years agoalways forcing a relayout when position changes, making mlte a system option
Stefan Csomor [Sun, 3 Apr 2005 16:38:14 +0000 (16:38 +0000)] 
always forcing a relayout when position changes, making mlte a system option

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33304 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

19 years agoinvalidating vis regions upon tlw resize as well
Stefan Csomor [Sun, 3 Apr 2005 13:41:48 +0000 (13:41 +0000)] 
invalidating vis regions upon tlw resize as well

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33303 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

19 years agothere's no reason to do wxRTTI lookup twice when once is enough
Václav Slavík [Sun, 3 Apr 2005 13:24:32 +0000 (13:24 +0000)] 
there's no reason to do wxRTTI lookup twice when once is enough

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33302 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

19 years agoMissing arguments fixed
Julian Smart [Sun, 3 Apr 2005 12:01:02 +0000 (12:01 +0000)] 
Missing arguments fixed
Need for blank last line comes back to haunt us again

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33301 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

19 years agoCross-hair cursor appears as an I-beam on WinXP for some reason;
Julian Smart [Sun, 3 Apr 2005 11:36:31 +0000 (11:36 +0000)] 
Cross-hair cursor appears as an I-beam on WinXP for some reason;
use cursor file instead.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33300 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

19 years agoRemoved unnecessary casts
Julian Smart [Sun, 3 Apr 2005 09:32:30 +0000 (09:32 +0000)] 
Removed unnecessary casts

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33299 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

19 years agoNot all implementations of wxMDIChildFrame derive from wxFrame
Julian Smart [Sun, 3 Apr 2005 09:24:04 +0000 (09:24 +0000)] 
Not all implementations of wxMDIChildFrame derive from wxFrame

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33298 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

19 years agoUpdate wxURI for RFC 3986
Ryan Norton [Sun, 3 Apr 2005 03:48:08 +0000 (03:48 +0000)] 
Update wxURI for RFC 3986

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33297 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

19 years agomake it possible to change the text of the item being edited from OnBeginLabelEdit()
Vadim Zeitlin [Sun, 3 Apr 2005 00:27:52 +0000 (00:27 +0000)] 
make it possible to change the text of the item being edited from OnBeginLabelEdit()

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33296 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

19 years agoadded example code using wxEmail to send the debug report by mail
Vadim Zeitlin [Sat, 2 Apr 2005 23:32:12 +0000 (23:32 +0000)] 
added example code using wxEmail to send the debug report by mail

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33295 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

19 years agoWinCE apparently should not have rectangle adjusted if using transparent pen
Julian Smart [Sat, 2 Apr 2005 23:01:28 +0000 (23:01 +0000)] 
WinCE apparently should not have rectangle adjusted if using transparent pen
(droppings left on Life! canvas when drawing with a transparent pen)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33294 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

19 years agoadded wxMemoryInputStream(wxMemoryOutputStream&) ctor (patch 1170635)
Vadim Zeitlin [Sat, 2 Apr 2005 22:37:58 +0000 (22:37 +0000)] 
added wxMemoryInputStream(wxMemoryOutputStream&) ctor (patch 1170635)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33293 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

19 years agoupdates from photon3108@users.sf.net (patches 1173350, 1173440, 1173447 and
Vadim Zeitlin [Sat, 2 Apr 2005 22:26:04 +0000 (22:26 +0000)] 
updates from photon3108@users.sf.net (patches 117335011734401173447 and
1173453):

- s/wxWindows/wxWidgets/g
- build qa library
- use %{_tmppath} instead of /var/tmp (makes possible to build as non root)
- run ldconfig on uninstall
- many cosmetic changes

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33292 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

19 years agoadded MDI support to XRC
Václav Slavík [Sat, 2 Apr 2005 22:22:55 +0000 (22:22 +0000)] 
added MDI support to XRC

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33291 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

19 years agoBorder fixes for WinCE
Julian Smart [Sat, 2 Apr 2005 21:42:42 +0000 (21:42 +0000)] 
Border fixes for WinCE

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33290 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

19 years agoNo resize border on WinCE by default
Julian Smart [Sat, 2 Apr 2005 21:40:59 +0000 (21:40 +0000)] 
No resize border on WinCE by default

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33289 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

19 years agoNo resize border on WinCE
Julian Smart [Sat, 2 Apr 2005 21:39:53 +0000 (21:39 +0000)] 
No resize border on WinCE

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33288 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

19 years agodocument disabled bitmap parameter of AddTool()
Vadim Zeitlin [Sat, 2 Apr 2005 21:36:18 +0000 (21:36 +0000)] 
document disabled bitmap parameter of AddTool()

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33287 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

19 years agochanged wxCreateGreyedImage() to respect the original image mask
Vadim Zeitlin [Sat, 2 Apr 2005 21:34:29 +0000 (21:34 +0000)] 
changed wxCreateGreyedImage() to respect the original image mask

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33286 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

19 years agofixed background colour of the automatically created disabled button bitmaps (makes...
Vadim Zeitlin [Sat, 2 Apr 2005 21:33:40 +0000 (21:33 +0000)] 
fixed background colour of the automatically created disabled button bitmaps (makes patch 1116702 work)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33285 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

19 years agoadded wxImage::IsTransparent(x, y)
Vadim Zeitlin [Sat, 2 Apr 2005 21:30:22 +0000 (21:30 +0000)] 
added wxImage::IsTransparent(x, y)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33284 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

19 years agodocumented static_data parameter of SetAlpha()
Vadim Zeitlin [Sat, 2 Apr 2005 21:20:23 +0000 (21:20 +0000)] 
documented static_data parameter of SetAlpha()

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33283 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

19 years agouse separate is-static flag for alpha channel and main data
Vadim Zeitlin [Sat, 2 Apr 2005 21:19:54 +0000 (21:19 +0000)] 
use separate is-static flag for alpha channel and main data

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33282 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

19 years agoadded XYToIndex() to avoid duplicating the checks for valid coordinates in many diffe...
Vadim Zeitlin [Sat, 2 Apr 2005 21:16:04 +0000 (21:16 +0000)] 
added XYToIndex() to avoid duplicating the checks for valid coordinates in many different places

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33281 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

19 years agoFurther WinCE adaptations
Julian Smart [Sat, 2 Apr 2005 17:44:12 +0000 (17:44 +0000)] 
Further WinCE adaptations

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33280 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

19 years agoOnly set background colour explicitly for PPC/Smartphone
Julian Smart [Sat, 2 Apr 2005 17:41:08 +0000 (17:41 +0000)] 
Only set background colour explicitly for PPC/Smartphone

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33279 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

19 years agoFixed bug preventing dir enumeration from working on WinCE
Julian Smart [Sat, 2 Apr 2005 17:38:14 +0000 (17:38 +0000)] 
Fixed bug preventing dir enumeration from working on WinCE
Prevented crash on WinCE by removing hidden root style
(a bug in Windows causes crash in child traversal/data retrieval)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33278 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

19 years agoWinCE adaptations
Julian Smart [Sat, 2 Apr 2005 17:35:59 +0000 (17:35 +0000)] 
WinCE adaptations
Simplified comment

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33277 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

19 years agoWinCE adaptations
Julian Smart [Sat, 2 Apr 2005 17:34:50 +0000 (17:34 +0000)] 
WinCE adaptations

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33276 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

19 years agoCorrect flat notebook border style under WinCE in wake of
Julian Smart [Sat, 2 Apr 2005 17:34:04 +0000 (17:34 +0000)] 
Correct flat notebook border style under WinCE in wake of
wxControl default border style change

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33275 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

19 years agoDefault border for a static box is wxBORDER_NONE
Julian Smart [Sat, 2 Apr 2005 17:30:04 +0000 (17:30 +0000)] 
Default border for a static box is wxBORDER_NONE

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33274 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

19 years agoDefault border style for a control on PPC/Smartphone is wxBORDER_SIMPLE
Julian Smart [Sat, 2 Apr 2005 17:28:37 +0000 (17:28 +0000)] 
Default border style for a control on PPC/Smartphone is wxBORDER_SIMPLE

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33273 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

19 years agoFurther WinCE adaptations
Julian Smart [Sat, 2 Apr 2005 17:26:08 +0000 (17:26 +0000)] 
Further WinCE adaptations

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33272 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

19 years agoRemoved unnecesary statusbar; check for spin control presence
Julian Smart [Sat, 2 Apr 2005 17:25:50 +0000 (17:25 +0000)] 
Removed unnecesary statusbar; check for spin control presence

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33271 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

19 years agowxSYS_COLOUR_WINDOW is better for window backgrounds on PPC/Smartphone
Julian Smart [Sat, 2 Apr 2005 17:24:44 +0000 (17:24 +0000)] 
wxSYS_COLOUR_WINDOW is better for window backgrounds on PPC/Smartphone

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33270 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

19 years agoThe wxDEFAULT_CONTROL_BORDER symbol can be used to specify a sunken
Julian Smart [Sat, 2 Apr 2005 17:23:08 +0000 (17:23 +0000)] 
The wxDEFAULT_CONTROL_BORDER symbol can be used to specify a sunken
border on some platforms, simple border on e.g. WinCE

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33269 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

19 years ago\ is a reasonable home directory on WinCE
Julian Smart [Sat, 2 Apr 2005 17:22:22 +0000 (17:22 +0000)] 
\ is a reasonable home directory on WinCE

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33268 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

19 years agoRearrange the magic order we use instead of proper dependencies for
Ron Lee [Sat, 2 Apr 2005 16:42:56 +0000 (16:42 +0000)] 
Rearrange the magic order we use instead of proper dependencies for
the builtin libs to at least give things a chance of working.
Don't include odbc there twice either.  Closes 1175402, thanks.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33267 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

19 years agoSmall doc mods
Julian Smart [Sat, 2 Apr 2005 16:07:29 +0000 (16:07 +0000)] 
Small doc mods

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33266 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

19 years agoMF_BYCOMMAND is zero so don't try to test it
Julian Smart [Sat, 2 Apr 2005 15:16:53 +0000 (15:16 +0000)] 
MF_BYCOMMAND is zero so don't try to test it

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33265 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

19 years agofixed TREE_ITEM_MENU generation from right mouse clicks: don't pass WM_RBUTTONDOWN...
Vadim Zeitlin [Sat, 2 Apr 2005 13:48:56 +0000 (13:48 +0000)] 
fixed TREE_ITEM_MENU generation from right mouse clicks: don't pass WM_RBUTTONDOWN to tree control window proc

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33264 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

19 years agoupdating positioning after embedding is set correctly
Stefan Csomor [Sat, 2 Apr 2005 05:36:52 +0000 (05:36 +0000)] 
updating positioning after embedding is set correctly

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33263 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

19 years agoreSWIGged
Robin Dunn [Sat, 2 Apr 2005 05:00:39 +0000 (05:00 +0000)] 
reSWIGged

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33262 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

19 years agoAdded autoconf makefiles for FoldBar extended samples
David Elliott [Sat, 2 Apr 2005 04:50:20 +0000 (04:50 +0000)] 
Added autoconf makefiles for FoldBar extended samples

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33261 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

19 years agoFixed duplicate symbol link error
Robin Dunn [Sat, 2 Apr 2005 04:47:10 +0000 (04:47 +0000)] 
Fixed duplicate symbol link error

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33260 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

19 years agoRegenerated using wxAutohacks.
David Elliott [Sat, 2 Apr 2005 04:45:55 +0000 (04:45 +0000)] 
Regenerated using wxAutohacks.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33259 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

19 years agoreSWIGged
Robin Dunn [Sat, 2 Apr 2005 04:28:54 +0000 (04:28 +0000)] 
reSWIGged

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33258 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

19 years agoreSWIGged
Robin Dunn [Sat, 2 Apr 2005 04:15:10 +0000 (04:15 +0000)] 
reSWIGged

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33257 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

19 years agoUse the current font for the DoGetBestSize calculation
Robin Dunn [Sat, 2 Apr 2005 03:58:21 +0000 (03:58 +0000)] 
Use the current font for the DoGetBestSize calculation

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33256 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

19 years agoUse Python's buffer interface API for all image data and alpha Set/Get
Robin Dunn [Sat, 2 Apr 2005 03:50:06 +0000 (03:50 +0000)] 
Use Python's buffer interface API for all image data and alpha Set/Get
methods and the ImageFromData* constructors.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33255 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

19 years agodefault value tweak
Robin Dunn [Sat, 2 Apr 2005 03:46:42 +0000 (03:46 +0000)] 
default value tweak

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33254 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

19 years agoBe able to build with Pythons other than the System version.
Robin Dunn [Sat, 2 Apr 2005 03:46:18 +0000 (03:46 +0000)] 
Be able to build with Pythons other than the System version.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33253 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

19 years agoUpdate year
Robin Dunn [Sat, 2 Apr 2005 03:45:36 +0000 (03:45 +0000)] 
Update year

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33252 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

19 years agoUse Python's buffer interface API for all image data and alpha Set/Get
Robin Dunn [Sat, 2 Apr 2005 03:43:52 +0000 (03:43 +0000)] 
Use Python's buffer interface API for all image data and alpha Set/Get
methods and the ImageFromData* constructors.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33251 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

19 years agoAdd static_data flag to SetData and SetAlpha so Python buffer objects
Robin Dunn [Sat, 2 Apr 2005 02:04:52 +0000 (02:04 +0000)] 
Add static_data flag to SetData and SetAlpha so Python buffer objects
can be used in wxPython without double free()'s.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33250 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

19 years agoPut the Python executable pathname in wxTheApp->argv[0] so the
Robin Dunn [Sat, 2 Apr 2005 01:55:41 +0000 (01:55 +0000)] 
Put the Python executable pathname in wxTheApp->argv[0] so the
stackwalker won't freak out at trying to find program addresses inside
of .py files!

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33249 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

19 years agoBe able to build with Pythons other than the System version.
Robin Dunn [Sat, 2 Apr 2005 01:52:09 +0000 (01:52 +0000)] 
Be able to build with Pythons other than the System version.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33248 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

19 years agofixes to static box borders calculations and significant code cleanup (finalizes...
Vadim Zeitlin [Sat, 2 Apr 2005 01:17:51 +0000 (01:17 +0000)] 
fixes to static box borders calculations and significant code cleanup (finalizes patch 1166587)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33247 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

19 years agoadded AutoHRGN class; corrected GetHbrush[Of]() macros
Vadim Zeitlin [Sat, 2 Apr 2005 01:15:47 +0000 (01:15 +0000)] 
added AutoHRGN class; corrected GetHbrush[Of]() macros

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33246 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

19 years agoadded wxSOLID default value for FindOrCreateBrush()
Vadim Zeitlin [Sat, 2 Apr 2005 01:00:09 +0000 (01:00 +0000)] 
added wxSOLID default value for FindOrCreateBrush()

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33245 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

19 years agoremoved superfluous semicolons
Vadim Zeitlin [Sat, 2 Apr 2005 00:34:04 +0000 (00:34 +0000)] 
removed superfluous semicolons

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33244 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

19 years agoimplemented GetProgramHandle() for Win32 and documented it
Vadim Zeitlin [Fri, 1 Apr 2005 20:56:00 +0000 (20:56 +0000)] 
implemented GetProgramHandle() for Win32 and documented it

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33243 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

19 years agomoving wxMac to new printing architecture
Stefan Csomor [Fri, 1 Apr 2005 16:36:36 +0000 (16:36 +0000)] 
moving wxMac to new printing architecture

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33242 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

19 years agoNow calculates clipping region from actual child HWNDs and not
Julian Smart [Fri, 1 Apr 2005 15:57:19 +0000 (15:57 +0000)] 
Now calculates clipping region from actual child HWNDs and not
wxWidgets windows, which helps with composite controls

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33241 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

19 years agoDo not break checking whether dir exists for given path.
Włodzimierz Skiba [Fri, 1 Apr 2005 14:46:16 +0000 (14:46 +0000)] 
Do not break checking whether dir exists for given path.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33240 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

19 years agoAdded wxPropertySheetDialog demo
Julian Smart [Fri, 1 Apr 2005 14:27:55 +0000 (14:27 +0000)] 
Added wxPropertySheetDialog demo

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33239 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

19 years agoUpdated date
Julian Smart [Fri, 1 Apr 2005 13:43:10 +0000 (13:43 +0000)] 
Updated date

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33238 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

19 years agofixed default style parameter
Dimitri Schoolwerth [Fri, 1 Apr 2005 12:35:41 +0000 (12:35 +0000)] 
fixed default style parameter

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33237 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

19 years agofix for #1106519
Stefan Csomor [Fri, 1 Apr 2005 11:55:56 +0000 (11:55 +0000)] 
fix for #1106519

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33236 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

19 years agofixed Carbon compilo
Dimitri Schoolwerth [Fri, 1 Apr 2005 09:39:52 +0000 (09:39 +0000)] 
fixed Carbon compilo

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33235 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

19 years agoadding correct handling of uncovering or covering controls via tlw-resizes (in which...
Stefan Csomor [Fri, 1 Apr 2005 07:28:31 +0000 (07:28 +0000)] 
adding correct handling of uncovering or covering controls via tlw-resizes (in which case the txnBounds would not change)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33234 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

19 years agoadding protected inquiry function whether a child window belongs to the 'client'...
Stefan Csomor [Fri, 1 Apr 2005 07:17:24 +0000 (07:17 +0000)] 
adding protected inquiry function whether a child window belongs to the 'client' or the 'non-client' area, examples for the latter are toolbar, scrollbars etc

adding another cached clip rect for the real client area

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33233 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

19 years agoadding protected inquiry function whether a child window belongs to the 'client'...
Stefan Csomor [Fri, 1 Apr 2005 07:05:52 +0000 (07:05 +0000)] 
adding protected inquiry function whether a child window belongs to the 'client' or the 'non-client' area, examples for the latter are toolbar, scrollbars etc

adding another cached clip rect for the real client area

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33232 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

19 years agoUse wxMBConvUTF8 when G_FILENAME_ENCODING is UTF-8, and set
Michael Wetherell [Fri, 1 Apr 2005 00:00:08 +0000 (00:00 +0000)] 
Use wxMBConvUTF8 when G_FILENAME_ENCODING is UTF-8, and set
G_FILENAME_ENCODING to match the locale encoding when necessary

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33231 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

19 years agoAdded MultiChoiceDialog
Robin Dunn [Thu, 31 Mar 2005 23:56:36 +0000 (23:56 +0000)] 
Added MultiChoiceDialog

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33230 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

19 years agodocstring fix
Robin Dunn [Thu, 31 Mar 2005 23:55:30 +0000 (23:55 +0000)] 
docstring fix

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33229 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

19 years agoApplied patch 1173802: Reimplementation of GtkFileChooser wxFileDialog
Julian Smart [Thu, 31 Mar 2005 21:20:58 +0000 (21:20 +0000)] 
Applied patch 1173802: Reimplementation of GtkFileChooser wxFileDialog
by Mart Raudsepp

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33228 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

19 years agoChange multipleChoiceDialog to use wx.MultiChoiceDialog instead of
Robin Dunn [Thu, 31 Mar 2005 21:18:36 +0000 (21:18 +0000)] 
Change multipleChoiceDialog to use wx.MultiChoiceDialog instead of
wx.lib.dialogs.MultipleChoiceDialog

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33227 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

19 years ago Fix the fix for not sending two end label edit events
Robert Roebling [Thu, 31 Mar 2005 21:00:29 +0000 (21:00 +0000)] 
  Fix the fix for not sending two end label edit events
    because that fix prevented anyone from finishing the
    edit by keys.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33226 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

19 years agoOGL samples again buildable after deprecated/setup.h turned off by default. Minor...
Włodzimierz Skiba [Thu, 31 Mar 2005 19:18:25 +0000 (19:18 +0000)] 
OGL samples again buildable after deprecated/setup.h turned off by default. Minor cleaning where applicable.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33225 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

19 years agoWrong #pragma interface/implementation warning fixes.
Włodzimierz Skiba [Thu, 31 Mar 2005 19:10:26 +0000 (19:10 +0000)] 
Wrong #pragma interface/implementation warning fixes.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33224 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

19 years agoApplied patch [ 1174270 ] small fixes to wxGenericDirCtrl
Julian Smart [Thu, 31 Mar 2005 19:04:03 +0000 (19:04 +0000)] 
Applied patch [ 1174270 ] small fixes to wxGenericDirCtrl
Stas Sergeev:

1. CollapseDir() was forgetting to... hrmm, to collapse
the dir...
It was only removing the child elements, leaving the dir
expanded. Missing code added.

2. ReCreateTree(), which, according to the comments, must
collapse and re-open the tree, was not re-opening it.
Fixed.

3. For those who used the bogus ReCreateTree() behaviour
to collapse the tree, I added CollapseTree(). This does
visually what the ReCreateTree() wrongly did before the
patch.

4. Documentation is updated accordingly.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33223 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

19 years agoApplied patch [ 1117196 ] dbbrowse crashes on CFM Mac builds
Julian Smart [Thu, 31 Mar 2005 18:52:50 +0000 (18:52 +0000)] 
Applied patch [ 1117196 ] dbbrowse crashes on CFM Mac builds

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33222 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

19 years agosetting the view rectangle explicitely to allow for partial visibility of a control...
Stefan Csomor [Thu, 31 Mar 2005 17:27:57 +0000 (17:27 +0000)] 
setting the view rectangle explicitely to allow for partial visibility of a control (scrollsub)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33221 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

19 years agocalculating vis regions as rects (faster for Quartz) and caching the results for...
Stefan Csomor [Thu, 31 Mar 2005 17:25:53 +0000 (17:25 +0000)] 
calculating vis regions as rects (faster for Quartz) and caching the results for all implementations

fixing the background erase event always to have a wxWindowDC (had a wxClientDC in non-toplevel cases before, leading to a off-by-border error when erasing)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33220 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

19 years agocalculating vis regions as rects (faster for Quartz) and caching the results for...
Stefan Csomor [Thu, 31 Mar 2005 17:21:43 +0000 (17:21 +0000)] 
calculating vis regions as rects (faster for Quartz) and caching the results for all implementations

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33219 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

19 years agoif(){} and while(){} sometimes is not allowed for inlining (borland warning fix).
Włodzimierz Skiba [Thu, 31 Mar 2005 16:37:48 +0000 (16:37 +0000)] 
if(){} and while(){} sometimes is not allowed for inlining (borland warning fix).

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33218 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

19 years agoFrames to skip now honoured for Unix stackwalking
Julian Smart [Thu, 31 Mar 2005 16:26:49 +0000 (16:26 +0000)] 
Frames to skip now honoured for Unix stackwalking
Limited depth to 10 for assert dialog

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33217 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

19 years agoFixed MSWClipBoxRegion
Julian Smart [Thu, 31 Mar 2005 15:19:14 +0000 (15:19 +0000)] 
Fixed MSWClipBoxRegion

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33216 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

19 years agoRemoved obsolete WXR file
Julian Smart [Thu, 31 Mar 2005 14:55:24 +0000 (14:55 +0000)] 
Removed obsolete WXR file

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33215 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

19 years agomissing include for memoryDC
Chris Elliott [Thu, 31 Mar 2005 10:37:34 +0000 (10:37 +0000)] 
missing include for memoryDC

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33214 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

19 years agoUse InvalidateRect for Smartphone.
Julian Smart [Thu, 31 Mar 2005 08:33:10 +0000 (08:33 +0000)] 
Use InvalidateRect for Smartphone.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33213 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

19 years agoSmartphone fix.
Włodzimierz Skiba [Thu, 31 Mar 2005 08:09:28 +0000 (08:09 +0000)] 
Smartphone fix.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33212 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

19 years agocleanup
Stefan Csomor [Thu, 31 Mar 2005 05:14:35 +0000 (05:14 +0000)] 
cleanup

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33211 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

19 years agocontent clipping becomes a runtime attribute
Stefan Csomor [Thu, 31 Mar 2005 05:12:46 +0000 (05:12 +0000)] 
content clipping becomes a runtime attribute

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33210 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

19 years agoreSWIGged
Robin Dunn [Wed, 30 Mar 2005 23:04:58 +0000 (23:04 +0000)] 
reSWIGged

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33209 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

19 years agoTests for UTF-8 and PUA characters and octal escapes
Michael Wetherell [Wed, 30 Mar 2005 23:03:36 +0000 (23:03 +0000)] 
Tests for UTF-8 and PUA characters and octal escapes

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33208 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

19 years agoAdded wx.lib.foldpanelbar, Andrea Gavana's port of Jorgen Bodde's C++
Robin Dunn [Wed, 30 Mar 2005 22:58:23 +0000 (22:58 +0000)] 
Added wx.lib.foldpanelbar, Andrea Gavana's port of Jorgen Bodde's C++
wxFoldPanelBar classes to Python.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33207 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775