Vadim Zeitlin
|
b5f2afe541
|
wxNotebook interface (it may change!), implementation file is not yet
commited - I will do as soon as the interface is fixed
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@100 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
1998-06-14 23:16:19 +00:00 |
|
Vadim Zeitlin
|
ec845369d5
|
added ctor wxColour(unsigned long colRGB) and the corresponding Set()
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@98 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
1998-06-14 23:08:53 +00:00 |
|
Julian Smart
|
ee4f8c2af9
|
const/void changes in thread, tabctrl and wave files; wxTabCtrl::InsertItem
now returns bool not int.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@93 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
1998-06-14 12:15:13 +00:00 |
|
Julian Smart
|
4efd74436a
|
Corrected missing pipe in treectrl.h, wxOK->wxID_OK in wxGetTextFromUser,
no offsets in 2 functions in wxDC
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@91 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
1998-06-14 08:53:46 +00:00 |
|
Julian Smart
|
40e1a9c025
|
Corrected dataobj.h/.cpp, corrected listbox to use non-integral height
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@90 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
1998-06-13 17:09:59 +00:00 |
|
Julian Smart
|
43d811ea55
|
Correction to dnd.h; EVT_MOUSE_EVENTS now includes LEAVE/ENTER events;
Windows LEAVE/ENTER events now work
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@86 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
1998-06-13 10:09:13 +00:00 |
|
Vadim Zeitlin
|
329b53d8ff
|
testing CVS notifications
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@82 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
1998-06-10 11:11:20 +00:00 |
|
Vadim Zeitlin
|
b0cf2597e2
|
wxDataObject now defined in defs.h and not here
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@65 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
1998-05-31 00:09:52 +00:00 |
|
Vadim Zeitlin
|
6a0eb96b27
|
missing #endif
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@64 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
1998-05-31 00:08:01 +00:00 |
|
Robert Roebling
|
7f4dc78d35
|
Same as last one..
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@60 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
1998-05-30 17:11:51 +00:00 |
|
Julian Smart
|
6f65e33794
|
Updates from Chris Breeze
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@57 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
1998-05-28 19:54:07 +00:00 |
|
Vadim Zeitlin
|
1737035fb8
|
wxDataObject and wxDropSource classes for (more) d&d support
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@46 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
1998-05-27 23:24:11 +00:00 |
|
Vadim Zeitlin
|
3bd2972366
|
option USE_WXCONFIG (default value: 1) added which enables compilation of
wxConfig
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@45 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
1998-05-27 23:20:27 +00:00 |
|
Vadim Zeitlin
|
2dc7764675
|
function HasValue() added
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@44 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
1998-05-27 23:18:16 +00:00 |
|
Vadim Zeitlin
|
45c2881542
|
declaration of registry based implementation of wxConfig (wxRegConfig)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
1998-05-27 23:07:33 +00:00 |
|
Vadim Zeitlin
|
4e066dd257
|
wxApp::CreateConfig() only defined #if USE_WXCONFIG
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
1998-05-27 23:05:10 +00:00 |
|
Julian Smart
|
6b0eb19fe8
|
Misc changes for DOS compatibility, plus added wxApp::CreateConfig
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
1998-05-27 13:56:59 +00:00 |
|
Julian Smart
|
145aa40682
|
Added resource.h, missing from archive.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
1998-05-21 14:33:06 +00:00 |
|
Robert Roebling
|
fe71f65c0f
|
Add support for dynamic event tables
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
1998-05-21 12:31:14 +00:00 |
|
Karsten Ballüder
|
bbf1f0e5cf
|
now MSW stuff is complete
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
1998-05-20 14:21:00 +00:00 |
|
Karsten Ballüder
|
2bda0e1738
|
added some wxMSW stuff
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
1998-05-20 14:12:05 +00:00 |
|