Vadim Zeitlin
|
607d9cfc56
|
oops, a typo in the last commit
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12959 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2001-12-09 14:38:23 +00:00 |
|
Vadim Zeitlin
|
59a2e6354d
|
ItemHasChildren() should return TRUE for the items which have plus button as they could have children even if they currently don't
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12958 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2001-12-09 14:35:54 +00:00 |
|
George Tasker
|
abbacd903e
|
utils/framelayout has been much enhanced, and can now be found in contrib/src/fl
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12957 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2001-12-09 13:58:06 +00:00 |
|
Vadim Zeitlin
|
ae0d8c1445
|
fix for the crash when many listctrl items change state
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12956 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2001-12-09 13:35:48 +00:00 |
|
Vadim Zeitlin
|
68c7f44cf6
|
added a note about Windows XP support
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12955 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2001-12-09 12:56:28 +00:00 |
|
Vadim Zeitlin
|
7a25a27c35
|
fix for my old and broken mingw32 headers
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12954 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2001-12-09 12:56:03 +00:00 |
|
Julian Smart
|
92209a3966
|
Define SF_UNICODE if undefined
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12953 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2001-12-09 10:41:07 +00:00 |
|
Stefan Csomor
|
63efc55ff7
|
added changes in order to make at least button events work on mac
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12951 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2001-12-09 07:41:10 +00:00 |
|
Václav Slavík
|
000307d7a8
|
compilation fix for Watcom (sorry, Vadim, there's some bug in Watcom C++, it doesn't compile this instance of valid C++ code, producing an obviously incorrect error
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12950 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2001-12-09 02:21:30 +00:00 |
|
Václav Slavík
|
b43a988613
|
wxMGL Watcom compilation fixes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12949 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2001-12-09 02:21:20 +00:00 |
|
Vadim Zeitlin
|
af01f1ba0d
|
fixed bug with the caret positioning after SetValue() introduced by the last commit
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12948 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2001-12-09 01:39:54 +00:00 |
|
Ron Lee
|
0627d0917b
|
fix bogus VC 'for' scoping.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12947 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2001-12-09 01:36:33 +00:00 |
|
Vadim Zeitlin
|
a92b0cfd2b
|
no real changes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12946 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2001-12-09 01:29:11 +00:00 |
|
Vadim Zeitlin
|
aac7e7fe7b
|
fixed displaying text in non default charset in the richedit control
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12945 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2001-12-09 00:47:29 +00:00 |
|
Vadim Zeitlin
|
c6465c961b
|
suppress compilation warning
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12944 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2001-12-09 00:46:43 +00:00 |
|
Vadim Zeitlin
|
b1d66b5415
|
added wxEncodingToCodepage() and implemented it properly (using in32 API instead of directly reading from the registry)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12943 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2001-12-09 00:46:15 +00:00 |
|
Vadim Zeitlin
|
fcf689db0d
|
refresh the window when the size changed
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12942 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2001-12-09 00:45:22 +00:00 |
|
Václav Slavík
|
810aa7fc7f
|
fixes for setup.h handling in Watcom makefiles
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12941 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2001-12-08 23:28:29 +00:00 |
|
Václav Slavík
|
3602a62e83
|
Watcom docs correction
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12940 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2001-12-08 23:28:20 +00:00 |
|
Václav Slavík
|
2796d5dae5
|
build zlib in WIN32, not MSDOS mode
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12939 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2001-12-08 23:26:34 +00:00 |
|
Václav Slavík
|
00811ff918
|
compilation fix for Watcom C++
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12938 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2001-12-08 23:26:22 +00:00 |
|
Václav Slavík
|
0729bd19f1
|
reverted SciTech sabotage of Watcom compilation (invalid definition of PNG,TIFF LINKAGEMODE)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12937 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2001-12-08 23:25:56 +00:00 |
|
Václav Slavík
|
f725b2a4ec
|
moved HAVE_BOOLEAN logic specific to wxWindows outside libjpeg headers
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12936 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2001-12-08 23:25:45 +00:00 |
|
Václav Slavík
|
cb69afe081
|
compilation fix for Watcom
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12935 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2001-12-08 23:25:35 +00:00 |
|
Vadim Zeitlin
|
d4597e138e
|
fixed bugs with setting the client size when the difference between the total and client size changes as the result (e.g. because the scrollbars [dis]appear or the menu bar [un]wraps
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12934 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2001-12-08 23:13:27 +00:00 |
|
Mattia Barbon
|
8810d43125
|
Applied #486410
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12933 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2001-12-08 22:22:00 +00:00 |
|
Vadim Zeitlin
|
99d1b93d89
|
1. don't emulate OFN_OVERWRITEPROMPT, use the real thing
2. squeeze duplicate (back)slashes from the initial dir, othewise the
common dialog doesn't work
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12932 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2001-12-08 20:03:07 +00:00 |
|
Julian Smart
|
a40a9c813f
|
Some updates to the MSW install text
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12931 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2001-12-08 19:49:37 +00:00 |
|
Julian Smart
|
53fdeb16a8
|
Removed --use-temp-file removed from makeg95.env
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12930 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2001-12-08 19:20:38 +00:00 |
|
Julian Smart
|
25ad2ac2fe
|
Corrected CVS commit clash; small doc changes (removed Windows 3.1 reference since
it's probably broken by now)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12929 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2001-12-08 18:14:57 +00:00 |
|
Robin Dunn
|
51dc95a4c8
|
Added clipboard cut and paste
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12928 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2001-12-08 18:04:27 +00:00 |
|
Vadim Zeitlin
|
08df3e4420
|
initialize m_hasXXX in wxWindowBase
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12927 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2001-12-08 14:03:33 +00:00 |
|
Stefan Csomor
|
5bc0790f29
|
corrected constness
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12926 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2001-12-08 08:00:39 +00:00 |
|
Robin Dunn
|
4a98c806e5
|
Added comment about an untested code path...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12925 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2001-12-08 01:25:30 +00:00 |
|
Robin Dunn
|
78b57918f8
|
Nasty workaround for an incompatible low-level change in Python 2.2,
but it was undocumented before 2.2 so I guess that's what I get...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12924 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2001-12-08 01:15:15 +00:00 |
|
Robin Dunn
|
ff5f1abaf0
|
also turn off build of gizmos and dllwidget if CORE_ONLY==1
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12923 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2001-12-08 01:14:04 +00:00 |
|
Vadim Zeitlin
|
23895080c2
|
fixes for handling WM_SYSCOLORCHANGE - now seems to work
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12922 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2001-12-08 00:26:30 +00:00 |
|
Václav Slavík
|
b32a1ead44
|
added wxMGL_DOS platform
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12921 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2001-12-08 00:26:25 +00:00 |
|
Václav Slavík
|
a246f95e96
|
- added precompiled headers code
- more Watcom+DOS+MGL fixes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12920 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2001-12-08 00:26:05 +00:00 |
|
Václav Slavík
|
f043bf8d19
|
compilation fix
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12919 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2001-12-08 00:25:52 +00:00 |
|
Robert Roebling
|
ed2e7e59a9
|
Made Aqua style internal in wxSplitterWindow.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12918 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2001-12-07 23:28:03 +00:00 |
|
Robert Roebling
|
712969258a
|
Removed Aqua style from docs.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12917 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2001-12-07 23:27:10 +00:00 |
|
Václav Slavík
|
a20275148b
|
compilation fix for Watcom
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12916 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2001-12-07 22:51:08 +00:00 |
|
Václav Slavík
|
b13f5fbf29
|
DOS compilation fixes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12915 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2001-12-07 22:47:17 +00:00 |
|
Václav Slavík
|
4894ae18fc
|
fixes for wxUSE_MIMETYPE==0 and fixes for compilation of generic wxFiledialog under DOS/Watcom
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12914 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2001-12-07 22:47:09 +00:00 |
|
Václav Slavík
|
17386f5322
|
the sample should really really show treectrl's native/default look
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12913 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2001-12-07 22:46:47 +00:00 |
|
Václav Slavík
|
e76520fdf8
|
fixed rendering of expanded nodes with exactly one child
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12912 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2001-12-07 22:44:02 +00:00 |
|
Václav Slavík
|
3678697093
|
compilation fix for Watcom/DOS
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12911 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2001-12-07 22:42:04 +00:00 |
|
Václav Slavík
|
c5124240c4
|
watcom fixes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12910 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2001-12-07 22:41:25 +00:00 |
|
Václav Slavík
|
625e74a703
|
compilation fix for Watcom
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12909 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2001-12-07 22:40:47 +00:00 |
|