]>
git.saurik.com Git - wxWidgets.git/log
Vadim Zeitlin [Sat, 16 Jun 2001 22:57:20 +0000 (22:57 +0000)]
warning fix
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10602
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Sat, 16 Jun 2001 22:48:53 +0000 (22:48 +0000)]
added GetSizer
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10601
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Gilles Depeyrot [Sat, 16 Jun 2001 21:13:35 +0000 (21:13 +0000)]
disable toggle button under Mac OS X (not yet implemented)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10600
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Gilles Depeyrot [Sat, 16 Jun 2001 21:11:32 +0000 (21:11 +0000)]
added listbox creation under Mac OS X and toggle buttons
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10599
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Sat, 16 Jun 2001 01:36:35 +0000 (01:36 +0000)]
applied patch #428104 (SetSizeHints() for wxMDIChildFrame)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10598
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Sat, 16 Jun 2001 01:22:07 +0000 (01:22 +0000)]
oops, compilation fix
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10597
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Sat, 16 Jun 2001 01:21:46 +0000 (01:21 +0000)]
applied patch 433505 (MDI parent activation fix)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10596
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Sat, 16 Jun 2001 01:17:55 +0000 (01:17 +0000)]
applied 2nd part of flicker reducing patch
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10595
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Sat, 16 Jun 2001 01:14:22 +0000 (01:14 +0000)]
applied patch 427702 (remove flicker)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10594
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Sat, 16 Jun 2001 01:09:30 +0000 (01:09 +0000)]
applied (part of) patch 433176 (reduce flicker)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10593
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Sat, 16 Jun 2001 00:59:07 +0000 (00:59 +0000)]
1. improved wxKill() implementation for Win32
2. added wxKillError output parameter to wxKill
3. added wxProcess::Kill() and Exists()
4. documented all the new stuff
5. updated the sample to show it
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10592
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Fri, 15 Jun 2001 23:08:23 +0000 (23:08 +0000)]
subclass status bar as any normal window to ensure that the events from the controls inside it are processed normally
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10591
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Fri, 15 Jun 2001 22:55:11 +0000 (22:55 +0000)]
compilation fixes and some cleanup
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10590
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Václav Slavík [Fri, 15 Jun 2001 22:05:31 +0000 (22:05 +0000)]
added wxDynamicLibrary as suggested by Vadim
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10589
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Fri, 15 Jun 2001 21:43:26 +0000 (21:43 +0000)]
Added ability to use xml resource files. Still need to add ability to
subclass wxXmlResourceHandler, etc...
Added wxGridAutoEditMixin to the mixins library package.
Made ColourSelect be derived from wxButton.
Fixed a few bugs here and there, added some missing methods, etc.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10588
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Fri, 15 Jun 2001 17:48:32 +0000 (17:48 +0000)]
fix for brain dead egcs - this stupid compiler not only doesn't compile what it should but also compiles junk which it shouldn\'t!
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10587
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Fri, 15 Jun 2001 16:37:14 +0000 (16:37 +0000)]
applied patch 433352 (fix for wxTextCtrl::SetForegroundColor())
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10586
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Fri, 15 Jun 2001 14:34:27 +0000 (14:34 +0000)]
Added missing settings.h include (sorry)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10585
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Fri, 15 Jun 2001 14:27:05 +0000 (14:27 +0000)]
fixed size_t == uint detection
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10584
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Fri, 15 Jun 2001 13:34:06 +0000 (13:34 +0000)]
Moved metafile helpers from utilsexc.cpp to utils.cpp -- seemed more appropriate!
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10583
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Fri, 15 Jun 2001 12:59:22 +0000 (12:59 +0000)]
Sync'ed show-window flag in MDI child constructor; added initial wxKill implementation
for wxMSW
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10582
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Fri, 15 Jun 2001 11:44:07 +0000 (11:44 +0000)]
applied patch 430963 (fix for wxRegConfig::SetPath("//foo")
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10581
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Fri, 15 Jun 2001 11:37:56 +0000 (11:37 +0000)]
applied patch 430961 (fix for wxHashTable::Put(key, value, object)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10580
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Fri, 15 Jun 2001 01:30:21 +0000 (01:30 +0000)]
restored (and slightly improved) wxImage::Scale() fix
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10579
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Fri, 15 Jun 2001 01:15:15 +0000 (01:15 +0000)]
define wxSIZE_T_IS_UINT for Windows
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10578
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
David Webster [Thu, 14 Jun 2001 22:18:18 +0000 (22:18 +0000)]
Add dbgrid to make.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10577
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
David Webster [Thu, 14 Jun 2001 22:17:56 +0000 (22:17 +0000)]
Add the options stuff to settings.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10576
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Kendall Bennett [Thu, 14 Jun 2001 20:09:35 +0000 (20:09 +0000)]
Reverted wxFileSystem changes to image.cpp and dib.cpp
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10575
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Thu, 14 Jun 2001 17:44:24 +0000 (17:44 +0000)]
fixed warning about unused var
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10574
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Thu, 14 Jun 2001 17:43:38 +0000 (17:43 +0000)]
no changes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10573
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Thu, 14 Jun 2001 17:38:17 +0000 (17:38 +0000)]
regenerated from templates
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10572
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Thu, 14 Jun 2001 17:37:49 +0000 (17:37 +0000)]
forgot to commit - no changes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10571
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Thu, 14 Jun 2001 17:27:44 +0000 (17:27 +0000)]
hopefully finally fixed the problem with ambiguous overloads of wxString::operator[] for _all_ machines
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10570
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Thu, 14 Jun 2001 16:51:29 +0000 (16:51 +0000)]
Fixed MDIS_ALLCHILDSTYLES bug (WS_VISIBLE needed to be added to child frame style)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10569
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Thu, 14 Jun 2001 16:29:35 +0000 (16:29 +0000)]
regenerated again
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10568
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robert Roebling [Thu, 14 Jun 2001 16:15:29 +0000 (16:15 +0000)]
I don't understand the SetIconState code in /src/frome.cpp, but
I know it is wrong. This also caused the splitter window bug.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10567
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Thu, 14 Jun 2001 15:16:45 +0000 (15:16 +0000)]
fixed indentation and warnings/bugs
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10566
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Thu, 14 Jun 2001 13:33:39 +0000 (13:33 +0000)]
These add .mak (for BCB1) and .bpr (for BCB3 and 4) files for CBuilder in
each of the samples which will compile with Borland's compiler. They also
modify the start of the .cpp file so the Cbuilder IDE will accept it.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10565
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Stefan Csomor [Thu, 14 Jun 2001 10:20:51 +0000 (10:20 +0000)]
since somehow db does not compile properly anymore (was not tested anyway) now disabling wxUSE_ODBC
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10564
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Thu, 14 Jun 2001 10:06:47 +0000 (10:06 +0000)]
Added SetOption,GetOption[Int] to wxSystemSettings. Made native MaskBlt optional.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10563
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Wed, 13 Jun 2001 16:05:08 +0000 (16:05 +0000)]
More contrib compilation fixes & makefiles
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10562
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Wed, 13 Jun 2001 15:01:46 +0000 (15:01 +0000)]
Some BC++ fixes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10561
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Wed, 13 Jun 2001 14:49:26 +0000 (14:49 +0000)]
Fixes to BC++ compilation in mem debug mode
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10560
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
David Webster [Wed, 13 Jun 2001 13:01:11 +0000 (13:01 +0000)]
Add USE_MENUS
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10559
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Wed, 13 Jun 2001 12:45:31 +0000 (12:45 +0000)]
Added wxUSE_MENUS to setup0.h to make menu sample compile;
updated some makefiles
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10558
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Václav Slavík [Tue, 12 Jun 2001 22:56:40 +0000 (22:56 +0000)]
fixed another bug in strconv
(Off by one error that did not demonstrate itself in poEdit before because
windows native convertion wasn't used due to wxLocale returning cp12xx instead
of windows-12xx. MultiByteToWideChar and WideCharToMultiByte return size of
needed buffer, not number of output characters. Author of the code didn't know
this, hence off by one.)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10557
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Václav Slavík [Tue, 12 Jun 2001 22:55:23 +0000 (22:55 +0000)]
more fixes for autoconf 2.50:
ac-2.50 does not use config.cache by default so we cannot use it
to pass arguments to subdirs configure scripts. Instead, we now
export some shell variables to make sure they are part of subdir
configure script's environment
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10556
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Václav Slavík [Tue, 12 Jun 2001 22:53:38 +0000 (22:53 +0000)]
standardized encoding names to windows-12xx and iso-8859-x forms
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10555
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Tue, 12 Jun 2001 20:13:45 +0000 (20:13 +0000)]
removed warning about unused variable
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10554
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Kendall Bennett [Tue, 12 Jun 2001 19:49:51 +0000 (19:49 +0000)]
Updates to xmlres.h to allow compiling XML code into a DLL correctly.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10553
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
David Webster [Tue, 12 Jun 2001 18:57:26 +0000 (18:57 +0000)]
must delcare methods as inline if we are going to actually inline them after the declarations or else some compilers will error in a linkage mismatch.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10552
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Kendall Bennett [Tue, 12 Jun 2001 18:52:03 +0000 (18:52 +0000)]
Commited latest SciTech changes into CVS. This includes updates to the
applet code (with changes copyright headers) as well as updates to the
wxImage and dib.cpp modules to use virtual file systems so that we can
load these objects from ZIP files correctly. The dib.cpp module was
also extensively cleaned up (although the DIB writing code does not
presently use file streams as we couldn't figure out if it was possible
to write to a ZIP file stream). The code has been tested and functions
correctly for both regular files and ZIP files.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10551
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
George Tasker [Tue, 12 Jun 2001 17:20:10 +0000 (17:20 +0000)]
Fixed compile problems under MingW32 compiler
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10550
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Tue, 12 Jun 2001 17:04:33 +0000 (17:04 +0000)]
Removed fstream include which seemed unnecessary, and gave errors for BC++ 5.5 anyway.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10549
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
David Webster [Tue, 12 Jun 2001 13:42:44 +0000 (13:42 +0000)]
Got rid of VisualAge true/false defs with db class fixes.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10548
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Tue, 12 Jun 2001 10:14:58 +0000 (10:14 +0000)]
Added geometry option to setup.h; added some missing make and project files
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10547
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Guillermo Rodriguez Garcia [Tue, 12 Jun 2001 06:34:24 +0000 (06:34 +0000)]
For all platforms except WXMAC, the wxGIFDecoder::dgif function was
allocating 3 arrays of 4096 ints in the stack (48K) which causes
problems with Watcom. Now all platforms behave like WXMAC, i.e. the
arrays are allocated (and freed) dynamically on the heap.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10546
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Václav Slavík [Mon, 11 Jun 2001 22:58:24 +0000 (22:58 +0000)]
fixed remaining bugs in configure.in that manifested themselves with ac-2.50; regenerated configure with ac-2.50
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10545
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Václav Slavík [Mon, 11 Jun 2001 22:55:01 +0000 (22:55 +0000)]
fixed infinite loop when looking up nonexistent encoding in registry
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10544
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Mon, 11 Jun 2001 21:52:58 +0000 (21:52 +0000)]
Tex2RTF: underscores now only checked for if syntax checking is on.
Removed the MDIS_ALLCHILDSTYLES style again.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10543
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robert Roebling [Mon, 11 Jun 2001 20:03:00 +0000 (20:03 +0000)]
Applied wxImage::Scale() patch,
Added testing code for wxSplitterWindow bug.
Added testing code for OnEraseBackground things.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10542
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
George Tasker [Mon, 11 Jun 2001 16:59:45 +0000 (16:59 +0000)]
Changed the 'true's and 'false's back to TRUE and FALSE
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10541
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
George Tasker [Mon, 11 Jun 2001 16:54:28 +0000 (16:54 +0000)]
Changed the 'true's and 'false's back to TRUE and FALSE
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10540
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Mon, 11 Jun 2001 16:42:35 +0000 (16:42 +0000)]
Removed redundant sections from sizeevt.tex
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10539
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Mon, 11 Jun 2001 16:23:51 +0000 (16:23 +0000)]
Added 'wx' prefix to a couple of functions
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10538
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Mon, 11 Jun 2001 16:17:47 +0000 (16:17 +0000)]
compilation fix
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10537
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Mon, 11 Jun 2001 15:29:34 +0000 (15:29 +0000)]
fixed broken links to string functions
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10536
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Mon, 11 Jun 2001 14:55:44 +0000 (14:55 +0000)]
Updated manual date, removed underscore from label
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10535
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
David Webster [Mon, 11 Jun 2001 14:12:32 +0000 (14:12 +0000)]
Needed a comment after last #endif and defined true TRUE and false FALSE for Visual Age.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10534
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
David Webster [Mon, 11 Jun 2001 14:11:46 +0000 (14:11 +0000)]
removed compiler warnings about assignments in logical expressions
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10533
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
George Tasker [Mon, 11 Jun 2001 12:54:38 +0000 (12:54 +0000)]
Changes to catch macros that are missing arguments - not perfect, but it will work with all our current TEX files.
Added cleaner ABORT handling in some situations
If \\end{document} is not found, then program auto-aborts after first pass to avoid hanging in some endless loop until all system resources are exhausted and the program crashes.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10532
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Mon, 11 Jun 2001 12:26:25 +0000 (12:26 +0000)]
VC++ project file corrections
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10531
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Mon, 11 Jun 2001 12:19:06 +0000 (12:19 +0000)]
another attempt to fix strconv.cpp compilation
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10530
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Mon, 11 Jun 2001 10:14:35 +0000 (10:14 +0000)]
project file updates
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10529
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
George Tasker [Mon, 11 Jun 2001 09:51:38 +0000 (09:51 +0000)]
Comment about wxDbGrid being added
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10528
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Mon, 11 Jun 2001 09:41:54 +0000 (09:41 +0000)]
extracted classes into their own files to fix alphabetic order
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10527
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Mon, 11 Jun 2001 07:49:38 +0000 (07:49 +0000)]
Project file updates; cast in strconv.cpp to compile with VC++ 6
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10526
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Ron Lee [Mon, 11 Jun 2001 07:15:41 +0000 (07:15 +0000)]
fingers crossed..
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10525
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Ron Lee [Mon, 11 Jun 2001 04:56:20 +0000 (04:56 +0000)]
last test, really!
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10524
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Ron Lee [Mon, 11 Jun 2001 04:43:06 +0000 (04:43 +0000)]
oops.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10523
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Ron Lee [Mon, 11 Jun 2001 04:39:27 +0000 (04:39 +0000)]
this time the log stuff will work, really it will..
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10522
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Ron Lee [Mon, 11 Jun 2001 04:12:28 +0000 (04:12 +0000)]
cvs admin test..
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10521
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Ron Lee [Mon, 11 Jun 2001 03:54:57 +0000 (03:54 +0000)]
log test..
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10520
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Ron Lee [Mon, 11 Jun 2001 03:47:23 +0000 (03:47 +0000)]
more admin tests.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10519
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Ron Lee [Mon, 11 Jun 2001 03:31:10 +0000 (03:31 +0000)]
testing, testing, lalala..
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10518
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Ron Lee [Mon, 11 Jun 2001 03:13:09 +0000 (03:13 +0000)]
another (semi) gratuitous commit to test the mailer script.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10517
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Ron Lee [Mon, 11 Jun 2001 03:02:05 +0000 (03:02 +0000)]
merged 2.2 /debian changes to 2.3
(and really test the new log mailer *after* committing
CVSROOT changes :)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10516
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Mon, 11 Jun 2001 01:57:57 +0000 (01:57 +0000)]
regenerated with autoconf 2.13
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10514
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Sun, 10 Jun 2001 23:44:19 +0000 (23:44 +0000)]
fix to alphabetic order of classes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10513
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Sun, 10 Jun 2001 23:38:49 +0000 (23:38 +0000)]
fixed doc bug
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10512
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
George Tasker [Sun, 10 Jun 2001 23:20:31 +0000 (23:20 +0000)]
Fixed compilation if wxUSE_NEW_GRID and wxUSE_GRID are both set to 0
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10511
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Sun, 10 Jun 2001 23:15:02 +0000 (23:15 +0000)]
another compilation fix
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10510
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Václav Slavík [Sun, 10 Jun 2001 22:26:16 +0000 (22:26 +0000)]
changes to work with autoconf 2.50
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10509
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Gilles Depeyrot [Sun, 10 Jun 2001 20:20:20 +0000 (20:20 +0000)]
corrected wxWindows library name under Mac OS X
corrected detection of wchar_t under Mac OS X
tweaked detection of pthread library under Mac OS X
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10508
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Gilles Depeyrot [Sun, 10 Jun 2001 20:17:31 +0000 (20:17 +0000)]
corrected Mac OS X resource file name
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10507
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Gilles Depeyrot [Sun, 10 Jun 2001 18:17:59 +0000 (18:17 +0000)]
corrected wchar handling for Mac OS X
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10506
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
George Tasker [Sun, 10 Jun 2001 17:12:56 +0000 (17:12 +0000)]
Added code to show off wxDbGrid (contributed by Paul and Roger Gammans) in wxUSE_NEW_GRID is set to 1. If grid is not enabled, the program does not compile in the wxDbGrid portion of the sample
Fixed a bug in the SetColDef() descriptions that had the Contribs column defined as a UCHAR but the SQL data type was set to be SQL_C_SHORT when it needed to be SQL_C_UTINYINT to match the size of the UCHAR data variable
General code cleanup
TRUE/FALSE changed to true/false
Now uses new wxDbLogExtendedErrorMsg() function for reporting human readable ODBC errors
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10505
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
George Tasker [Sun, 10 Jun 2001 17:09:16 +0000 (17:09 +0000)]
Added wxDbGrid files
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10504
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
George Tasker [Sun, 10 Jun 2001 17:08:42 +0000 (17:08 +0000)]
wxDbGrid additions contributed by Paul and Roger Gammans with additions/corrections from George Tasker
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10503
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
George Tasker [Sun, 10 Jun 2001 17:07:23 +0000 (17:07 +0000)]
wxDbGrid additions
Changed all TRUE/FALSEs to true/false
General code cleanup
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10502
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775