Vadim Zeitlin
|
71e030352d
|
1. added wxStatusBarUniv
2. several bug fixes to wxSpinButton/wxSpinCtrl
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11991 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2001-10-14 21:38:58 +00:00 |
|
Vadim Zeitlin
|
b889a3a24b
|
do *NOT* make the window of the size of its parent initially, fixes missing EVT_SIZE problem
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11947 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2001-10-12 06:15:30 +00:00 |
|
Vadim Zeitlin
|
18a1f588e7
|
fix for wxFrame parent which somehow wasn't committed yesterday
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11898 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2001-10-08 22:25:46 +00:00 |
|
Vadim Zeitlin
|
b225f65995
|
changed/centralized window creation code to allow wxTLW work in wxUniv
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11880 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2001-10-07 22:17:24 +00:00 |
|
Vadim Zeitlin
|
7f9510b24e
|
give (hopefully) more clear error message
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11758 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2001-09-30 22:30:59 +00:00 |
|
Vadim Zeitlin
|
c50536396d
|
compilation fix
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11698 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2001-09-26 12:56:38 +00:00 |
|
Vadim Zeitlin
|
2e9f62dafb
|
compilation/build fixes for wxUniv
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11697 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2001-09-26 00:47:52 +00:00 |
|
Vadim Zeitlin
|
b09bda689c
|
added wxTreeEvent::GetKeyEvent() to allow to retrieve the key event flags from EVT_TREE_KEY_DOWN event
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11687 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2001-09-24 16:39:49 +00:00 |
|
Vadim Zeitlin
|
82c9f85ce5
|
added wxTLW for MSW
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11685 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2001-09-24 00:34:14 +00:00 |
|
Václav Slavík
|
a200c35efa
|
moved AdjustToClientAreaOrigin to wxWindowBase, needed worldwide for wxUniv
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11644 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2001-09-18 22:36:18 +00:00 |
|
Vadim Zeitlin
|
e72aa7f5ac
|
wxUniv compilation fix
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11576 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2001-09-09 11:56:33 +00:00 |
|
Vadim Zeitlin
|
6f806543a4
|
added support for column images under MSW
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11546 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2001-09-02 23:47:42 +00:00 |
|
Vadim Zeitlin
|
b3dc8a3e61
|
fixed y position of the drop point in HandleDropFiles() (patch 455658)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11490 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2001-08-27 12:20:04 +00:00 |
|
Vadim Zeitlin
|
44d5b352ae
|
warning fixes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11482 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2001-08-25 20:13:14 +00:00 |
|
Vadim Zeitlin
|
519dc37faf
|
fixed return value of HandleEndSession to return true only if the message was really processed
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11478 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2001-08-25 17:56:34 +00:00 |
|
Vadim Zeitlin
|
ad4297f34e
|
always pass WM_DESTROY to DefWindowProc() - this fixes memory/resource leak for wxListBox
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11447 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2001-08-23 23:27:06 +00:00 |
|
Vadim Zeitlin
|
c48926e149
|
fixes for Raise() to work correctly with both top level and child windows
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11430 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2001-08-20 23:02:27 +00:00 |
|
Vadim Zeitlin
|
91a62137b1
|
don't process enter as tab, there are many controls which want to process it themselves
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11316 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2001-08-07 00:14:45 +00:00 |
|
Vadim Zeitlin
|
456bc6d9b8
|
moved knd handling logic from wxPanel to wxControlContainer (sorry for
the dull name Julian ;-)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11289 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2001-08-06 00:49:59 +00:00 |
|
Vadim Zeitlin
|
a37d422a66
|
fixed processing of the implicit wxTextCtrl accelerators (Ctrl-C/V/X)
without breaking all the others by using a new MSWShouldPreProcessMessage()
function
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11282 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2001-08-05 15:07:28 +00:00 |
|
Robin Dunn
|
ab93a576f4
|
Don't send a focus event if the window is a wxTextCtrl, since it sends
it's own focus event later on.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11256 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2001-08-02 03:01:14 +00:00 |
|
Vadim Zeitlin
|
761989ffb5
|
Vain attempts to make kbd navigation work inside find/replace dialog - it
still doesn't. But at least the dialog itself does work now.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11228 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2001-08-01 02:29:35 +00:00 |
|
Vadim Zeitlin
|
9cd6d737d5
|
1. made ScrollLines/Pages return bool indicating if we scrolled till the
end or not
2. implemented them for wxGTK text ctrl
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11215 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2001-07-30 15:22:38 +00:00 |
|
Vadim Zeitlin
|
c0cdd6ccd0
|
implemented ScrollLines/Pages; fixed bug in Thaw()
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11212 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2001-07-29 23:00:27 +00:00 |
|
Vadim Zeitlin
|
b9b3393e48
|
added ScrollLines/Pages
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11210 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2001-07-29 22:47:40 +00:00 |
|
Vadim Zeitlin
|
94589c3f4f
|
compilation fix for recent commit
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11208 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2001-07-29 22:20:50 +00:00 |
|
Vadim Zeitlin
|
a0e449ff41
|
added Freeze/Thaw implementation for Windows
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11207 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2001-07-29 21:22:12 +00:00 |
|
Vadim Zeitlin
|
f925f24de8
|
don't process VK_OEM_XXX key presses
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11167 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2001-07-23 18:13:36 +00:00 |
|
Vadim Zeitlin
|
32a87ae7b5
|
applied numpad keys patch
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11126 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2001-07-20 14:35:39 +00:00 |
|
Vadim Zeitlin
|
8d75348894
|
don't use static box as a parent
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11079 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2001-07-17 08:27:42 +00:00 |
|
Vadim Zeitlin
|
f763782968
|
renamed wxDynamicThisCast to wxDynamicCastThis, removed 1st parameter, and documented
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11078 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2001-07-17 08:25:43 +00:00 |
|
Vadim Zeitlin
|
cd4453e588
|
detabified some more
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10929 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2001-07-09 23:35:24 +00:00 |
|
Vadim Zeitlin
|
d0a3d10946
|
detabified
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10928 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2001-07-09 23:31:00 +00:00 |
|
Julian Smart
|
98363307d3
|
Implemented input disabling for disabled windows since MicroWindows doesn't do it
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10860 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2001-07-06 13:18:11 +00:00 |
|
Julian Smart
|
54800df8d8
|
Misc fixes, now menus are almost working on MicroWindows
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10844 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2001-07-05 13:35:53 +00:00 |
|
Julian Smart
|
8a46f9b187
|
Getting wxMicroWindows compiled again
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10813 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2001-07-04 11:59:35 +00:00 |
|
Vadim Zeitlin
|
d1c8069261
|
process WM_ACTIVATEAPP in wxMSW too, not only wxUniv
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10784 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2001-07-02 13:45:53 +00:00 |
|
Julian Smart
|
8cb172b4f1
|
Various wxUniversal/wxMicroWindows fixes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10781 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2001-07-02 13:22:19 +00:00 |
|
Julian Smart
|
24ce4c1875
|
Some wxUniv compile fixes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10723 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2001-06-29 17:07:54 +00:00 |
|
Julian Smart
|
04ef50df3a
|
First pass at adding MicroWindows support
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10717 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2001-06-29 10:58:59 +00:00 |
|
Vadim Zeitlin
|
e421922f90
|
MSW compilation fixes - widgets sample runs!
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10677 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2001-06-27 00:27:24 +00:00 |
|
Vadim Zeitlin
|
1e6feb95a7
|
first pass of wxUniv merge - nothing works, most parts don't even compile
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10673 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2001-06-26 20:59:19 +00:00 |
|
Vadim Zeitlin
|
447002a131
|
use SetForegroundWindow instead of BringWindowToTop
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10488 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2001-06-09 21:38:00 +00:00 |
|
Kendall Bennett
|
38caaa61b1
|
Merged latest changes from SciTech code base into wxWindows CVS Tree.
Includes updates to remove Watcom compiler warnings and the latest
updates to the wxApplet code.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10461 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2001-06-08 19:37:56 +00:00 |
|
Julian Smart
|
ae090fdb7f
|
Support for Cygwin 1.0 (thought it worked before, but...)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10458 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2001-06-08 15:04:00 +00:00 |
|
Vadim Zeitlin
|
ed45e26357
|
replaced wxYield() call in PopupMenu() by a much safer wxYieldForCommandsOnly() - fixes tree ctrl bug
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10455 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2001-06-08 01:47:15 +00:00 |
|
Václav Slavík
|
cc0c7cd8a5
|
fix for wxFrame's last focus bug (finally?)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10415 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2001-06-03 09:43:36 +00:00 |
|
Václav Slavík
|
dbae17a2e0
|
yet another attempt to wxFrame's last focus bug
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10397 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2001-05-31 23:02:06 +00:00 |
|
Vadim Zeitlin
|
0d6ae333cd
|
fixed right click handling
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10393 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2001-05-31 19:18:44 +00:00 |
|
Václav Slavík
|
4a41c655e8
|
yet another attempt to fix LastFocus bug in wxFrame
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10349 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2001-05-27 14:01:18 +00:00 |
|