]> git.saurik.com Git - wxWidgets.git/log
wxWidgets.git
20 years agoAdded new icons
Julian Smart [Tue, 23 Mar 2004 08:57:45 +0000 (08:57 +0000)] 
Added new icons
Made menus more Mac-friendly

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

20 years agoNeed to navigate to "about:blank" in order for the internal docuemnt
Robin Dunn [Tue, 23 Mar 2004 06:06:23 +0000 (06:06 +0000)] 
Need to navigate to "about:blank" in order for the internal docuemnt
to be created, which has to be done in order for LoadString to work,
so do it at the start.

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

20 years agoLindsay Mathieson's newest wxActiveX class has been wrapped into a new
Robin Dunn [Tue, 23 Mar 2004 05:29:50 +0000 (05:29 +0000)] 
Lindsay Mathieson's newest wxActiveX class has been wrapped into a new
extension module called wx.activex.  Lots of demo and lib updates to
go along with it.

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

20 years agouse default window id
Robin Dunn [Tue, 23 Mar 2004 05:26:02 +0000 (05:26 +0000)] 
use default window id

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

20 years agomarked wxWindows.dsp as deprecated
Václav Slavík [Mon, 22 Mar 2004 22:14:57 +0000 (22:14 +0000)] 
marked wxWindows.dsp as deprecated

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

20 years agofixed linking (EXTRALIBS_GUI comes after EXTRALIBS and I don't see an easy way to...
Václav Slavík [Mon, 22 Mar 2004 21:48:27 +0000 (21:48 +0000)] 
fixed linking (EXTRALIBS_GUI comes after EXTRALIBS and I don't see an easy way to change it)

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

20 years agoEnsure the buffer is NULL-terminated before converting it.
Robin Dunn [Mon, 22 Mar 2004 18:35:35 +0000 (18:35 +0000)] 
Ensure the buffer is NULL-terminated before converting it.

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

20 years agoExpand the range of WXK_ values that are excluded from OnChar.
Robin Dunn [Mon, 22 Mar 2004 18:22:54 +0000 (18:22 +0000)] 
Expand the range of WXK_ values that are excluded from OnChar.
Correct the position of the context menu.  (SF# 921247)

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

20 years agomoved wxWinHandleHash below wxWindow declaration as otherwise the dtor of forward...
Vadim Zeitlin [Mon, 22 Mar 2004 18:06:23 +0000 (18:06 +0000)] 
moved wxWinHandleHash below wxWindow declaration as otherwise the dtor of forward declared wxWindow is not called inside WX_DECLARE_HASH

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

20 years agoremoved wxMotif::wxMenuItem::DeleteSubMenu()
Vadim Zeitlin [Mon, 22 Mar 2004 17:47:50 +0000 (17:47 +0000)] 
removed wxMotif::wxMenuItem::DeleteSubMenu()

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

20 years agoauto detect the icon if none given instead of asserting (MSW and Mac do allow this)
Vadim Zeitlin [Mon, 22 Mar 2004 17:42:49 +0000 (17:42 +0000)] 
auto detect the icon if none given instead of asserting (MSW and Mac do allow this)

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

20 years agocompilation fixes
Václav Slavík [Mon, 22 Mar 2004 12:53:37 +0000 (12:53 +0000)] 
compilation fixes

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

20 years agoupdate from Ylia K
Vadim Zeitlin [Mon, 22 Mar 2004 11:07:18 +0000 (11:07 +0000)] 
update from Ylia K

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

20 years agodistinguish between main keyboard and numeric enter keys (fixes 902095)
Vadim Zeitlin [Sun, 21 Mar 2004 23:13:50 +0000 (23:13 +0000)] 
distinguish between main keyboard and numeric enter keys (fixes 902095)

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

20 years agolists rendering fixes (second part of patch 911377)
Václav Slavík [Sun, 21 Mar 2004 10:37:21 +0000 (10:37 +0000)] 
lists rendering fixes (second part of patch 911377)

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

20 years agoa) navigation panel needs size hint, reverted previous revision; b) added wxADJUST_MI...
Václav Slavík [Sun, 21 Mar 2004 09:31:29 +0000 (09:31 +0000)] 
a) navigation panel needs size hint, reverted previous revision; b) added wxADJUST_MINSIZE for tree and list controls

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

20 years agoremoved any possibility of confusion regarding Bakefiles.local.bkgen format
Václav Slavík [Sat, 20 Mar 2004 23:23:50 +0000 (23:23 +0000)] 
removed any possibility of confusion regarding Bakefiles.local.bkgen format

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

20 years ago Applied SetItemData() patch.
Robert Roebling [Sat, 20 Mar 2004 16:21:19 +0000 (16:21 +0000)] 
  Applied SetItemData() patch.

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

20 years agocompilation fix for the last wxSprintf() change
Vadim Zeitlin [Sat, 20 Mar 2004 13:44:06 +0000 (13:44 +0000)] 
compilation fix for the last wxSprintf() change

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

20 years ago Applied notebook font patch.
Robert Roebling [Sat, 20 Mar 2004 12:57:46 +0000 (12:57 +0000)] 
  Applied notebook font patch.

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

20 years agowhy should wxMessageDialog dialog have another m_parent, in addition to wxWindow...
Vadim Zeitlin [Sat, 20 Mar 2004 12:51:35 +0000 (12:51 +0000)] 
why should wxMessageDialog dialog have another m_parent, in addition to wxWindow::m_parent? removed

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

20 years agoreuse existing wxGetTopLevelParent() function in wxMessageDialog ctor instead of...
Vadim Zeitlin [Sat, 20 Mar 2004 12:49:43 +0000 (12:49 +0000)] 
reuse existing wxGetTopLevelParent() function in wxMessageDialog ctor instead of reimplementing it (yes, it is just 4 lines, but this still was enough for a fatal bug to slip in them...)

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

20 years agoexplicitly return NFR_UNICODE from WM_NOTIFYFORMAT when using MSLU
Vadim Zeitlin [Sat, 20 Mar 2004 12:45:26 +0000 (12:45 +0000)] 
explicitly return NFR_UNICODE from WM_NOTIFYFORMAT when using MSLU

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

20 years agoadded wxSetCCUnicodeFormat() and use it in wxTreeCtrl/wxToolBar; also replaced SendMe...
Vadim Zeitlin [Sat, 20 Mar 2004 12:39:04 +0000 (12:39 +0000)] 
added wxSetCCUnicodeFormat() and use it in wxTreeCtrl/wxToolBar; also replaced SendMessage(LVM_SETUNICODEFORMAT) with a call to it in wxListCtrl

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

20 years agoi
Robert Roebling [Sat, 20 Mar 2004 12:28:12 +0000 (12:28 +0000)] 
i
  Allow NULL parent in message dialog.

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

20 years ago Fix conversion error in tooltips.
Robert Roebling [Sat, 20 Mar 2004 12:24:16 +0000 (12:24 +0000)] 
  Fix conversion error in tooltips.

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

20 years agosplit classic and carbon
Stefan Csomor [Sat, 20 Mar 2004 07:43:01 +0000 (07:43 +0000)] 
split classic and carbon

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

20 years agofixed wxSnprintf() for Unicode build
Vadim Zeitlin [Fri, 19 Mar 2004 22:45:18 +0000 (22:45 +0000)] 
fixed wxSnprintf() for Unicode build

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

20 years agoImplemented borderless wxTextCtrl (wxNO_BORDER)
Julian Smart [Fri, 19 Mar 2004 21:12:01 +0000 (21:12 +0000)] 
Implemented borderless wxTextCtrl (wxNO_BORDER)
If this inteferes with other patches we can revert and apply later

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

20 years agoFixed bogus line break.
Stefan Neis [Fri, 19 Mar 2004 16:33:04 +0000 (16:33 +0000)] 
Fixed bogus line break.

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

20 years ago Committing in .
Jouk Jansen [Fri, 19 Mar 2004 15:48:03 +0000 (15:48 +0000)] 
 Committing in .

 wxX11 for OpenVMS (phase 3)
   -minimal.exe for OpenVMS now builds and displays a window but crashes when
    trying to use the menus.

 Modified Files:
  wxWidgets/descrip.mms wxWidgets/include/wx/vms_x_fix.h
  wxWidgets/lib/VMS_X11_UNIV.OPT
  wxWidgets/samples/minimal/descrip.mms
  wxWidgets/src/univ/descrip.mms wxWidgets/src/x11/app.cpp
  wxWidgets/src/x11/descrip.mms wxWidgets/src/x11/font.cpp
  wxWidgets/src/x11/gsockx11.cpp wxWidgets/src/x11/utilsx.cpp
 ----------------------------------------------------------------------

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

20 years agoWizard sets default button when displaying new page
Julian Smart [Fri, 19 Mar 2004 12:22:53 +0000 (12:22 +0000)] 
Wizard sets default button when displaying new page

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

20 years agoWhen a directory can't accessed, don't assert, return false
Julian Smart [Fri, 19 Mar 2004 10:34:15 +0000 (10:34 +0000)] 
When a directory can't accessed, don't assert, return false
from wxDir and give a suppressable error message. This fixes
problems reading e.g. .vol directories.

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

20 years ago Committing in .
Jouk Jansen [Fri, 19 Mar 2004 08:53:09 +0000 (08:53 +0000)] 
 Committing in .

 Enabling wxX11 for OpenVMS (Phase 2)
    -partly redo and fix for prevous commit

 Modified Files:
  wxWidgets/setup.h_vms wxWidgets/include/wx/display.h
  wxWidgets/src/common/dpycmn.cpp
 ----------------------------------------------------------------------

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

20 years agoReduced margin in Mac wxNotebook
Julian Smart [Fri, 19 Mar 2004 08:28:33 +0000 (08:28 +0000)] 
Reduced margin in Mac wxNotebook

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

20 years ago Committing in .
Jouk Jansen [Fri, 19 Mar 2004 08:04:29 +0000 (08:04 +0000)] 
 Committing in .

  Enabling wxX11 for OpenVMS (phase 1)

 Modified Files:
  wxWidgets/descrip.mms wxWidgets/setup.h_vms
  wxWidgets/include/wx/display.h
  wxWidgets/samples/minimal/descrip.mms
  wxWidgets/src/common/descrip.mms
  wxWidgets/src/common/dpycmn.cpp
  wxWidgets/src/generic/descrip.mms
  wxWidgets/src/html/descrip.mms wxWidgets/src/univ/descrip.mms
  wxWidgets/src/unix/descrip.mms wxWidgets/src/x11/descrip.mms
 Added Files:
  wxWidgets/lib/VMS_X11_UNIV.OPT
 Removed Files:
  wxWidgets/lib/vms_gtk_univ.opt
 ----------------------------------------------------------------------

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

20 years agoWXUSINGDLL is defined when building samples on non-MSW platforms for simplicity,...
Václav Slavík [Thu, 18 Mar 2004 23:12:58 +0000 (23:12 +0000)] 
WXUSINGDLL is defined when building samples on non-MSW platforms for simplicity, corrected check for it to affect Win32 only

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

20 years agoSome dot-files need copied to the tarball
Robin Dunn [Thu, 18 Mar 2004 22:27:00 +0000 (22:27 +0000)] 
Some dot-files need copied to the tarball

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

20 years agoCorrect file format errors
Robin Dunn [Thu, 18 Mar 2004 22:26:00 +0000 (22:26 +0000)] 
Correct file format errors

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

20 years agoGot rid of the BIN dir
Robin Dunn [Thu, 18 Mar 2004 22:05:24 +0000 (22:05 +0000)] 
Got rid of the BIN dir

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

20 years agodemo tweaks
Robin Dunn [Thu, 18 Mar 2004 22:04:08 +0000 (22:04 +0000)] 
demo tweaks

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

20 years agoRemove size hints for now that messes up nav panel size
Julian Smart [Thu, 18 Mar 2004 21:41:52 +0000 (21:41 +0000)] 
Remove size hints for now that messes up nav panel size

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

20 years agoadded tinkalink2.wav, as a binary file this time
Robin Dunn [Thu, 18 Mar 2004 21:18:12 +0000 (21:18 +0000)] 
added tinkalink2.wav, as a binary file this time

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

20 years agoremoved so it can get added back flagged as a binary file
Robin Dunn [Thu, 18 Mar 2004 21:10:26 +0000 (21:10 +0000)] 
removed so it can get added back flagged as a binary file

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

20 years agoremoved some sample sounds, added another.
Robin Dunn [Thu, 18 Mar 2004 20:43:46 +0000 (20:43 +0000)] 
removed some sample sounds, added another.

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

20 years agoRestored part of the default positioning code for dialogs that I
Robin Dunn [Thu, 18 Mar 2004 19:02:01 +0000 (19:02 +0000)] 
Restored part of the default positioning code for dialogs that I
removed a few days ago.

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

20 years agocompilation fix
Václav Slavík [Thu, 18 Mar 2004 17:24:06 +0000 (17:24 +0000)] 
compilation fix

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

20 years agoFix compile errors with VC 6. Untabified.
Robin Dunn [Thu, 18 Mar 2004 17:23:31 +0000 (17:23 +0000)] 
Fix compile errors with VC 6.  Untabified.

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

20 years agocorrected delete operator for array
Stefan Csomor [Thu, 18 Mar 2004 13:57:03 +0000 (13:57 +0000)] 
corrected delete operator for array

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

20 years agofixes for warnings about implicit double -> int conversions
Vadim Zeitlin [Thu, 18 Mar 2004 11:16:29 +0000 (11:16 +0000)] 
fixes for warnings about implicit double -> int conversions

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

20 years agoUntabified.
Stefan Neis [Thu, 18 Mar 2004 10:54:24 +0000 (10:54 +0000)] 
Untabified.
Quick hack to allow compilation, deleting threads is broken for now, though.

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

20 years agoReverted setting WS_VISIBLE to 0, too many undesired side effects.
Stefan Neis [Thu, 18 Mar 2004 10:49:58 +0000 (10:49 +0000)] 
Reverted setting WS_VISIBLE to 0, too many undesired side effects.

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

20 years agoadded auto4mte.cache
Vadim Zeitlin [Thu, 18 Mar 2004 09:51:23 +0000 (09:51 +0000)] 
added auto4mte.cache

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

20 years agoMore agressive cleanup. Now also removes temp items that are created
Robin Dunn [Thu, 18 Mar 2004 00:46:08 +0000 (00:46 +0000)] 
More agressive cleanup.  Now also removes temp items that are created
by setup.py, not just by the rest of distutils.

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

20 years agowe need to output \r\n on MSW
Václav Slavík [Wed, 17 Mar 2004 22:51:41 +0000 (22:51 +0000)] 
we need to output \r\n on MSW

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

20 years ago<div> handling fix (Xavier Nodet)
Václav Slavík [Wed, 17 Mar 2004 22:44:32 +0000 (22:44 +0000)] 
<div> handling fix (Xavier Nodet)

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

20 years agoinitialize m_initialized to false to avoid spurious asserts
Vadim Zeitlin [Wed, 17 Mar 2004 22:20:42 +0000 (22:20 +0000)] 
initialize m_initialized to false to avoid spurious asserts

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

20 years agoimproved HTML tables layout code (patch 911377)
Václav Slavík [Wed, 17 Mar 2004 20:47:31 +0000 (20:47 +0000)] 
improved HTML tables layout code (patch 911377)

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

20 years agochange default style to match
Robin Dunn [Wed, 17 Mar 2004 20:07:41 +0000 (20:07 +0000)] 
change default style to match

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

20 years ago__version__.py is now always generated from setup.py so there is no
Robin Dunn [Wed, 17 Mar 2004 19:57:06 +0000 (19:57 +0000)] 
__version__.py is now always generated from setup.py so there is no
need to have it in src any more.

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

20 years agoAdd GetPyData and SetPyData aliases
Robin Dunn [Wed, 17 Mar 2004 19:55:00 +0000 (19:55 +0000)] 
Add GetPyData and SetPyData aliases

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

20 years agodon't add \n, it's supposed to be part of the input
Václav Slavík [Wed, 17 Mar 2004 11:53:14 +0000 (11:53 +0000)] 
don't add \n, it's supposed to be part of the input

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

20 years ago Applied wheel mouse patch.
Robert Roebling [Wed, 17 Mar 2004 09:42:04 +0000 (09:42 +0000)] 
 Applied wheel mouse patch.

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

20 years agoNow does cleanup when returning false from OnInit
Julian Smart [Wed, 17 Mar 2004 08:13:21 +0000 (08:13 +0000)] 
Now does cleanup when returning false from OnInit

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

20 years agoImplement wxBitmapButton::DoGetBestSize
Robin Dunn [Tue, 16 Mar 2004 22:17:07 +0000 (22:17 +0000)] 
Implement wxBitmapButton::DoGetBestSize

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

20 years agoimplment wxBitmapButton::DoGetBestSize
Robin Dunn [Tue, 16 Mar 2004 21:58:53 +0000 (21:58 +0000)] 
implment wxBitmapButton::DoGetBestSize

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

20 years agoimplement wxBitmapButton::DoGetBestSize
Robin Dunn [Tue, 16 Mar 2004 21:58:27 +0000 (21:58 +0000)] 
implement wxBitmapButton::DoGetBestSize

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

20 years agoreally fixed calling isspace() for non-ASCII characters
Vadim Zeitlin [Tue, 16 Mar 2004 21:48:18 +0000 (21:48 +0000)] 
really fixed calling isspace() for non-ASCII characters

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

20 years ago This should fix a link error in GTK 2.3.X and
Robert Roebling [Tue, 16 Mar 2004 21:30:06 +0000 (21:30 +0000)] 
  This should fix a link error in GTK 2.3.X and
   it is the right thing to do anyway.

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

20 years ago Added missing "break;".
Robert Roebling [Tue, 16 Mar 2004 19:07:33 +0000 (19:07 +0000)] 
  Added missing "break;".

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

20 years ago Committing in .
Jouk Jansen [Tue, 16 Mar 2004 15:24:33 +0000 (15:24 +0000)] 
 Committing in .

 Update OpenVMS compile support

 Modified Files:
  wxWidgets/setup.h_vms
 ----------------------------------------------------------------------

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

20 years agowx-config didn't include WXUSINGDLL on Mingw
Václav Slavík [Tue, 16 Mar 2004 13:28:35 +0000 (13:28 +0000)] 
wx-config didn't include WXUSINGDLL on Mingw

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

20 years ago--static flag docs correction
Václav Slavík [Tue, 16 Mar 2004 13:18:54 +0000 (13:18 +0000)] 
--static flag docs correction

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

20 years ago Allow non-toplevel-window to given as the
Robert Roebling [Tue, 16 Mar 2004 11:54:45 +0000 (11:54 +0000)] 
 Allow non-toplevel-window to given as the
   parent of a message dialog (as it is done
   in the controls sample).

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

20 years agoset scrollbarsize back to normal
Stefan Csomor [Tue, 16 Mar 2004 06:47:47 +0000 (06:47 +0000)] 
set scrollbarsize back to normal

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

20 years agoEnable wxUSE_DISPLAY by default. It is required for wxPython builds now
Ron Lee [Tue, 16 Mar 2004 01:45:39 +0000 (01:45 +0000)] 
Enable wxUSE_DISPLAY by default.  It is required for wxPython builds now
and doesn't seem obviously harmful to anyone else.

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

20 years agodon't change the font by reinitializing it to XLFD which was found to match it in...
Vadim Zeitlin [Mon, 15 Mar 2004 23:29:19 +0000 (23:29 +0000)] 
don't change the font by reinitializing it to XLFD which was found to match it in GetInternalFont()

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

20 years agoDon't bind events to the return value of SetDefault, D'oh!
Robin Dunn [Mon, 15 Mar 2004 23:09:55 +0000 (23:09 +0000)] 
Don't bind events to the return value of SetDefault, D'oh!

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

20 years agoFiddling with the resize a bit
Robin Dunn [Mon, 15 Mar 2004 23:09:18 +0000 (23:09 +0000)] 
Fiddling with the resize a bit

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

20 years agowrite selection info to the log
Robin Dunn [Mon, 15 Mar 2004 23:08:27 +0000 (23:08 +0000)] 
write selection info to the log

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

20 years agofixed typo
Robin Dunn [Mon, 15 Mar 2004 22:57:03 +0000 (22:57 +0000)] 
fixed typo

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

20 years agoSet focus back to the tree after loading the new sample pages
Robin Dunn [Mon, 15 Mar 2004 22:56:15 +0000 (22:56 +0000)] 
Set focus back to the tree after loading the new sample pages

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

20 years agoRemoved the text about the default window sizes
Robin Dunn [Mon, 15 Mar 2004 22:54:15 +0000 (22:54 +0000)] 
Removed the text about the default window sizes

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

20 years agoFix GBSpan and GBPosition typemaps
Robin Dunn [Mon, 15 Mar 2004 22:47:25 +0000 (22:47 +0000)] 
Fix GBSpan and GBPosition typemaps

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

20 years ago Comitted GTK part of clipboard patch, that
Robert Roebling [Mon, 15 Mar 2004 22:46:48 +0000 (22:46 +0000)] 
  Comitted GTK part of clipboard patch, that
    enables non-unicode strings to be seen in
    Unicode apps. This is relevant since KDE
    apps paste non-Unicode text.

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

20 years agoAlso add a bool() function if running on a too old Python.
Robin Dunn [Mon, 15 Mar 2004 22:46:30 +0000 (22:46 +0000)] 
Also add a bool() function if running on a too old Python.

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

20 years agoGive BitmapButton its own demo, get rid of ErrorDialogs
Robin Dunn [Mon, 15 Mar 2004 22:45:00 +0000 (22:45 +0000)] 
Give BitmapButton its own demo, get rid of ErrorDialogs

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

20 years agoUse the length when converting
Robin Dunn [Mon, 15 Mar 2004 22:43:30 +0000 (22:43 +0000)] 
Use the length when converting

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

20 years agoMSWGetCreateWindowCoords is already setting CW_USEDEFAULT as needed
Robin Dunn [Mon, 15 Mar 2004 21:34:27 +0000 (21:34 +0000)] 
MSWGetCreateWindowCoords is already setting CW_USEDEFAULT as needed

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

20 years ago New menu code.
Robert Roebling [Mon, 15 Mar 2004 20:19:20 +0000 (20:19 +0000)] 
  New menu code.

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

20 years agoEliminate relative imports and make them more py2exe friendly.
Patrick K. O'Brien [Mon, 15 Mar 2004 13:42:37 +0000 (13:42 +0000)] 
Eliminate relative imports and make them more py2exe friendly.

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

20 years agoAdded missing autoconf_inc.m4 to dist target,
Ron Lee [Mon, 15 Mar 2004 03:56:21 +0000 (03:56 +0000)] 
Added missing autoconf_inc.m4 to dist target,
configure.in is useless without it.

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

20 years agoChanged default shell.autoCompleteAutoHide to False.
Patrick K. O'Brien [Mon, 15 Mar 2004 02:30:07 +0000 (02:30 +0000)] 
Changed default shell.autoCompleteAutoHide to False.

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

20 years agoLast minute changes to fix 2.5.1.1 debs for release.
Ron Lee [Sun, 14 Mar 2004 14:02:04 +0000 (14:02 +0000)] 
Last minute changes to fix 2.5.1.1 debs for release.

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

20 years agoUse the WidthDefault and HeightDefault in wxTLW, not wxWindow
Robin Dunn [Sat, 13 Mar 2004 21:35:58 +0000 (21:35 +0000)] 
Use the WidthDefault and HeightDefault in wxTLW, not wxWindow

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

20 years agoFixed comment
Robin Dunn [Sat, 13 Mar 2004 20:42:58 +0000 (20:42 +0000)] 
Fixed comment

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

20 years agoI keep running into situations where the old small default window size
Robin Dunn [Sat, 13 Mar 2004 20:41:09 +0000 (20:41 +0000)] 
I keep running into situations where the old small default window size
was expected, and odd initial layouts resulted, so let's leave only
TLWs at the new 400x250 default size, and give all other windows the
old 20x20 default.

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

20 years agoNeed an additional #include
Robin Dunn [Sat, 13 Mar 2004 17:45:04 +0000 (17:45 +0000)] 
Need an additional #include

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

20 years ago Gradient fill splitter window sash. This won't
Robert Roebling [Sat, 13 Mar 2004 16:47:22 +0000 (16:47 +0000)] 
  Gradient fill splitter window sash. This won't
   look good in brushed metal theme..

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

20 years agofixed debug assert in VC 7.1 CRT due to calling isalnum() with 8bit chars
Vadim Zeitlin [Sat, 13 Mar 2004 12:14:37 +0000 (12:14 +0000)] 
fixed debug assert in VC 7.1 CRT due to calling isalnum() with 8bit chars

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