]> git.saurik.com Git - wxWidgets.git/log
wxWidgets.git
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

17 years ago 1552971 ] Add flag for wxODComboBox::OnDrawItem to indicate selection
Robert Roebling [Tue, 19 Sep 2006 17:16:50 +0000 (17:16 +0000)] 
   1552971 ] Add flag for wxODComboBox::OnDrawItem to indicate selection

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

17 years agoHandle cases where an index larger than GetItemCount() is passed into InsertItem.
Kevin Ollivier [Tue, 19 Sep 2006 17:08:36 +0000 (17:08 +0000)] 
Handle cases where an index larger than GetItemCount() is passed into InsertItem.

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

17 years agoBetter compatibility between wxRichTextCtrl and wxTextCtrlBase
Julian Smart [Tue, 19 Sep 2006 17:06:54 +0000 (17:06 +0000)] 
Better compatibility between wxRichTextCtrl and wxTextCtrlBase

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

17 years agoBuild fix.
Włodzimierz Skiba [Tue, 19 Sep 2006 16:30:15 +0000 (16:30 +0000)] 
Build fix.

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

17 years ago'configtool' removal.
Włodzimierz Skiba [Tue, 19 Sep 2006 15:37:21 +0000 (15:37 +0000)] 
'configtool' removal.

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

17 years agofixed shutdown crashes after recent handlers creation changes
Václav Slavík [Tue, 19 Sep 2006 15:22:39 +0000 (15:22 +0000)] 
fixed shutdown crashes after recent handlers creation changes

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

17 years agofixes to wxWindowDC flipping+clipping when painting on hidden windows or windows...
Václav Slavík [Tue, 19 Sep 2006 14:14:21 +0000 (14:14 +0000)] 
fixes to wxWindowDC flipping+clipping when painting on hidden windows or windows not being painted at the moment

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

17 years agoCorrections to take into account that range in the API has an end position
Julian Smart [Tue, 19 Sep 2006 13:47:32 +0000 (13:47 +0000)] 
Corrections to take into account that range in the API has an end position
that is 1 more than the last affected position

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

17 years agofixed TLWs resizing to invalidate the DFB surface used for painting
Václav Slavík [Tue, 19 Sep 2006 13:07:46 +0000 (13:07 +0000)] 
fixed TLWs resizing to invalidate the DFB surface used for painting

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

17 years ago Include "xrc" support properly for OpenVMS
Jouk Jansen [Tue, 19 Sep 2006 11:59:21 +0000 (11:59 +0000)] 
 Include "xrc" support properly for OpenVMS

 Modified Files:
wxWidgets/descrip.mms wxWidgets/setup.h_vms
  wxWidgets/lib/VMS_GTK2.OPT wxWidgets/lib/VMS_X11_UNIV.OPT
  wxWidgets/lib/vms_gtk.opt wxWidgets/src/common/descrip.mms
  wxWidgets/src/generic/descrip.mms
  wxWidgets/src/gtk1/descrip.mms wxWidgets/src/motif/descrip.mms
  wxWidgets/src/xrc/descrip.mms
 Added Files:
  wxWidgets/samples/xrc/descrip.mms

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

17 years agoadd if wxUSE_NOTEBOOK around notebook-only renderer methods
Vadim Zeitlin [Tue, 19 Sep 2006 11:40:40 +0000 (11:40 +0000)] 
add if wxUSE_NOTEBOOK around notebook-only renderer methods

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

17 years agoFix a few warnings that appear with -Wextra (unused parameters where WXUNUSED is...
Mart Raudsepp [Tue, 19 Sep 2006 11:35:41 +0000 (11:35 +0000)] 
Fix a few warnings that appear with -Wextra (unused parameters where WXUNUSED is already used for other parameters
for the same function, and some GTypeInfo initializations)

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

17 years ago Another RTL fix.
Robert Roebling [Tue, 19 Sep 2006 10:42:42 +0000 (10:42 +0000)] 
  Another RTL fix.

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

17 years ago Give wxGrid its own string name for easier debugging.
Robert Roebling [Tue, 19 Sep 2006 10:28:23 +0000 (10:28 +0000)] 
  Give wxGrid its own string name for easier debugging.

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

17 years ago Fix scrolling bug where client size was reported wrong
Robert Roebling [Tue, 19 Sep 2006 10:22:20 +0000 (10:22 +0000)] 
  Fix scrolling bug where client size was reported wrong
    when the scrollbar size was not subtracted when
    using a targetwindow != this.

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

17 years agorebaked after listctrl/imagelist and wxUniv changes
Vadim Zeitlin [Mon, 18 Sep 2006 23:26:55 +0000 (23:26 +0000)] 
rebaked after listctrl/imagelist and wxUniv changes

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

17 years agorefactor some existing themes methods in a new base wxStdRenderer class (before addin...
Vadim Zeitlin [Mon, 18 Sep 2006 23:09:42 +0000 (23:09 +0000)] 
refactor some existing themes methods in a new base wxStdRenderer class (before adding a new theme)

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

17 years agouse native wxImageList for wxUniv, it's a low level class and so it doesn't make...
Vadim Zeitlin [Mon, 18 Sep 2006 23:06:35 +0000 (23:06 +0000)] 
use native wxImageList for wxUniv, it's a low level class and so it doesn't make sense to always usegeneric version (also fixes wxUniv build broken by recent changes)

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

17 years ago More wxGrid RTL things.
Robert Roebling [Mon, 18 Sep 2006 21:02:09 +0000 (21:02 +0000)] 
  More wxGrid RTL things.

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

17 years ago Fix compilo under MINGW32
Robert Roebling [Mon, 18 Sep 2006 21:00:29 +0000 (21:00 +0000)] 
  Fix compilo under MINGW32

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

17 years agoKevin's prefered way to do the last fix
Robin Dunn [Mon, 18 Sep 2006 20:41:08 +0000 (20:41 +0000)] 
Kevin's prefered way to do the last fix

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

17 years agoUse wxListCtrlNameStr for the generic control too.
Robin Dunn [Mon, 18 Sep 2006 20:39:41 +0000 (20:39 +0000)] 
Use wxListCtrlNameStr for the generic control too.

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

17 years agodocstrings and other minor tweaks
Robin Dunn [Mon, 18 Sep 2006 19:44:21 +0000 (19:44 +0000)] 
docstrings and other minor tweaks

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

17 years agorevert last change
Robin Dunn [Mon, 18 Sep 2006 19:15:12 +0000 (19:15 +0000)] 
revert last change

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

17 years agoAdd a couple missing methods
Robin Dunn [Mon, 18 Sep 2006 19:14:02 +0000 (19:14 +0000)] 
Add a couple missing methods

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