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 |
|
Guillermo Rodriguez Garcia
|
bf9b671186
|
Some typos fixed
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5227 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2000-01-04 11:54:57 +00:00 |
|
Vadim Zeitlin
|
31405c014d
|
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
|
2000-01-03 23:56:41 +00:00 |
|
Vadim Zeitlin
|
bb44855297
|
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
|
2000-01-03 23:38:57 +00:00 |
|
David Webster
|
398b582f36
|
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
|
2000-01-03 23:32:03 +00:00 |
|
David Webster
|
16ee521a22
|
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
|
2000-01-03 23:31:12 +00:00 |
|
Ove Kaaven
|
7ab9bf9f2d
|
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
|
2000-01-03 23:21:50 +00:00 |
|
Guillermo Rodriguez Garcia
|
a36f0f8345
|
Some little changes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5221 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2000-01-03 22:45:07 +00:00 |
|
Ove Kaaven
|
ef8b2d9165
|
Better make it a const reference then.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5220 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2000-01-03 20:00:44 +00:00 |
|
Ove Kaaven
|
571f8dae5e
|
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
|
2000-01-03 19:57:59 +00:00 |
|
Ove Kaaven
|
380d9d6297
|
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
|
2000-01-03 19:31:02 +00:00 |
|
Robin Dunn
|
f2a497dcf9
|
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
|
2000-01-03 19:30:51 +00:00 |
|
Ove Kaaven
|
46f9bb9475
|
Unicode compilation fix
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5216 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2000-01-03 19:15:43 +00:00 |
|
Ove Kaaven
|
0413cec527
|
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
|
2000-01-03 18:58:57 +00:00 |
|
Ove Kaaven
|
08298395b2
|
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
|
2000-01-03 18:53:10 +00:00 |
|
David Webster
|
eda22ec3a2
|
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
|
2000-01-03 18:52:29 +00:00 |
|
Ove Kaaven
|
5d368213ca
|
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
|
2000-01-03 18:51:22 +00:00 |
|
Ove Kaaven
|
a8ee71c702
|
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
|
2000-01-03 18:48:02 +00:00 |
|
Ove Kaaven
|
0e89bb17e8
|
Another Unicode compilation fix
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5210 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2000-01-03 18:44:32 +00:00 |
|
Robert Roebling
|
4a0c68a70b
|
Distrib things.
Readded resource support.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5209 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2000-01-03 18:41:14 +00:00 |
|
David Webster
|
5747aa84c1
|
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
|
2000-01-03 18:26:07 +00:00 |
|
David Webster
|
aa2097dda2
|
Fixes to get library to compile
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5207 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2000-01-03 18:25:26 +00:00 |
|
David Webster
|
d8cde57b83
|
Two new font implementations for OS/2
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5206 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2000-01-03 18:24:58 +00:00 |
|
David Webster
|
55cca86849
|
small updates for OS/2
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5205 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2000-01-03 18:24:10 +00:00 |
|
David Webster
|
b8f72dedd3
|
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
|
2000-01-03 18:22:51 +00:00 |
|
Vadim Zeitlin
|
bc385ba9eb
|
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
|
2000-01-03 17:51:24 +00:00 |
|
Robert Roebling
|
44762a6a87
|
Forgot these.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5202 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2000-01-03 17:13:01 +00:00 |
|
Robert Roebling
|
1e8d2f694e
|
Distrib things,
Fixed typo in wxCheckListBox.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5201 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2000-01-03 17:11:48 +00:00 |
|
Václav Slavík
|
7e949b437c
|
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
|
2000-01-03 14:27:24 +00:00 |
|
Václav Slavík
|
94fc5183e9
|
Borland #include hack
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5199 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2000-01-03 14:27:17 +00:00 |
|
Guillermo Rodriguez Garcia
|
6e7cdb7696
|
Add default size for slider
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5198 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2000-01-03 14:10:36 +00:00 |
|
Robert Roebling
|
b919f007af
|
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
|
2000-01-03 13:45:20 +00:00 |
|
Vadim Zeitlin
|
6809ee4b8e
|
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
|
2000-01-03 13:45:00 +00:00 |
|
Vadim Zeitlin
|
273b7ed9d0
|
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
|
2000-01-03 13:36:21 +00:00 |
|
Robert Roebling
|
33720b2de5
|
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
|
2000-01-03 11:42:49 +00:00 |
|
Vadim Zeitlin
|
312cd9e93d
|
O_BINARY added to wxFile::Create
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5193 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2000-01-03 10:32:19 +00:00 |
|
Guillermo Rodriguez Garcia
|
1bdda41cff
|
bmps and ico added as binaries
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5192 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2000-01-03 09:05:38 +00:00 |
|
Guillermo Rodriguez Garcia
|
faad32e5ab
|
ups; must add as binary
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5191 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2000-01-03 09:04:53 +00:00 |
|
Guillermo Rodriguez Garcia
|
5a1dca125f
|
Life!
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5190 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2000-01-03 08:56:57 +00:00 |
|
Ove Kaaven
|
cbf97a6cd6
|
Unicode fixes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5189 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2000-01-03 02:24:26 +00:00 |
|
Ove Kaaven
|
e9fa75816c
|
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
|
2000-01-03 02:23:42 +00:00 |
|
Ove Kaaven
|
5b73520279
|
Unicode compilation fixes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5187 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2000-01-03 02:20:03 +00:00 |
|
Ove Kaaven
|
f37736559d
|
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
|
2000-01-03 02:19:07 +00:00 |
|
Ove Kaaven
|
f5166ed458
|
Unicode compilation fixes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5185 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2000-01-03 02:14:45 +00:00 |
|
Václav Slavík
|
15b83243e8
|
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
|
2000-01-02 23:32:08 +00:00 |
|
Vadim Zeitlin
|
74a533f7e9
|
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
|
2000-01-02 23:21:51 +00:00 |
|
Vadim Zeitlin
|
4f6aed9c6a
|
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
|
2000-01-02 23:17:55 +00:00 |
|