]> git.saurik.com Git - wxWidgets.git/log
wxWidgets.git
20 years agoAdd generic dialogs in non wxUniversal builds. Regenerated makefiles.
Włodzimierz Skiba [Tue, 15 Jun 2004 14:39:38 +0000 (14:39 +0000)] 
Add generic dialogs in non wxUniversal builds. Regenerated makefiles.

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

20 years agoMissed VC workspace.
Włodzimierz Skiba [Tue, 15 Jun 2004 14:35:03 +0000 (14:35 +0000)] 
Missed VC workspace.

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

20 years agoWith wxTE_PROCESS_TAB, tabs are now inserted in the text control
Julian Smart [Tue, 15 Jun 2004 14:03:06 +0000 (14:03 +0000)] 
With wxTE_PROCESS_TAB, tabs are now inserted in the text control
by default. The new Navigate function can be used to do navigation
programmatically.

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

20 years agofix for Borland Dll build (SF bug #972989)
Chris Elliott [Tue, 15 Jun 2004 11:57:21 +0000 (11:57 +0000)] 
fix for Borland Dll build (SF bug #972989)

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

20 years agoOops, that space crept back in.
Robin Dunn [Tue, 15 Jun 2004 03:36:44 +0000 (03:36 +0000)] 
Oops, that space crept back in.

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

20 years agoCheck exit codes properly
Robin Dunn [Tue, 15 Jun 2004 03:27:08 +0000 (03:27 +0000)] 
Check exit codes properly

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

20 years agoincreased bit-depth
Robin Dunn [Tue, 15 Jun 2004 03:26:47 +0000 (03:26 +0000)] 
increased bit-depth

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

20 years agoregenerated with fix for wxPNGHandler::SaveFile
Robin Dunn [Tue, 15 Jun 2004 03:26:07 +0000 (03:26 +0000)] 
regenerated with fix for wxPNGHandler::SaveFile

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

20 years agolayout tweakAdd DoGetBestSize to wxCheckListBox that adds room for the checkbox
Robin Dunn [Tue, 15 Jun 2004 03:24:36 +0000 (03:24 +0000)] 
layout tweakAdd DoGetBestSize to wxCheckListBox that adds room for the checkbox

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

20 years agoAdd DoGetBestSize to wxCheckListBox that adds room for the checkbox
Robin Dunn [Tue, 15 Jun 2004 03:23:05 +0000 (03:23 +0000)] 
Add DoGetBestSize to wxCheckListBox that adds room for the checkbox

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

20 years agoSave the alpha values if the image has an alpha channel
Robin Dunn [Tue, 15 Jun 2004 01:05:10 +0000 (01:05 +0000)] 
Save the alpha values if the image has an alpha channel

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

20 years agoPatch [ 971542 ] Tiny speedup for stc2wx in PlatWX.cpp
Robin Dunn [Mon, 14 Jun 2004 22:44:57 +0000 (22:44 +0000)] 
Patch [ 971542 ] Tiny speedup for stc2wx in PlatWX.cpp

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

20 years agoreSWIGged
Robin Dunn [Mon, 14 Jun 2004 22:07:24 +0000 (22:07 +0000)] 
reSWIGged

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

20 years agoThis workaround is no longer needed because of fix in
Robin Dunn [Mon, 14 Jun 2004 22:05:52 +0000 (22:05 +0000)] 
This workaround is no longer needed because of fix in
wxWindowMac::MacWindowToRootWindow

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

20 years agoCheck if MacGetTopLevelWindow returns NULL before using it. This can
Robin Dunn [Mon, 14 Jun 2004 22:04:55 +0000 (22:04 +0000)] 
Check if MacGetTopLevelWindow returns NULL before using it.  This can
happen when the toplevel window is beign destroyed but a decendent
window (child, grandchild...) has an EVT_KILL_FOCUS handler that does
some drawing or other significant work.

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

20 years agotest full row highlight
Robin Dunn [Mon, 14 Jun 2004 21:59:21 +0000 (21:59 +0000)] 
test full row highlight

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

20 years agom_img* need initialized too otherwise we can end up with rows that are
Robin Dunn [Mon, 14 Jun 2004 21:18:50 +0000 (21:18 +0000)] 
m_img* need initialized too otherwise we can end up with rows that are
a million pixels high!

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

20 years agoclip notebook children to help reduce flicker
Robin Dunn [Mon, 14 Jun 2004 20:17:31 +0000 (20:17 +0000)] 
clip notebook children to help reduce flicker

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

20 years agoAdd a set of scripts that can be used to build and upload the
Robin Dunn [Mon, 14 Jun 2004 19:53:50 +0000 (19:53 +0000)] 
Add a set of scripts that can be used to build and upload the
distributable binaries for all platforms all from a single
command-line on a single machine.  Will probably also be used for a
daily build cron job.

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

20 years agoincrement version number
Robin Dunn [Mon, 14 Jun 2004 19:47:22 +0000 (19:47 +0000)] 
increment version number

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

20 years agoIf wxWidgets was build without wxDisplay then in Python it will raise
Robin Dunn [Mon, 14 Jun 2004 19:45:51 +0000 (19:45 +0000)] 
If wxWidgets was build without wxDisplay then in Python it will raise
a NotImplementedError

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

20 years agoAdded new event binders
Robin Dunn [Mon, 14 Jun 2004 19:37:33 +0000 (19:37 +0000)] 
Added new event binders

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

20 years agoProgressDialog docstrign tweak
Robin Dunn [Mon, 14 Jun 2004 19:12:08 +0000 (19:12 +0000)] 
ProgressDialog docstrign tweak

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

20 years agoVarious layout fixes and such
Robin Dunn [Mon, 14 Jun 2004 19:10:20 +0000 (19:10 +0000)] 
Various layout fixes and such

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

20 years agofixed compile error
Robin Dunn [Mon, 14 Jun 2004 18:50:19 +0000 (18:50 +0000)] 
fixed compile error

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

20 years agofixed GTK styles handling:
Václav Slavík [Mon, 14 Jun 2004 17:34:00 +0000 (17:34 +0000)] 
fixed GTK styles handling:
1. don't modify the style unless something changed
2. use gtk_widget_modify_style instead of gtk_widget_set_style, the latter is not recommended by GTK+ developers

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

20 years agoadding mac to the memory crit sect
Stefan Csomor [Mon, 14 Jun 2004 13:34:40 +0000 (13:34 +0000)] 
adding mac to the memory crit sect

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

20 years agorespect GTK+'s theme tooltip colour settings
Václav Slavík [Mon, 14 Jun 2004 13:27:26 +0000 (13:27 +0000)] 
respect GTK+'s theme tooltip colour settings

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

20 years agoReverted generic dialogs usage in MSW makefiles.
Włodzimierz Skiba [Mon, 14 Jun 2004 11:10:17 +0000 (11:10 +0000)] 
Reverted generic dialogs usage in MSW makefiles.

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

20 years agofill up the gauge when Update(maximum) is called
Vadim Zeitlin [Mon, 14 Jun 2004 10:46:12 +0000 (10:46 +0000)] 
fill up the gauge when Update(maximum) is called

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

20 years agocorrected erroneous description of Update() argument
Vadim Zeitlin [Mon, 14 Jun 2004 10:23:20 +0000 (10:23 +0000)] 
corrected erroneous description of Update() argument

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

20 years agoAdded event table macros to wxGrid that take window identifiers
Julian Smart [Sun, 13 Jun 2004 23:17:00 +0000 (23:17 +0000)] 
Added event table macros to wxGrid that take window identifiers

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

20 years agocorrected DBErrorList DLL export declaration
Vadim Zeitlin [Sun, 13 Jun 2004 21:52:14 +0000 (21:52 +0000)] 
corrected DBErrorList DLL export declaration

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

20 years agoTweaks to announcement
Julian Smart [Sun, 13 Jun 2004 16:31:06 +0000 (16:31 +0000)] 
Tweaks to announcement

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

20 years agoCorrected return type of SetBackgroundColour
Julian Smart [Sun, 13 Jun 2004 16:30:15 +0000 (16:30 +0000)] 
Corrected return type of SetBackgroundColour

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

20 years agoDomain name corrections
Julian Smart [Sun, 13 Jun 2004 16:28:28 +0000 (16:28 +0000)] 
Domain name corrections

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

20 years agoScript tweaks
Julian Smart [Sun, 13 Jun 2004 16:25:14 +0000 (16:25 +0000)] 
Script tweaks

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

20 years agoUse old project file name
Julian Smart [Sun, 13 Jun 2004 16:20:22 +0000 (16:20 +0000)] 
Use old project file name

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

20 years agoTypo correction
Julian Smart [Sun, 13 Jun 2004 16:18:41 +0000 (16:18 +0000)] 
Typo correction

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

20 years agoSmall WinCE symbol fixes
Julian Smart [Sun, 13 Jun 2004 16:11:40 +0000 (16:11 +0000)] 
Small WinCE symbol fixes

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

20 years agoFix for DLL compilation bug (Fritz Elfert)
Julian Smart [Sun, 13 Jun 2004 15:39:26 +0000 (15:39 +0000)] 
Fix for DLL compilation bug (Fritz Elfert)

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

20 years agofixed background rendering if GetThemeEnabled()=true with GTK2
Václav Slavík [Sun, 13 Jun 2004 13:09:16 +0000 (13:09 +0000)] 
fixed background rendering if GetThemeEnabled()=true with GTK2

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

20 years agofix wxPanel rendering in wxGTK
Václav Slavík [Sun, 13 Jun 2004 12:50:10 +0000 (12:50 +0000)] 
fix wxPanel rendering in wxGTK

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

20 years agoreplaced menu calls Append([...], true) with the less cryptic AppendCheckItem
Dimitri Schoolwerth [Sun, 13 Jun 2004 00:02:35 +0000 (00:02 +0000)] 
replaced menu calls Append([...], true) with the less cryptic AppendCheckItem

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

20 years agoremoved SetAutoLayout(true) calls when a corresponding SetSizer() was also called...
Dimitri Schoolwerth [Sat, 12 Jun 2004 23:44:08 +0000 (23:44 +0000)] 
removed SetAutoLayout(true) calls when a corresponding SetSizer() was also called (the latter already calls SetAutoLayout(true) in case of a non-NULL window); usual cleanup: removing tabs and end of line whitespace, TRUE->true, FALSE->false, -1->wxID_ANY, Enable(false)->Disable(), ""->wxEmptyString

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

20 years ago Applied new master define for CommandBar vs. PocketPC mixed bar.
Robert Roebling [Sat, 12 Jun 2004 23:01:02 +0000 (23:01 +0000)] 
  Applied new master define for CommandBar vs. PocketPC mixed bar.
  This also works now under Handheld PC 2000.

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

20 years ago Added master define for CommandBar vs. PocketPC mixed bar.
Robert Roebling [Sat, 12 Jun 2004 22:58:28 +0000 (22:58 +0000)] 
 Added master define for CommandBar vs. PocketPC mixed bar.

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

20 years agocompilation fixes for GTK (this looks weird for other platforms, too...)
Václav Slavík [Sat, 12 Jun 2004 21:22:05 +0000 (21:22 +0000)] 
compilation fixes for GTK (this looks weird for other platforms, too...)

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

20 years agoset size hints in notebook sample
Václav Slavík [Sat, 12 Jun 2004 19:38:33 +0000 (19:38 +0000)] 
set size hints in notebook sample

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

20 years agofixed setting of initial font under wxGTK2
Václav Slavík [Sat, 12 Jun 2004 12:36:26 +0000 (12:36 +0000)] 
fixed setting of initial font under wxGTK2

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

20 years agoAdd "inplace" build option that allows the distribution to be built
Robin Dunn [Fri, 11 Jun 2004 22:50:25 +0000 (22:50 +0000)] 
Add "inplace" build option that allows the distribution to be built
from witin the current source tree instead of rewuiring the
wxPythonSrc tarball.  (Currently it still needs the Docs and Demo
tarballs to make a full build, but it can skip those parts if the
tarballs are not available.)

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

20 years agoFix a couple warnings
Robin Dunn [Fri, 11 Jun 2004 22:46:47 +0000 (22:46 +0000)] 
Fix a couple warnings

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

20 years agoReworked dialogs sample in the direction of fully working in not fully specified...
Włodzimierz Skiba [Fri, 11 Jun 2004 20:43:45 +0000 (20:43 +0000)] 
Reworked dialogs sample in the direction of fully working in not fully specified setup.h. Dedicated mainly for all those hard working on various port. Be happy with always working dialogs sample.

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

20 years agoGeneric font dialog is still an option in wxMSW in non Univ mode
Włodzimierz Skiba [Fri, 11 Jun 2004 19:24:59 +0000 (19:24 +0000)] 
Generic font dialog is still an option in wxMSW in non Univ mode

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

20 years ago Compile fixes for HANDHELDPC
Robert Roebling [Fri, 11 Jun 2004 19:15:40 +0000 (19:15 +0000)] 
  Compile fixes for HANDHELDPC

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

20 years ago Compile fix for HANDHELDPC
Robert Roebling [Fri, 11 Jun 2004 19:14:20 +0000 (19:14 +0000)] 
 Compile fix for HANDHELDPC

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

20 years ago Compile fix.
Robert Roebling [Fri, 11 Jun 2004 19:13:49 +0000 (19:13 +0000)] 
  Compile fix.

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

20 years ago Added compatibility fix for wxADJUST_MINSIZE
Robert Roebling [Fri, 11 Jun 2004 19:12:45 +0000 (19:12 +0000)] 
  Added compatibility fix for wxADJUST_MINSIZE
  Added defines for HANDHELDPC

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

20 years agoNo warning with wxUSE_BUSYINFO turned off.
Włodzimierz Skiba [Fri, 11 Jun 2004 19:02:44 +0000 (19:02 +0000)] 
No warning with wxUSE_BUSYINFO turned off.

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

20 years agoGeneric colour dialog is still an option in wxMSW in non Univ mode
Włodzimierz Skiba [Fri, 11 Jun 2004 18:37:15 +0000 (18:37 +0000)] 
Generic colour dialog is still an option in wxMSW in non Univ mode

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

20 years agowxUSE_FONTDLG is optional.
Włodzimierz Skiba [Fri, 11 Jun 2004 17:19:17 +0000 (17:19 +0000)] 
wxUSE_FONTDLG is optional.

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

20 years agowxUSE_PROGRESSDLG is optional.
Włodzimierz Skiba [Fri, 11 Jun 2004 14:45:09 +0000 (14:45 +0000)] 
wxUSE_PROGRESSDLG is optional.

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

20 years agoadding compatibility mode fallback for custom window definition procs that don't...
Stefan Csomor [Fri, 11 Jun 2004 14:06:50 +0000 (14:06 +0000)] 
adding compatibility mode fallback for custom window definition procs that don't allocated a content view at all

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

20 years agowxID_ANY, wxDefaultSize, wxDefaultPosition, wxNOT_FOUND, true, false, tabs replacements.
Włodzimierz Skiba [Fri, 11 Jun 2004 13:14:23 +0000 (13:14 +0000)] 
wxID_ANY, wxDefaultSize, wxDefaultPosition, wxNOT_FOUND, true, false, tabs replacements.

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

20 years agoChanged type of bitmaps. RC of DMC reported 'is not a valid Windows 3.0 or OS/2 1...
Włodzimierz Skiba [Fri, 11 Jun 2004 12:55:11 +0000 (12:55 +0000)] 
Changed type of bitmaps. RC of DMC reported 'is not a valid Windows 3.0 or OS/2 1.x bitmap' for some images.

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

20 years agofixed typo, used word 'assigned' instead of 'allotted'
Dimitri Schoolwerth [Fri, 11 Jun 2004 12:36:55 +0000 (12:36 +0000)] 
fixed typo, used word 'assigned' instead of 'allotted'

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

20 years agoAccept both XY and X.Y version numbers
Robin Dunn [Fri, 11 Jun 2004 02:41:27 +0000 (02:41 +0000)] 
Accept both XY and X.Y version numbers

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

20 years agoSome doc tweaks
Robin Dunn [Fri, 11 Jun 2004 01:25:44 +0000 (01:25 +0000)] 
Some doc tweaks

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

20 years agoGet unicows.dll from distrib/msw
Robin Dunn [Fri, 11 Jun 2004 01:22:36 +0000 (01:22 +0000)] 
Get unicows.dll from distrib/msw

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

20 years agoPut this distributable here so it doesn't get lost again
Robin Dunn [Fri, 11 Jun 2004 01:21:20 +0000 (01:21 +0000)] 
Put this distributable here so it doesn't get lost again

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

20 years agocorrected the .pyd names
Robin Dunn [Fri, 11 Jun 2004 01:16:51 +0000 (01:16 +0000)] 
corrected the .pyd names

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

20 years agofix the shebang
Robin Dunn [Fri, 11 Jun 2004 01:15:56 +0000 (01:15 +0000)] 
fix the shebang

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

20 years agoupdate from herbert breunung
Vadim Zeitlin [Thu, 10 Jun 2004 22:17:50 +0000 (22:17 +0000)] 
update from herbert breunung

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

20 years agoSome doc tweaks
Robin Dunn [Thu, 10 Jun 2004 20:26:43 +0000 (20:26 +0000)] 
Some doc tweaks

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

20 years agofixed pasting of Unicode strings
Václav Slavík [Thu, 10 Jun 2004 19:37:03 +0000 (19:37 +0000)] 
fixed pasting of Unicode strings

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

20 years agodon't confuse wxDF_UNICODETEXT and wxDF_TEXT
Václav Slavík [Thu, 10 Jun 2004 19:24:08 +0000 (19:24 +0000)] 
don't confuse wxDF_UNICODETEXT and wxDF_TEXT

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

20 years agoremoved outdated comment
Václav Slavík [Thu, 10 Jun 2004 19:00:56 +0000 (19:00 +0000)] 
removed outdated comment

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

20 years agoopen more keys in read only mode if we need to only read from them (fixes problems...
Vadim Zeitlin [Thu, 10 Jun 2004 16:51:59 +0000 (16:51 +0000)] 
open more keys in read only mode if we need to only read from them (fixes problems with accessing some registry values under XP)

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

20 years agofixed typo in wxFrame::SetStatusBar() (bug 970516)
Vadim Zeitlin [Thu, 10 Jun 2004 16:50:31 +0000 (16:50 +0000)] 
fixed typo in wxFrame::SetStatusBar() (bug 970516)

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

20 years agoOR extra style with existing value or some implementations will
Julian Smart [Thu, 10 Jun 2004 13:28:31 +0000 (13:28 +0000)] 
OR extra style with existing value or some implementations will
have problems (espec. wxGTK modal dialogs closing behaviour)

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

20 years agodisable the first top level parent, not the topmost top level parent
Vadim Zeitlin [Thu, 10 Jun 2004 13:27:58 +0000 (13:27 +0000)] 
disable the first top level parent, not the topmost top level parent

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

20 years agocount the root item in wxTreeCtrl::GetCount()
Vadim Zeitlin [Thu, 10 Jun 2004 12:06:10 +0000 (12:06 +0000)] 
count the root item in wxTreeCtrl::GetCount()

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

20 years agoclarified the parameters of MB2WC and WC2MB a little in the docs/headers
Dimitri Schoolwerth [Thu, 10 Jun 2004 12:01:59 +0000 (12:01 +0000)] 
clarified the parameters of MB2WC and WC2MB a little in the docs/headers

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

20 years agofixed assert in SetItemText() for wxTR_MULTIPLE controls
Vadim Zeitlin [Thu, 10 Jun 2004 11:29:49 +0000 (11:29 +0000)] 
fixed assert in SetItemText() for wxTR_MULTIPLE controls

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

20 years agoTake care of some focus issues with the AutoComp list box and also a
Robin Dunn [Thu, 10 Jun 2004 00:09:27 +0000 (00:09 +0000)] 
Take care of some focus issues with the AutoComp list box and also a
crash at exit when losing focus.

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

20 years agofixed OnFrameClose() return type
Vadim Zeitlin [Wed, 9 Jun 2004 23:48:17 +0000 (23:48 +0000)] 
fixed OnFrameClose() return type

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

20 years agoEnsure that the correct rectangle is clipped and refreshed for the CallTip
Robin Dunn [Wed, 9 Jun 2004 22:19:57 +0000 (22:19 +0000)] 
Ensure that the correct rectangle is clipped and refreshed for the CallTip

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

20 years agoexplicit this-> is required by C++ standard, not g++, in WinStruct template
Vadim Zeitlin [Wed, 9 Jun 2004 22:01:54 +0000 (22:01 +0000)] 
explicit this-> is required by C++ standard, not g++, in WinStruct template

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

20 years agocount the root item in wxTreeCtrl::GetCount()
Vadim Zeitlin [Wed, 9 Jun 2004 21:48:18 +0000 (21:48 +0000)] 
count the root item in wxTreeCtrl::GetCount()

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

20 years agoreSWIGged
Robin Dunn [Wed, 9 Jun 2004 19:00:14 +0000 (19:00 +0000)] 
reSWIGged

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

20 years agoreSWIGed
Robin Dunn [Wed, 9 Jun 2004 18:59:57 +0000 (18:59 +0000)] 
reSWIGed

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

20 years agoUse correct CheckForIntersect method
Robin Dunn [Wed, 9 Jun 2004 18:55:39 +0000 (18:55 +0000)] 
Use correct CheckForIntersect method

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

20 years agoreSWIGged
Robin Dunn [Wed, 9 Jun 2004 18:54:49 +0000 (18:54 +0000)] 
reSWIGged

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

20 years agoSupport for new ctor and Union
Robin Dunn [Wed, 9 Jun 2004 18:54:34 +0000 (18:54 +0000)] 
Support for new ctor and Union

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

20 years agotypo
Robin Dunn [Wed, 9 Jun 2004 17:51:19 +0000 (17:51 +0000)] 
typo

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

20 years agouse the API Ptr accessor for the inline functions too.
Robin Dunn [Wed, 9 Jun 2004 17:50:45 +0000 (17:50 +0000)] 
use the API Ptr accessor for the inline functions too.

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

20 years agoreSWIGged
Robin Dunn [Wed, 9 Jun 2004 17:31:33 +0000 (17:31 +0000)] 
reSWIGged

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

20 years agoreSWIGed
Robin Dunn [Wed, 9 Jun 2004 17:30:31 +0000 (17:30 +0000)] 
reSWIGed

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

20 years agoDefault position for PopupMenu
Robin Dunn [Wed, 9 Jun 2004 17:05:20 +0000 (17:05 +0000)] 
Default position for PopupMenu

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

20 years ago-1->wxID_ANY, TRUE->true, FALSE->false and tabs replacements. Correct help system...
Włodzimierz Skiba [Wed, 9 Jun 2004 16:42:34 +0000 (16:42 +0000)] 
-1->wxID_ANY, TRUE->true, FALSE->false and tabs replacements. Correct help system in non MSW builds of OGL-Studio sample.

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