]> git.saurik.com Git - wxWidgets.git/log
wxWidgets.git
21 years agoadded DoSetNativeFontInfo() to avoid virtual function hiding
Vadim Zeitlin [Wed, 12 Feb 2003 15:42:27 +0000 (15:42 +0000)] 
added DoSetNativeFontInfo() to avoid virtual function hiding

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

21 years agoremoved redundant code
Vadim Zeitlin [Wed, 12 Feb 2003 11:42:11 +0000 (11:42 +0000)] 
removed redundant code

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

21 years agofixed typo in SetToolClientData() docs
Vadim Zeitlin [Tue, 11 Feb 2003 22:55:40 +0000 (22:55 +0000)] 
fixed typo in SetToolClientData() docs

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

21 years ago Remove another already backported change.
Mattia Barbon [Tue, 11 Feb 2003 21:26:10 +0000 (21:26 +0000)] 
  Remove another already backported change.

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

21 years ago Remove already backported change.
Mattia Barbon [Tue, 11 Feb 2003 21:16:23 +0000 (21:16 +0000)] 
  Remove already backported change.

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

21 years ago Changes to be backported.
Mattia Barbon [Tue, 11 Feb 2003 21:09:05 +0000 (21:09 +0000)] 
  Changes to be backported.

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

21 years ago Finished native wxComboBox implementation; it still needs some testing.
Mattia Barbon [Tue, 11 Feb 2003 17:51:28 +0000 (17:51 +0000)] 
  Finished native wxComboBox implementation; it still needs some testing.

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

21 years agoAdded an item to toback24.txt
Julian Smart [Tue, 11 Feb 2003 15:50:59 +0000 (15:50 +0000)] 
Added an item to toback24.txt

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

21 years ago Minor corrections.
Robert Roebling [Tue, 11 Feb 2003 11:20:45 +0000 (11:20 +0000)] 
 Minor corrections.

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

21 years agofix contrib makefile for watcom
Chris Elliott [Mon, 10 Feb 2003 21:55:23 +0000 (21:55 +0000)] 
fix contrib makefile for watcom

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

21 years ago Clearly mark wxGLCanvas as not working under wxX11.
Mattia Barbon [Mon, 10 Feb 2003 21:27:24 +0000 (21:27 +0000)] 
  Clearly mark wxGLCanvas as not working under wxX11.

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

21 years ago Fix compilation with GCC (at least 2.95.4).
Mattia Barbon [Mon, 10 Feb 2003 21:18:32 +0000 (21:18 +0000)] 
  Fix compilation with GCC (at least 2.95.4).

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

21 years ago Fix compilation after last fix.
Mattia Barbon [Mon, 10 Feb 2003 21:12:55 +0000 (21:12 +0000)] 
  Fix compilation after last fix.

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

21 years ago Remove unnecessary header dependencies. Fix resulting compilation
Mattia Barbon [Mon, 10 Feb 2003 21:07:36 +0000 (21:07 +0000)] 
  Remove unnecessary header dependencies. Fix resulting compilation
problems for wxMSW, wxGTK, wxMotif, wxX11 and wxMac in default
configuration. Non-default configurations will probably need some more
fixes.

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

21 years agofix for making libraries
Chris Elliott [Mon, 10 Feb 2003 20:43:39 +0000 (20:43 +0000)] 
fix for making libraries

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

21 years agobug fixes
Stefan Csomor [Mon, 10 Feb 2003 19:15:13 +0000 (19:15 +0000)] 
bug fixes

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

21 years agoscrolbar event orientation fix
Vadim Zeitlin [Mon, 10 Feb 2003 16:16:14 +0000 (16:16 +0000)] 
scrolbar event orientation fix

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

21 years agoset orientation for scrolbar events
Vadim Zeitlin [Mon, 10 Feb 2003 16:11:55 +0000 (16:11 +0000)] 
set orientation for scrolbar events

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

21 years ago Support underscroes in menu item names under GTK2
Robert Roebling [Mon, 10 Feb 2003 10:13:58 +0000 (10:13 +0000)] 
  Support underscroes in menu item names under GTK2

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

21 years agouse bigger than default page size to avoid 'library too big' errors
Vadim Zeitlin [Sun, 9 Feb 2003 22:03:49 +0000 (22:03 +0000)] 
use bigger than default page size to avoid 'library too big' errors

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

21 years agoadded missing const
Vadim Zeitlin [Sun, 9 Feb 2003 21:26:22 +0000 (21:26 +0000)] 
added missing const

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

21 years agofileconf stuff
Vadim Zeitlin [Sun, 9 Feb 2003 21:22:47 +0000 (21:22 +0000)] 
fileconf stuff

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

21 years agodon't trigger an assert in wxFileConfigGroup::DeleteSubgroupByName() if the group...
Vadim Zeitlin [Sun, 9 Feb 2003 21:17:18 +0000 (21:17 +0000)] 
don't trigger an assert in wxFileConfigGroup::DeleteSubgroupByName() if the group doesn't exist

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

21 years ago Do not use stipple when drawing text, use solid foreground/background
Mattia Barbon [Sun, 9 Feb 2003 20:21:54 +0000 (20:21 +0000)] 
  Do not use stipple when drawing text, use solid foreground/background
colour instead.
  Use XSetTile/FillTiled instead of XSetStipple/FillStippled, otherwise
BadMatch errors occur in wxDC::SetBrush.

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

21 years ago Replaced wxDebugMsg with wxLogError.
Mattia Barbon [Sun, 9 Feb 2003 17:05:24 +0000 (17:05 +0000)] 
  Replaced wxDebugMsg with wxLogError.

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

21 years agoclipboard extension
Stefan Csomor [Sun, 9 Feb 2003 09:11:43 +0000 (09:11 +0000)] 
clipboard extension

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

21 years agocrash upon hide fix
Stefan Csomor [Sun, 9 Feb 2003 09:10:02 +0000 (09:10 +0000)] 
crash upon hide fix

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

21 years agocode
Stefan Csomor [Sun, 9 Feb 2003 09:08:09 +0000 (09:08 +0000)] 
code

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

21 years agonative tooltips
Stefan Csomor [Sun, 9 Feb 2003 09:04:18 +0000 (09:04 +0000)] 
native tooltips

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

21 years agoredraw changes
Stefan Csomor [Sun, 9 Feb 2003 09:01:05 +0000 (09:01 +0000)] 
redraw changes

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

21 years agocode changed along msw lines
Stefan Csomor [Sun, 9 Feb 2003 08:56:54 +0000 (08:56 +0000)] 
code changed along msw lines

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

21 years agocorrected disposal for b/w cursors and creation and disposal of colour cursors
Stefan Csomor [Sun, 9 Feb 2003 08:54:08 +0000 (08:54 +0000)] 
corrected disposal for b/w cursors and creation and disposal of colour cursors

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

21 years agomask and hotspot corrections
Stefan Csomor [Sun, 9 Feb 2003 08:23:08 +0000 (08:23 +0000)] 
mask and hotspot corrections

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

21 years agoclipboard bitmap support extended
Stefan Csomor [Sun, 9 Feb 2003 08:19:28 +0000 (08:19 +0000)] 
clipboard bitmap support extended

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

21 years agoclipboard
Stefan Csomor [Sun, 9 Feb 2003 08:15:35 +0000 (08:15 +0000)] 
clipboard

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

21 years agoremove references to 16 bit compilation
Chris Elliott [Sat, 8 Feb 2003 11:50:09 +0000 (11:50 +0000)] 
remove references to 16 bit compilation

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

21 years ago Committing in .
Jouk Jansen [Fri, 7 Feb 2003 07:27:30 +0000 (07:27 +0000)] 
 Committing in .

 wxMotif changes for OpenVMS

 Modified Files:
  wxWindows/src/motif/descrip.mms
  wxWindows/src/motif/evtloop.cpp
 ----------------------------------------------------------------------

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

21 years agocorrected several errors when generating project file with all configs
Vadim Zeitlin [Fri, 7 Feb 2003 02:56:49 +0000 (02:56 +0000)] 
corrected several errors when generating project file with all configs

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

21 years agoMoved ffile inclusion
Julian Smart [Thu, 6 Feb 2003 14:07:45 +0000 (14:07 +0000)] 
Moved ffile inclusion

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

21 years agoCheck the image height when calulating the line height. This allows
Robin Dunn [Thu, 6 Feb 2003 02:18:51 +0000 (02:18 +0000)] 
Check the image height when calulating the line height.  This allows
larger than normal images to be used.

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

21 years agoallow compilation with wxUSE_DATETIME == 0 (patch 679822)
Vadim Zeitlin [Thu, 6 Feb 2003 00:53:46 +0000 (00:53 +0000)] 
allow compilation with wxUSE_DATETIME == 0 (patch 679822)

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

21 years agocompilation fix for WXWIN_COMPATIBILITY_2 == 1
Vadim Zeitlin [Thu, 6 Feb 2003 00:51:15 +0000 (00:51 +0000)] 
compilation fix for WXWIN_COMPATIBILITY_2 == 1

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

21 years agoScintilla uses a -1 index to unselect, we need to catch that.
Robin Dunn [Wed, 5 Feb 2003 23:30:36 +0000 (23:30 +0000)] 
Scintilla uses a -1 index to unselect, we need to catch that.

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

21 years agofixed typo in the label
Vadim Zeitlin [Wed, 5 Feb 2003 12:17:18 +0000 (12:17 +0000)] 
fixed typo in the label

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

21 years agoHP-UX fixes: use INSTALL_DIR as install doesn't have -d option; fixes for threads...
Vadim Zeitlin [Wed, 5 Feb 2003 00:54:04 +0000 (00:54 +0000)] 
HP-UX fixes: use INSTALL_DIR as install doesn't have -d option; fixes for threads compilation

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

21 years agoadded hints from QA 1061
Stefan Csomor [Tue, 4 Feb 2003 22:30:58 +0000 (22:30 +0000)] 
added hints from QA 1061

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

21 years agoOSX native tooltips
Stefan Csomor [Tue, 4 Feb 2003 22:27:54 +0000 (22:27 +0000)] 
OSX native tooltips

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

21 years agocarbon event savvy wakeup call
Stefan Csomor [Tue, 4 Feb 2003 22:25:21 +0000 (22:25 +0000)] 
carbon event savvy wakeup call

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

21 years ago Update with recent changes.
Mattia Barbon [Tue, 4 Feb 2003 21:57:55 +0000 (21:57 +0000)] 
  Update with recent changes.

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

21 years ago Do not redeclare a struct (w32api 2.2 will have it).
Mattia Barbon [Tue, 4 Feb 2003 21:37:58 +0000 (21:37 +0000)] 
  Do not redeclare a struct (w32api 2.2 will have it).

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

21 years ago Applied patch [ 679397 ] remove GPL code from motif build
Mattia Barbon [Tue, 4 Feb 2003 21:09:03 +0000 (21:09 +0000)] 
  Applied patch [ 679397 ] remove GPL code from motif build
from Ian Brown, with some modifications; this patch replaces the (GPL)
Motif ComboBox with an implementation based on the native (for Motif 2.0)
ComboBox. The old ComboBox is still used as a fallback for older Motif
versions. My modifications include some method's implementation and
some workarounds for LessTif.

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

21 years agotry to create smaller executables
Vadim Zeitlin [Tue, 4 Feb 2003 20:34:43 +0000 (20:34 +0000)] 
try to create smaller executables

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

21 years agoadded wxLocale::FindLanguageInfo()
Vadim Zeitlin [Tue, 4 Feb 2003 16:43:10 +0000 (16:43 +0000)] 
added wxLocale::FindLanguageInfo()

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

21 years agofix for warnings when wxUSE_RESOURCE_LOADING_IN_MSW == 0
Vadim Zeitlin [Tue, 4 Feb 2003 00:57:47 +0000 (00:57 +0000)] 
fix for warnings when wxUSE_RESOURCE_LOADING_IN_MSW == 0

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

21 years agoadded Watcom mention
Vadim Zeitlin [Tue, 4 Feb 2003 00:56:28 +0000 (00:56 +0000)] 
added Watcom mention

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

21 years agocorrected the value of EUC_JP
Vadim Zeitlin [Tue, 4 Feb 2003 00:54:46 +0000 (00:54 +0000)] 
corrected the value of EUC_JP

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

21 years agofixes to ShowFullScreen (KDE 3.1)
Václav Slavík [Mon, 3 Feb 2003 23:31:55 +0000 (23:31 +0000)] 
fixes to ShowFullScreen (KDE 3.1)

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

21 years agofixes to ShowFullScreen (KDE 3.1)
Václav Slavík [Mon, 3 Feb 2003 23:23:05 +0000 (23:23 +0000)] 
fixes to ShowFullScreen (KDE 3.1)

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

21 years agoadded (woefully incomplete) Japanese translations
Vadim Zeitlin [Mon, 3 Feb 2003 23:09:13 +0000 (23:09 +0000)] 
added (woefully incomplete) Japanese translations

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

21 years ago More changes to be backported.
Mattia Barbon [Mon, 3 Feb 2003 22:45:05 +0000 (22:45 +0000)] 
  More changes to be backported.

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

21 years ago Make wxr resources work in Unicode mode.
Mattia Barbon [Mon, 3 Feb 2003 22:39:02 +0000 (22:39 +0000)] 
  Make wxr resources work in Unicode mode.

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

21 years ago MSVC 5 does not have BIF_EDITBOX.
Mattia Barbon [Mon, 3 Feb 2003 22:35:42 +0000 (22:35 +0000)] 
  MSVC 5 does not have BIF_EDITBOX.

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

21 years ago Do not #include an header where a forward declaration suffixes. Do not
Mattia Barbon [Mon, 3 Feb 2003 20:56:40 +0000 (20:56 +0000)] 
  Do not #include an header where a forward declaration suffixes. Do not
include wx/wx.h directly.

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

21 years ago Committing in .
Jouk Jansen [Mon, 3 Feb 2003 12:51:34 +0000 (12:51 +0000)] 
 Committing in .

 One #undef for OpenVMS only

 Modified Files:
  wxWindows/src/gtk/app.cpp
 ----------------------------------------------------------------------

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

21 years agochanged C++ comments in C comments
Vadim Zeitlin [Sun, 2 Feb 2003 22:54:04 +0000 (22:54 +0000)] 
changed C++ comments in C comments

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

21 years agofixed First() signatures
Vadim Zeitlin [Sun, 2 Feb 2003 22:21:28 +0000 (22:21 +0000)] 
fixed First() signatures

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

21 years ago Mark for backporting.
Mattia Barbon [Sun, 2 Feb 2003 21:01:54 +0000 (21:01 +0000)] 
  Mark for backporting.

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

21 years ago Fix client data handling: delete client data for all items when a
Mattia Barbon [Sun, 2 Feb 2003 21:00:06 +0000 (21:00 +0000)] 
  Fix client data handling: delete client data for all items when a
wxChoice is deleted, delete client data for an item when that item is
deleted.

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

21 years agoSome OS/2 specific improvements.
Stefan Neis [Sun, 2 Feb 2003 20:31:27 +0000 (20:31 +0000)] 
Some OS/2 specific improvements.

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

21 years agocompilation fix for wxUSE_RESOURCE_LOADING_IN_MSW == 0
Vadim Zeitlin [Sun, 2 Feb 2003 18:31:23 +0000 (18:31 +0000)] 
compilation fix for wxUSE_RESOURCE_LOADING_IN_MSW == 0

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

21 years ago Implemented wxEventLoop for wxMotif, and used it in wxDialog::ShowModal,
Mattia Barbon [Sun, 2 Feb 2003 15:48:50 +0000 (15:48 +0000)] 
  Implemented wxEventLoop for wxMotif, and used it in wxDialog::ShowModal,
wxWindow::DoPopupMenu and for the application main loop.
  Implemented wxWakeUpIdle.
  Fixed crash when a popup menu entry is used to close/destroy the parent
window of the menu.

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

21 years agocompilation fix for non-PCH
Vadim Zeitlin [Sun, 2 Feb 2003 15:20:35 +0000 (15:20 +0000)] 
compilation fix for non-PCH

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

21 years agoadded Unicode build configurations
Vadim Zeitlin [Sun, 2 Feb 2003 15:19:11 +0000 (15:19 +0000)] 
added Unicode build configurations

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

21 years agoApplied patch [ 678788 ] Dialog command event propagation problem
Julian Smart [Sun, 2 Feb 2003 15:07:57 +0000 (15:07 +0000)] 
Applied patch [ 678788 ] Dialog command event propagation problem

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

21 years agothe Russian translations were somehow corrupted, fixed
Vadim Zeitlin [Sun, 2 Feb 2003 15:02:17 +0000 (15:02 +0000)] 
the Russian translations were somehow corrupted, fixed

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

21 years agoApplied patch [ 675376 ] Improves wxStaticBoxSizer
Julian Smart [Sun, 2 Feb 2003 14:58:56 +0000 (14:58 +0000)] 
Applied patch [ 675376 ] Improves wxStaticBoxSizer
(uses GetCharHeight() instead of guessing).

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

21 years agoApplied patch [ 677730 ] Menus with radio items (wxUniv)
Julian Smart [Sun, 2 Feb 2003 14:50:05 +0000 (14:50 +0000)] 
Applied patch [ 677730 ] Menus with radio items (wxUniv)

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

21 years agoApplied patch [ 670782 ] Combobox uses popup window width
Julian Smart [Sun, 2 Feb 2003 14:47:04 +0000 (14:47 +0000)] 
Applied patch [ 670782 ] Combobox uses popup window width
(wxUniv)

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

21 years agoApplied Patch 664399: wxButton default size should not be adjusted
Julian Smart [Sun, 2 Feb 2003 14:39:55 +0000 (14:39 +0000)] 
Applied Patch 664399: wxButton default size should not be adjusted
(wxUniv)

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

21 years agoUnicode compilation fixes after wxFFile change
Vadim Zeitlin [Sun, 2 Feb 2003 14:17:41 +0000 (14:17 +0000)] 
Unicode compilation fixes after wxFFile change

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

21 years agounused any more
Vadim Zeitlin [Sun, 2 Feb 2003 14:14:08 +0000 (14:14 +0000)] 
unused any more

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

21 years agoallow choosing language from the command line; small cleanup
Vadim Zeitlin [Sun, 2 Feb 2003 14:09:36 +0000 (14:09 +0000)] 
allow choosing language from the command line; small cleanup

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

21 years agomore std iostream + Unicode fixes; copy streams in blocks of 4Kb, not char by char
Vadim Zeitlin [Sun, 2 Feb 2003 13:29:50 +0000 (13:29 +0000)] 
more std iostream + Unicode fixes; copy streams in blocks of 4Kb, not char by char

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

21 years agouse wxChar, not char, for the second argument of Open() and also use wxFopen() in...
Vadim Zeitlin [Sun, 2 Feb 2003 12:46:33 +0000 (12:46 +0000)] 
use wxChar, not char, for the second argument of Open() and also use wxFopen() in the implementation

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

21 years agoindicate whether this is a selection or a deselection in wxCommandEvent generated...
Vadim Zeitlin [Sun, 2 Feb 2003 03:05:41 +0000 (03:05 +0000)] 
indicate whether this is a selection or a deselection in wxCommandEvent generated by a multiselection wxListBox

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

21 years ago(blind) fix for compilation in standard iostreams + Unicode mode
Vadim Zeitlin [Sun, 2 Feb 2003 02:40:17 +0000 (02:40 +0000)] 
(blind) fix for compilation in standard iostreams + Unicode mode

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

21 years agobig wxCursor cleanup
Vadim Zeitlin [Sun, 2 Feb 2003 02:06:34 +0000 (02:06 +0000)] 
big wxCursor cleanup

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

21 years agoremoved wxCURSOR_SIZING (we now use the std one)
Vadim Zeitlin [Sun, 2 Feb 2003 01:50:07 +0000 (01:50 +0000)] 
removed wxCURSOR_SIZING (we now use the std one)

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

21 years agounsuccessful attempts to create resizable dir dlg without new folder button; added...
Vadim Zeitlin [Sun, 2 Feb 2003 00:38:09 +0000 (00:38 +0000)] 
unsuccessful attempts to create resizable dir dlg without new folder button; added BIF_EDITBOX style; minor code cleanup

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

21 years agowhat do we need a separate (from m_windowStyle) m_dialogStyle here for? removed
Vadim Zeitlin [Sat, 1 Feb 2003 23:30:53 +0000 (23:30 +0000)] 
what do we need a separate (from m_windowStyle) m_dialogStyle here for? removed

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

21 years agoshow dir selection dialog both with and without new dir button
Vadim Zeitlin [Sat, 1 Feb 2003 22:51:07 +0000 (22:51 +0000)] 
show dir selection dialog both with and without new dir button

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

21 years agoborland 5.5 on XP dislikes -WE line and dies; earlier systems ignore error
Chris Elliott [Sat, 1 Feb 2003 21:08:22 +0000 (21:08 +0000)] 
borland 5.5 on XP dislikes -WE line and dies; earlier systems ignore error

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

21 years agoimplemented wxFileSelectorEx() (this fixes docview behaviour when multiple selections...
Vadim Zeitlin [Sat, 1 Feb 2003 21:04:40 +0000 (21:04 +0000)] 
implemented wxFileSelectorEx() (this fixes docview behaviour when multiple selections are specified in doc template)

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

21 years agodon't print 2 empty commands after building the program under non-Mac
Vadim Zeitlin [Sat, 1 Feb 2003 20:47:19 +0000 (20:47 +0000)] 
don't print 2 empty commands after building the program under non-Mac

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

21 years agofix bcc bug
Chris Elliott [Sat, 1 Feb 2003 19:54:11 +0000 (19:54 +0000)] 
fix bcc bug

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

21 years agoOnly call use uppercase letter if control, alt, or shift is held down,
Gilles Depeyrot [Sat, 1 Feb 2003 13:45:49 +0000 (13:45 +0000)] 
Only call use uppercase letter if control, alt, or shift is held down,
otherwise lower case accelerators won't work.

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

21 years agosilently ignore any X-fields in mime.types
Vadim Zeitlin [Fri, 31 Jan 2003 23:09:35 +0000 (23:09 +0000)] 
silently ignore any X-fields in mime.types

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

21 years agocompilation fix for HP-UX CC
Vadim Zeitlin [Fri, 31 Jan 2003 22:56:49 +0000 (22:56 +0000)] 
compilation fix for HP-UX CC

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

21 years ago Uncommented warning that causes crashes while
Robert Roebling [Fri, 31 Jan 2003 21:56:09 +0000 (21:56 +0000)] 
  Uncommented warning that causes crashes while
    reading .mime.types.

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

21 years agousing SelectWindow for Raise Implementation
Stefan Csomor [Fri, 31 Jan 2003 15:52:24 +0000 (15:52 +0000)] 
using SelectWindow for Raise Implementation

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