Vadim Zeitlin
1a65fc6586
wxMSW doesn't send CHAR events for Caps/Scroll/NumLock neither
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15027 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-04-08 14:05:49 +00:00
Vadim Zeitlin
0a62b1978c
added a few debugging messages
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15026 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-04-08 14:00:19 +00:00
Vadim Zeitlin
59db511380
report all ASCII keys, not just the US-ASCII ones
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15025 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-04-08 13:35:36 +00:00
Vadim Zeitlin
486ac2444d
fix for non-US keyboards: the ASCII chars must be unsigned
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15024 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-04-08 13:35:05 +00:00
Vadim Zeitlin
1c6896d711
wxGTK keyboard handling now behaves (mostly) like wxMSW
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15023 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-04-08 13:24:50 +00:00
Julian Smart
35a6691a07
Re-enabled dynamic library code in wxFileName so
...
that normalization works again in Win32. I don't
know why it had been disabled.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15022 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-04-08 11:55:05 +00:00
Vadim Zeitlin
747106015b
some kbd processing code cleanup, no real changes yet
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15021 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-04-08 11:36:46 +00:00
Julian Smart
c1ef9cdb46
Added further keyboard sample makefiles
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15020 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-04-08 11:34:40 +00:00
Julian Smart
fd775aae7b
Added wxDIRCTRL_EDITABLE style so we can choose whether
...
items are editable or not
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15019 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-04-08 11:15:16 +00:00
Vadim Zeitlin
992295c493
fixed crash in SetFirstVisible()
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15018 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-04-08 10:58:17 +00:00
Vadim Zeitlin
31205f361b
Unix makefile for the new sample
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15017 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-04-08 10:55:00 +00:00
Julian Smart
a977709b11
Canvas: added some DECLARE_CLASS macros to stop it failing
...
in class info initialisation
Mmedia: compiles agin
Plot: corrected VC++ project settings
Simple toolbar: should draw a highlight again now
Generic dir control: moved control ids to header for apps that
need to get hold of the individual controls
Scintilla: unconditionally compile Scintilla_LinkLexers() to correct
link error in sample
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15016 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-04-08 10:50:14 +00:00
Vadim Zeitlin
07d2031dde
temporary compilation fix
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15015 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-04-08 10:43:59 +00:00
Stefan Csomor
6cc687bfee
new makefile
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15014 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-04-08 09:27:24 +00:00
Václav Slavík
0d6a01017d
Don't allow expanding/collapsing hidden root
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15013 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-04-07 23:14:46 +00:00
Václav Slavík
e13ea14e30
oops, forgot to implement Home button
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15012 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-04-07 23:08:51 +00:00
Václav Slavík
3a0a5ada86
cleaned up the mess caused by FloodFill patch
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15011 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-04-07 23:07:17 +00:00
Václav Slavík
17483066d2
cleaning up the mess created by the FloodFill patch
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15010 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-04-07 23:05:49 +00:00
Julian Smart
12d1ab44bb
Fixed some bit-rot problems in contribs
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15009 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-04-07 22:58:16 +00:00
Julian Smart
968602f890
Changed caret to black and made it go when control isn't focussed
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15008 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-04-07 22:47:20 +00:00
Vadim Zeitlin
67c34f64d4
fix for splitting the UNC paths
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15007 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-04-07 22:42:35 +00:00
Vadim Zeitlin
a160a3252f
added ra key methods docs
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15006 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-04-07 22:37:10 +00:00
Vadim Zeitlin
94af7d45ef
added wxTextCtrl::EmulateKeyPress
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15005 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-04-07 22:29:04 +00:00
Julian Smart
15bee36fdf
Removed leaks from Forty demo
...
Added VC++ project file for artprov sample
Updated file lists
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15004 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-04-07 21:12:45 +00:00
Vadim Zeitlin
9c7df356f9
added raw key code and flags support (based on patch from Bryce Denney)
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15003 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-04-07 21:06:59 +00:00
Vadim Zeitlin
62fa9712a0
added option to show the raw key codes
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15002 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-04-07 21:02:10 +00:00
Robert Roebling
40de795fb9
Further work on wxTextCtrl.
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15001 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-04-07 20:46:55 +00:00
Gilles Depeyrot
168f4135dc
updated CodeWarrior 5.3 exported xml projects
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15000 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-04-07 18:28:15 +00:00
Gilles Depeyrot
c8b751aa27
removed unnecessarily overridden wxControl method
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14999 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-04-07 18:21:52 +00:00
Vadim Zeitlin
7de7aed440
added a new sample to show the key events
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14998 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-04-07 18:08:25 +00:00
Gilles Depeyrot
3806393b34
updated CodeWarrior 5.3 exported xml projects
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14997 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-04-07 17:56:41 +00:00
Gilles Depeyrot
ecac7b4bef
removed 68K targets and preferences
...
added new/missing source files
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14996 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-04-07 17:49:54 +00:00
Vadim Zeitlin
a582395301
reformatted to fit in the page width
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14995 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-04-07 17:33:28 +00:00
Vadim Zeitlin
04c4c93f00
compilation fix for USE_PCH
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14994 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-04-07 17:28:56 +00:00
Vadim Zeitlin
df055cbbdc
refresh the dialog children forcefully even if wxCLIP_CHILDREN was specified
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14993 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-04-07 17:20:44 +00:00
Vadim Zeitlin
191edeb5fb
removed Robert's test code
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14992 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-04-07 17:20:09 +00:00
Julian Smart
69477ac449
Version updates, manual date change, no change to dragimmg.cpp
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14991 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-04-07 17:09:26 +00:00
Gilles Depeyrot
abefd7eeba
removed 68K targets and preferences and renamed output libraries
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14989 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-04-07 17:05:56 +00:00
Václav Slavík
b37b190975
*DO* use wxTR_EDIT_LABELS, it is neccessary
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14988 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-04-07 16:05:46 +00:00
Václav Slavík
c3016fd626
update from gtk/changes.txt to changes.txt (sic...)
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14987 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-04-07 16:05:38 +00:00
Václav Slavík
c9d0bc8af4
add artprov sample to the list
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14986 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-04-07 16:05:25 +00:00
Václav Slavík
ea67ba0fe2
added wxArtProvider technote
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14985 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-04-07 16:05:11 +00:00
Robert Roebling
0106a22628
Added first test app to "mobile".
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14984 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-04-07 14:50:00 +00:00
Robert Roebling
052c02b37f
Make wxFileDialog even smaller under X11.
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14983 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-04-07 14:47:16 +00:00
Robert Roebling
cf76eeeca0
Make text control send text update events.
...
Something else.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14982 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-04-07 14:46:44 +00:00
Gilles Depeyrot
b51434be51
improved conditional compilation test (added wxUSE_POSTSCRIPT)
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14981 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-04-07 13:29:02 +00:00
Gilles Depeyrot
a1260bfc7d
removed unused enum
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14980 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-04-07 13:26:58 +00:00
Robert Roebling
05c8d6df81
Test case for MSW display corruption in 2.3.3
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14979 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-04-07 12:05:38 +00:00
Robert Roebling
46e87167f1
Further work on wxTextCrl.
...
Makefile fix for wxEmulator.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14978 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-04-07 10:18:46 +00:00
Vadim Zeitlin
f73f67bee4
refresh the dialogs after resize - this is the only way to deal with the display corruption problem
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14977 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-04-06 22:31:07 +00:00