]> git.saurik.com Git - wxWidgets.git/log
wxWidgets.git
20 years agowxVListBox doesn't handle (at least horz) resizing properly without wxFULL_REPAINT_ON...
Vadim Zeitlin [Tue, 18 May 2004 21:31:33 +0000 (21:31 +0000)] 
wxVListBox doesn't handle (at least horz) resizing properly without wxFULL_REPAINT_ON_RESIZE

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

20 years agoAdd wxFULL_REPAINT_ON_RESIZE
Robin Dunn [Tue, 18 May 2004 20:14:57 +0000 (20:14 +0000)] 
Add wxFULL_REPAINT_ON_RESIZE

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

20 years agoMore test cases and handle __doc__ == None
Robin Dunn [Tue, 18 May 2004 20:14:14 +0000 (20:14 +0000)] 
More test cases and handle __doc__ == None

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

20 years agoIf the threads module hasn't been initialized yet then we can assume
Robin Dunn [Tue, 18 May 2004 19:59:18 +0000 (19:59 +0000)] 
If the threads module hasn't been initialized yet then we can assume
the IsMain == true.  This allows wxASSERTs that happen before the
wxApp is created (as can easily happen in wxPython unfortunatly) to
behave normally instead of just calling wxTrap.

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

20 years agoCall SetSize for explicit sizees too in case it wasn't called before
Robin Dunn [Tue, 18 May 2004 19:30:31 +0000 (19:30 +0000)] 
Call SetSize for explicit sizees too in case it wasn't called before
earlier in the Create process.

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

20 years agoPatch 950002 after agreement from Markus Sinner
Włodzimierz Skiba [Tue, 18 May 2004 17:42:22 +0000 (17:42 +0000)] 
Patch 950002 after agreement from Markus Sinner

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

20 years agoCode cleaning.
Włodzimierz Skiba [Tue, 18 May 2004 17:17:32 +0000 (17:17 +0000)] 
Code cleaning.

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

20 years agoSet fields count even if don't have widthds
Julian Smart [Tue, 18 May 2004 16:03:01 +0000 (16:03 +0000)] 
Set fields count even if don't have widthds

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

20 years agoPatch #953165, Bug #821657: wxHIDE_READONLY no more important. Blind change reported...
Włodzimierz Skiba [Tue, 18 May 2004 13:12:36 +0000 (13:12 +0000)] 
Patch #953165, Bug #821657: wxHIDE_READONLY no more important. Blind change reported to Stefan Neis

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

20 years agoPatch #953165, Bug #821657: wxHIDE_READONLY no more important.
Włodzimierz Skiba [Tue, 18 May 2004 13:04:41 +0000 (13:04 +0000)] 
Patch #953165, Bug #821657: wxHIDE_READONLY no more important.

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

20 years agoPatch #940808: Updated list of contributors according to the list available at www...
Włodzimierz Skiba [Tue, 18 May 2004 12:42:57 +0000 (12:42 +0000)] 
Patch #940808: Updated list of contributors according to the list available at www.wxwidgets.org/whowhat.htm.

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

20 years agoLimited setup.h shouldn't break building. Helpful in bringing new ports.
Włodzimierz Skiba [Tue, 18 May 2004 12:29:55 +0000 (12:29 +0000)] 
Limited setup.h shouldn't break building. Helpful in bringing new ports.

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

20 years agoFix to wxChar* access.
Włodzimierz Skiba [Tue, 18 May 2004 12:22:34 +0000 (12:22 +0000)] 
Fix to wxChar* access.

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

20 years agowxSafeShowMessage needs wxString regardles wxUSE_LOG.
Włodzimierz Skiba [Tue, 18 May 2004 12:15:58 +0000 (12:15 +0000)] 
wxSafeShowMessage needs wxString regardles wxUSE_LOG.

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

20 years agoMenu sample is helpful in bringing new port and should work in limited setup.h. My...
Włodzimierz Skiba [Tue, 18 May 2004 11:52:25 +0000 (11:52 +0000)] 
Menu sample is helpful in bringing new port and should work in limited setup.h. My first wxW commit.

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

20 years agoFix DoGetBestSize when wxCB_READONLY is used. The best size of the
Robin Dunn [Tue, 18 May 2004 06:48:02 +0000 (06:48 +0000)] 
Fix DoGetBestSize when wxCB_READONLY is used.  The best size of the
choice shoudl not be truncated in this case since there isn't a
textctrl in this case.

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

20 years agowxUSE_NEW_GRID changed to wxUSE_GRID to reflect changes in wxWidgets.
George Tasker [Tue, 18 May 2004 02:43:53 +0000 (02:43 +0000)] 
wxUSE_NEW_GRID changed to wxUSE_GRID to reflect changes in wxWidgets.
Diagnostics output cleaned up
Unicode build fixes when building in wxDbGrid

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

20 years agogrid/dbgrid was not getting built for inclusion with this project
George Tasker [Tue, 18 May 2004 02:40:04 +0000 (02:40 +0000)] 
grid/dbgrid was not getting built for inclusion with this project

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

20 years agoUnicode compilation fixes
George Tasker [Tue, 18 May 2004 01:55:15 +0000 (01:55 +0000)] 
Unicode compilation fixes

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

20 years agolastChar was defined as a char when it should have been an int
George Tasker [Tue, 18 May 2004 01:50:13 +0000 (01:50 +0000)] 
lastChar was defined as a char when it should have been an int

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

20 years agocalling FormatV seems to be correct, as we are already passing a va_list
Stefan Csomor [Mon, 17 May 2004 20:17:47 +0000 (20:17 +0000)] 
calling FormatV seems to be correct, as we are already passing a va_list

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

20 years agoreSWIGged
Robin Dunn [Mon, 17 May 2004 19:22:49 +0000 (19:22 +0000)] 
reSWIGged

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

20 years agoRemoved calls to wx.InitAllImageHandlers.
Robin Dunn [Mon, 17 May 2004 19:21:56 +0000 (19:21 +0000)] 
Removed calls to wx.InitAllImageHandlers.

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

20 years agoReplaced wx/lib/pubsub.py with a version that uses weak references to
Robin Dunn [Mon, 17 May 2004 19:20:49 +0000 (19:20 +0000)] 
Replaced wx/lib/pubsub.py with a version that uses weak references to
track the subscribers.  Thanks go to Oliver Schoenborn and Robb
Shecter.

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

20 years agoSubindent support added
Robin Dunn [Mon, 17 May 2004 19:20:00 +0000 (19:20 +0000)] 
Subindent support added

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

20 years agoDocstring fix
Robin Dunn [Mon, 17 May 2004 19:17:41 +0000 (19:17 +0000)] 
Docstring fix

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

20 years agowx.InitAllImageHandlers is now an empty function that does nothing but
Robin Dunn [Mon, 17 May 2004 19:16:17 +0000 (19:16 +0000)] 
wx.InitAllImageHandlers is now an empty function that does nothing but
exist for backwards compatibility.

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

20 years agowxMac should use /src/mac/carbon/spinctrl.cpp, applied some sizing
Robin Dunn [Mon, 17 May 2004 19:14:38 +0000 (19:14 +0000)] 
wxMac should use /src/mac/carbon/spinctrl.cpp, applied some sizing
layout fixes to that file, removed wxMac specific parts from the
generic wxSpinCtrl.

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

20 years agore-added filter (type-popup) support (lost after introducing long filename support...
Dimitri Schoolwerth [Mon, 17 May 2004 18:37:39 +0000 (18:37 +0000)] 
re-added filter (type-popup) support (lost after introducing long filename support, patch #846732)

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

20 years agoCheck for empty "widths"
Julian Smart [Mon, 17 May 2004 17:02:59 +0000 (17:02 +0000)] 
Check for empty "widths"

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

20 years agoadded missing include required for CW8 Carbon compilation
Dimitri Schoolwerth [Mon, 17 May 2004 16:16:24 +0000 (16:16 +0000)] 
added missing include required for CW8 Carbon compilation

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

20 years agoadding a few methods for selection handling in native combobox
Stefan Csomor [Mon, 17 May 2004 04:57:53 +0000 (04:57 +0000)] 
adding a few methods for selection handling in native combobox

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

20 years agoadding MPYield after releasing constructs like critical regions etc.
Stefan Csomor [Sun, 16 May 2004 19:32:01 +0000 (19:32 +0000)] 
adding MPYield after releasing constructs like critical regions etc.

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

20 years agoDon't call SetItemCmd for WXK_UP or WXK_RIGHT since these values
Julian Smart [Sun, 16 May 2004 18:11:21 +0000 (18:11 +0000)] 
Don't call SetItemCmd for WXK_UP or WXK_RIGHT since these values
have special significance, and cause indentation.

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

20 years agoFixed Cut&Waste error.
Stefan Neis [Sun, 16 May 2004 17:35:05 +0000 (17:35 +0000)] 
Fixed Cut&Waste error.

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

20 years agoFor OS/2 PM builds, check for type SPBCDATA in system headers.
Stefan Neis [Sun, 16 May 2004 13:12:58 +0000 (13:12 +0000)] 
For OS/2 PM builds, check for type SPBCDATA in system headers.

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

20 years agoWork-around for compilation problems on OS/2.
Stefan Neis [Sun, 16 May 2004 12:12:48 +0000 (12:12 +0000)] 
Work-around for compilation problems on OS/2.

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

20 years agoUpdated to intermediate version which should work with current bakefile status.
Stefan Neis [Sun, 16 May 2004 10:34:49 +0000 (10:34 +0000)] 
Updated to intermediate version which should work with current bakefile status.

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

20 years agoadapting for dual implementation native and composited
Stefan Csomor [Sun, 16 May 2004 09:03:38 +0000 (09:03 +0000)] 
adapting for dual implementation native and composited

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

20 years agoadapting for dual implementation native and composited
Stefan Csomor [Sun, 16 May 2004 06:54:25 +0000 (06:54 +0000)] 
adapting for dual implementation native and composited

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

20 years agoadded the correct spinctrl source file
Stefan Csomor [Sun, 16 May 2004 06:49:16 +0000 (06:49 +0000)] 
added the correct spinctrl source file

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

20 years agoadding pthreads mutex to possible wxMutex implementations
Stefan Csomor [Sun, 16 May 2004 05:48:27 +0000 (05:48 +0000)] 
adding pthreads mutex to possible wxMutex implementations

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

20 years agousing MPSleep also for non Darwin Targets
Stefan Csomor [Sun, 16 May 2004 05:46:53 +0000 (05:46 +0000)] 
using MPSleep also for non Darwin Targets

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

20 years agoA little cleanup
Robin Dunn [Sat, 15 May 2004 19:26:39 +0000 (19:26 +0000)] 
A little cleanup

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

20 years agoAdded test for smaller spinctrl
Robin Dunn [Sat, 15 May 2004 19:25:03 +0000 (19:25 +0000)] 
Added test for smaller spinctrl

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

20 years agoTweaks to the generic scpinctrl to handle layouts on wxMac better and
Robin Dunn [Sat, 15 May 2004 19:21:55 +0000 (19:21 +0000)] 
Tweaks to the generic scpinctrl to handle layouts on wxMac better and
fixed alignment of the spinbutton.  Also, since the generic spinctrl
is used then the generic header should be included.

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

20 years agosubdindented paragraphs support (patch 933436)
Vadim Zeitlin [Sat, 15 May 2004 18:17:14 +0000 (18:17 +0000)] 
subdindented paragraphs support  (patch 933436)

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

20 years ago Patch #952359 from ABX: contrib updates after wxHashTable and
Mattia Barbon [Sat, 15 May 2004 17:38:29 +0000 (17:38 +0000)] 
  Patch #952359 from ABX: contrib updates after wxHashTable and
other recent changes.

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

20 years ago The markup code for wxStaticText doesn't work.
Robert Roebling [Sat, 15 May 2004 17:33:46 +0000 (17:33 +0000)] 
 The markup code for wxStaticText doesn't work.

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

20 years ago wxUniversal compilation fix.
Mattia Barbon [Sat, 15 May 2004 16:56:16 +0000 (16:56 +0000)] 
  wxUniversal compilation fix.

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

20 years agowxMacWakeUp needs to be in wxBase
Robin Dunn [Sat, 15 May 2004 16:33:27 +0000 (16:33 +0000)] 
wxMacWakeUp needs to be in wxBase

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

20 years agoremoving code needed for cooperative threads
Stefan Csomor [Sat, 15 May 2004 16:29:13 +0000 (16:29 +0000)] 
removing code needed for cooperative threads

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

20 years agoreSWIGged
Robin Dunn [Sat, 15 May 2004 16:26:50 +0000 (16:26 +0000)] 
reSWIGged

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

20 years agofixes for rotated text
Stefan Csomor [Sat, 15 May 2004 15:13:54 +0000 (15:13 +0000)] 
fixes for rotated text

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

20 years ago Improve default size for wxGauge and wxChoice.
Robert Roebling [Sat, 15 May 2004 15:08:30 +0000 (15:08 +0000)] 
 Improve default size for wxGauge and wxChoice.

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

20 years agounicode conversion support for text dnd
Stefan Csomor [Sat, 15 May 2004 14:58:49 +0000 (14:58 +0000)] 
unicode conversion support for text dnd

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

20 years agounicode conversion support for dataobjects
Stefan Csomor [Sat, 15 May 2004 14:58:09 +0000 (14:58 +0000)] 
unicode conversion support for dataobjects

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

20 years agosupport for insets of native controls, sigh...
Stefan Csomor [Sat, 15 May 2004 14:57:00 +0000 (14:57 +0000)] 
support for insets of native controls, sigh...

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

20 years agoworaround latest sizer changes
Stefan Csomor [Sat, 15 May 2004 06:49:23 +0000 (06:49 +0000)] 
woraround latest sizer changes

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

20 years agoreSWIGged
Robin Dunn [Fri, 14 May 2004 22:18:25 +0000 (22:18 +0000)] 
reSWIGged

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

20 years agoCall PositionStatusBar from SetStatusBar
Robin Dunn [Fri, 14 May 2004 21:41:53 +0000 (21:41 +0000)] 
Call PositionStatusBar from SetStatusBar

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

20 years agoreSWIGged
Robin Dunn [Fri, 14 May 2004 21:38:16 +0000 (21:38 +0000)] 
reSWIGged

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

20 years agoAdd SetBestSize, GetDefaultAttributes and fixed ShouldInheritColours
Robin Dunn [Fri, 14 May 2004 21:37:26 +0000 (21:37 +0000)] 
Add SetBestSize, GetDefaultAttributes and fixed ShouldInheritColours

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

20 years agoDocstring fixes
Robin Dunn [Fri, 14 May 2004 21:31:33 +0000 (21:31 +0000)] 
Docstring fixes

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

20 years agoAccept old 'faceName' keyword arg
Robin Dunn [Fri, 14 May 2004 21:30:49 +0000 (21:30 +0000)] 
Accept old 'faceName' keyword arg

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

20 years agoFix docs for Bind
Robin Dunn [Fri, 14 May 2004 21:30:05 +0000 (21:30 +0000)] 
Fix docs for Bind

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

20 years agoChange the C name of my wxGetApp so it doesn't conflict if wxPython is
Robin Dunn [Fri, 14 May 2004 21:27:23 +0000 (21:27 +0000)] 
Change the C name of my wxGetApp so it doesn't conflict if wxPython is
linked statically with a C++ wxWidgets app.

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

20 years agoModules generated by SWIG can now have module docstrings.
Robin Dunn [Fri, 14 May 2004 21:25:33 +0000 (21:25 +0000)] 
Modules generated by SWIG can now have module docstrings.

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

20 years agoAdded a generic StaticBitmap class in wx.lib.statbmp for the same
Robin Dunn [Fri, 14 May 2004 21:22:39 +0000 (21:22 +0000)] 
Added a generic StaticBitmap class in wx.lib.statbmp for the same
reasons that stattext was created, so it could be mouse sensitive on
all platforms like normal windows.  Also updated stattext.py and
buttons.py to handle attribute (font & colour) defaults and
inheritance the new way.

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

20 years agoSmall mod
Julian Smart [Fri, 14 May 2004 19:01:23 +0000 (19:01 +0000)] 
Small mod

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

20 years agoPatch #952053, wxToggleButton gains WS_VISIBLE flag
Robin Dunn [Fri, 14 May 2004 18:09:19 +0000 (18:09 +0000)] 
Patch #952053, wxToggleButton gains WS_VISIBLE flag

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

20 years agowxMacWakeUp moved
Stefan Csomor [Fri, 14 May 2004 17:12:43 +0000 (17:12 +0000)] 
wxMacWakeUp moved

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

20 years agowxMacWakeUp moved
Stefan Csomor [Fri, 14 May 2004 15:29:59 +0000 (15:29 +0000)] 
wxMacWakeUp moved

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

20 years agofixes for file drops in unicode
Stefan Csomor [Fri, 14 May 2004 13:13:36 +0000 (13:13 +0000)] 
fixes for file drops in unicode

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

20 years agogcc warning
Stefan Csomor [Fri, 14 May 2004 12:49:09 +0000 (12:49 +0000)] 
gcc warning

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

20 years agoAdded include to get wxMacWakeUp
Julian Smart [Fri, 14 May 2004 10:11:39 +0000 (10:11 +0000)] 
Added include to get wxMacWakeUp

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

20 years agosupporting readonly and singleline attributes for non-mlte textrcontrol
Stefan Csomor [Fri, 14 May 2004 09:25:21 +0000 (09:25 +0000)] 
supporting readonly and singleline attributes for non-mlte textrcontrol

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

20 years agomoving wxMacWakeUp to utils, as macnotify will soon be removed
Stefan Csomor [Fri, 14 May 2004 09:19:09 +0000 (09:19 +0000)] 
moving wxMacWakeUp to utils, as macnotify will soon be removed

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

20 years agologging error instead of message box
Stefan Csomor [Fri, 14 May 2004 09:11:35 +0000 (09:11 +0000)] 
logging error instead of message box

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

20 years agoAdd a call to SetBestSize so the minsize can be set for sizers if an
Robin Dunn [Fri, 14 May 2004 06:29:41 +0000 (06:29 +0000)] 
Add a call to SetBestSize so the minsize can be set for sizers if an
initial size was given.

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

20 years agoUpdates for the Joystick demo to allow it to funciton on Linux where
Robin Dunn [Fri, 14 May 2004 02:53:19 +0000 (02:53 +0000)] 
Updates for the Joystick demo to allow it to funciton on Linux where
the min position values are negative.

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

20 years agoFixes so joystick not only compiles on Linux, but it actually works too!
Robin Dunn [Fri, 14 May 2004 02:52:05 +0000 (02:52 +0000)] 
Fixes so joystick not only compiles on Linux, but it actually works too!

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

20 years agoTake the hgap and vgap into account when doing alignments in grid
Robin Dunn [Thu, 13 May 2004 19:12:06 +0000 (19:12 +0000)] 
Take the hgap and vgap into account when doing alignments in grid
sizers.  The gap is not part of the "cell" so alignments should be
relative to the edge of the gap, not the next cell.

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

20 years agounicode support for mach-O targets in Metrowerks
Stefan Csomor [Thu, 13 May 2004 18:23:38 +0000 (18:23 +0000)] 
unicode support for mach-O targets in Metrowerks

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

20 years agonon-osx methods bracketed
Stefan Csomor [Thu, 13 May 2004 18:22:53 +0000 (18:22 +0000)] 
non-osx methods bracketed

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

20 years agoswitching to preemptive implementation (from mpthread.cpp)
Stefan Csomor [Thu, 13 May 2004 18:22:14 +0000 (18:22 +0000)] 
switching to preemptive implementation (from mpthread.cpp)

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

20 years agocorrected preproc condition
Stefan Csomor [Thu, 13 May 2004 18:21:13 +0000 (18:21 +0000)] 
corrected preproc condition

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

20 years agochanged ppc to ptpc as ppc is a preprocessor constant for PowerPC on Mac
Stefan Csomor [Thu, 13 May 2004 17:22:30 +0000 (17:22 +0000)] 
changed ppc to ptpc as ppc is a preprocessor constant for PowerPC on Mac

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

20 years agobracketing non OSX code
Stefan Csomor [Thu, 13 May 2004 16:50:54 +0000 (16:50 +0000)] 
bracketing non OSX code

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

20 years agounicode fix
Stefan Csomor [Thu, 13 May 2004 16:49:02 +0000 (16:49 +0000)] 
unicode fix

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

20 years agoadded missing includes required for CW8 Carbon compilation
Dimitri Schoolwerth [Thu, 13 May 2004 16:34:15 +0000 (16:34 +0000)] 
added missing includes required for CW8 Carbon compilation

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

20 years agoPatch #953131
Robin Dunn [Thu, 13 May 2004 16:16:07 +0000 (16:16 +0000)] 
Patch #953131

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

20 years agoPatch [ 952969 ] Parentless windows forced to center of screen
Robin Dunn [Thu, 13 May 2004 16:05:38 +0000 (16:05 +0000)] 
Patch [ 952969 ] Parentless windows forced to center of screen

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

20 years agoOGL typemap and OOR fixes
Robin Dunn [Thu, 13 May 2004 15:42:14 +0000 (15:42 +0000)] 
OGL typemap and OOR fixes

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

20 years agoBLOB fix - if the type for the BLOB column is SQL_C_CHAR, CbValue is now set to SQL_N...
George Tasker [Thu, 13 May 2004 02:04:51 +0000 (02:04 +0000)] 
BLOB fix - if the type for the BLOB column is SQL_C_CHAR, CbValue is now set to SQL_NTS to indicate that the data is null terminated.  It is strongly recommended to use SQL_C_BINARY for the BLOB type, not SQL_C_CHAR

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

20 years agoMore BLOB fixes
George Tasker [Thu, 13 May 2004 01:56:18 +0000 (01:56 +0000)] 
More BLOB fixes

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

20 years agoadded Portuguese (Brazilian) translations
Vadim Zeitlin [Wed, 12 May 2004 21:52:00 +0000 (21:52 +0000)] 
added Portuguese (Brazilian) translations

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

20 years agoSpelling typos fixed
George Tasker [Wed, 12 May 2004 21:33:00 +0000 (21:33 +0000)] 
Spelling typos fixed

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

20 years agoOpen curley braces '{' that were preceeded by a '\' were being incorrectly counted...
George Tasker [Wed, 12 May 2004 21:31:47 +0000 (21:31 +0000)] 
Open curley braces '{' that were preceeded by a '\' were being incorrectly counted as a mismatched left curley brace

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

20 years agoUpdates to match current class info
George Tasker [Wed, 12 May 2004 21:28:25 +0000 (21:28 +0000)] 
Updates to match current class info

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