Vadim Zeitlin
|
b9de131510
|
1. thread sample now uses wxProgressDialog for more "realism"
2. added a filled rect with outline to the drawing sample and
changed DrawLine() to show how MSW draws them
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5729 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2000-01-29 02:34:46 +00:00 |
|
Václav Slavík
|
70aedad68f
|
fixed memory leak (m_PagesHash not deleted)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5728 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2000-01-29 01:13:12 +00:00 |
|
Václav Slavík
|
34153050fe
|
switched back to old use of DrawBitmap for transparent bitmaps
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5727 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2000-01-29 01:13:03 +00:00 |
|
Václav Slavík
|
72fc5caf06
|
bugfix: added wxWindowBase::OnMiddleClick declaration
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5726 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2000-01-29 01:12:55 +00:00 |
|
Václav Slavík
|
9922de0b73
|
LGPL comments
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5725 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2000-01-29 01:12:45 +00:00 |
|
Václav Slavík
|
55746b4c58
|
wxHTML changelog added
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5724 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2000-01-29 01:12:40 +00:00 |
|
Václav Slavík
|
4acd108caf
|
changed meaning of Ctrl-End to be symetrical with Ctrl-Home
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5723 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2000-01-29 01:12:26 +00:00 |
|
David Webster
|
67b81440f0
|
VA 4.0 fixes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5722 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2000-01-28 23:37:54 +00:00 |
|
Vadim Zeitlin
|
faab619a85
|
more files to ignore (build dirs names, tags files)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5721 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2000-01-28 20:58:32 +00:00 |
|
Vadim Zeitlin
|
7d0bb74d2b
|
compilation fix
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5720 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2000-01-28 20:56:32 +00:00 |
|
Vadim Zeitlin
|
7923c64946
|
test for log dialog with only 1 msg
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5719 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2000-01-28 20:56:19 +00:00 |
|
Vadim Zeitlin
|
6dc6fda694
|
wxBase compilation fixes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5718 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2000-01-28 20:54:50 +00:00 |
|
Vadim Zeitlin
|
a02dc3e3ff
|
added version info hidden dialog
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5717 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2000-01-28 20:54:04 +00:00 |
|
Vadim Zeitlin
|
1845dd9923
|
small compilation fix for !wxUSE_SOCKETS
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5716 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2000-01-28 20:53:14 +00:00 |
|
George Tasker
|
b5ffecfc98
|
First version of the DbBrowser demo program
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5715 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2000-01-28 15:25:32 +00:00 |
|
George Tasker
|
0bd55cfa2c
|
Attempting to allow WIN16 compilation of the db/dbtable classes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5714 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2000-01-27 22:47:49 +00:00 |
|
Robert Roebling
|
d76fe38b29
|
Copied isql.h and isqlext.h to /include/wx/unix and make
it get installed.
New code for "best_visual" under SGI and Sun.
Typos in PostScrip code: HelvO and CourO.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5713 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2000-01-27 19:50:46 +00:00 |
|
Vadim Zeitlin
|
d71fa6fb2e
|
wxString::find() now works again (was completely broken)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5712 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2000-01-27 16:47:57 +00:00 |
|
Bart A.M. Jourquin
|
c56dadd8ed
|
IODBC fix in GetDataSource
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5711 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2000-01-27 13:10:54 +00:00 |
|
George Tasker
|
579d7d1316
|
Fixed the GetDataSource() function so the DsDesc that is returned is the full description
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5710 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2000-01-27 11:44:09 +00:00 |
|
Bart A.M. Jourquin
|
b2f60e03cc
|
Using P.Getchar(i) instead of p[i]
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5709 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2000-01-27 08:54:44 +00:00 |
|
Stefan Csomor
|
e98eb0f278
|
new upload / perhaps prev version was corrupted
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5708 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2000-01-27 07:59:14 +00:00 |
|
Ove Kaaven
|
8ca97ad03c
|
Added a couple of wxT()
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5707 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2000-01-27 03:25:23 +00:00 |
|
Václav Slavík
|
7517f8f540
|
added helpview to makefile
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5706 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2000-01-27 00:03:56 +00:00 |
|
Václav Slavík
|
3592c01e44
|
compilation fix
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5705 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2000-01-27 00:03:50 +00:00 |
|
Václav Slavík
|
03a6a579ae
|
compilation fix for MSVC
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5704 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2000-01-27 00:03:43 +00:00 |
|
Václav Slavík
|
5b315dd000
|
minor visual enhancement of help browser
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5703 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2000-01-27 00:03:38 +00:00 |
|
Václav Slavík
|
50a1f26154
|
documented noRefresh parameter of SetScrollbars
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5702 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2000-01-27 00:03:32 +00:00 |
|
Václav Slavík
|
21f95b5254
|
fixed incorrect parsing of URLs like www.kde.org (should be understood as www.kde.org/)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5701 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2000-01-27 00:03:25 +00:00 |
|
Václav Slavík
|
6ecb30a36f
|
made unzip.c accept / and \ in filenames as equal
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5700 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2000-01-27 00:03:16 +00:00 |
|
Václav Slavík
|
5be0cf6503
|
implemented better paths handling: dir1/../dir2/file is replaced by dir2/file
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5699 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2000-01-27 00:02:55 +00:00 |
|
Václav Slavík
|
721ab90538
|
inline functions with if moved to .cpp
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5698 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2000-01-27 00:02:44 +00:00 |
|
Václav Slavík
|
fc7dfaf8ee
|
some scrolling&refreshing fixed ; removed wxHtmlWindow::OnKeyDown
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5697 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2000-01-27 00:02:25 +00:00 |
|
Václav Slavík
|
69626ba928
|
removed wxHtmlWindow::OnKeyDown
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5696 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2000-01-27 00:02:17 +00:00 |
|
Václav Slavík
|
c5d22514ae
|
yet another help browser visual enhancement
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5695 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2000-01-27 00:02:10 +00:00 |
|
Ron Lee
|
56dade3c4d
|
test for disabled scroll directions in kbd handler
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5694 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2000-01-26 23:43:23 +00:00 |
|
David Webster
|
7818b39874
|
Missing datetime and the db classes!!
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5693 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2000-01-26 23:07:22 +00:00 |
|
David Webster
|
46745d9394
|
Copmplete .icc that includes all libs that need be linked
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5692 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2000-01-26 23:06:53 +00:00 |
|
Stefan Neis
|
c2517b27a8
|
LINKAGEMODE is defined in defs.h. No need to have the same #ifdef again -
- at least as far as I can see/test.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5691 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2000-01-26 22:44:44 +00:00 |
|
Stefan Neis
|
1a787c5dc8
|
Changed order of #ifdefs to get native version on OS/2, even if
dlopen-wrapper is available.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5689 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2000-01-26 22:35:48 +00:00 |
|
David Webster
|
49e6314f6e
|
New OS2 icon file
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5688 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2000-01-26 21:33:31 +00:00 |
|
David Webster
|
34d65dd2ae
|
New OS2 resource file
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5687 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2000-01-26 21:23:51 +00:00 |
|
David Webster
|
22224dec5b
|
New Visualage stuff and remove OS/2 stuff in the .rc file
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5686 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2000-01-26 21:23:28 +00:00 |
|
David Webster
|
66b6b04535
|
Visualage C++ V4.0 duplicate symbol fixes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5685 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2000-01-26 21:07:57 +00:00 |
|
Robert Roebling
|
ff7c6c9c36
|
Corrected TIFF,
more drawing tests.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5684 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2000-01-26 19:26:02 +00:00 |
|
Vadim Zeitlin
|
cf27ef009f
|
compilation of wxBase works again (PATH_IFS wasn't defined for it!)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5683 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2000-01-26 18:28:16 +00:00 |
|
Stefan Neis
|
4c0ed91137
|
Found PROGRAM_EXT variable and now want to use it for OS/2, too.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5682 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2000-01-26 18:21:45 +00:00 |
|
Vadim Zeitlin
|
44141a18c3
|
these aren't being used any more
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5681 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2000-01-26 18:14:05 +00:00 |
|
Vadim Zeitlin
|
438e3558ad
|
more backwards compatible kbd handling in wxScrolledWindow
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5680 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2000-01-26 16:42:45 +00:00 |
|
Vadim Zeitlin
|
50af7fa9f2
|
'Details' button is now disabled if no details
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5679 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2000-01-26 14:31:42 +00:00 |
|