]> git.saurik.com Git - wxWidgets.git/log
wxWidgets.git
20 years agoremoved spurious semicolon
Vadim Zeitlin [Thu, 1 Jul 2004 11:43:01 +0000 (11:43 +0000)] 
removed spurious semicolon

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

20 years agofont inheritance fixes (patch 983251)
Vadim Zeitlin [Thu, 1 Jul 2004 10:46:38 +0000 (10:46 +0000)] 
font inheritance fixes (patch 983251)

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

20 years agorecognize EUC-KR charset (patch 983264)
Vadim Zeitlin [Thu, 1 Jul 2004 09:32:48 +0000 (09:32 +0000)] 
recognize EUC-KR charset (patch 983264)

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

20 years agoupdate from Hiroshi Saito (patch 981938)
Vadim Zeitlin [Thu, 1 Jul 2004 09:25:49 +0000 (09:25 +0000)] 
update from Hiroshi Saito (patch 981938)

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

20 years agoset descent in GetTextExtend; use PANGO_PIXELS instead of dividing by PANGO_SCALE
Václav Slavík [Thu, 1 Jul 2004 08:56:25 +0000 (08:56 +0000)] 
set descent in GetTextExtend; use PANGO_PIXELS instead of dividing by PANGO_SCALE

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

20 years agosimplified justification code; fixed incorrect positioning of first cell on line...
Václav Slavík [Thu, 1 Jul 2004 07:59:19 +0000 (07:59 +0000)] 
simplified justification code; fixed incorrect positioning of first cell on line in justified paragraph

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

20 years agofixed a bug that prevented wxLogGui from being used by default
Václav Slavík [Thu, 1 Jul 2004 07:40:57 +0000 (07:40 +0000)] 
fixed a bug that prevented wxLogGui from being used by default

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

20 years agocopy doc/ directory to builddir
Václav Slavík [Thu, 1 Jul 2004 07:07:52 +0000 (07:07 +0000)] 
copy doc/ directory to builddir

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

20 years agoreSWIGged
Robin Dunn [Thu, 1 Jul 2004 00:57:07 +0000 (00:57 +0000)] 
reSWIGged

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

20 years agoPrint start and stop time
Robin Dunn [Thu, 1 Jul 2004 00:53:26 +0000 (00:53 +0000)] 
Print start and stop time

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

20 years agoa little cleanup
Robin Dunn [Thu, 1 Jul 2004 00:48:01 +0000 (00:48 +0000)] 
a little cleanup

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

20 years agoadded CmdDown()
Robin Dunn [Thu, 1 Jul 2004 00:45:06 +0000 (00:45 +0000)] 
added CmdDown()

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

20 years agouse CmdDown() instead of #ifdefs for Mac
Vadim Zeitlin [Thu, 1 Jul 2004 00:05:56 +0000 (00:05 +0000)] 
use CmdDown() instead of #ifdefs for Mac

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

20 years agoadded and documented wxKey/MouseEvent::CmdDown()
Vadim Zeitlin [Thu, 1 Jul 2004 00:04:48 +0000 (00:04 +0000)] 
added and documented wxKey/MouseEvent::CmdDown()

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

20 years agoThe gaps should *not* be included in the space given to the item, and
Robin Dunn [Wed, 30 Jun 2004 23:43:02 +0000 (23:43 +0000)] 
The gaps should *not* be included in the space given to the item, and
so should also not be accounted for in the alignment adjustmanets

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

20 years agomention that wxPostEvent() only works for sending messages to the main thread
Vadim Zeitlin [Wed, 30 Jun 2004 23:28:10 +0000 (23:28 +0000)] 
mention that wxPostEvent() only works for sending messages to the main thread

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

20 years agomention that detached threads shouldn't be deleted
Vadim Zeitlin [Wed, 30 Jun 2004 23:21:49 +0000 (23:21 +0000)] 
mention that detached threads shouldn't be deleted

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

20 years agoNeed to ensure that the right background is explicitly set.
Robin Dunn [Wed, 30 Jun 2004 22:00:45 +0000 (22:00 +0000)] 
Need to ensure that the right background is explicitly set.

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

20 years agofixed typo
Robin Dunn [Wed, 30 Jun 2004 21:55:10 +0000 (21:55 +0000)] 
fixed typo

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

20 years agoFixed typos and added test case that changes the font of a CalendarCtrl
Robin Dunn [Wed, 30 Jun 2004 21:50:28 +0000 (21:50 +0000)] 
Fixed typos and added test case that changes the font of a CalendarCtrl

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

20 years agoLayout fixes due to measuring with the wrong font. Also added
Robin Dunn [Wed, 30 Jun 2004 21:49:17 +0000 (21:49 +0000)] 
Layout fixes due to measuring with the wrong font.  Also added
GetDefaultAttributes and switched everything to use GetXXX instead of
m_XXX.

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

20 years agoSince the wxPyMake_wxObject typemap is also used for constructors we
Robin Dunn [Wed, 30 Jun 2004 20:12:14 +0000 (20:12 +0000)] 
Since the wxPyMake_wxObject typemap is also used for constructors we
need to allow it to use the $owner value to specify if the thisown
attribute shoudl be set to true.

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

20 years agoAllow the size, pos, and title of the default output window to be modified
Robin Dunn [Wed, 30 Jun 2004 20:10:21 +0000 (20:10 +0000)] 
Allow the size, pos, and title of the default output window to be modified

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

20 years agoupdate for CVS versions of bakefile
Václav Slavík [Wed, 30 Jun 2004 18:44:35 +0000 (18:44 +0000)] 
update for CVS versions of bakefile

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

20 years agoSetDefaultXXX -> SetOwnXXX
Václav Slavík [Wed, 30 Jun 2004 17:12:03 +0000 (17:12 +0000)] 
SetDefaultXXX -> SetOwnXXX

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

20 years agotrying to fix missing new line before a heading start
Vadim Zeitlin [Wed, 30 Jun 2004 16:25:06 +0000 (16:25 +0000)] 
trying to fix missing new line before a heading start

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

20 years agomade GetTextExtent() work correctly with NULL theFont parameter (m_font might nto...
Vadim Zeitlin [Wed, 30 Jun 2004 15:47:01 +0000 (15:47 +0000)] 
made GetTextExtent() work correctly with NULL theFont parameter (m_font might nto be set); drastically simplified it by using helper WindowHDC and SelectInHDC classes instead of the old mess

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

20 years agodon't use &this->GetFont(), this is _not_ valid C++ and GetTextExtent() should work...
Vadim Zeitlin [Wed, 30 Jun 2004 15:45:24 +0000 (15:45 +0000)] 
don't use &this->GetFont(), this is _not_ valid C++ and GetTextExtent() should work correctly with the default value of font parameter anyhow

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

20 years agoadded WindowHDC similar to Screen/MemoryHDC
Vadim Zeitlin [Wed, 30 Jun 2004 15:44:11 +0000 (15:44 +0000)] 
added WindowHDC similar to Screen/MemoryHDC

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

20 years agofix VC++ warning about redeclaring wxHtmlHelpMergedIndexItem class as struct in .cpp
Vadim Zeitlin [Wed, 30 Jun 2004 15:35:14 +0000 (15:35 +0000)] 
fix VC++ warning about redeclaring wxHtmlHelpMergedIndexItem class as struct in .cpp

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

20 years agoimplemented wxSS::GetMetric on wxGTK2 (patch 950618)
Václav Slavík [Wed, 30 Jun 2004 13:06:50 +0000 (13:06 +0000)] 
implemented wxSS::GetMetric on wxGTK2 (patch 950618)

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

20 years agodecoupled attributes inheritance and m_hasXXX flags
Václav Slavík [Wed, 30 Jun 2004 13:05:20 +0000 (13:05 +0000)] 
decoupled attributes inheritance and m_hasXXX flags

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

20 years agowxXXChoiceDialog documentation fixes
Václav Slavík [Wed, 30 Jun 2004 12:32:21 +0000 (12:32 +0000)] 
wxXXChoiceDialog documentation fixes

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

20 years agomade GetEntitiesParser public, it's useful for some tag handlers
Václav Slavík [Wed, 30 Jun 2004 10:22:23 +0000 (10:22 +0000)] 
made GetEntitiesParser public, it's useful for some tag handlers

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

20 years agofixed HTML entities parsing inside <titl
Václav Slavík [Wed, 30 Jun 2004 10:21:47 +0000 (10:21 +0000)] 
fixed HTML entities parsing inside <titl
e> tag

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

20 years agoLots of SWIGging
Robin Dunn [Tue, 29 Jun 2004 21:06:02 +0000 (21:06 +0000)] 
Lots of SWIGging

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

20 years agoput -DNO_GCC_PRAGMA into CPPFLAGS
Václav Slavík [Tue, 29 Jun 2004 20:36:13 +0000 (20:36 +0000)] 
put -DNO_GCC_PRAGMA into CPPFLAGS

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

20 years agocleanup whitespace
Robin Dunn [Tue, 29 Jun 2004 19:33:34 +0000 (19:33 +0000)] 
cleanup whitespace

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

20 years agoAllow the MustHaveApp exception feature to be inherited
Robin Dunn [Tue, 29 Jun 2004 19:29:17 +0000 (19:29 +0000)] 
Allow the MustHaveApp exception feature to be inherited

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

20 years agoAdd SetState/GetState for wxMSW
Robin Dunn [Tue, 29 Jun 2004 18:04:27 +0000 (18:04 +0000)] 
Add SetState/GetState for wxMSW

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

20 years agoDon't need to adjust the position for HitTest any longer
Robin Dunn [Tue, 29 Jun 2004 18:03:48 +0000 (18:03 +0000)] 
Don't need to adjust the position for HitTest any longer

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

20 years agoremoved some commented out code that should have been removed in the
Robin Dunn [Tue, 29 Jun 2004 18:02:13 +0000 (18:02 +0000)] 
removed some commented out code that should have been removed in the
last commit

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

20 years agominsize and attribute tweaks
Robin Dunn [Tue, 29 Jun 2004 17:44:21 +0000 (17:44 +0000)] 
minsize and attribute tweaks

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

20 years agoremoved gtk.h include
Vadim Zeitlin [Tue, 29 Jun 2004 16:55:35 +0000 (16:55 +0000)] 
removed gtk.h include

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

20 years agodocumented return value of Find[Absolute]ValidPath() correctly
Vadim Zeitlin [Tue, 29 Jun 2004 07:53:03 +0000 (07:53 +0000)] 
documented return value of Find[Absolute]ValidPath() correctly

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

20 years agofixed bug in FindAbsoluteValidPath() which returned cwd instead of empty string if...
Vadim Zeitlin [Tue, 29 Jun 2004 07:52:38 +0000 (07:52 +0000)] 
fixed bug in FindAbsoluteValidPath() which returned cwd instead of empty string if the path was not found

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

20 years agorecognize roman8 charset as us-ascii (this is wrong but better than not recognizing...
Vadim Zeitlin [Tue, 29 Jun 2004 07:48:15 +0000 (07:48 +0000)] 
recognize roman8 charset as us-ascii (this is wrong but better than not recognizing it at all) (fixes bug 978251)

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

20 years agoimplemented wxFRAME_NO_TASKBAR for wxGTK2
Václav Slavík [Tue, 29 Jun 2004 07:25:22 +0000 (07:25 +0000)] 
implemented wxFRAME_NO_TASKBAR for wxGTK2

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

20 years agoimplemented nested index entries and index entries pointing to multiple documents...
Václav Slavík [Tue, 29 Jun 2004 07:16:51 +0000 (07:16 +0000)] 
implemented nested index entries and index entries pointing to multiple documents in wxHtmlHelpController; modified wxHtmlHelpData API to make it possible

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

20 years agoreSWIGged
Robin Dunn [Tue, 29 Jun 2004 03:02:58 +0000 (03:02 +0000)] 
reSWIGged

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

20 years agouse TWIST buttons by default on the Mac, but also make it possible to
Robin Dunn [Tue, 29 Jun 2004 02:58:19 +0000 (02:58 +0000)] 
use TWIST buttons by default on the Mac, but also make it possible to
skip the style adjustments so the programmer can do what they want too.

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

20 years agoreSWIGged
Robin Dunn [Tue, 29 Jun 2004 02:08:09 +0000 (02:08 +0000)] 
reSWIGged

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

20 years agoTweaks for testing styles
Robin Dunn [Tue, 29 Jun 2004 02:06:16 +0000 (02:06 +0000)] 
Tweaks for testing styles

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

20 years agoAdd some refreshes to try and workaround a display glitch
Robin Dunn [Tue, 29 Jun 2004 02:05:36 +0000 (02:05 +0000)] 
Add some refreshes to try and workaround a display glitch

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

20 years agoRefresh after changing the bitmap
Robin Dunn [Tue, 29 Jun 2004 02:04:04 +0000 (02:04 +0000)] 
Refresh after changing the bitmap

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

20 years agoUse root for OSX build
Robin Dunn [Tue, 29 Jun 2004 02:03:36 +0000 (02:03 +0000)] 
Use root for OSX build

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

20 years agofixed icon image data
Robin Dunn [Tue, 29 Jun 2004 02:03:09 +0000 (02:03 +0000)] 
fixed icon image data

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

20 years agotweaked comment
Robin Dunn [Tue, 29 Jun 2004 02:02:52 +0000 (02:02 +0000)] 
tweaked comment

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

20 years agoA little better failure message
Robin Dunn [Tue, 29 Jun 2004 02:01:11 +0000 (02:01 +0000)] 
A little better failure message

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

20 years agoFixed HitTest for columns > 1
Robin Dunn [Tue, 29 Jun 2004 01:58:35 +0000 (01:58 +0000)] 
Fixed HitTest for columns > 1

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

20 years agoAllow for Cmd-click on wxMac
Robin Dunn [Tue, 29 Jun 2004 01:09:06 +0000 (01:09 +0000)] 
Allow for Cmd-click on wxMac

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

20 years agoOops, forgot to remove som testing code
Robin Dunn [Tue, 29 Jun 2004 01:00:12 +0000 (01:00 +0000)] 
Oops, forgot to remove som testing code

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

20 years agowxTreeListCtrl still uses the wxTR_TWIST_BUTTONS style
Robin Dunn [Tue, 29 Jun 2004 00:57:55 +0000 (00:57 +0000)] 
wxTreeListCtrl still uses the wxTR_TWIST_BUTTONS style

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

20 years agoFixed lots of painting, clipping and alignment issues.
Robin Dunn [Tue, 29 Jun 2004 00:56:52 +0000 (00:56 +0000)] 
Fixed lots of painting, clipping and alignment issues.

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

20 years agoimplemented wxFRAME_NO_TASKBAR for wxGTK2
Václav Slavík [Mon, 28 Jun 2004 21:47:54 +0000 (21:47 +0000)] 
implemented wxFRAME_NO_TASKBAR for wxGTK2

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

20 years agorespect absence of wxCENTRE
Václav Slavík [Mon, 28 Jun 2004 21:46:05 +0000 (21:46 +0000)] 
respect absence of wxCENTRE

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

20 years agoimplemented nested index entries and index entries pointing to multiple documents...
Václav Slavík [Mon, 28 Jun 2004 21:45:30 +0000 (21:45 +0000)] 
implemented nested index entries and index entries pointing to multiple documents in wxHtmlHelpController; modified wxHtmlHelpData API to make it possible

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

20 years agowxHTML_REALLOC_STEP not used anymore
Václav Slavík [Mon, 28 Jun 2004 21:43:23 +0000 (21:43 +0000)] 
wxHTML_REALLOC_STEP not used anymore

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

20 years agowxObjArray::empty() was missing
Václav Slavík [Mon, 28 Jun 2004 21:42:40 +0000 (21:42 +0000)] 
wxObjArray::empty() was missing

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

20 years agotest nested indexes
Václav Slavík [Mon, 28 Jun 2004 21:42:03 +0000 (21:42 +0000)] 
test nested indexes

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

20 years agocreate wxDialog with proper _NET_WM hint so that the WMs recognize it as a dialog
Václav Slavík [Mon, 28 Jun 2004 21:37:33 +0000 (21:37 +0000)] 
create wxDialog with proper _NET_WM hint so that the WMs recognize it as a dialog

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

20 years agoFix HitTest offset, and some other little things that had been changed
Robin Dunn [Mon, 28 Jun 2004 21:30:52 +0000 (21:30 +0000)] 
Fix HitTest offset, and some other little things that had been changed
in our old copy of treelistctrl

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

20 years agoAdded GetUnicodeKey
Robin Dunn [Mon, 28 Jun 2004 19:27:06 +0000 (19:27 +0000)] 
Added GetUnicodeKey

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

20 years agoUse top-level parent for the dialog parent
Robin Dunn [Mon, 28 Jun 2004 19:23:08 +0000 (19:23 +0000)] 
Use top-level parent for the dialog parent

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

20 years ago Compilation fixes.
Mattia Barbon [Mon, 28 Jun 2004 19:22:48 +0000 (19:22 +0000)] 
  Compilation fixes.

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

20 years agoAdd flush() to PyOnDemandOutputWindow
Robin Dunn [Mon, 28 Jun 2004 19:22:33 +0000 (19:22 +0000)] 
Add flush() to PyOnDemandOutputWindow

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

20 years agooverride GetLabe/SetLabel as on wxMac it will draw its own label that
Robin Dunn [Mon, 28 Jun 2004 19:21:46 +0000 (19:21 +0000)] 
override GetLabe/SetLabel as on wxMac it will draw its own label that
interferes with ours.

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

20 years agoFixing crash due to referencing a NULL m_font.
Kevin Ollivier [Mon, 28 Jun 2004 19:02:16 +0000 (19:02 +0000)] 
Fixing crash due to referencing a NULL m_font.

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

20 years agoFixed wxMDIChildWindow to be a native window on Mac. Otherwise, functions like SetSiz...
Kevin Ollivier [Mon, 28 Jun 2004 18:18:54 +0000 (18:18 +0000)] 
Fixed wxMDIChildWindow to be a native window on Mac. Otherwise, functions like SetSize would crash.

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

20 years agoFixed typo in show available drives.
Kevin Ollivier [Mon, 28 Jun 2004 18:16:49 +0000 (18:16 +0000)] 
Fixed typo in show available drives.

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

20 years agodocumentation fix
Václav Slavík [Mon, 28 Jun 2004 16:26:02 +0000 (16:26 +0000)] 
documentation fix

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

20 years agoupdate from Herbert Breunung which I forgot to commit some time ago
Vadim Zeitlin [Mon, 28 Jun 2004 10:48:08 +0000 (10:48 +0000)] 
update from Herbert Breunung which I forgot to commit some time ago

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

20 years agoadded include files section
Vadim Zeitlin [Mon, 28 Jun 2004 10:47:05 +0000 (10:47 +0000)] 
added include files section

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

20 years agoadded test for Lower()/Upper() with 8bit chars
Vadim Zeitlin [Mon, 28 Jun 2004 10:46:07 +0000 (10:46 +0000)] 
added test for Lower()/Upper() with 8bit chars

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

20 years agodon't duplicate code checking for X for X11 and Motif ports; filter out -RNONE from...
Vadim Zeitlin [Mon, 28 Jun 2004 10:38:51 +0000 (10:38 +0000)] 
don't duplicate code checking for X for X11 and Motif ports; filter out -RNONE from the X_LIBS set by AC_PATH_XTRA (see patch 956017)

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

20 years agodon't mess with the fonts if not asked to
Václav Slavík [Sun, 27 Jun 2004 22:17:14 +0000 (22:17 +0000)] 
don't mess with the fonts if not asked to

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

20 years agoremoved wrong bg colour handling code
Václav Slavík [Sun, 27 Jun 2004 22:16:40 +0000 (22:16 +0000)] 
removed wrong bg colour handling code

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

20 years agomore fixes to HTML entities parsing when loading .hhk and .hhc
Václav Slavík [Sun, 27 Jun 2004 19:40:20 +0000 (19:40 +0000)] 
more fixes to HTML entities parsing when loading .hhk and .hhc

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

20 years agofixed typo
Václav Slavík [Sun, 27 Jun 2004 13:47:52 +0000 (13:47 +0000)] 
fixed typo

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

20 years agowarning fix
Václav Slavík [Sun, 27 Jun 2004 13:42:23 +0000 (13:42 +0000)] 
warning fix

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

20 years agofixed setting colour of wxStaticText in case the label contains XML special characters
Václav Slavík [Sun, 27 Jun 2004 13:42:17 +0000 (13:42 +0000)] 
fixed setting colour of wxStaticText in case the label contains XML special characters

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

20 years agoimplemented underlined text drawing for GTK2
Václav Slavík [Sun, 27 Jun 2004 13:10:29 +0000 (13:10 +0000)] 
implemented underlined text drawing for GTK2

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

20 years agofixes to charset conversion when loading non-Latin1 helpbooks; use wxString instead...
Václav Slavík [Sun, 27 Jun 2004 13:09:18 +0000 (13:09 +0000)] 
fixes to charset conversion when loading non-Latin1 helpbooks; use wxString instead of wxChar* in data structures

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

20 years agore-added --inplace documentation
Václav Slavík [Sun, 27 Jun 2004 09:00:52 +0000 (09:00 +0000)] 
re-added --inplace documentation

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

20 years agodon't create the font until after the app is initialized
Robin Dunn [Sat, 26 Jun 2004 18:45:02 +0000 (18:45 +0000)] 
don't create the font until after the app is initialized

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

20 years agofixed sash dragging after programatically trying to set sashpos < minsize
Václav Slavík [Sat, 26 Jun 2004 17:29:43 +0000 (17:29 +0000)] 
fixed sash dragging after programatically trying to set sashpos < minsize

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

20 years agoimplemented 3state checkboxes in wxGTK with GTK2
Václav Slavík [Sat, 26 Jun 2004 15:53:22 +0000 (15:53 +0000)] 
implemented 3state checkboxes in wxGTK with GTK2

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

20 years agodoubleclick selects cell for editing
Václav Slavík [Sat, 26 Jun 2004 15:51:42 +0000 (15:51 +0000)] 
doubleclick selects cell for editing

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

20 years agomore fixes to keypress handling in wxGTK:
Václav Slavík [Sat, 26 Jun 2004 15:25:39 +0000 (15:25 +0000)] 
more fixes to keypress handling in wxGTK:
1. don't eat unprocessed events originating from child widgets
2. tell IM context about focus changes
3. set wxKeyEvent modifiers information from last GdkEventKey leading to IM's commit signal

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

20 years agochange of msgids patch description was inaccurate; fixed
Václav Slavík [Sat, 26 Jun 2004 14:11:53 +0000 (14:11 +0000)] 
change of msgids patch description was inaccurate; fixed

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