]> git.saurik.com Git - wxWidgets.git/log
wxWidgets.git
17 years agoadded wxUSE_VARIANT guards
Vadim Zeitlin [Mon, 25 Sep 2006 12:55:25 +0000 (12:55 +0000)] 
added wxUSE_VARIANT guards

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

17 years agoWarning fixes.
Włodzimierz Skiba [Mon, 25 Sep 2006 12:42:18 +0000 (12:42 +0000)] 
Warning fixes.

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

17 years agorename OnResize() to OnSize() to avoid conflict with base class OnResize(void) virtual
Vadim Zeitlin [Mon, 25 Sep 2006 12:40:37 +0000 (12:40 +0000)] 
rename OnResize() to OnSize() to avoid conflict with base class OnResize(void) virtual

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

17 years agouse _snprintf() in system_sprintf() for the compilers which have it; really fix warni...
Vadim Zeitlin [Mon, 25 Sep 2006 12:27:26 +0000 (12:27 +0000)] 
use _snprintf() in system_sprintf() for the compilers which have it; really fix warning about unused maxlen in wxPrintfConvSpec::ReplaceAsteriskWith()

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

17 years agoThe Great wxRegion Refactoring:
Vadim Zeitlin [Mon, 25 Sep 2006 11:47:23 +0000 (11:47 +0000)] 
The Great wxRegion Refactoring:

1. added wxRegionBase class and derive all wxRegions from it
2. also added wxRegionWithCombine for the ports providing Combine() method
   (MSW, OS2 and Mac) to reduce code duplication further
3. made sure region comparison works the same way in all ports (except those
   not implementing it) and added IsEqual() method

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

17 years agoadd wxTLW::UseNativeDecorations[ByDefault]() to allow the programmer to control wheth...
Vadim Zeitlin [Mon, 25 Sep 2006 11:46:58 +0000 (11:46 +0000)] 
add wxTLW::UseNativeDecorations[ByDefault]() to allow the programmer to control whether windows use native or custom decorations

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

17 years agofix TLW borders width in mono theme
Vadim Zeitlin [Mon, 25 Sep 2006 11:24:42 +0000 (11:24 +0000)] 
fix TLW borders width in mono theme

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

17 years agodon't allocate backbuffer for dummy surfaces
Václav Slavík [Mon, 25 Sep 2006 08:01:36 +0000 (08:01 +0000)] 
don't allocate backbuffer for dummy surfaces

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

17 years agoreduce the number of repaintings by repaiting (rect) union of all invalidated areas...
Václav Slavík [Mon, 25 Sep 2006 07:55:51 +0000 (07:55 +0000)] 
reduce the number of repaintings by repaiting (rect) union of all invalidated areas instead of iterating over every Refresh() request including duplicate ones

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

17 years agoFixed LoadFile typo
Julian Smart [Mon, 25 Sep 2006 07:11:59 +0000 (07:11 +0000)] 
Fixed LoadFile typo

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

17 years agohandle starting out with multiple lines of text.
Robin Dunn [Mon, 25 Sep 2006 04:58:32 +0000 (04:58 +0000)] 
handle starting out with multiple lines of text.

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

17 years agooops, restored accidentally deleted functions in last commit
Vadim Zeitlin [Sun, 24 Sep 2006 15:39:19 +0000 (15:39 +0000)] 
oops, restored accidentally deleted functions in last commit

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

17 years agoget rid of wxUSE_CHECKBOXES_IN_MULTI_SEL_TREE code, it's never used and just makes...
Vadim Zeitlin [Sun, 24 Sep 2006 15:31:19 +0000 (15:31 +0000)] 
get rid of wxUSE_CHECKBOXES_IN_MULTI_SEL_TREE code, it's never used and just makes the code which is used more difficult to read

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

17 years agomake log messages more readable
Vadim Zeitlin [Sun, 24 Sep 2006 15:24:19 +0000 (15:24 +0000)] 
make log messages more readable

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

17 years agoImprove the error messages slightly.
Michael Wetherell [Sun, 24 Sep 2006 13:59:57 +0000 (13:59 +0000)] 
Improve the error messages slightly.

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

17 years ago1. fixed many warnings about implicit double to int conversions in newly
Vadim Zeitlin [Sun, 24 Sep 2006 13:58:52 +0000 (13:58 +0000)] 
1. fixed many warnings about implicit double to int conversions in newly
   checked in "advanced" image manipulation stuff
   (could we please avoid checking in the code with warnings?)
2. tried to simplify the new code a little, but much remains to be done,
   in particular it seems obvious that BlurVertical/Horizontal() must be
   refactored to avoid duplicating each other
3. reformatted (avoid jumbo lines, removed unnecessary double casts, declare
   the variables at the point of use, ...)

Hope this didn't break anything but as there are no tests it's really hard to
find out how was this supposed to behave.

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

17 years agomove wxBitmapComboBox dependency check to wx/chkconf.h where it belongs
Vadim Zeitlin [Sun, 24 Sep 2006 13:18:23 +0000 (13:18 +0000)] 
move wxBitmapComboBox dependency check to wx/chkconf.h where it belongs

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

17 years agoAdded wxUSE_VARIANT and the related checks, also added wxUSE_OLE_AUTOMATION
Vadim Zeitlin [Sun, 24 Sep 2006 13:12:56 +0000 (13:12 +0000)] 
Added wxUSE_VARIANT and the related checks, also added wxUSE_OLE_AUTOMATION
to guard wxAutomationObject code which depends on wxVariant

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

17 years agouse wxRect::Contains(), not Inside() (fixes compilation for WXWIN_COMPATIBILITY_2_6==0
Vadim Zeitlin [Sun, 24 Sep 2006 13:09:46 +0000 (13:09 +0000)] 
use wxRect::Contains(), not Inside() (fixes compilation for WXWIN_COMPATIBILITY_2_6==0

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

17 years ago Same problem for blurring functions.
Robert Roebling [Sun, 24 Sep 2006 12:52:24 +0000 (12:52 +0000)] 
  Same problem for blurring functions.

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

17 years ago Mention the problem with mask colour and blurring.
Robert Roebling [Sun, 24 Sep 2006 12:50:48 +0000 (12:50 +0000)] 
  Mention the problem with mask colour and blurring.

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

17 years ago [ 1537065 ] wxImage: Higher quality scaling/sampling
Robert Roebling [Sun, 24 Sep 2006 12:47:16 +0000 (12:47 +0000)] 
  [ 1537065 ] wxImage: Higher quality scaling/sampling

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

17 years agoForward port test case that corrupts archives to see if they can crash an input stream.
Michael Wetherell [Sun, 24 Sep 2006 11:52:53 +0000 (11:52 +0000)] 
Forward port test case that corrupts archives to see if they can crash an input stream.

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

17 years agoAdded DoLoadFile, DoSaveFile to wxTextCtrlBase
Julian Smart [Sun, 24 Sep 2006 11:40:33 +0000 (11:40 +0000)] 
Added DoLoadFile, DoSaveFile to wxTextCtrlBase

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

17 years ago Added test to reproduce [ 1541148 ] wxTreeCtrol: crash if right mouse click
Robert Roebling [Sun, 24 Sep 2006 11:13:17 +0000 (11:13 +0000)] 
  Added test to reproduce [ 1541148 ] wxTreeCtrol: crash if right mouse click
  The MSW tree control sends a series of invalid events.

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

17 years agoadded wxSize::IncBy() and DecBy() methods
Vadim Zeitlin [Sun, 24 Sep 2006 11:08:51 +0000 (11:08 +0000)] 
added wxSize::IncBy() and DecBy() methods

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

17 years ago Fixed [ 1561693 ] wxGIFDecoder creates incorrect wxPalette
Robert Roebling [Sun, 24 Sep 2006 10:54:12 +0000 (10:54 +0000)] 
  Fixed [ 1561693 ] wxGIFDecoder creates incorrect wxPalette

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

17 years ago Updated wxPallete information.
Robert Roebling [Sun, 24 Sep 2006 10:27:12 +0000 (10:27 +0000)] 
  Updated wxPallete information.
  Added GetColourCount() implementation to Carbon (I wonder
    why it doesnt just use the generic implementation).

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

17 years ago [ 1563875 ] wxTreeCtrl::FindItem asserts when item not found
Robert Roebling [Sun, 24 Sep 2006 10:06:02 +0000 (10:06 +0000)] 
  [ 1563875 ] wxTreeCtrl::FindItem asserts when item not found

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

17 years agokDataBrowserListViewNoGapForIconInHeaderButton not defined on Panther.
Kevin Ollivier [Sun, 24 Sep 2006 04:18:00 +0000 (04:18 +0000)] 
kDataBrowserListViewNoGapForIconInHeaderButton not defined on Panther.

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

17 years agoremove superfluous assert
Robin Dunn [Sun, 24 Sep 2006 00:39:49 +0000 (00:39 +0000)] 
remove superfluous assert

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

17 years agoNew names for some ArtProvider methods
Robin Dunn [Sat, 23 Sep 2006 23:26:08 +0000 (23:26 +0000)] 
New names for some ArtProvider methods

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

17 years agoMore bakfile changes needed for bmpcbox. Rebaked.
Robin Dunn [Sat, 23 Sep 2006 22:54:16 +0000 (22:54 +0000)] 
More bakfile changes needed for bmpcbox.  Rebaked.

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

17 years ago1. deprecate redundantly sounding wxArtProvider::FooProvider() to just Foo()
Vadim Zeitlin [Sat, 23 Sep 2006 20:16:18 +0000 (20:16 +0000)] 
1. deprecate redundantly sounding wxArtProvider::FooProvider() to just Foo()
2. wxArtProvider::Remove() now really only removes the provider without
   deleting it, Delete() does delete it
3. moreover, ~wxArtProvider removes the provider as well so there is almost
   no need to call Delete() explicitly any more

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

17 years agochanged the catalogs lookup back to the old behaviour of searching LC_MESSAGES subdir...
Václav Slavík [Sat, 23 Sep 2006 18:44:23 +0000 (18:44 +0000)] 
changed the catalogs lookup back to the old behaviour of searching LC_MESSAGES subdirectory on all platforms: the change that made this Unix-only (rev.180) silently broke old applications

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

17 years agorenamed GetMsgCatalogSubdir to *Subdirs to make it clear it may return more than...
Václav Slavík [Sat, 23 Sep 2006 18:39:28 +0000 (18:39 +0000)] 
renamed GetMsgCatalogSubdir to *Subdirs to make it clear it may return more than one path and documented this in its comment

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

17 years agoadded comment clarifying the meaning of DoMoveWindow's x and y arguments
Václav Slavík [Sat, 23 Sep 2006 17:25:46 +0000 (17:25 +0000)] 
added comment clarifying the meaning of DoMoveWindow's x and y arguments

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

17 years agofixed client<->window coords translations in DoMoveWindow and DoSetSize
Václav Slavík [Sat, 23 Sep 2006 17:23:25 +0000 (17:23 +0000)] 
fixed client<->window coords translations in DoMoveWindow and DoSetSize

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

17 years agoregenrated after removing imaglist.cpp from GTK and Motif sources
Vadim Zeitlin [Sat, 23 Sep 2006 17:06:35 +0000 (17:06 +0000)] 
regenrated after removing imaglist.cpp from GTK and Motif sources

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

17 years agoadded src/xrc/xh_bmpbt.cpp (how comes it was in Makefile but not here?)
Vadim Zeitlin [Sat, 23 Sep 2006 16:57:16 +0000 (16:57 +0000)] 
added src/xrc/xh_bmpbt.cpp (how comes it was in Makefile but not here?)

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

17 years agoremove generic/imaglist.cpp from GTK|MOTIF_SRC now that it is in XWIN_LOWLEVEL_SRC...
Vadim Zeitlin [Sat, 23 Sep 2006 16:44:04 +0000 (16:44 +0000)] 
remove generic/imaglist.cpp from GTK|MOTIF_SRC now that it is in XWIN_LOWLEVEL_SRC already included in them

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

17 years ago [ 1564062 ] wxComboCtrl popup height fix
Robert Roebling [Sat, 23 Sep 2006 16:17:45 +0000 (16:17 +0000)] 
  [ 1564062 ] wxComboCtrl popup height fix

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

17 years ago [ 1564113 ] wxComboCtrl and wxODComboBox documentation update
Robert Roebling [Sat, 23 Sep 2006 16:16:08 +0000 (16:16 +0000)] 
  [ 1564113 ] wxComboCtrl and wxODComboBox documentation update

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

17 years ago Typo.
Robert Roebling [Sat, 23 Sep 2006 10:01:05 +0000 (10:01 +0000)] 
  Typo.

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

17 years ago Implememt GetColoursCount() in the generic wxPalette.
Robert Roebling [Sat, 23 Sep 2006 09:54:11 +0000 (09:54 +0000)] 
  Implememt GetColoursCount() in the generic wxPalette.

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

17 years ago Compilo.
Robert Roebling [Sat, 23 Sep 2006 09:47:14 +0000 (09:47 +0000)] 
  Compilo.

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

17 years ago [ 1557935 ] wxPalette::GetColoursCount implementation
Robert Roebling [Sat, 23 Sep 2006 09:35:09 +0000 (09:35 +0000)] 
  [ 1557935 ] wxPalette::GetColoursCount implementation
     I commited the version which MSDN claims to be
     available since Windows 95. No idea why MFC
     doesn't use it.

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

17 years ago Updated Makefile.in after wxBitmapComboBox addition.
Robert Roebling [Sat, 23 Sep 2006 09:19:16 +0000 (09:19 +0000)] 
  Updated Makefile.in after wxBitmapComboBox addition.

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

17 years ago [ 1559479 ] wxImageComboBox
Robert Roebling [Sat, 23 Sep 2006 09:14:49 +0000 (09:14 +0000)] 
  [ 1559479 ] wxImageComboBox
    Actually wxBitmapComboBox. Also commited configure.
    Not yet updated Makefiles.

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

17 years ago [ 1560860 ] wxComboCtrl EVT_TEXT filtering.
Robert Roebling [Sat, 23 Sep 2006 09:04:25 +0000 (09:04 +0000)] 
  [ 1560860 ] wxComboCtrl EVT_TEXT filtering.

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

17 years ago Reset m_oldValue of after ::SetValue().
Robert Roebling [Sat, 23 Sep 2006 09:00:17 +0000 (09:00 +0000)] 
  Reset m_oldValue of after ::SetValue().

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

17 years agoAdded wx.lib.expando, a multi-line textctrl that exands as more lines
Robin Dunn [Sat, 23 Sep 2006 04:15:20 +0000 (04:15 +0000)] 
Added wx.lib.expando, a multi-line textctrl that exands as more lines
are needed.

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

17 years agoFix my last fix. The method is pure virtual in the base class so it
Robin Dunn [Fri, 22 Sep 2006 22:55:55 +0000 (22:55 +0000)] 
Fix my last fix.  The method is pure virtual in the base class so it
can't be fully removed.

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

17 years agoRemove the wxVariantDataString::Read method since the >> operator it
Robin Dunn [Fri, 22 Sep 2006 21:55:03 +0000 (21:55 +0000)] 
Remove the wxVariantDataString::Read method since the >> operator it
depends on has been removed.

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

17 years agoPatch from Tim Kosse to allow virtual list ctrl to work when using the
Robin Dunn [Fri, 22 Sep 2006 21:47:57 +0000 (21:47 +0000)] 
Patch from Tim Kosse to allow virtual list ctrl to work when using the
generic control

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

17 years agoadd some properties
Robin Dunn [Fri, 22 Sep 2006 21:46:26 +0000 (21:46 +0000)] 
add some properties

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

17 years agodocstring fix
Robin Dunn [Fri, 22 Sep 2006 21:45:25 +0000 (21:45 +0000)] 
docstring fix

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

17 years agoCatch WXK_NUMPAD_DELETE and WXK_NUMPAD_INSERT too
Robin Dunn [Fri, 22 Sep 2006 21:19:45 +0000 (21:19 +0000)] 
Catch WXK_NUMPAD_DELETE and WXK_NUMPAD_INSERT too

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

17 years agoFixing SetColumnWidth and selection handling, attempt at fixing ClearAll(), and initi...
Kevin Ollivier [Fri, 22 Sep 2006 17:37:01 +0000 (17:37 +0000)] 
Fixing SetColumnWidth and selection handling, attempt at fixing ClearAll(), and initial impl. for EditLabel / EndEditLabel.

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

17 years agoWhen autosizing a row or column (AutoSize____), use GetMultiLineTextExtent to determ...
Kevin Hock [Fri, 22 Sep 2006 17:20:40 +0000 (17:20 +0000)] 
When autosizing a row or column (AutoSize____), use  GetMultiLineTextExtent to determine header size. Otherwise, the column header widths are artificially inflated, and row header heights are not high enough.

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

17 years agotypo
Stefan Csomor [Fri, 22 Sep 2006 14:46:23 +0000 (14:46 +0000)] 
typo

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

17 years agofurther encapsulation of graphics context, wxdc becoming 'generic'
Stefan Csomor [Fri, 22 Sep 2006 14:28:15 +0000 (14:28 +0000)] 
further encapsulation of graphics context, wxdc becoming 'generic'

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

17 years agoallow access to wxWindow*
Stefan Csomor [Fri, 22 Sep 2006 14:25:23 +0000 (14:25 +0000)] 
allow access to wxWindow*

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

17 years agoextending graphics context encapsulation
Stefan Csomor [Fri, 22 Sep 2006 14:19:05 +0000 (14:19 +0000)] 
extending graphics context encapsulation

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

17 years agoextending graphics context encapsulation
Stefan Csomor [Fri, 22 Sep 2006 14:10:51 +0000 (14:10 +0000)] 
extending graphics context encapsulation

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

17 years ago Update OpenVMS make files
Jouk Jansen [Fri, 22 Sep 2006 13:04:18 +0000 (13:04 +0000)] 
  Update OpenVMS make files

 Modified Files:
  wxWidgets/setup.h_vms wxWidgets/src/common/descrip.mms
  wxWidgets/src/gtk1/descrip.mms wxWidgets/src/motif/descrip.mms
  wxWidgets/src/univ/descrip.mms

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

17 years agoimplemented SetFocus
Václav Slavík [Fri, 22 Sep 2006 06:55:08 +0000 (06:55 +0000)] 
implemented SetFocus

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

17 years agodon't release the DC which we don't own in wxUSE_UXTHEME case
Vadim Zeitlin [Fri, 22 Sep 2006 00:50:53 +0000 (00:50 +0000)] 
don't release the DC which we don't own in wxUSE_UXTHEME case

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

17 years agoreSWIGged
Robin Dunn [Thu, 21 Sep 2006 22:51:09 +0000 (22:51 +0000)] 
reSWIGged

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

17 years agodisown wxPyXmlResourceHandler
Robin Dunn [Thu, 21 Sep 2006 22:45:15 +0000 (22:45 +0000)] 
disown wxPyXmlResourceHandler

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

17 years agoUse the generic listctrl on Mac by default until it gets up to par
Robin Dunn [Thu, 21 Sep 2006 22:44:13 +0000 (22:44 +0000)] 
Use the generic listctrl on Mac by default until it gets up to par

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

17 years agos_macSupportPCMenuShortcuts no longer exists
Robin Dunn [Thu, 21 Sep 2006 22:42:45 +0000 (22:42 +0000)] 
s_macSupportPCMenuShortcuts no longer exists

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

17 years agofix unescaped underscores
Vadim Zeitlin [Thu, 21 Sep 2006 21:00:00 +0000 (21:00 +0000)] 
fix unescaped underscores

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

17 years agofix incorrect \param usage
Vadim Zeitlin [Thu, 21 Sep 2006 20:57:19 +0000 (20:57 +0000)] 
fix incorrect \param usage

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

17 years agofixed unmatched braces
Vadim Zeitlin [Thu, 21 Sep 2006 20:52:49 +0000 (20:52 +0000)] 
fixed unmatched braces

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

17 years agoAdd support for aborting the worker thread
Robin Dunn [Thu, 21 Sep 2006 19:14:02 +0000 (19:14 +0000)] 
Add support for aborting the worker thread

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

17 years agoput remaining toolbars-related methods into #if wxUSE_TOOLBAR
Václav Slavík [Thu, 21 Sep 2006 17:30:07 +0000 (17:30 +0000)] 
put remaining toolbars-related methods into #if wxUSE_TOOLBAR

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

17 years agouse the MSVC 7.1 DLLs for python versions >= 2.4, not ==
Robin Dunn [Thu, 21 Sep 2006 17:01:28 +0000 (17:01 +0000)] 
use the MSVC 7.1 DLLs for python versions >= 2.4, not ==

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

17 years agoreSWIGged
Robin Dunn [Thu, 21 Sep 2006 17:00:37 +0000 (17:00 +0000)] 
reSWIGged

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

17 years agoSeveral methods dropped the const from their signature
Robin Dunn [Thu, 21 Sep 2006 16:59:50 +0000 (16:59 +0000)] 
Several methods dropped the const from their signature

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

17 years agoUse GridNameStr
Robin Dunn [Thu, 21 Sep 2006 16:59:08 +0000 (16:59 +0000)] 
Use GridNameStr

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

17 years agonew wxCONTROL constants
Robin Dunn [Thu, 21 Sep 2006 16:58:11 +0000 (16:58 +0000)] 
new wxCONTROL constants

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

17 years agoAdd comment about additional forms of Inflate(). Decide what to do
Robin Dunn [Thu, 21 Sep 2006 16:57:35 +0000 (16:57 +0000)] 
Add comment about additional forms of Inflate().  Decide what to do
about them later.

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

17 years agoImport numpy.oldnumeric
Robin Dunn [Thu, 21 Sep 2006 16:56:50 +0000 (16:56 +0000)] 
Import numpy.oldnumeric

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

17 years agosend wxChildFocusEvent
Václav Slavík [Thu, 21 Sep 2006 16:09:21 +0000 (16:09 +0000)] 
send wxChildFocusEvent

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

17 years agofixed DrawText to use text colours instead of pen+brush colours
Václav Slavík [Thu, 21 Sep 2006 12:56:28 +0000 (12:56 +0000)] 
fixed DrawText to use text colours instead of pen+brush colours

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

17 years agoPCH build fixes.
Włodzimierz Skiba [Thu, 21 Sep 2006 10:22:31 +0000 (10:22 +0000)] 
PCH build fixes.

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

17 years agohide the caret before setting m_updateRegion: produces small flicker, but works
Václav Slavík [Thu, 21 Sep 2006 10:13:42 +0000 (10:13 +0000)] 
hide the caret before setting m_updateRegion: produces small flicker, but works

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

17 years agocleanup
Stefan Csomor [Thu, 21 Sep 2006 06:27:58 +0000 (06:27 +0000)] 
cleanup

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

17 years agoPCH build fix.
Włodzimierz Skiba [Thu, 21 Sep 2006 05:49:00 +0000 (05:49 +0000)] 
PCH build fix.

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

17 years agogetting out for 'addded' events early enough
Stefan Csomor [Thu, 21 Sep 2006 05:38:12 +0000 (05:38 +0000)] 
getting out for 'addded' events early enough

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

17 years agoremoved operator>>(istream&, wxString&) -- it's better to not have it at all than...
Vadim Zeitlin [Wed, 20 Sep 2006 23:59:17 +0000 (23:59 +0000)] 
removed operator>>(istream&, wxString&) -- it's better to not have it at all than have an empty function which compiles but doesn't work

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

17 years agoRemove instances where wxGenericImageList is included directly.
Kevin Ollivier [Wed, 20 Sep 2006 23:33:47 +0000 (23:33 +0000)] 
Remove instances where wxGenericImageList is included directly.

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

17 years agomake colours of the selected text inversed
Vadim Zeitlin [Wed, 20 Sep 2006 23:10:18 +0000 (23:10 +0000)] 
make colours of the selected text inversed

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

17 years agoadd more virtual border drawing functions used by frame decorations code
Vadim Zeitlin [Wed, 20 Sep 2006 23:09:08 +0000 (23:09 +0000)] 
add more virtual border drawing functions used by frame decorations code

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

17 years agocentre frame decoration bitmaps in their buttons
Vadim Zeitlin [Wed, 20 Sep 2006 22:55:04 +0000 (22:55 +0000)] 
centre frame decoration bitmaps in their buttons

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

17 years agoremoved stubs for frame decorations drawing
Vadim Zeitlin [Wed, 20 Sep 2006 22:52:47 +0000 (22:52 +0000)] 
removed stubs for frame decorations drawing

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

17 years agomove frame decorations drawing to the base class
Vadim Zeitlin [Wed, 20 Sep 2006 22:49:57 +0000 (22:49 +0000)] 
move frame decorations drawing to the base class

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

17 years agofix infinite recursion in DrawStatusField() after latest changes
Vadim Zeitlin [Wed, 20 Sep 2006 22:41:49 +0000 (22:41 +0000)] 
fix infinite recursion in DrawStatusField() after latest changes

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

17 years agoonly include generic imaglist.{cpp|h} in the ports which don't have the native version
Vadim Zeitlin [Wed, 20 Sep 2006 21:20:18 +0000 (21:20 +0000)] 
only include generic imaglist.{cpp|h} in the ports which don't have the native version

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