Vadim Zeitlin
|
978af86426
|
merge of RTL changes (with many modifications) from SOC2006_RTL branch
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40994 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-09-04 13:35:13 +00:00 |
|
Włodzimierz Skiba
|
02761f6cd4
|
Include wx/module.h according to precompiled headers of wx/wx.h (with other minor cleaning).
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40943 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-08-31 19:31:43 +00:00 |
|
Paul Cornett
|
406d283a64
|
build fixes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40653 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-08-17 03:02:15 +00:00 |
|
Vadim Zeitlin
|
90c6edd706
|
TLW default item changes have changed Enter key processing: it was now handled as TAB even for controls such as wxTree/ListCtrl which need it themselves; fix this by checking for VK_RETURN in these classes MSWShouldPreProcessMessage() implementation; also removed specific test for wxTextCtrl in wxWindowMSW::MSWProcessMessage() and simplified its code
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40405 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-07-31 22:06:24 +00:00 |
|
Václav Slavík
|
72f8c79220
|
don't pass window argument to NotifyCaptureLost, it's not needed/used
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40395 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-07-31 12:17:39 +00:00 |
|
Václav Slavík
|
63e819f298
|
added wxEVT_MOUSE_CAPTURE_LOST event and code for correctly handling capture loss (bug #1153662)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40391 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-07-31 09:27:54 +00:00 |
|
Vadim Zeitlin
|
6c20e8f816
|
move default button handling code from wxControlContainer to wxTLW (patch 1524441)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40307 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-07-25 01:31:13 +00:00 |
|
Włodzimierz Skiba
|
c08ee0349d
|
Warning fix.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40255 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-07-24 07:46:05 +00:00 |
|
Jamie Gadd
|
24e35cf87b
|
Don't handle WM_PRINTCLIENT anymore, manually draw the static box label background instead.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40236 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-07-22 17:20:05 +00:00 |
|
Vadim Zeitlin
|
0d6fdb3cbd
|
use WM_NCCALCSIZE in DoGetClientSize() if the window has deferred size, even if it's toplevel
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39919 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-07-01 14:19:41 +00:00 |
|
Vadim Zeitlin
|
977f50f3fd
|
don't ignore dialog code when processing Ctrl-keys; otherwise text controls and listboxes never get Ctrl-PageUp/Dn
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39917 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-06-30 23:27:46 +00:00 |
|
Vadim Zeitlin
|
efe5e221b4
|
support Ctrl-PageUp/Dn for changing the notebook pages in addition to [Shift-]Ctrl-Tab (this is also a standard key combination)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39914 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-06-30 23:08:00 +00:00 |
|
Vadim Zeitlin
|
e59c2b2da3
|
added VK_SNAPSHOT <-> WXK_SNAPSHOT mapping
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39822 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-06-22 18:33:26 +00:00 |
|
Vadim Zeitlin
|
7140327898
|
recognize WXK_NUMPAD_XXX keys in wxCharCodeWXToMSW(): it's better to map them to VK_XXX then to some random junk
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39821 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-06-22 18:31:43 +00:00 |
|
Vadim Zeitlin
|
d5c21b02b5
|
reorganized VK to WXK translation code to use a table instead of huge switch statement in which it was too easy to get lost
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39820 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-06-22 18:27:02 +00:00 |
|
Włodzimierz Skiba
|
25466131ac
|
Include wx/menuitem.h according to precompiled headers of wx/wx.h (with other minor cleaning).
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39787 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-06-19 07:12:50 +00:00 |
|
Włodzimierz Skiba
|
2d4ec36258
|
wxWinCE build fix.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39695 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-06-13 11:34:36 +00:00 |
|
Vadim Zeitlin
|
ab3eae34cc
|
fix wxFindWindowAtPoint for radiobox buttons, it didn't return the radiobox when mouse was clicked inside it
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39686 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-06-12 23:55:40 +00:00 |
|
Vadim Zeitlin
|
7bd6bf45ad
|
update the real window flags when extended flags change and not only the normal ones
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39679 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-06-11 22:44:53 +00:00 |
|
Vadim Zeitlin
|
a9c11b71e3
|
don't send wxHelpEvent generated for WM_HELP to all window parents, wxHelpEvent is already propagated upwards implicitely anyhow so in fact we should prevent the default behaviour for it from taking place
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39674 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-06-11 21:08:53 +00:00 |
|
Włodzimierz Skiba
|
fec9cc08e7
|
Include wx/textctrl.h according to precompiled headers of wx/wx.h (with other minor cleaning).
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39583 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-06-06 07:23:19 +00:00 |
|
Vadim Zeitlin
|
d4cd85a064
|
on some systems PBT_APMRESUMESUSPEND is not sent on resume but PBT_APMRESUMEAUTOMATIC is
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39544 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-06-04 14:27:06 +00:00 |
|
Włodzimierz Skiba
|
2bd6022f1c
|
Include commctrl.h properly.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39471 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-05-30 07:43:05 +00:00 |
|
Włodzimierz Skiba
|
dbc74bccc9
|
wxWinCE power build fixes.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39467 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-05-29 23:24:02 +00:00 |
|
Michael Wetherell
|
5de959df83
|
Compile fixes: gcc seems to need pbt.h including, and PBT_APMRESUMEAUTOMATIC
isn't in the headers for most compilers (the other PBT_* macros are there).
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39382 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-05-28 17:36:30 +00:00 |
|
Vadim Zeitlin
|
355debca06
|
added wxPowerEvent; moved power functions stubs to common/powercmn.cpp
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39359 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-05-27 14:09:40 +00:00 |
|
Vadim Zeitlin
|
78c9181500
|
added clipboard events (wxEVT_COMMAND_TEXT_COPY/CUT/PASTE) and implemented them for wxMSW
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39141 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-05-12 15:21:41 +00:00 |
|
Paul Cornett
|
259a4264ac
|
call static functions directly
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39102 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-05-07 01:26:34 +00:00 |
|
Vadim Zeitlin
|
6121a198d3
|
use non numpad equivalents for the numpad keys in CHAR events
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39099 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-05-07 00:39:52 +00:00 |
|
Vadim Zeitlin
|
b60978b228
|
removed more unneeded code in kbd handling logic
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39098 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-05-07 00:34:47 +00:00 |
|
Vadim Zeitlin
|
7c722b22b3
|
removed code which had no effect in HandleChar()
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39097 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-05-07 00:31:02 +00:00 |
|
Vadim Zeitlin
|
e7c652bc7a
|
send wxWindowCreateEvent from SubclassWin(), not WM_CREATE handler as we don't get WM_CREATEs for the windows of standard classes (last version of patch 1411774; closes bug 1349291)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39091 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-05-06 22:34:24 +00:00 |
|
Vadim Zeitlin
|
3f2174bb28
|
don't generate duplicate event for numpad keys with numlock on (patch 1448853)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39090 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-05-06 22:27:30 +00:00 |
|
Vadim Zeitlin
|
114c220f2d
|
undid last commit, it was accidental and the commit message was wrong
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@38934 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-04-27 10:21:52 +00:00 |
|
Vadim Zeitlin
|
39ea2103cd
|
handle fatal exceptions in the other threads (based on patch 1459813 by Carl-Friedrich Braun)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@38929 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-04-26 18:04:15 +00:00 |
|
Włodzimierz Skiba
|
e4db172a3b
|
Include wx/log.h according to precompiled headers of wx/wx.h (with other minor cleaning).
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@38920 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-04-26 08:21:31 +00:00 |
|
Włodzimierz Skiba
|
88a7a4e10e
|
Include wx/intl.h according to precompiled headers of wx/wx.h (with other minor cleaning).
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@38909 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-04-25 14:38:19 +00:00 |
|
Włodzimierz Skiba
|
faa94f3ec8
|
Final and global PRIOR/NEXT change: keep consistency using only PAGE versions, deprecate old ids, remove rest of build problems with case statemets.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@38380 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-03-27 12:25:17 +00:00 |
|
Vadim Zeitlin
|
9ce754611c
|
call SetWindowPos(SWP_FRAMECHANGED) after changing some styles (patch 1445096)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37937 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-03-09 14:12:35 +00:00 |
|
Vadim Zeitlin
|
8e75dca831
|
don't check that the cursor is over the window calling SetCursor(), it might have captured it and so want to change the cursor even when it's outside the window boundaries
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37919 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-03-09 03:03:15 +00:00 |
|
Julian Smart
|
f350d4b2ee
|
If context menu not handled, treat as left click instead.
If handled, don't send a left click event.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37794 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-03-04 18:18:28 +00:00 |
|
Julian Smart
|
7d4f65e393
|
Added context menu support under PocketPC
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37762 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-02-28 13:37:23 +00:00 |
|
Jamie Gadd
|
b7e5ba8f2d
|
Fixes for WinCE build caused by my last commit.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37727 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-02-25 03:36:45 +00:00 |
|
Jamie Gadd
|
3c96418b71
|
Make wx{List,Tree}Ctrl resize their standard font if the user changes the system font.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37707 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-02-24 14:19:12 +00:00 |
|
Vadim Zeitlin
|
ed5bc8f1bf
|
return non-numpad key codes from wxCharCodeMSWToWX() if it is called with lParam==0 (this happens only when it's not called from WM_KEYDOWN/UP/CHAR handler and so we don't have information about which key was really pressed)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37602 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-02-15 15:04:04 +00:00 |
|
Michael Wetherell
|
8d7eaf9140
|
Warning fixes for VC5 (Igor Korot)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37526 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-02-12 12:16:56 +00:00 |
|
Jamie Gadd
|
deb0d191ca
|
Toplevel windows don't have sibling static boxes. Fixes crash in AdjustStaticBoxZOrder.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37475 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-02-10 21:44:54 +00:00 |
|
Jamie Gadd
|
006b8dff84
|
Fix drag and drop inside static boxes.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37408 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-02-09 12:42:25 +00:00 |
|
Jamie Gadd
|
26c2a266cd
|
Add check for wxGLCanvas to wxCheckWindowWndProc. Fixes bug #1425106.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37350 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-02-06 13:44:06 +00:00 |
|
Jamie Gadd
|
68df211fae
|
Deprecate wxDC::{Begin,End}Drawing()
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37315 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-02-05 11:59:59 +00:00 |
|