Guillermo Rodriguez Garcia
c75ea1a30b
typos fixed
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5277 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-01-06 16:58:12 +00:00
Guillermo Rodriguez Garcia
07e829dc26
Removing warnings
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5276 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-01-06 16:57:30 +00:00
Vadim Zeitlin
674ac8b919
1. more warnings fixes in gtk/region.cpp and common/tbarsmpl.cpp
...
2. wxWindow::Create() always takes a wxValidator parameter, even if
!wxUSE_VALIDATORS - it is just ignored then, tons of #if wxUSE_VALIDATORS
removed
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5275 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-01-06 16:47:48 +00:00
Vadim Zeitlin
a6fc8ae3c2
corrected wxComboBox::GetBestSize()
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5274 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-01-06 15:58:48 +00:00
Vadim Zeitlin
6f2a55e34a
1. more HP-UX warning fixes (almost done...)
...
2. added a macro WXUNUSED_UNLESS_DEBUG()
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5273 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-01-06 15:42:32 +00:00
Vadim Zeitlin
c0f587c500
bug fixes for '\r' handling in wxTextFile::Translate()
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5272 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-01-06 15:24:37 +00:00
Julian Smart
4021952304
Some edits to OGL; tweaks to wxClipboard docs
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5271 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-01-06 15:09:35 +00:00
Julian Smart
ccebc98a67
BC++ IDE compile mod to thread.cpp; other small stuff
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5270 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-01-06 10:30:12 +00:00
Guillermo Rodriguez Garcia
087e4f4a5c
Lots of new features
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5269 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-01-06 10:22:00 +00:00
Guillermo Rodriguez Garcia
b178e0c71a
Small change for updated wxTCPXXX classes
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5268 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-01-06 01:21:26 +00:00
Guillermo Rodriguez Garcia
0834112f89
Rewrote large parts of the non-DDE IPC stuff (wxTCPServer, wxTCPClient,
...
wxTCPConnection) to upgrade to the 'new' wxSocket code. Plenty of bugs
removed. IPC samples at samples/dde working again.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5267 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-01-06 01:07:06 +00:00
Vadim Zeitlin
e612f101d3
1. added wfstream.cpp to wxBase (needed by filesys.cpp)
...
2. small enchancements in wxCmdLineParser (handles "help" options correctly)
3. use wxCmdLineParser in makegen
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5266 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-01-05 18:10:06 +00:00
Vadim Zeitlin
2a36259f27
added cmdline.h/.cpp to the makefiles
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5265 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-01-05 17:19:29 +00:00
Vadim Zeitlin
caa2c79b45
-fpermissive is now returned by wx-config -cflags if the library was compiled
...
with it
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5264 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-01-05 17:11:09 +00:00
Vadim Zeitlin
1e245dc267
test for date parameters to wxCmdLineParser
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5263 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-01-05 17:00:26 +00:00
Vadim Zeitlin
2822ee33cc
more bug fixes: options with values and compound options seem to work
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5262 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-01-05 17:00:05 +00:00
Vadim Zeitlin
fd9f9f4c4b
ParseDate() understands tomorrow and yesterday as well as today
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5261 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-01-05 16:59:31 +00:00
Vadim Zeitlin
3ce65f6c9b
more stream-like insertion operators
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5260 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-01-05 16:38:12 +00:00
Vadim Zeitlin
479cd5de40
more fixes to compilation warnings from HP-UX build log. About 30% more to go
...
<sigh>
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5259 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-01-05 15:35:04 +00:00
Julian Smart
88195b2b70
Added contributed speedup of ConvertToBitmap under Motif, for 8-bit images.
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5258 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-01-05 15:29:56 +00:00
Vadim Zeitlin
25e3a937db
bug with incorrect & test fixed
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5257 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-01-05 15:17:29 +00:00
Vadim Zeitlin
96fa7876bf
unreachable code warning fixed
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5256 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-01-05 15:17:08 +00:00
Vadim Zeitlin
5fc7ede910
wxRegion should work with wxCoord, not long
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5255 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-01-05 15:16:57 +00:00
Robert Roebling
0f2f4986cb
Corrceted background problem with themes.
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5254 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-01-05 15:02:28 +00:00
David Webster
a5569657a0
General fixes
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5253 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-01-05 14:07:15 +00:00
Julian Smart
d455cb5f83
Added RC file needed by makefiles.
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5252 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-01-05 13:56:51 +00:00
Vadim Zeitlin
7281ab041c
include "module.h"
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5251 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-01-05 13:22:46 +00:00
Robin Dunn
b7e7242718
wxFloatbar fixes
...
other odds and ends
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5250 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-01-05 04:58:23 +00:00
Robin Dunn
82dd98a702
Fixed a bug so the toggle flag is set correctly
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5249 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-01-05 04:51:14 +00:00
Vadim Zeitlin
4f40f5e370
small bug fix for composite options
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5248 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-01-05 02:46:45 +00:00
Vadim Zeitlin
d34bce842b
wxCmdLineParser tests
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5247 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-01-05 02:42:22 +00:00
Vadim Zeitlin
9f83044fb8
1. compilation fixes for TB_REPLACEBITMAP and FONTENUMPROC
...
2. added wxCmdLineParser class
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5246 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-01-05 02:41:18 +00:00
Robert Roebling
e6527f9dd4
Removed crashes when not using themes.
...
Removed much flicker form tree ctrl and list ctrl.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5245 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-01-04 22:56:58 +00:00
Robert Roebling
64d78265d0
EXTRA_LIBS vs. EXTRALIBS change.
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5244 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-01-04 20:14:54 +00:00
Robert Roebling
238ddd26bd
Doc updates.
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5243 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-01-04 19:41:25 +00:00
David Webster
e04221b6d0
Added Calctrl.cpp to sources list
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5242 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-01-04 18:19:34 +00:00
Robin Dunn
2d96836946
Fixed a bug that caused a crash on startup
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5241 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-01-04 18:00:43 +00:00
Robin Dunn
ecbdd409e1
fixed a compilation error for VC++ 6
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5240 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-01-04 17:53:52 +00:00
Robert Roebling
04165bec2c
Compilation fix,
...
wxGTK requires GTK 1.2.3.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5239 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-01-04 17:20:21 +00:00
David Webster
3d62dcb6b5
Updated OS/2 sources with fixes to wxControl and wxSpinCtrl
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5238 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-01-04 17:15:34 +00:00
Vadim Zeitlin
e47c4d4874
wxMSW compilation fixes for old mingw32
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5237 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-01-04 16:35:55 +00:00
Guillermo Rodriguez Garcia
ce96b7a010
Corrected problem related to wxSIZE_ALLOW_MINUS_ONE
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5236 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-01-04 16:18:44 +00:00
Robert Roebling
d3e90957cf
Update bug in wxListCtrl,
...
Y2000 bug in wxFileDialog (sic).
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5235 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-01-04 15:32:14 +00:00
David Webster
98959adb03
needed a check for wxUSE_VALIDATORS in the wxListCtrl::Create proc when calling the parent class, wxControl::Create
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5234 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-01-04 15:14:09 +00:00
Jouk Jansen
1696c17801
Committing in .
...
Patches for VMS
Temporarily patch to get the IMAGE sample compiled in MOTIF-mode
N.B. GetSubImage still gives rubish
Modified Files:
wxWindows/setup.h_vms wxWindows/include/wx/motif/bitmap.h
wxWindows/src/common/datetime.cpp
wxWindows/src/common/descrip.mms
wxWindows/src/generic/descrip.mms
wxWindows/src/motif/bitmap.cpp
----------------------------------------------------------------------
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5233 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-01-04 15:02:12 +00:00
Vadim Zeitlin
f8c0354763
wxSIZE_ALLOW_MINUS_ONE handling corrected
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5232 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-01-04 14:53:13 +00:00
Robert Roebling
c79853685d
Correct deafult GUI font is now found when querying
...
wxSystemSetting. Hack.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5231 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-01-04 14:34:03 +00:00
David Webster
27e2ed8185
Added Calctrl.obj to generic build list
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5230 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-01-04 13:41:55 +00:00
David Webster
f21a7f94fc
Add some "USE" defs that were missing.
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5229 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-01-04 13:35:23 +00:00
Robert Roebling
db434467a1
New colour, font, theme and size code..
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5228 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-01-04 13:02:27 +00:00