David Webster
dc4211aa0c
OS/2 loads bitmap resources via integer ID, not via a string filename
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16077 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-07-08 03:41:27 +00:00
David Webster
3029781e1d
Toolbar updates
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16076 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-07-08 03:39:59 +00:00
David Webster
b6f4144e59
no message
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16075 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-07-08 03:38:01 +00:00
Julian Smart
7414c52cd0
Added USE_ALTERNATE_UI symbol to helpview.cpp.
...
Set to 1 to:
- provide different icons.
- add an open file icon for the toolbar.
- use a flat toolbar style.
- show a file selector if no file was given on the command line.
- remove 'Help:' from the title bar.
Set to 0 to revert to previous behaviour.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16074 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-07-07 21:48:30 +00:00
Ron Lee
92aff599b5
Update Layout more correctly in DoSetVirtualSize.
...
fixed format string typo.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16073 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-07-07 03:16:35 +00:00
Robin Dunn
dc71447c71
installer fix
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16072 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-07-07 00:13:24 +00:00
Robin Dunn
24ad91f346
Changes for wxUSE_UNICODE==1
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16071 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-07-07 00:09:48 +00:00
Ron Lee
3181cff44d
put wx/app.h back though, for people without precompiled headers. :)
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16070 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-07-07 00:05:32 +00:00
Mattia Barbon
f811bc9ac0
Made documentation for wxImage::GetData/SetData more explicit about
...
the fact that wxImage owns the pointer.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16069 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-07-06 21:16:35 +00:00
Robin Dunn
0763604ab9
Added note about the supportability of this module
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16068 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-07-06 19:09:29 +00:00
Robin Dunn
3a37d753c9
SWIGged updates for wxMac
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16067 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-07-06 18:20:04 +00:00
Robin Dunn
70a357c256
Some demo tweaks
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16066 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-07-06 18:13:59 +00:00
Robert Roebling
3013a903c1
Cosmetic change.
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16065 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-07-06 14:36:39 +00:00
Robert Roebling
98dd4ee512
You can crash GTK with scrolled windows being
...
only 20x20 pixels large. This took me merely
three weeks to find out.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16064 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-07-06 14:35:55 +00:00
Vadim Zeitlin
7b4c2a061b
fixed bug introduced by my previous GtkUpdateSize() commit
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16063 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-07-06 13:14:27 +00:00
Mattia Barbon
8fde61ed10
GCC can't test prototype if using wchar_t instead of char.
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16062 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-07-06 12:49:41 +00:00
Mattia Barbon
658e863a99
Fix MinGW compilation in some corner cases
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16061 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-07-06 12:43:28 +00:00
Robin Dunn
14c9cbdb1e
Allow wxSTC to have scrollbars
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16060 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-07-06 06:46:24 +00:00
Robin Dunn
4fcf77bc06
Added name to wxShapeCanvas ctor for consistency
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16059 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-07-06 04:14:52 +00:00
Robin Dunn
e2e02194a9
Licence --> License
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16058 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-07-06 01:47:31 +00:00
Robin Dunn
ba77f39094
SWIGged updates
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16057 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-07-06 01:47:02 +00:00
Robin Dunn
46e10fde20
typos
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16056 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-07-06 01:10:38 +00:00
Robin Dunn
c2dac7366c
A few other tweaks, reduced some flicker in the demo, and etc...
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16055 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-07-06 00:56:57 +00:00
Robin Dunn
763d71e442
Fix the crash-on-ActiveX-callback problem
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16054 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-07-06 00:55:46 +00:00
Robin Dunn
bd5dfc0725
Move wxContextMenuEvent back into the core
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16053 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-07-06 00:48:25 +00:00
Robin Dunn
752cd08c65
Actually check if the menu should be shown before popping it up
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16052 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-07-06 00:47:02 +00:00
Robin Dunn
d7abf01706
Add pos, size and style parameters to the window constructors
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16051 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-07-06 00:42:51 +00:00
Vadim Zeitlin
e422162882
compilation error fix (trailing comma in an enum)
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16050 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-07-05 22:28:23 +00:00
Mattia Barbon
d285d708a2
Fix some GCC 3.1 compilation warnings
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16049 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-07-05 16:45:15 +00:00
Mattia Barbon
d3f3e8575a
wxPerl documentation updates
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16048 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-07-05 16:43:21 +00:00
George Tasker
9d9436810d
Fixes the problem with VARCHAR fields not allowing the stored string to ever be lengthened beyond the original stored length of the field. NOTE: There may be a problem with NULLs now, so this needs further testing. I'm not sure if this affects NULL column handling
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16047 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-07-05 14:41:09 +00:00
Julian Smart
aca78774b6
Added wxRadioButton::MSWWindowProc to reset m_focusJustSet -- otherwise,
...
if RB1 has the focus, then you click on RB2, then back on RB1, no
command event will be generated for the last click.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16046 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-07-05 14:09:31 +00:00
Vadim Zeitlin
b8b7f03cef
use GtkUpdateSize() for consitency everywhere instead of directly setting m_sizeSet
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16045 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-07-05 13:24:49 +00:00
Vadim Zeitlin
94f1450956
fixed SetToolBar(NULL) behaviour -- don't leave a hole from toolbar
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16044 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-07-05 13:20:54 +00:00
Vadim Zeitlin
2ab30ebf65
removed unneeded inclusion of wx/wx.h
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16043 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-07-05 12:53:34 +00:00
Vadim Zeitlin
be519ffb61
argh, last compilation fix had a typo, fixed now
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16042 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-07-04 23:23:25 +00:00
Julian Smart
f6116855f0
Corrected my wrong application of patch
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16041 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-07-04 19:08:39 +00:00
Vadim Zeitlin
0ef2ebbafc
undid the patches which shouldn't (IMHO) have been applied to this branch
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16040 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-07-04 17:26:36 +00:00
Vadim Zeitlin
9cc02d047b
fixed typo in including function.tex
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16039 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-07-04 17:03:57 +00:00
Vadim Zeitlin
79b9c11411
old mingw32 compilation fix
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16038 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-07-04 16:57:18 +00:00
Stefan Csomor
89e9272849
only fowarding events if there is a focus window
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16037 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-07-04 09:42:03 +00:00
Julian Smart
cd5082468f
Updated script + FAQs
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16036 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-07-04 09:38:39 +00:00
Julian Smart
3bc65ea95b
Documented various patches from Mark Armstrong <marka@availsolutions.com>
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16034 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-07-04 09:37:11 +00:00
Julian Smart
311298e064
Applied patch from Mark Armstrong <marka@availsolutions.com>
...
This patch fixes a debug assertion in tooltips.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16033 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-07-04 09:08:59 +00:00
Julian Smart
abc886c577
Applied patch from Mark Armstrong <marka@availsolutions.com>
...
This patch fixes wx combo box callbacks being executed
multiple times per MSW callback.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16032 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-07-04 09:08:12 +00:00
Julian Smart
077309e1a3
Applied patch from Mark Armstrong <marka@availsolutions.com>
...
This patch fixes two problems.
The first is a race condition during a thread exit and a join.
The second is condition where a thread can hang during
msg/event processing.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16031 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-07-04 09:07:15 +00:00
Julian Smart
696f36b70d
Applied patch from Mark Armstrong <marka@availsolutions.com>
...
Allows GC pool to grow dynamically.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16030 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-07-04 09:05:18 +00:00
Julian Smart
7bfe6a32e0
Applied patch from Mark Armstrong <marka@availsolutions.com>
...
Allows you to set a thread priority under Linux.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16029 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-07-04 09:04:17 +00:00
Robin Dunn
3eb221f6dd
Updates related to wxID_ANY and etc.
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16028 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-07-03 22:54:13 +00:00
Robin Dunn
c731eb4710
Added wxIEHtmlWin wrappers to wxPython.
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16027 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-07-03 22:05:30 +00:00