wxWidgets.git
18 years agowxUniv port mentioned instead of native, wxButton ports listed, minor placement fixes.
Włodzimierz Skiba [Thu, 18 May 2006 15:36:44 +0000 (15:36 +0000)] 
wxUniv port mentioned instead of native, wxButton ports listed, minor placement fixes.

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

18 years agoswitching to ATS font names instead of ATSUI ones (japanese font names had problems...
Stefan Csomor [Thu, 18 May 2006 15:07:16 +0000 (15:07 +0000)] 
switching to ATS font names instead of ATSUI ones (japanese font names had problems afterwards)

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

18 years agoUndo part of lst change
Robin Dunn [Thu, 18 May 2006 14:45:03 +0000 (14:45 +0000)] 
Undo part of lst change

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

18 years agoadding an assert for invalid fonts
Stefan Csomor [Thu, 18 May 2006 14:43:54 +0000 (14:43 +0000)] 
adding an assert for invalid fonts

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

18 years agoSelection should be set to -1 if all pages are deleted, or the next
Julian Smart [Thu, 18 May 2006 09:53:19 +0000 (09:53 +0000)] 
Selection should be set to -1 if all pages are deleted, or the next
insertion will try to set the selection to 1.
Fixed lack of initial controller resize when first page is added,
though I think the listctrl should probably always have a decent initial
height even when empty.

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

18 years agoDon't use wxSIMPLE_BORDER on Windows since it gives a black border instead
Julian Smart [Thu, 18 May 2006 09:38:47 +0000 (09:38 +0000)] 
Don't use wxSIMPLE_BORDER on Windows since it gives a black border instead
of blue on XP

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

18 years agoAdded Set/GetQuickBestSize
Julian Smart [Thu, 18 May 2006 09:35:25 +0000 (09:35 +0000)] 
Added Set/GetQuickBestSize

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

18 years agoFixed tree book controller sizing by invalidating size after first
Julian Smart [Thu, 18 May 2006 09:33:17 +0000 (09:33 +0000)] 
Fixed tree book controller sizing by invalidating size after first
insertion, and also allowing full size calculation.

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

18 years agousing ATSUI also in textctrl
Stefan Csomor [Thu, 18 May 2006 08:06:34 +0000 (08:06 +0000)] 
using ATSUI also in textctrl

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

18 years agoInclude wx/menu.h according to precompiled headers of wx/wx.h (with other minor clean...
Włodzimierz Skiba [Thu, 18 May 2006 07:13:20 +0000 (07:13 +0000)] 
Include wx/menu.h according to precompiled headers of wx/wx.h (with other minor cleaning).

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

18 years agoMissing #includes to allow wx/mac/carbon/tooltip.h be included first by user.
Włodzimierz Skiba [Thu, 18 May 2006 06:45:59 +0000 (06:45 +0000)] 
Missing #includes to allow wx/mac/carbon/tooltip.h be included first by user.

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

18 years agoavoid wxColour::Set(long) confusion
Paul Cornett [Thu, 18 May 2006 03:27:51 +0000 (03:27 +0000)] 
avoid wxColour::Set(long) confusion

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

18 years agospinbutton code simplification
Paul Cornett [Thu, 18 May 2006 03:08:25 +0000 (03:08 +0000)] 
spinbutton code simplification

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

18 years agoavoid GTK "assertion `min < max' failed"
Paul Cornett [Thu, 18 May 2006 02:39:23 +0000 (02:39 +0000)] 
avoid GTK "assertion `min < max' failed"

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

18 years agoReverted mistaken check-in
Robin Dunn [Thu, 18 May 2006 01:52:55 +0000 (01:52 +0000)] 
Reverted mistaken check-in

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

18 years agoUse correct DLL import/export specifier for multi-lib builds
Robin Dunn [Thu, 18 May 2006 01:22:06 +0000 (01:22 +0000)] 
Use correct DLL import/export specifier for multi-lib builds

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

18 years agobuttonbar.cpp/.h must be in GUI_CMN_SRC/HDR as toolbkg.cpp which is in common depends...
Vadim Zeitlin [Thu, 18 May 2006 01:05:21 +0000 (01:05 +0000)] 
buttonbar.cpp/.h must be in GUI_CMN_SRC/HDR as toolbkg.cpp which is in common depends on them under Mac

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

18 years agoadded virtual dtor to wxMacListControl to silence gcc warnings
Vadim Zeitlin [Thu, 18 May 2006 00:52:48 +0000 (00:52 +0000)] 
added virtual dtor to wxMacListControl to silence gcc warnings

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

18 years agofixed typo in last commit
Vadim Zeitlin [Thu, 18 May 2006 00:51:25 +0000 (00:51 +0000)] 
fixed typo in last commit

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

18 years agosuppress gcc printf format warning
Vadim Zeitlin [Thu, 18 May 2006 00:42:17 +0000 (00:42 +0000)] 
suppress gcc printf format warning

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

18 years agoadded virtual dtor to wxMacListControl to silence gcc warnings
Vadim Zeitlin [Thu, 18 May 2006 00:40:16 +0000 (00:40 +0000)] 
added virtual dtor to wxMacListControl to silence gcc warnings

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

18 years agoForgot about dropping the 'wx' for some Python objects
Robin Dunn [Wed, 17 May 2006 23:37:32 +0000 (23:37 +0000)] 
Forgot about dropping the 'wx' for some Python objects

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

18 years agoOpening first subpage initially.
Włodzimierz Skiba [Wed, 17 May 2006 22:21:29 +0000 (22:21 +0000)] 
Opening first subpage initially.

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

18 years agoRearranged widgets sample to show more and categorized widgets.
Włodzimierz Skiba [Wed, 17 May 2006 19:49:09 +0000 (19:49 +0000)] 
Rearranged widgets sample to show more and categorized widgets.

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

18 years agoDocumentation states scrollbars (plural) are switched off by wxHW_SCROLLBAR_NEVER,
Julian Smart [Wed, 17 May 2006 16:32:11 +0000 (16:32 +0000)] 
Documentation states scrollbars (plural) are switched off by wxHW_SCROLLBAR_NEVER,
so make sure this is true, even if the layout erroneously wants to create
a horizontal scrollbar.

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

18 years ago#include order with correct PCH support.
Włodzimierz Skiba [Wed, 17 May 2006 10:55:22 +0000 (10:55 +0000)] 
#include order with correct PCH support.

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

18 years agoFixes for compile breakage with no PCH
Julian Smart [Wed, 17 May 2006 10:42:03 +0000 (10:42 +0000)] 
Fixes for compile breakage with no PCH

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

18 years agoreset fd after closing it
Vadim Zeitlin [Wed, 17 May 2006 09:13:10 +0000 (09:13 +0000)] 
reset fd after closing it

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

18 years agoInclude wx/button.h according to precompiled headers of wx/wx.h (with other minor...
Włodzimierz Skiba [Wed, 17 May 2006 09:07:47 +0000 (09:07 +0000)] 
Include wx/button.h according to precompiled headers of wx/wx.h (with other minor cleaning).

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

18 years agoCombobox may not be fully created at this point
Julian Smart [Wed, 17 May 2006 08:59:36 +0000 (08:59 +0000)] 
Combobox may not be fully created at this point

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

18 years agocommented OpenContainer usage
Václav Slavík [Wed, 17 May 2006 08:52:01 +0000 (08:52 +0000)] 
commented OpenContainer usage

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

18 years agoMissing 'int' interface for wxPlatform.
Włodzimierz Skiba [Wed, 17 May 2006 08:48:31 +0000 (08:48 +0000)] 
Missing 'int' interface for wxPlatform.

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

18 years agoI haven't taught SWIG about wxChar, so pretend it's a wxString
Robin Dunn [Wed, 17 May 2006 05:20:15 +0000 (05:20 +0000)] 
I haven't taught SWIG about wxChar, so pretend it's a wxString

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

18 years agoClipboard events
Robin Dunn [Wed, 17 May 2006 05:15:32 +0000 (05:15 +0000)] 
Clipboard events

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

18 years agoUse Bind for OnCloseWindow
Robin Dunn [Wed, 17 May 2006 05:13:35 +0000 (05:13 +0000)] 
Use Bind for OnCloseWindow

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

18 years agoscrollbar handling simplification
Paul Cornett [Wed, 17 May 2006 04:54:13 +0000 (04:54 +0000)] 
scrollbar handling simplification

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

18 years agoUse %rename("%(wxpy)s")
Robin Dunn [Wed, 17 May 2006 04:20:10 +0000 (04:20 +0000)] 
Use %rename("%(wxpy)s")

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

18 years agoSet BUILD_RENAMERS default to zero.
Robin Dunn [Wed, 17 May 2006 04:15:33 +0000 (04:15 +0000)] 
Set BUILD_RENAMERS default to zero.

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

18 years agoAdded SWIG patch that enables the wx-dropping renames to be done
Robin Dunn [Wed, 17 May 2006 04:14:20 +0000 (04:14 +0000)] 
Added SWIG patch that enables the wx-dropping renames to be done
internally instead of needing to be generated in a second pass after
processing the XML output.

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

18 years agoPorted XRCed to the wx namespace, and also enabled the selected,
Robin Dunn [Wed, 17 May 2006 03:57:57 +0000 (03:57 +0000)] 
Ported XRCed to the wx namespace, and also enabled the selected,
focus, and disabled bitmaps of wxBitmapButton to actually be treated
like bitmaps.

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

18 years agoAllow art provider IDs for the extra bitmaps in a wxBitmapButton. (The
Robin Dunn [Wed, 17 May 2006 03:51:51 +0000 (03:51 +0000)] 
Allow art provider IDs for the extra bitmaps in a wxBitmapButton. (The
param value is empty in this case, but there is still a valid bimap
node.)

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

18 years agomake sure that IsModified() returns false when it's called from EVT_TEXT handler...
Vadim Zeitlin [Wed, 17 May 2006 00:20:20 +0000 (00:20 +0000)] 
make sure that IsModified() returns false when it's called from EVT_TEXT handler invoked because of SetValue() call

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

18 years agoremoved GTK-specific SetModified() as we already have a public MarkDirty() which...
Vadim Zeitlin [Tue, 16 May 2006 23:58:20 +0000 (23:58 +0000)] 
removed GTK-specific SetModified() as we already have a public MarkDirty() which does the same thing

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

18 years agoreset the dirty flag before generating the event from SetValue() in case the text...
Vadim Zeitlin [Tue, 16 May 2006 23:53:55 +0000 (23:53 +0000)] 
reset the dirty flag before generating the event from SetValue() in case the text didn't really change

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

18 years agotest IsModified() inside OnText()
Vadim Zeitlin [Tue, 16 May 2006 23:39:48 +0000 (23:39 +0000)] 
test IsModified() inside OnText()

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

18 years agoimplemented clipboard events support for wxGTK
Vadim Zeitlin [Tue, 16 May 2006 23:16:36 +0000 (23:16 +0000)] 
implemented clipboard events support for wxGTK

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

18 years agorenamed wxComboControl to wxComboCtrl and related wxUSE_XXX and configure switches...
Vadim Zeitlin [Tue, 16 May 2006 22:57:40 +0000 (22:57 +0000)] 
renamed wxComboControl to wxComboCtrl and related wxUSE_XXX and configure switches for consistency with the other ones

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

18 years agoallow adjusting the combo button size (patch 1489452)
Vadim Zeitlin [Tue, 16 May 2006 21:39:33 +0000 (21:39 +0000)] 
allow adjusting the combo button size (patch 1489452)

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

18 years agom_dialogStyle removed
Stefan Csomor [Tue, 16 May 2006 17:19:59 +0000 (17:19 +0000)] 
m_dialogStyle removed

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

18 years agouse wxTE_PROCESS_ENTER for the text control part
Vadim Zeitlin [Tue, 16 May 2006 14:52:07 +0000 (14:52 +0000)] 
use wxTE_PROCESS_ENTER for the text control part

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

18 years agoadded documentation of common attributes
Vadim Zeitlin [Tue, 16 May 2006 13:05:37 +0000 (13:05 +0000)] 
added documentation of common attributes

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

18 years agoFix doc bug #1455621 - wxURI documentation has wrong include files
Mart Raudsepp [Tue, 16 May 2006 11:53:35 +0000 (11:53 +0000)] 
Fix doc bug #1455621 - wxURI documentation has wrong include files

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

18 years ago Update OpenVMS build configuration
Jouk Jansen [Tue, 16 May 2006 06:54:54 +0000 (06:54 +0000)] 
Update OpenVMS build configuration

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

18 years agoNo cast necessary for g_object_set first arg (it takes a gpointer).
Mart Raudsepp [Mon, 15 May 2006 16:00:59 +0000 (16:00 +0000)] 
No cast necessary for g_object_set first arg (it takes a gpointer).

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

18 years agowxMSW doesn't have the default ctor or Create method for wxDirDialog yet.
Robin Dunn [Mon, 15 May 2006 15:32:26 +0000 (15:32 +0000)] 
wxMSW doesn't have the default ctor or Create method for wxDirDialog yet.

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

18 years agoAdded SetSashPosition
Robin Dunn [Mon, 15 May 2006 14:58:36 +0000 (14:58 +0000)] 
Added SetSashPosition

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

18 years agoRename *_filedialog_* to *_dirdialog_* to ensure there is no clashing with filedlg...
Mart Raudsepp [Mon, 15 May 2006 14:22:08 +0000 (14:22 +0000)] 
Rename *_filedialog_* to *_dirdialog_* to ensure there is no clashing with filedlg.cpp implementation

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

18 years agoDon't cast with G_OBJECT when passing a GObject to g_object_ref, g_object_unref and...
Mart Raudsepp [Mon, 15 May 2006 14:17:38 +0000 (14:17 +0000)] 
Don't cast with G_OBJECT when passing a GObject to g_object_ref, g_object_unref and g_signal_connect.
They take a gpointer, not GObject*, and unnecessary casting not all that speedy with GObject types.

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

18 years agoFix compilation
Mart Raudsepp [Mon, 15 May 2006 13:43:35 +0000 (13:43 +0000)] 
Fix compilation

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

18 years agowxTabCtrl off build fix.
Włodzimierz Skiba [Sun, 14 May 2006 22:29:30 +0000 (22:29 +0000)] 
wxTabCtrl off build fix.

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

18 years agoFix for linking error after combo changes: dummy getting key state.
Włodzimierz Skiba [Sun, 14 May 2006 22:21:32 +0000 (22:21 +0000)] 
Fix for linking error after combo changes: dummy getting key state.

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

18 years agoBakefile specification fixes.
Włodzimierz Skiba [Sun, 14 May 2006 22:17:45 +0000 (22:17 +0000)] 
Bakefile specification fixes.

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

18 years agoSource cleaning.
Włodzimierz Skiba [Sun, 14 May 2006 21:29:12 +0000 (21:29 +0000)] 
Source cleaning.

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

18 years agoContinue reading after checking the pushback buffer if more data is requested. Otherw...
Kevin Hock [Sun, 14 May 2006 19:49:19 +0000 (19:49 +0000)] 
Continue reading after checking the pushback buffer if more data is requested. Otherwise, once any data if placed in the pushback buffer, no more data will be read from the socket, even if more data is requested.

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

18 years agocheck the item id validity in SetItem()
Vadim Zeitlin [Sat, 13 May 2006 11:48:12 +0000 (11:48 +0000)] 
check the item id validity in SetItem()

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

18 years agoadded Galician translation
Vadim Zeitlin [Fri, 12 May 2006 20:54:40 +0000 (20:54 +0000)] 
added Galician translation

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

18 years agowxUniv compilation fixes after wxComboControl patch
Vadim Zeitlin [Fri, 12 May 2006 20:30:43 +0000 (20:30 +0000)] 
wxUniv compilation fixes after wxComboControl patch

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

18 years agodon't delete the exiting tooltip if SetToolTip() is called with the same one
Vadim Zeitlin [Fri, 12 May 2006 20:17:40 +0000 (20:17 +0000)] 
don't delete the exiting tooltip if SetToolTip() is called with the same one

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

18 years agofix OpenWatcom warning (patch from Jaakko Salli)
Vadim Zeitlin [Fri, 12 May 2006 20:04:28 +0000 (20:04 +0000)] 
fix OpenWatcom warning (patch from Jaakko Salli)

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

18 years agocorrect dll declaration (the classes in the header are part of adv library, not core)
Vadim Zeitlin [Fri, 12 May 2006 19:31:50 +0000 (19:31 +0000)] 
correct dll declaration (the classes in the header are part of adv library, not core)

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

18 years agoremove gtk1 stuff and unused macros
Paul Cornett [Fri, 12 May 2006 17:06:20 +0000 (17:06 +0000)] 
remove gtk1 stuff and unused macros

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

18 years agounused variables
Paul Cornett [Fri, 12 May 2006 17:06:05 +0000 (17:06 +0000)] 
unused variables

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

18 years agoadded clipboard events (wxEVT_COMMAND_TEXT_COPY/CUT/PASTE) and implemented them for...
Vadim Zeitlin [Fri, 12 May 2006 15:21:41 +0000 (15:21 +0000)] 
added clipboard events (wxEVT_COMMAND_TEXT_COPY/CUT/PASTE) and implemented them for wxMSW

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

18 years ago[wxGTK2] Make the affirmative button the default in native wxDirDialog implementation...
Mart Raudsepp [Thu, 11 May 2006 17:15:57 +0000 (17:15 +0000)] 
[wxGTK2] Make the affirmative button the default in native wxDirDialog implementation (instead of no default at
all).

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

18 years ago[wxGTK2.4] Make affirmative button the default in wxFileDialog GtkFileChooser impl...
Mart Raudsepp [Thu, 11 May 2006 17:05:12 +0000 (17:05 +0000)] 
[wxGTK2.4] Make affirmative button the default in wxFileDialog GtkFileChooser impl. Alex Bligh, patch #1484088.
Closes bugs #1484037 and #1347052.

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

18 years agoAdd some helpref's in the wxPython topic overview. Some of the ones without a helpref...
Mart Raudsepp [Thu, 11 May 2006 16:46:38 +0000 (16:46 +0000)] 
Add some helpref's in the wxPython topic overview. Some of the ones without a helpref in the list are a good
indication of what classes we have undocumented still.

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

18 years agoMake the app object be global in case it is run multiple times, such
Robin Dunn [Wed, 10 May 2006 23:22:27 +0000 (23:22 +0000)] 
Make the app object be global in case it is run multiple times, such
as from encode_bitmaps.

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

18 years agoreSWIGged
Robin Dunn [Wed, 10 May 2006 23:12:34 +0000 (23:12 +0000)] 
reSWIGged

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

18 years agoWe no longer use the xml files, (and havn't for some time) so stop
Robin Dunn [Wed, 10 May 2006 23:09:22 +0000 (23:09 +0000)] 
We no longer use the xml files, (and havn't for some time) so stop
generating them.

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

18 years agocorrect access for virtuals
Paul Cornett [Wed, 10 May 2006 17:08:45 +0000 (17:08 +0000)] 
correct access for virtuals

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

18 years agoallow size event for windows without scrollbars
Paul Cornett [Wed, 10 May 2006 16:36:31 +0000 (16:36 +0000)] 
allow size event for windows without scrollbars

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

18 years agotest that wxUSE_DATAVIEWCTRL is defined
Vadim Zeitlin [Wed, 10 May 2006 13:00:33 +0000 (13:00 +0000)] 
test that wxUSE_DATAVIEWCTRL is defined

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

18 years agotest that wxUSE_OWNERDRAWNCOMBOBOX and wxUSE_COMBOCONTROL are defined
Vadim Zeitlin [Wed, 10 May 2006 12:58:27 +0000 (12:58 +0000)] 
test that wxUSE_OWNERDRAWNCOMBOBOX and wxUSE_COMBOCONTROL are defined

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

18 years agofixed bugs in icons handling introduced in 1.227
Vadim Zeitlin [Wed, 10 May 2006 00:45:17 +0000 (00:45 +0000)] 
fixed bugs in icons handling introduced in 1.227

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

18 years agosimplify mouse wheel signal handler
Paul Cornett [Tue, 9 May 2006 16:55:25 +0000 (16:55 +0000)] 
simplify mouse wheel signal handler

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

18 years agounused member variables
Paul Cornett [Tue, 9 May 2006 16:54:24 +0000 (16:54 +0000)] 
unused member variables

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

18 years agofixes and missing files from the first wxComboControl patch (update of patch 1479938)
Vadim Zeitlin [Tue, 9 May 2006 16:18:19 +0000 (16:18 +0000)] 
fixes and missing files from the first wxComboControl patch (update of patch 1479938)

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

18 years agombstate-t related fix for CW8.3 compilation
Vadim Zeitlin [Tue, 9 May 2006 14:26:48 +0000 (14:26 +0000)] 
mbstate-t related fix for CW8.3 compilation

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

18 years agoInclude wx/dcscreen.h according to precompiled headers of wx/wx.h (with other minor...
Włodzimierz Skiba [Tue, 9 May 2006 13:55:29 +0000 (13:55 +0000)] 
Include wx/dcscreen.h according to precompiled headers of wx/wx.h (with other minor cleaning).

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

18 years agochange of hardware - modify daily build script
Chris Elliott [Tue, 9 May 2006 12:52:03 +0000 (12:52 +0000)] 
change of hardware - modify daily build script

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

18 years agoadd files omitted from script for daily builds at York
Chris Elliott [Tue, 9 May 2006 12:31:34 +0000 (12:31 +0000)] 
add files omitted from script for daily builds at York

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

18 years agoremoved spurious trailing commas in enums
Vadim Zeitlin [Tue, 9 May 2006 11:11:07 +0000 (11:11 +0000)] 
removed spurious trailing commas in enums

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

18 years agoadded wxUSE_COMBOBCONTROL and wxUSE_OWNERDRAWNCOMBOBOX to wx/setup.h files
Vadim Zeitlin [Tue, 9 May 2006 00:04:35 +0000 (00:04 +0000)] 
added wxUSE_COMBOBCONTROL and wxUSE_OWNERDRAWNCOMBOBOX to wx/setup.h files

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

18 years agowxUSE_COMBOCONTROL and wxUSE_OWNERDRAWNCOMBOBOX added
Vadim Zeitlin [Mon, 8 May 2006 23:57:40 +0000 (23:57 +0000)] 
wxUSE_COMBOCONTROL and wxUSE_OWNERDRAWNCOMBOBOX added

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

18 years agojust regenerated with autoconf
Vadim Zeitlin [Mon, 8 May 2006 23:55:08 +0000 (23:55 +0000)] 
just regenerated with autoconf

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

18 years agobakefile-generated makefiles for the sample
Vadim Zeitlin [Mon, 8 May 2006 23:51:51 +0000 (23:51 +0000)] 
bakefile-generated makefiles for the sample

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

18 years agomention wxComboControl
Vadim Zeitlin [Mon, 8 May 2006 23:47:26 +0000 (23:47 +0000)] 
mention wxComboControl

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

18 years agoadded wxUSE_COMBOBCONTROL and wxUSE_OWNERDRAWNCOMBOBOX to wx/setup.h files
Vadim Zeitlin [Mon, 8 May 2006 23:46:37 +0000 (23:46 +0000)] 
added wxUSE_COMBOBCONTROL and wxUSE_OWNERDRAWNCOMBOBOX to wx/setup.h files

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

18 years agowxComboControl and wxOwnerDrawnComboBox (patch 1479938)
Vadim Zeitlin [Mon, 8 May 2006 23:42:45 +0000 (23:42 +0000)] 
wxComboControl and wxOwnerDrawnComboBox (patch 1479938)

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

18 years agoadded conversion ctor to create const_iterator from iterator, otherwise assigning...
Vadim Zeitlin [Mon, 8 May 2006 23:26:39 +0000 (23:26 +0000)] 
added conversion ctor to create const_iterator from iterator, otherwise assigning the return value of begin() called on a non-const object to a const_iteator didn't work

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