wxWidgets.git
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

17 years agoadded stubs for the missing functions, this theme links now
Vadim Zeitlin [Wed, 20 Sep 2006 17:25:40 +0000 (17:25 +0000)] 
added stubs for the missing functions, this theme links now

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

17 years agomove generic part of AdjustSize() and status bar methods to the base class
Vadim Zeitlin [Wed, 20 Sep 2006 17:24:29 +0000 (17:24 +0000)] 
move generic part of AdjustSize() and status bar methods to the base class

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

17 years agoadd Inflate(wxSize) overload
Vadim Zeitlin [Wed, 20 Sep 2006 17:20:10 +0000 (17:20 +0000)] 
add Inflate(wxSize) overload

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

17 years agodefine wxCONTROL_SIZEGRIP as another possible interpretation of wxCONTROL_SPECIAL bit
Vadim Zeitlin [Wed, 20 Sep 2006 17:15:52 +0000 (17:15 +0000)] 
define wxCONTROL_SIZEGRIP as another possible interpretation of wxCONTROL_SPECIAL bit

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

17 years agofirst compilable version of the mono theme, replacing the accidentally checked in...
Vadim Zeitlin [Wed, 20 Sep 2006 15:57:36 +0000 (15:57 +0000)] 
first compilable version of the mono theme, replacing the accidentally checked in previous revision

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

17 years agopreliminary editing support
Stefan Csomor [Wed, 20 Sep 2006 15:48:15 +0000 (15:48 +0000)] 
preliminary editing support

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

17 years agomoved Arrow_ constants to the base class
Vadim Zeitlin [Wed, 20 Sep 2006 15:38:18 +0000 (15:38 +0000)] 
moved Arrow_ constants to the base class

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

17 years agoundoing my duplicate efforts to solve the same problem ...
Stefan Csomor [Wed, 20 Sep 2006 15:37:25 +0000 (15:37 +0000)] 
undoing my duplicate efforts to solve the same problem ...

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

17 years agoadding support for listctrl editable columns
Stefan Csomor [Wed, 20 Sep 2006 15:33:06 +0000 (15:33 +0000)] 
adding support for listctrl editable columns

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

17 years agoadding support for listctrl editable columns
Stefan Csomor [Wed, 20 Sep 2006 15:29:58 +0000 (15:29 +0000)] 
adding support for listctrl editable columns

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

17 years agotype corrections, adding support for listctrl editable columns
Stefan Csomor [Wed, 20 Sep 2006 15:27:20 +0000 (15:27 +0000)] 
type corrections, adding support for listctrl editable columns

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

17 years agorefactored common parts of DrawItem() in the base class; implemented GetTextTotal...
Vadim Zeitlin [Wed, 20 Sep 2006 14:51:14 +0000 (14:51 +0000)] 
refactored common parts of DrawItem() in the base class; implemented GetTextTotal/ClientArea() there as well

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

17 years ago [ 1505048 ] wxHtml rendering of underlined text
Robert Roebling [Wed, 20 Sep 2006 14:18:15 +0000 (14:18 +0000)] 
  [ 1505048 ] wxHtml rendering of underlined text
   by using a Pango hack to make it underline leading
   space and trailing space. recognized as a Pango
   bug fixed in recent Pango.

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

17 years ago Made MSW wxSpinCtrl emit UPDATE event when validating
Robert Roebling [Wed, 20 Sep 2006 14:15:14 +0000 (14:15 +0000)] 
 Made MSW wxSpinCtrl emit UPDATE event when validating
   the value in the text field upon kill focus.
 Documented this behaviour.
 This is in line with the GTK+ control.

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

17 years agocorrected ifdef condition
Vadim Zeitlin [Wed, 20 Sep 2006 13:15:58 +0000 (13:15 +0000)] 
corrected ifdef condition

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

17 years agoFix label positioning when text is LTR.
Jamie Gadd [Wed, 20 Sep 2006 12:05:49 +0000 (12:05 +0000)] 
Fix label positioning when text is LTR.

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

17 years agoReverted last change
Julian Smart [Wed, 20 Sep 2006 08:17:13 +0000 (08:17 +0000)] 
Reverted last change

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

17 years agolast change broke seting the surface in the common case, fixed (and reorganized the...
Václav Slavík [Wed, 20 Sep 2006 08:09:51 +0000 (08:09 +0000)] 
last change broke seting the surface in the common case, fixed (and reorganized the code a bit)

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

17 years ago Fixed [ 1556843 ] wxGTK FindFocus returns NULL when a wxListBox is focused
Robert Roebling [Wed, 20 Sep 2006 08:08:53 +0000 (08:08 +0000)] 
  Fixed [ 1556843 ] wxGTK FindFocus returns NULL when a wxListBox is focused

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

17 years agoImproved handling of column widths, removed need for hidden column for sorting, and...
Kevin Ollivier [Tue, 19 Sep 2006 22:09:41 +0000 (22:09 +0000)] 
Improved handling of column widths, removed need for hidden column for sorting, and put in a stub for editing support.

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

17 years ago Fixed [ 1558015 ] No deselection event from wxGenericTreeCtrl::SelectItem()
Robert Roebling [Tue, 19 Sep 2006 18:18:26 +0000 (18:18 +0000)] 
  Fixed [ 1558015 ] No deselection event from wxGenericTreeCtrl::SelectItem()

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

17 years ago More tests for circles and arcs.
Robert Roebling [Tue, 19 Sep 2006 17:58:22 +0000 (17:58 +0000)] 
  More tests for circles and arcs.

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

17 years ago Fixed [ wxwindows-Bugs-1556877 ] Draw arcs are showed like a pie
Robert Roebling [Tue, 19 Sep 2006 17:56:27 +0000 (17:56 +0000)] 
  Fixed [ wxwindows-Bugs-1556877 ] Draw arcs are showed like a pie

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

17 years ago [ 1557284 ] wxGenericComboControl -> wxGenericComboCtrl
Robert Roebling [Tue, 19 Sep 2006 17:29:45 +0000 (17:29 +0000)] 
  [ 1557284 ] wxGenericComboControl -> wxGenericComboCtrl

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