Ove Kaaven
|
c47d0f2eb1
|
Unicode changes.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2778 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
1999-06-14 14:19:15 +00:00 |
|
Julian Smart
|
25889d3c43
|
Getting various compilers to work with wxWin again
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2734 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
1999-06-09 18:16:38 +00:00 |
|
Vadim Zeitlin
|
3f480da37c
|
wxPrivateDataObject works under MSW as well (hopefully it still does under
GTK too)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2578 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
1999-05-26 22:39:42 +00:00 |
|
Brian Macy
|
41618278a6
|
Enough wxBitmapDataObject implementation to work with wxClipboard
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2220 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
1999-04-17 19:46:57 +00:00 |
|
Julian Smart
|
89c684ef82
|
Added wxGenericValidator & doc
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1635 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
1999-02-07 17:11:44 +00:00 |
|
Vadim Zeitlin
|
26f86486b0
|
wxGTK compatible clipboard implementation (not OLE clipboard - it will come
later)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1621 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
1999-02-06 23:25:47 +00:00 |
|
Julian Smart
|
17b74d79ad
|
Fixed compilation for when not including <windows.h>
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1599 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
1999-02-04 21:12:30 +00:00 |
|
Vadim Zeitlin
|
3f4a0c5be3
|
_MSC_VER => __VISUALC__ change
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1580 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
1999-02-03 16:48:12 +00:00 |
|
Julian Smart
|
657865d295
|
Corrected stupid error.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1403 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
1999-01-14 08:20:42 +00:00 |
|
Julian Smart
|
2845ddc25c
|
*** empty log message ***
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1398 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
1999-01-13 18:21:04 +00:00 |
|
Julian Smart
|
06e4351185
|
wxMSW wxClipboard implementation
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1396 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
1999-01-13 18:01:39 +00:00 |
|
Unknown (UG)
|
8853b9a80e
|
no message
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1337 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
1999-01-08 13:15:42 +00:00 |
|
Julian Smart
|
e8b6d59d51
|
Added wxOleAutomation class (wxMSW only, obviously...) and some wxTime member functions
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1132 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
1998-12-08 18:54:05 +00:00 |
|
Julian Smart
|
f97c985452
|
More wxMotif work, OGL enhancements, USE_ macro corrections, object.cpp delete
operator correction for VC++ 6
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@780 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
1998-09-28 15:42:54 +00:00 |
|
Vadim Zeitlin
|
47d67540a0
|
USE_xxx constants renamed to wxUSE_xxx. This is an incompatible change, you
must recompile everything after upgrading!
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@774 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
1998-09-25 13:28:52 +00:00 |
|
Julian Smart
|
46ccb5107f
|
Dnd constant name changes because names like Copy can be #defined by other
apps. Various other changes to stubs.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@745 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
1998-09-17 16:57:01 +00:00 |
|
Vadim Zeitlin
|
3cda63537e
|
uint -> size_t change
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@599 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
1998-08-18 20:15:51 +00:00 |
|
Vadim Zeitlin
|
4b13e6aeb2
|
added a "wxWindow *" (unused) argument for wxGTK compatibility
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@517 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
1998-08-12 22:37:20 +00:00 |
|
Julian Smart
|
bbcdf8bc7c
|
Fixed various wxMSW compile problems that came down the telephone line...
plus wxTreeCtrl::EditLabel/EndEditLabel, dialog editor stuff, wxMSW header changes,
doc changes. Sorry about the quantity :-(
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@468 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
1998-08-07 23:52:45 +00:00 |
|
Julian Smart
|
b3324be240
|
Changed files to work with wxDataFormat
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@384 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
1998-07-28 08:12:20 +00:00 |
|
Karsten Ballüder
|
b2aef89b7a
|
Cleared up DEBUG define mess, defines are now called __WXDEBUG__ and WXDEBUG.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@218 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
1998-07-10 11:14:17 +00:00 |
|
Julian Smart
|
e5ad6961eb
|
Fixed event arg in notebook.h, #ifdefed out some functions in oleutils that
don't compile in VC++ 4.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@186 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
1998-07-08 10:05:51 +00:00 |
|
Julian Smart
|
bb6290e351
|
Various bug fixes, cosmetic changes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@184 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
1998-07-07 14:57:42 +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 |
|
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 |
|
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 |
|