]> git.saurik.com Git - wxWidgets.git/log
wxWidgets.git
24 years ago New colour, font, theme and size code..
Robert Roebling [Tue, 4 Jan 2000 13:02:27 +0000 (13:02 +0000)] 
  New colour, font, theme and size code..

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

24 years agoSome typos fixed
Guillermo Rodriguez Garcia [Tue, 4 Jan 2000 11:54:57 +0000 (11:54 +0000)] 
Some typos fixed

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

24 years agoadded test of bg colour in the tree sample
Vadim Zeitlin [Mon, 3 Jan 2000 23:56:41 +0000 (23:56 +0000)] 
added test of bg colour in the tree sample

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

24 years ago1. wxTreeCtrl::SetBackgroundColour() works (with new comctl32 anyhow)
Vadim Zeitlin [Mon, 3 Jan 2000 23:38:57 +0000 (23:38 +0000)] 
1. wxTreeCtrl::SetBackgroundColour() works (with new comctl32 anyhow)
2. wxToolTip should work with old comctl32

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

24 years agoVisualage C++ V4.0 has a native long long data type.
David Webster [Mon, 3 Jan 2000 23:32:03 +0000 (23:32 +0000)] 
Visualage C++ V4.0 has a native long long data type.

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

24 years agoVisualAge C++ V4.0 fixups, can't differentiate between time_t and double???
David Webster [Mon, 3 Jan 2000 23:31:12 +0000 (23:31 +0000)] 
VisualAge C++ V4.0 fixups, can't differentiate between time_t and double???

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

24 years agoBC++ 5.x also supports _beginthreadex and _endthreadex
Ove Kaaven [Mon, 3 Jan 2000 23:21:50 +0000 (23:21 +0000)] 
BC++ 5.x also supports _beginthreadex and _endthreadex

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

24 years agoSome little changes
Guillermo Rodriguez Garcia [Mon, 3 Jan 2000 22:45:07 +0000 (22:45 +0000)] 
Some little changes

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

24 years agoBetter make it a const reference then.
Ove Kaaven [Mon, 3 Jan 2000 20:00:44 +0000 (20:00 +0000)] 
Better make it a const reference then.

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

24 years agoMake wxColour parameter be passed by reference to inline method,
Ove Kaaven [Mon, 3 Jan 2000 19:57:59 +0000 (19:57 +0000)] 
Make wxColour parameter be passed by reference to inline method,
so it can be inlined by BC++.

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

24 years agoCast both operands of ?: to (wxControl*) so BC++ compiles it
Ove Kaaven [Mon, 3 Jan 2000 19:31:02 +0000 (19:31 +0000)] 
Cast both operands of ?: to (wxControl*) so BC++ compiles it

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

24 years agoMade wxEditor constructor args consistent with other window classes
Robin Dunn [Mon, 3 Jan 2000 19:30:51 +0000 (19:30 +0000)] 
Made wxEditor constructor args consistent with other window classes

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

24 years agoUnicode compilation fix
Ove Kaaven [Mon, 3 Jan 2000 19:15:43 +0000 (19:15 +0000)] 
Unicode compilation fix

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

24 years agoUnicode compilation fixes for BC++ 5
Ove Kaaven [Mon, 3 Jan 2000 18:58:57 +0000 (18:58 +0000)] 
Unicode compilation fixes for BC++ 5
(BC++ 5 mostly doesn't cope with the wxString == char* operation)

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

24 years agoThose wxTRACE_* string constants appears to need wxT()
Ove Kaaven [Mon, 3 Jan 2000 18:53:10 +0000 (18:53 +0000)] 
Those wxTRACE_* string constants appears to need wxT()

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

24 years agoNeed LINKAGEMODE for Visualage C++ compiles on the static global procs at the top
David Webster [Mon, 3 Jan 2000 18:52:29 +0000 (18:52 +0000)] 
Need LINKAGEMODE for Visualage C++ compiles on the static global procs at the top

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

24 years agoHalved DEFAULT_ITEM_WIDTH so default sizes resembles wxGTK better
Ove Kaaven [Mon, 3 Jan 2000 18:51:22 +0000 (18:51 +0000)] 
Halved DEFAULT_ITEM_WIDTH so default sizes resembles wxGTK better

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

24 years agoBC++ 5 does not have Unicode version of GetProcAddress.
Ove Kaaven [Mon, 3 Jan 2000 18:48:02 +0000 (18:48 +0000)] 
BC++ 5 does not have Unicode version of GetProcAddress.
Giving it a plain ASCII string in an #if

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

24 years agoAnother Unicode compilation fix
Ove Kaaven [Mon, 3 Jan 2000 18:44:32 +0000 (18:44 +0000)] 
Another Unicode compilation fix

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

24 years ago Distrib things.
Robert Roebling [Mon, 3 Jan 2000 18:41:14 +0000 (18:41 +0000)] 
  Distrib things.
  Readded resource support.

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

24 years agoUpdated config files for VisualAge C++ V4.0 to include new sources
David Webster [Mon, 3 Jan 2000 18:26:07 +0000 (18:26 +0000)] 
Updated config files for VisualAge C++ V4.0 to include new sources

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

24 years agoFixes to get library to compile
David Webster [Mon, 3 Jan 2000 18:25:26 +0000 (18:25 +0000)] 
Fixes to get library to compile

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

24 years agoTwo new font implementations for OS/2
David Webster [Mon, 3 Jan 2000 18:24:58 +0000 (18:24 +0000)] 
Two new font implementations for OS/2

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

24 years agosmall updates for OS/2
David Webster [Mon, 3 Jan 2000 18:24:10 +0000 (18:24 +0000)] 
small updates for OS/2

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

24 years agono enums with commas past last element, please
David Webster [Mon, 3 Jan 2000 18:22:51 +0000 (18:22 +0000)] 
no enums with commas past last element, please

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

24 years ago1. corrections for compilation of the wxBase apps with wxApp
Vadim Zeitlin [Mon, 3 Jan 2000 17:51:24 +0000 (17:51 +0000)] 
1. corrections for compilation of the wxBase apps with wxApp
2. wxCAL_NO_MONTH/YEAR_CHANGE styles implemented, cosmetic corrections
3. attempt at BC++ compilation fix

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

24 years ago Forgot these.
Robert Roebling [Mon, 3 Jan 2000 17:13:01 +0000 (17:13 +0000)] 
  Forgot these.

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

24 years ago Distrib things,
Robert Roebling [Mon, 3 Jan 2000 17:11:48 +0000 (17:11 +0000)] 
  Distrib things,
  Fixed typo in wxCheckListBox.

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

24 years agonow grabs encoding info not from but from '' (empty string) -- default po header...
Václav Slavík [Mon, 3 Jan 2000 14:27:24 +0000 (14:27 +0000)] 
now grabs encoding info not from  but from '' (empty string) -- default po header (mo catalog must be, of course, contain the header)

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

24 years agoBorland #include hack
Václav Slavík [Mon, 3 Jan 2000 14:27:17 +0000 (14:27 +0000)] 
Borland #include hack

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

24 years agoAdd default size for slider
Guillermo Rodriguez Garcia [Mon, 3 Jan 2000 14:10:36 +0000 (14:10 +0000)] 
Add default size for slider

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

24 years ago Corrected some things in, and some thing revealed by
Robert Roebling [Mon, 3 Jan 2000 13:45:20 +0000 (13:45 +0000)] 
  Corrected some things in, and some thing revealed by
    the Life! sample.

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

24 years agomakegen program for makefile generation for the samples
Vadim Zeitlin [Mon, 3 Jan 2000 13:45:00 +0000 (13:45 +0000)] 
makegen program for makefile generation for the samples

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

24 years agomakefile for the calendar sample as generated by makegen
Vadim Zeitlin [Mon, 3 Jan 2000 13:36:21 +0000 (13:36 +0000)] 
makefile for the calendar sample as generated by makegen

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

24 years ago Corrected spin control, which ignored hand typed text.
Robert Roebling [Mon, 3 Jan 2000 11:42:49 +0000 (11:42 +0000)] 
  Corrected spin control, which ignored hand typed text.
  Corrceted GetBestSize() etc of static text (displayed
    in tip dialog and elsewhere).

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

24 years agoO_BINARY added to wxFile::Create
Vadim Zeitlin [Mon, 3 Jan 2000 10:32:19 +0000 (10:32 +0000)] 
O_BINARY added to wxFile::Create

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

24 years agobmps and ico added as binaries
Guillermo Rodriguez Garcia [Mon, 3 Jan 2000 09:05:38 +0000 (09:05 +0000)] 
bmps and ico added as binaries

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

24 years agoups; must add as binary
Guillermo Rodriguez Garcia [Mon, 3 Jan 2000 09:04:53 +0000 (09:04 +0000)] 
ups; must add as binary

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

24 years agoLife!
Guillermo Rodriguez Garcia [Mon, 3 Jan 2000 08:56:57 +0000 (08:56 +0000)] 
Life!

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

24 years agoUnicode fixes
Ove Kaaven [Mon, 3 Jan 2000 02:24:26 +0000 (02:24 +0000)] 
Unicode fixes

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

24 years agoSplit "?:" into "if" statement for assignment of converted buffers,
Ove Kaaven [Mon, 3 Jan 2000 02:23:42 +0000 (02:23 +0000)] 
Split "?:" into "if" statement for assignment of converted buffers,
so Borland C++ 5 accepts compiling it

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

24 years agoUnicode compilation fixes
Ove Kaaven [Mon, 3 Jan 2000 02:20:03 +0000 (02:20 +0000)] 
Unicode compilation fixes

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

24 years agoMake this compile in Unicode mode under Borland C++ 5.02
Ove Kaaven [Mon, 3 Jan 2000 02:19:07 +0000 (02:19 +0000)] 
Make this compile in Unicode mode under Borland C++ 5.02

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

24 years agoUnicode compilation fixes
Ove Kaaven [Mon, 3 Jan 2000 02:14:45 +0000 (02:14 +0000)] 
Unicode compilation fixes

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

24 years agorefreshed makefiles to be in sync with filelist.txt
Václav Slavík [Sun, 2 Jan 2000 23:32:08 +0000 (23:32 +0000)] 
refreshed makefiles to be in sync with filelist.txt

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

24 years agomoved wxCalendarCtrl code from control sample to a new one - calendar
Vadim Zeitlin [Sun, 2 Jan 2000 23:21:51 +0000 (23:21 +0000)] 
moved wxCalendarCtrl code from control sample to a new one - calendar

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

24 years ago1. wxDateTimeHolidayAuthority class for calculating the holidays added
Vadim Zeitlin [Sun, 2 Jan 2000 23:17:55 +0000 (23:17 +0000)] 
1. wxDateTimeHolidayAuthority class for calculating the holidays added
2. wxCalendarCtrl adjustments and some new features

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

24 years ago Documented wxMutexGuiEnter etc and thread sample.
Robert Roebling [Sun, 2 Jan 2000 21:52:18 +0000 (21:52 +0000)] 
  Documented wxMutexGuiEnter etc and thread sample.
  Also found out that you cannot create top-level windows
    in a GUI thread other than the main one. No idea why.

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

24 years agoadded encconv.h -- I forgot to do so, sorry
Václav Slavík [Sun, 2 Jan 2000 19:51:38 +0000 (19:51 +0000)] 
added encconv.h -- I forgot to do so, sorry

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

24 years agowxLocale now uses wxEncodingConverter (must be explicitly enabled)
Václav Slavík [Sun, 2 Jan 2000 19:51:30 +0000 (19:51 +0000)] 
wxLocale now uses wxEncodingConverter (must be explicitly enabled)

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

24 years agowxFontMapper now cooperates with wxEncodingConverter
Václav Slavík [Sun, 2 Jan 2000 19:51:15 +0000 (19:51 +0000)] 
wxFontMapper now cooperates with wxEncodingConverter

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

24 years agoadded wxEncodingConverter::Convert(char*,wxChar*) and variants ; filled equivalence...
Václav Slavík [Sun, 2 Jan 2000 19:51:09 +0000 (19:51 +0000)] 
added wxEncodingConverter::Convert(char*,wxChar*) and variants ; filled equivalence tables ; GetAllEquivalents now returns semi-sorted array (platfrom equivs, then rest of world)

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

24 years agoadded wxEncodingConverter::Convert(char*,wxChar*) and variants
Václav Slavík [Sun, 2 Jan 2000 19:51:04 +0000 (19:51 +0000)] 
added wxEncodingConverter::Convert(char*,wxChar*) and variants

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

24 years agolinux fixes
Karsten Ballüder [Sun, 2 Jan 2000 18:45:14 +0000 (18:45 +0000)] 
linux fixes

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

24 years ago Some more samples documented etc.
Robert Roebling [Sun, 2 Jan 2000 18:13:45 +0000 (18:13 +0000)] 
  Some more samples documented etc.

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

24 years ago wxSpinCtrl no longer emits event when changed programmatically.
Robert Roebling [Sun, 2 Jan 2000 16:25:28 +0000 (16:25 +0000)] 
  wxSpinCtrl no longer emits event when changed programmatically.
  Some GUI thread things and tests,
  Change for borders around cmposite controls.

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

24 years agofixed typo wxUSE_ENCODING shuold be wxUSE_UNICODE
Václav Slavík [Sun, 2 Jan 2000 14:11:49 +0000 (14:11 +0000)] 
fixed typo wxUSE_ENCODING shuold be wxUSE_UNICODE

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

24 years agoFixes to avoid an endless event looping for wxGTK
Robin Dunn [Sun, 2 Jan 2000 05:26:21 +0000 (05:26 +0000)] 
Fixes to avoid an endless event looping for wxGTK

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

24 years agoSWIG code updates
Robin Dunn [Sun, 2 Jan 2000 05:24:06 +0000 (05:24 +0000)] 
SWIG code updates

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

24 years ago Some Resize/GetBestSize() changes.
Robert Roebling [Sat, 1 Jan 2000 23:21:04 +0000 (23:21 +0000)] 
  Some Resize/GetBestSize() changes.

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

24 years agowxFileSystem now compiles if wxUSE_HTML (required by wxHTML)
Václav Slavík [Sat, 1 Jan 2000 16:43:54 +0000 (16:43 +0000)] 
wxFileSystem now compiles if wxUSE_HTML (required by wxHTML)

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

24 years agoUpdated wxvc_dll.dsp and memory.h to make VC++ compile in DLL mode again
Julian Smart [Sat, 1 Jan 2000 12:24:35 +0000 (12:24 +0000)] 
Updated wxvc_dll.dsp and memory.h to make VC++ compile in DLL mode again

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

24 years agodocumented wxMB_DOCKABLE
Václav Slavík [Sat, 1 Jan 2000 11:50:33 +0000 (11:50 +0000)] 
documented wxMB_DOCKABLE

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

24 years agoadded 'document wxSpinCtrl & wxFontMapper' to TODO list
Václav Slavík [Sat, 1 Jan 2000 11:50:27 +0000 (11:50 +0000)] 
added 'document wxSpinCtrl & wxFontMapper' to TODO list

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

24 years agofixed #pragma implementation/interface numdlgg.h to numdlgg.cpp ; fixed bug: spincont...
Václav Slavík [Sat, 1 Jan 2000 11:50:21 +0000 (11:50 +0000)] 
fixed #pragma implementation/interface numdlgg.h to numdlgg.cpp ; fixed bug: spincontrol ignored min and max values

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

24 years agoreplaced occurences of \_ by _ in verbatim environment
Václav Slavík [Sat, 1 Jan 2000 11:50:11 +0000 (11:50 +0000)] 
replaced occurences of \_ by _ in verbatim environment

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

24 years agoFix for differences of when the ECT_WINDOW_CREATE happens between
Robin Dunn [Fri, 31 Dec 1999 09:34:52 +0000 (09:34 +0000)] 
Fix for differences of when the ECT_WINDOW_CREATE happens between
wxMSW and wxGTK.

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

24 years agoAdded wxEditor from Dirc Holtwic
Robin Dunn [Fri, 31 Dec 1999 08:29:02 +0000 (08:29 +0000)] 
Added wxEditor from Dirc Holtwic
Some tweaks and fixes
Some distrib updates

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

24 years agoadded wxEncodingConverter; added imagpnm.cpp and imagpcx.cpp to wxvc_dll.dsp
Václav Slavík [Fri, 31 Dec 1999 00:35:19 +0000 (00:35 +0000)] 
added wxEncodingConverter; added imagpnm.cpp and imagpcx.cpp to wxvc_dll.dsp

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

24 years agoadded wxEncodingConverter
Václav Slavík [Fri, 31 Dec 1999 00:35:13 +0000 (00:35 +0000)] 
added wxEncodingConverter

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

24 years agoadded wxFONTENCODING_UNICODE -- for use with wxEncodingConverter
Václav Slavík [Fri, 31 Dec 1999 00:34:32 +0000 (00:34 +0000)] 
added wxFONTENCODING_UNICODE -- for use with wxEncodingConverter

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

24 years agoadded wxEncodingConverter - original tables from ftp.unicode.org - ISO, windows and...
Václav Slavík [Fri, 31 Dec 1999 00:34:02 +0000 (00:34 +0000)] 
added wxEncodingConverter - original tables from ftp.unicode.org - ISO, windows and KOI8

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

24 years agoadded wxEncodingConverter - scripts for creating convertion tables
Václav Slavík [Fri, 31 Dec 1999 00:33:41 +0000 (00:33 +0000)] 
added wxEncodingConverter - scripts for creating convertion tables

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

24 years agoMoved fix to sndg72x.h
Guilhem Lavaux [Thu, 30 Dec 1999 18:43:12 +0000 (18:43 +0000)] 
Moved fix to sndg72x.h

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

24 years agoFix for MINGW32
Guilhem Lavaux [Thu, 30 Dec 1999 18:38:22 +0000 (18:38 +0000)] 
Fix for MINGW32

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

24 years agoadded support for several new events in wxCalendarCtrl: clicking on week
Vadim Zeitlin [Thu, 30 Dec 1999 18:21:42 +0000 (18:21 +0000)] 
added support for several new events in wxCalendarCtrl: clicking on week
days in the header, double clicking

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

24 years ago1. many, many, many warnings fixed (from HP-UX build log; 50% are still left)
Vadim Zeitlin [Thu, 30 Dec 1999 17:51:26 +0000 (17:51 +0000)] 
1. many, many, many warnings fixed (from HP-UX build log; 50% are still left)
2. attempt (failed) at compiling wxGTK with GTK+ 1.3.0

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

24 years ago Removed two more GUI lock-ups. This time when
Robert Roebling [Thu, 30 Dec 1999 12:02:57 +0000 (12:02 +0000)] 
  Removed two more GUI lock-ups. This time when
    using on-GUI threads and sending event.

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

24 years agoadded wxCAL_MONDAY/SUNDAY_FIRST flags and Ctrl-Home/Right/Left and Home/End keys
Vadim Zeitlin [Thu, 30 Dec 1999 00:31:36 +0000 (00:31 +0000)] 
added wxCAL_MONDAY/SUNDAY_FIRST flags and Ctrl-Home/Right/Left and Home/End keys
handling

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

24 years agowxCalendarCtrl works under MSW too
Vadim Zeitlin [Wed, 29 Dec 1999 23:34:18 +0000 (23:34 +0000)] 
wxCalendarCtrl works under MSW too

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

24 years ago Corrected miniframe.
Robert Roebling [Wed, 29 Dec 1999 22:12:42 +0000 (22:12 +0000)] 
  Corrected miniframe.
  Changed wxTB_HORIZONTAL to be wxHORIZONTAL, not wxVERTICAL..

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

24 years agoEnabling the use of masks for wxGTK in some of the demos
Robin Dunn [Wed, 29 Dec 1999 22:10:32 +0000 (22:10 +0000)] 
Enabling the use of masks for wxGTK in some of the demos

wxWindow.GetHandle returns the X-Window instead of the GtkWidget
pointer so the X-Window can be given to other Python modules such as
VTK.

wxPython.lib.vtk updated to get the window handle at widget creation
instead of in the constructor.

other updates

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

24 years agoFixed wxWindowCreateEvent and wxWindowDestroyEvent to set m_eventType
Robin Dunn [Wed, 29 Dec 1999 22:07:53 +0000 (22:07 +0000)] 
Fixed wxWindowCreateEvent and wxWindowDestroyEvent to set m_eventType
so the events can actually be caught by a handler.

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

24 years ago IsExposed() corrections in calendar.
Robert Roebling [Wed, 29 Dec 1999 21:03:36 +0000 (21:03 +0000)] 
  IsExposed() corrections in calendar.

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

24 years agoAdded some missing EVT_ functions
Robin Dunn [Wed, 29 Dec 1999 20:07:27 +0000 (20:07 +0000)] 
Added some missing EVT_ functions
Fixes to wxPython.lib.wxCalendar for new toolbar and region code
other fixes

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

24 years agowxMotif::wxControl() ctor added, now wxCalendarCtrl compiles ok
Vadim Zeitlin [Wed, 29 Dec 1999 19:34:38 +0000 (19:34 +0000)] 
wxMotif::wxControl() ctor added, now wxCalendarCtrl compiles ok

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

24 years ago1. wxCalendarCtrl
Vadim Zeitlin [Wed, 29 Dec 1999 19:18:01 +0000 (19:18 +0000)] 
1. wxCalendarCtrl
2. several wxDateTime bugs corrected, a couple of missing functions added
3. GetBestSize() corrections for several wxGTK controls
4. wxStaticLine doesn't get focus any more under MSW
5. added DoMoveWindow() to wxMotif

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

24 years ago GUI thread update and event corrections.
Robert Roebling [Wed, 29 Dec 1999 17:16:55 +0000 (17:16 +0000)] 
  GUI thread update and event corrections.

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

24 years agoTidied some doc references; added Stefan's Blit optimisation
Julian Smart [Wed, 29 Dec 1999 14:21:38 +0000 (14:21 +0000)] 
Tidied some doc references; added Stefan's Blit optimisation

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

24 years ago Doc correction for wxScrollWinEvent.
Robert Roebling [Wed, 29 Dec 1999 12:52:22 +0000 (12:52 +0000)] 
  Doc correction for wxScrollWinEvent.

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

24 years ago Added wxWindow::DoMoveWindow(..)
Robert Roebling [Wed, 29 Dec 1999 11:52:51 +0000 (11:52 +0000)] 
  Added wxWindow::DoMoveWindow(..)
  Changed dnd and clipboard overviews.

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

24 years agodefine __GNUWIN32_OLD__ for cygwin32 too
Vadim Zeitlin [Wed, 29 Dec 1999 11:46:45 +0000 (11:46 +0000)] 
define __GNUWIN32_OLD__ for cygwin32 too

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

24 years ago1. added test for wxTreeCtrl::Insert(size_t index)
Vadim Zeitlin [Wed, 29 Dec 1999 10:29:26 +0000 (10:29 +0000)] 
1. added test for wxTreeCtrl::Insert(size_t index)
2. temporary test code for wxCalendarCtrl in controls.cpp

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

24 years ago1. some minor compilation fixes in datetime.cppm
Vadim Zeitlin [Wed, 29 Dec 1999 10:28:20 +0000 (10:28 +0000)] 
1. some minor compilation fixes in datetime.cppm
2. implemented wxTreeCtrl::Insert(size_t index)
3. draft of wxCalendarCtrl

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

24 years ago Small doc updates, mainly wxDropTarget,
Robert Roebling [Wed, 29 Dec 1999 09:48:10 +0000 (09:48 +0000)] 
  Small doc updates, mainly wxDropTarget,
  wxFileDlg now interprets a default dir of "." as
    the current working dir,
  dialog and frame honour "wxApp::DeleteFrameOnExit".

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

24 years agoBC++ compialtion fix (?)
Vadim Zeitlin [Tue, 28 Dec 1999 22:24:44 +0000 (22:24 +0000)] 
BC++ compialtion fix (?)

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

24 years agoFixed so user code (or wxPython) can include gtk/glib/X headers if needed.
Robin Dunn [Tue, 28 Dec 1999 21:32:48 +0000 (21:32 +0000)] 
Fixed so user code (or wxPython) can include gtk/glib/X headers if needed.

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

24 years agoAdded some WXDLLEXPORTs
Robin Dunn [Tue, 28 Dec 1999 21:10:49 +0000 (21:10 +0000)] 
Added some WXDLLEXPORTs

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

24 years agoWatford C++ related changes. Unfortunately, the linker now gives a GPF.
Julian Smart [Tue, 28 Dec 1999 20:25:09 +0000 (20:25 +0000)] 
Watford C++ related changes. Unfortunately, the linker now gives a GPF.

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

24 years agoSome BC++ issues
Julian Smart [Tue, 28 Dec 1999 15:21:06 +0000 (15:21 +0000)] 
Some BC++ issues

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