Vadim Zeitlin
|
f048e32fcd
|
1. wxMDIParentFrame::~wxMDIParentFrame() bug fixed
2. tooltips work with wxRadioBox
3. duplicated OnCtlColor()s moved to wxControl
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4693 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
1999-11-25 23:28:41 +00:00 |
|
Vadim Zeitlin
|
1e7215e676
|
compile fix for gcc
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4692 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
1999-11-25 22:59:22 +00:00 |
|
George Tasker
|
0b0ca94c89
|
Added "const" to the (char *) type params that should have been const params
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4689 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
1999-11-25 15:52:09 +00:00 |
|
Jouk Jansen
|
cd6361037d
|
Committing in .
Changes needed to get dialoged utility compile on VMS
Modified Files:
wxWindows/descrip.mms wxWindows/include/wx/setup.h
wxWindows/lib/vms.opt
wxWindows/utils/dialoged/src/reseditr.cpp
----------------------------------------------------------------------
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4687 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
1999-11-25 13:41:50 +00:00 |
|
George Tasker
|
e5ad852877
|
Commented out the defines of strnicmp and stricmp to fix OS/2 compilation. These should not be necessary any longer since db uses wxStrxxxx functions now.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4686 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
1999-11-25 12:35:31 +00:00 |
|
George Tasker
|
e9a145dfae
|
Added optional param to Count() function to allow for counting DISTINCT columns rather than all columns
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4680 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
1999-11-24 18:45:23 +00:00 |
|
George Tasker
|
ac4650263f
|
Added preliminary support for Informix
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4679 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
1999-11-24 18:44:08 +00:00 |
|
Karsten Ballüder
|
c0d6c58bd0
|
fixed setfocus() flicker in listctrl
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4675 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
1999-11-24 15:11:29 +00:00 |
|
Vadim Zeitlin
|
0d0512bd8f
|
1. wxIcon/wxCursor change, wxGDIImage class added
2. wxCriticalSection doesn't alloc memory any more
3. many minor fixes in bitmap/icon code
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4674 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
1999-11-24 12:55:02 +00:00 |
|
Vadim Zeitlin
|
6d167489bd
|
1. wxIcon/wxCursor change, wxGDIImage class added
2. wxCriticalSection doesn't alloc memory any more
3. many minor fixes in bitmap/icon code
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4673 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
1999-11-24 12:30:56 +00:00 |
|
Julian Smart
|
162999bfb7
|
Removed strange wxFAIL; added dialup.cpp to filelist.txt
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4672 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
1999-11-24 12:14:24 +00:00 |
|
David Webster
|
c1b99516b6
|
Adding OS/2 default images and resource file to repository
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4661 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
1999-11-23 14:53:13 +00:00 |
|
Julian Smart
|
e2b34251cb
|
WM_MOUSEMOVE correction
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4658 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
1999-11-23 10:53:39 +00:00 |
|
Robert Roebling
|
20e05ffbd3
|
Headers moved a bit.
Minor docs updates.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4654 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
1999-11-22 19:44:25 +00:00 |
|
David Webster
|
20947e08ca
|
OS/2 thread updates
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4649 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
1999-11-22 05:27:57 +00:00 |
|
David Webster
|
e78c4d503e
|
updates for DoGetBestSize
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4639 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
1999-11-21 01:03:00 +00:00 |
|
Robin Dunn
|
37bebc1112
|
Added encoding parameter to wxFontList::FindOrCreateFont
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4635 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
1999-11-19 23:32:07 +00:00 |
|
David Webster
|
f38374d0d7
|
Removal of previous wxValidtor code for wxOS2
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4634 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
1999-11-19 22:36:55 +00:00 |
|
Vadim Zeitlin
|
f68586e51b
|
wxWindow::GetBestSize() added
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4633 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
1999-11-19 21:01:20 +00:00 |
|
Vadim Zeitlin
|
cc160ba62b
|
compilation fix for !wxUSE_MENU_CALLBACK
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4631 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
1999-11-19 16:19:33 +00:00 |
|
Unknown (JL)
|
5008c64c32
|
few adaptations to cope with new control.h file
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4628 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
1999-11-19 00:51:56 +00:00 |
|
Unknown (JL)
|
1dd521517c
|
adding the notion of cyclic group of radiobutton
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4627 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
1999-11-19 00:12:43 +00:00 |
|
Unknown (JL)
|
1395ff56f4
|
with only a little modification could be generic
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4626 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
1999-11-19 00:11:42 +00:00 |
|
Unknown (JL)
|
2c4c7d0466
|
copy of the generic before adaptation
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4625 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
1999-11-18 23:41:17 +00:00 |
|
Unknown (JL)
|
cfcc3671ae
|
needed to compile
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4624 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
1999-11-18 23:38:06 +00:00 |
|
Unknown (JL)
|
3fa28b5803
|
first add
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4623 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
1999-11-18 23:37:02 +00:00 |
|
David Webster
|
2ce0a6e2d6
|
Some minor modifications for VA 4.0 support
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4622 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
1999-11-18 23:31:51 +00:00 |
|
Unknown (JL)
|
31d80f31af
|
for Gray Controls implementation
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4621 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
1999-11-18 23:30:08 +00:00 |
|
Unknown (JL)
|
c3f805b4ac
|
needed for mac port
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4619 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
1999-11-18 23:13:14 +00:00 |
|
Unknown (JL)
|
0b939cbb2f
|
To include the wx/mac version
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4618 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
1999-11-18 23:12:18 +00:00 |
|
Vadim Zeitlin
|
32193feb83
|
Remove() -> RemoveAt()
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4616 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
1999-11-18 16:14:10 +00:00 |
|
Robert Roebling
|
97d7bfb8b4
|
Added wxEvtHandler::Disconect()
Added wxToolBar::DeleteTool()
Removed the WXWIN_COMP... defines from the common setup.h
Some tests,
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4615 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
1999-11-18 15:58:35 +00:00 |
|
Vadim Zeitlin
|
f373f19798
|
bug in wxArray::Remove() fixed (thanks Robert)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4613 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
1999-11-18 14:54:02 +00:00 |
|
Jouk Jansen
|
338dd99216
|
Committing in .
Modifications to get rid of warnings on VMS
Modified Files:
wxWindows/include/wx/utils.h wxWindows/src/common/date.cpp
wxWindows/src/common/datstrm.cpp
wxWindows/src/common/gdicmn.cpp wxWindows/src/common/image.cpp
wxWindows/src/common/object.cpp
wxWindows/src/common/sckipc.cpp
wxWindows/src/common/txtstrm.cpp
wxWindows/src/generic/fontdlgg.cpp
wxWindows/src/generic/listctrl.cpp
wxWindows/src/generic/scrolwin.cpp
wxWindows/src/generic/splitter.cpp wxWindows/src/motif/app.cpp
wxWindows/src/motif/bitmap.cpp
wxWindows/src/motif/bmpbuttn.cpp
wxWindows/src/motif/button.cpp
wxWindows/src/motif/checkbox.cpp
wxWindows/src/motif/choice.cpp wxWindows/src/motif/clipbrd.cpp
wxWindows/src/motif/colour.cpp
wxWindows/src/motif/combobox.cpp
wxWindows/src/motif/control.cpp wxWindows/src/motif/cursor.cpp
wxWindows/src/motif/dataobj.cpp
wxWindows/src/motif/dcclient.cpp
wxWindows/src/motif/dcmemory.cpp
wxWindows/src/motif/dcscreen.cpp
wxWindows/src/motif/dialog.cpp wxWindows/src/motif/filedlg.cpp
wxWindows/src/motif/font.cpp wxWindows/src/motif/frame.cpp
wxWindows/src/motif/gauge.cpp wxWindows/src/motif/icon.cpp
wxWindows/src/motif/listbox.cpp wxWindows/src/motif/mdi.cpp
wxWindows/src/motif/menu.cpp wxWindows/src/motif/menuitem.cpp
wxWindows/src/motif/msgdlg.cpp wxWindows/src/motif/palette.cpp
wxWindows/src/motif/radiobox.cpp
wxWindows/src/motif/radiobut.cpp
wxWindows/src/motif/region.cpp
wxWindows/src/motif/scrolbar.cpp
wxWindows/src/motif/settings.cpp
wxWindows/src/motif/slider.cpp wxWindows/src/motif/statbmp.cpp
wxWindows/src/motif/statbox.cpp
wxWindows/src/motif/stattext.cpp
wxWindows/src/motif/textctrl.cpp wxWindows/src/motif/timer.cpp
wxWindows/src/motif/toolbar.cpp wxWindows/src/motif/utils.cpp
wxWindows/src/motif/window.cpp wxWindows/src/unix/fontutil.cpp
wxWindows/src/unix/utilsunx.cpp
----------------------------------------------------------------------
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4611 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
1999-11-18 14:30:10 +00:00 |
|
Václav Slavík
|
0b5d3315b3
|
I changed wxUSE_HTML (and other related wxUSEs) to 1. wxHTML is stable enough and all other options are enabled by default so I guess it's time to enable wxHTML as well :)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4606 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
1999-11-17 22:35:32 +00:00 |
|
Robin Dunn
|
9779893b90
|
Added wxWakeUpIdle() for MSW and empty stubs for Motif, OS2, and Mac
Pending events are now deleted after being processed
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4602 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
1999-11-17 21:02:45 +00:00 |
|
Julian Smart
|
5f2936dacb
|
Made some treectrl sample icons transparent; added toolbar.h to wx.h
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4601 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
1999-11-17 14:29:00 +00:00 |
|
David Webster
|
d5c22d1042
|
Modified full UNICODE support for VisualAge C++ for OS/2 V4.0
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4598 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
1999-11-16 23:24:31 +00:00 |
|
Vadim Zeitlin
|
7c0ea335c7
|
wxFrameBase class for wxMSW and wxGTK
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4595 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
1999-11-16 21:31:40 +00:00 |
|
David Webster
|
ec6f69825a
|
Added full UNICODE support for VisualAge C++ for OS/2 V4.0
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4591 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
1999-11-16 15:49:36 +00:00 |
|
Vadim Zeitlin
|
8a729bb860
|
RemoveAt() added to array classes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4589 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
1999-11-16 13:28:23 +00:00 |
|
David Webster
|
776d87d504
|
wxWindow class work
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4584 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
1999-11-15 23:16:19 +00:00 |
|
Vadim Zeitlin
|
378b05f7f8
|
wxSnprintf() and wxVsnprintf() added, documented and used in wxLog
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4572 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
1999-11-15 15:49:59 +00:00 |
|
Vadim Zeitlin
|
5d5de0b677
|
NO C++ COMMENTS IN THIS FILE PLEASE
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4569 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
1999-11-15 14:07:51 +00:00 |
|
Vadim Zeitlin
|
9739d9ee80
|
wxMenu::callback stuff taken inside WXWIN_COMPATIBILITY_2 (everybody should
be happy now)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4568 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
1999-11-15 14:04:06 +00:00 |
|
Vadim Zeitlin
|
c09f28798b
|
patches from Ricky Gonzales <gonzales@pyramid3.net> for BC++ Builder
compilation
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4567 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
1999-11-15 13:57:22 +00:00 |
|
David Webster
|
9ed0fac8a8
|
wxApp development for WXPM
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4562 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
1999-11-15 04:50:09 +00:00 |
|
David Webster
|
d45d30c868
|
Minor tweek for WXPM
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4561 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
1999-11-15 04:48:33 +00:00 |
|
Vadim Zeitlin
|
222594ead7
|
1. fixed wxStaticBox background erasing (or, rather, restored the old bug)
2. fixed the mask code in wxBitmap(const wxIcon&) - now it really works (Win32)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4559 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
1999-11-15 01:19:46 +00:00 |
|
Robert Roebling
|
ba0e7d4111
|
Distrib changes.
Augmented version to 2.1.12.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4558 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
1999-11-14 19:25:07 +00:00 |
|