]>
git.saurik.com Git - wxWidgets.git/log
Julian Smart [Wed, 13 Feb 2002 16:24:14 +0000 (16:24 +0000)]
Added list of wxX11 files
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14173
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Wed, 13 Feb 2002 16:17:29 +0000 (16:17 +0000)]
Added shared private declarations header privx.h, utils.cpp now shared
between wxMotif and wxX11; added some TODOs to toplevel.cpp, popupwin.cpp
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14172
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Wed, 13 Feb 2002 16:12:49 +0000 (16:12 +0000)]
clean ups to wxX11+wxUniv handling
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14171
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robert Roebling [Wed, 13 Feb 2002 08:38:54 +0000 (08:38 +0000)]
wxX11:
Lots of wxBitmap et al work.
Adapted wxIcon, wxCursor to this.
Split wxApp init things up so that the
X11 display is available sooner.
Changed initial display code accordingly.
Corrected wxDC::DrawBitmap.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14170
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Václav Slavík [Wed, 13 Feb 2002 00:36:27 +0000 (00:36 +0000)]
safety check
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14169
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Václav Slavík [Wed, 13 Feb 2002 00:35:47 +0000 (00:35 +0000)]
use wxLogTrace, not wxLogDebug
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14168
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Wed, 13 Feb 2002 00:31:29 +0000 (00:31 +0000)]
fixed loading the icons with non default size
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14167
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Václav Slavík [Tue, 12 Feb 2002 23:25:36 +0000 (23:25 +0000)]
don't allow dragging a window if it is maximized
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14166
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Stefan Neis [Tue, 12 Feb 2002 22:50:05 +0000 (22:50 +0000)]
Some additional checks for building wxPM (OS/2) which doesn't support
wxTipWindow and wxPopupWindow yet.
Additionally check in libsocket for inet_addr (for all OS/2 builds).
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14165
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Tue, 12 Feb 2002 22:42:35 +0000 (22:42 +0000)]
added IsEditable
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14164
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Tue, 12 Feb 2002 21:28:41 +0000 (21:28 +0000)]
A fix for Python 2.2 which can sometimes call __wxCleanup before all
the other wxPython objects have been deleted.
Other various things to match recent CVS changes in wx.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14163
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Tue, 12 Feb 2002 18:27:43 +0000 (18:27 +0000)]
Added XSync before mapping but this doesn't seem enough to get
the popup window to show before the capture (which fails if not
mapped)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14162
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Tue, 12 Feb 2002 18:15:20 +0000 (18:15 +0000)]
Removed some debug code from window headers; added some debug
code to try to figure out capture problems
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14161
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Tue, 12 Feb 2002 17:43:05 +0000 (17:43 +0000)]
Correction for 'protected' compiler error
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14160
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Tue, 12 Feb 2002 17:31:23 +0000 (17:31 +0000)]
Modified CaptureMouse to call DoReleaseMouse if necessary before
doing another DoCaptureMouse, because otherwise we have a nested
Capture which is not possible in some systems (the point of these
wrappers).
Also ReleaseMouse now calls DoCaptureMouse, not CaptureMouse, if
necessary.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14159
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Tue, 12 Feb 2002 16:51:39 +0000 (16:51 +0000)]
fixed a bug/typo in configure introduced by the previous commit
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14158
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Tue, 12 Feb 2002 15:39:18 +0000 (15:39 +0000)]
Pass correct length to XTextExtents
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14157
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Tue, 12 Feb 2002 14:56:54 +0000 (14:56 +0000)]
Background set correctly
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14156
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Tue, 12 Feb 2002 14:56:31 +0000 (14:56 +0000)]
Positioned text correctly
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14155
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Tue, 12 Feb 2002 14:16:54 +0000 (14:16 +0000)]
Status bar positioned correctly, but no sign of the
menubar as yet.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14154
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Tue, 12 Feb 2002 12:59:14 +0000 (12:59 +0000)]
Attempts to get client origin working. Work in progress.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14153
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Tue, 12 Feb 2002 11:35:34 +0000 (11:35 +0000)]
Simplified default wxTheme code and made sure a default
is available without having to set the WXTHEME variable.
The 'default default' is WIN32. So flame me :-)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14152
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Václav Slavík [Tue, 12 Feb 2002 10:37:55 +0000 (10:37 +0000)]
safeguards against crashes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14151
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Václav Slavík [Tue, 12 Feb 2002 10:37:45 +0000 (10:37 +0000)]
fixed menubar attaching: create it first, THEN set pointer to it
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14150
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Václav Slavík [Tue, 12 Feb 2002 10:37:38 +0000 (10:37 +0000)]
wxMGL compilation fix
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14149
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
David Webster [Tue, 12 Feb 2002 06:00:27 +0000 (06:00 +0000)]
Display child panels, and make unneeded scrollbars disappear and reappear when needed.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14148
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Tue, 12 Feb 2002 01:54:48 +0000 (01:54 +0000)]
Fixed a bug that prevented editors and renderers to be purly data type
dirven (IOW, if no other cell attributes have been set but the cell
has a non-string type.)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14147
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Václav Slavík [Mon, 11 Feb 2002 23:48:57 +0000 (23:48 +0000)]
wxGenericDirCtrl now correctly updates itself when you click on 'show hidden'
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14146
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Václav Slavík [Mon, 11 Feb 2002 23:48:33 +0000 (23:48 +0000)]
wxSplitterWindow now:
1. respects minimal size even when set programatically
2. respects minimal size of child windows if set
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14145
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Václav Slavík [Mon, 11 Feb 2002 23:47:43 +0000 (23:47 +0000)]
rewrote wxHtmlHelpFrame using sizers
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14144
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Václav Slavík [Mon, 11 Feb 2002 23:47:01 +0000 (23:47 +0000)]
use wxHashMap, not wxHashTable in wxXPMDecoder
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14143
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Václav Slavík [Mon, 11 Feb 2002 23:46:46 +0000 (23:46 +0000)]
a note just in case I misread wxHTML code again...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14142
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Mon, 11 Feb 2002 23:11:53 +0000 (23:11 +0000)]
bugfix for SetString in a wxCheckListBox
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14140
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robert Roebling [Mon, 11 Feb 2002 22:46:43 +0000 (22:46 +0000)]
wxX11:
Added handler for ConfigureNotify (i.e. size events).
The status bar gets drawn right now, the rest is still
black art although paint events are correctly sent.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14139
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robert Roebling [Mon, 11 Feb 2002 22:14:34 +0000 (22:14 +0000)]
Found the X11 error in wxDC.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14138
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Mon, 11 Feb 2002 21:27:27 +0000 (21:27 +0000)]
added SetString docs
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14137
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robert Roebling [Mon, 11 Feb 2002 20:41:24 +0000 (20:41 +0000)]
wxX11:
Updated wxColour for handling Colormaps and ref couting.
Updated wxClientDC et al. for conforming to wxGTK. Many
tricky parts, particularly the bitmap drawing and
blitting is still missing.
Any sample crashes now for some reason with an X error.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14136
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Mon, 11 Feb 2002 20:26:57 +0000 (20:26 +0000)]
fixed make install and make base for wxBase
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14135
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
David Webster [Mon, 11 Feb 2002 18:20:14 +0000 (18:20 +0000)]
New def file
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14134
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Mon, 11 Feb 2002 18:11:57 +0000 (18:11 +0000)]
Added MICROWIN include dir
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14133
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Mon, 11 Feb 2002 18:03:47 +0000 (18:03 +0000)]
Attempted to add configury for NanoX compatibility
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14132
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Mon, 11 Feb 2002 14:51:42 +0000 (14:51 +0000)]
Removed -lXext -lXt from libraries for wxX11
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14131
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Mon, 11 Feb 2002 13:27:41 +0000 (13:27 +0000)]
Made sure events for defunct windows are no longer handled.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14129
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Mon, 11 Feb 2002 13:11:28 +0000 (13:11 +0000)]
Put m_statusText.SetCount(number) before wxStatusBarBase::SetFieldsCount(number, widths) to avoid assert (a refresh is done in SetFieldsCount which
access the m_statusText array before the size is set).
XQueryTree usage improved.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14128
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robert Roebling [Mon, 11 Feb 2002 12:40:00 +0000 (12:40 +0000)]
Last link error in wxX11 killed.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14127
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Mon, 11 Feb 2002 12:15:59 +0000 (12:15 +0000)]
Merge correction
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14126
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Mon, 11 Feb 2002 12:13:14 +0000 (12:13 +0000)]
Linking now
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14125
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robert Roebling [Mon, 11 Feb 2002 12:04:35 +0000 (12:04 +0000)]
Various compile fixes.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14124
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Mon, 11 Feb 2002 11:42:06 +0000 (11:42 +0000)]
Typos and other fixes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14123
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Mon, 11 Feb 2002 11:06:50 +0000 (11:06 +0000)]
Small changes to wxX11
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14122
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
David Webster [Mon, 11 Feb 2002 04:33:03 +0000 (04:33 +0000)]
Updates for Y positioning
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14121
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Václav Slavík [Sun, 10 Feb 2002 23:45:37 +0000 (23:45 +0000)]
disable shared libs for DJGPP (who broke this?)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14120
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Václav Slavík [Sun, 10 Feb 2002 23:43:34 +0000 (23:43 +0000)]
fixes to HTML tables alignment
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14119
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Sun, 10 Feb 2002 23:32:39 +0000 (23:32 +0000)]
Implemented CopyFromBitmap, CopyFromIcon
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14118
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robert Roebling [Sun, 10 Feb 2002 23:31:24 +0000 (23:31 +0000)]
wxX11: link errors down to 1.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14117
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Sun, 10 Feb 2002 23:21:44 +0000 (23:21 +0000)]
Added wxPopupWindow skeleton (no implementation yet)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14116
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robert Roebling [Sun, 10 Feb 2002 21:54:40 +0000 (21:54 +0000)]
More make install tweaks.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14115
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robert Roebling [Sun, 10 Feb 2002 19:49:44 +0000 (19:49 +0000)]
wxX11:
make install
blind implementation for wxTopLevelWindow
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14114
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Václav Slavík [Sun, 10 Feb 2002 19:08:54 +0000 (19:08 +0000)]
respect minimal wxTLW size in wxUniv
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14113
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Václav Slavík [Sun, 10 Feb 2002 19:08:07 +0000 (19:08 +0000)]
honour min/max size in wxMGL's wxWindow::DoSetSize
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14112
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Václav Slavík [Sun, 10 Feb 2002 19:07:57 +0000 (19:07 +0000)]
use sunken border for wxHtmlHelpController's font preview
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14111
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Václav Slavík [Sun, 10 Feb 2002 19:07:40 +0000 (19:07 +0000)]
added default ctor to wxStaticText
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14110
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Václav Slavík [Sun, 10 Feb 2002 19:07:33 +0000 (19:07 +0000)]
more wxMGL-aware samples
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14109
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Václav Slavík [Sun, 10 Feb 2002 19:04:22 +0000 (19:04 +0000)]
don't use wxGenericDirDialog in MSW
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14108
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robert Roebling [Sun, 10 Feb 2002 18:04:13 +0000 (18:04 +0000)]
Killed various wxMotif things in wxX11.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14107
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robert Roebling [Sun, 10 Feb 2002 17:24:14 +0000 (17:24 +0000)]
wxX11:
Updated wxPen and wxBrush.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14106
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robert Roebling [Sun, 10 Feb 2002 16:42:42 +0000 (16:42 +0000)]
wxX11:
Rewrote wxRegion.
Killed backing store Pixmap.
Killed wxRectList.
Adapted wxWindow to the above.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14105
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Sun, 10 Feb 2002 16:09:49 +0000 (16:09 +0000)]
fix for wxUniv/GTK scrolling
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14104
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robert Roebling [Sun, 10 Feb 2002 14:31:12 +0000 (14:31 +0000)]
wxX11 compiles and links now. I wonder why there is
no wxToolBar class in /src/univ, though.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14103
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robert Roebling [Sun, 10 Feb 2002 13:54:59 +0000 (13:54 +0000)]
wxX11 might compile now.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14102
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robert Roebling [Sun, 10 Feb 2002 11:20:52 +0000 (11:20 +0000)]
More configure/compile things for X11.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14101
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robert Roebling [Sun, 10 Feb 2002 10:53:07 +0000 (10:53 +0000)]
Removed menu.cpp and toolbar.cpp from X11.
Compile fixes.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14100
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
David Webster [Sun, 10 Feb 2002 04:34:34 +0000 (04:34 +0000)]
New positioning code, eliminating a lot of extra, unnecessary methods
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14099
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
David Webster [Sun, 10 Feb 2002 04:33:20 +0000 (04:33 +0000)]
Removing OS/2 specific positioning methods, no longer needed
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14098
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Sun, 10 Feb 2002 01:03:45 +0000 (01:03 +0000)]
More X11 code
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14097
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Václav Slavík [Sat, 9 Feb 2002 23:29:36 +0000 (23:29 +0000)]
compilation fix for wxUSE_TOOLTIPS=0 (i.e. wxUniv)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14096
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Václav Slavík [Sat, 9 Feb 2002 23:29:30 +0000 (23:29 +0000)]
fixes to wxTLW::Maximize in wxMGL
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14095
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Václav Slavík [Sat, 9 Feb 2002 23:29:19 +0000 (23:29 +0000)]
implemented titlebar doubleclick in win32 theme
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14094
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Václav Slavík [Sat, 9 Feb 2002 23:29:05 +0000 (23:29 +0000)]
use AllocExclusive for reference counting
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14093
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Václav Slavík [Sat, 9 Feb 2002 23:28:19 +0000 (23:28 +0000)]
use WXUNUSED(foo), not (void)foo
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14092
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Václav Slavík [Sat, 9 Feb 2002 23:28:05 +0000 (23:28 +0000)]
1. make paint events debugging runtime switch instead of compile time
2. fixed incorrect rendering of wxListCtrl (newly created controls didn't account
for parent's client origin)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14091
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Václav Slavík [Sat, 9 Feb 2002 23:27:52 +0000 (23:27 +0000)]
fix for scrollbar's thumb update bug in wxUniv
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14090
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Václav Slavík [Sat, 9 Feb 2002 23:27:22 +0000 (23:27 +0000)]
temporary hack to make wxMGL and SciTech happy...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14089
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Václav Slavík [Sat, 9 Feb 2002 23:27:10 +0000 (23:27 +0000)]
wxDC::DoDrawRectangle hack is no longer needed
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14088
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robert Roebling [Sat, 9 Feb 2002 23:17:41 +0000 (23:17 +0000)]
Commiting remaining files of configure change for X11.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14087
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robert Roebling [Sat, 9 Feb 2002 19:39:20 +0000 (19:39 +0000)]
X11 make stuff.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14086
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robert Roebling [Sat, 9 Feb 2002 19:38:13 +0000 (19:38 +0000)]
More make stuff for X11.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14085
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robert Roebling [Sat, 9 Feb 2002 18:47:20 +0000 (18:47 +0000)]
tmake update.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14084
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robert Roebling [Sat, 9 Feb 2002 18:44:12 +0000 (18:44 +0000)]
tmake update for x11.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14083
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robert Roebling [Sat, 9 Feb 2002 18:43:37 +0000 (18:43 +0000)]
Updates to tmake for X11. Damn lock in CVS.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14082
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Václav Slavík [Sat, 9 Feb 2002 15:58:00 +0000 (15:58 +0000)]
fix for broken color parsing in wxXPMDecoder (thanks to H.H.Chou)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14081
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
George Tasker [Sat, 9 Feb 2002 15:06:23 +0000 (15:06 +0000)]
Patch #514838 - FL wxFrameLayout::SetBarState() patch - Tested by Hans
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14080
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
George Tasker [Sat, 9 Feb 2002 15:03:33 +0000 (15:03 +0000)]
Patch #514836 - Tested by Hans
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14079
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Sat, 9 Feb 2002 00:41:10 +0000 (00:41 +0000)]
New PyCrust source from Patrick's CVS
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14078
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Sat, 9 Feb 2002 00:40:42 +0000 (00:40 +0000)]
The calltip window and autocomplete window in wxSTC will now use a
wxPopupWindow if available so they can extend beyond the client area
of the STC if needed.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14077
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robert Roebling [Fri, 8 Feb 2002 23:43:35 +0000 (23:43 +0000)]
More refreshes are deferred to idle time.
Corrected redraw areas of native widgets
if underlying wxWindows have been exposed.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14076
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Václav Slavík [Fri, 8 Feb 2002 23:38:53 +0000 (23:38 +0000)]
reverted revision 1.6 -- Mattia obviously knows better than I do...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14075
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Václav Slavík [Fri, 8 Feb 2002 23:25:36 +0000 (23:25 +0000)]
compilation fix -- a better way
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14074
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Fri, 8 Feb 2002 22:23:55 +0000 (22:23 +0000)]
Added notes for what to do if VC has an internal compiler error.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14073
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
David Webster [Fri, 8 Feb 2002 22:14:07 +0000 (22:14 +0000)]
new module definition file for OS/2 Dll build.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14072
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775