Vadim Zeitlin
032bc940fc
add -mno-cygwin detection: we should treat cygwin as Windows, not Unix, when it's used
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43005 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-11-04 02:54:19 +00:00
Vadim Zeitlin
76cf603e91
include iostream header when using std streams
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43004 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-11-04 00:02:02 +00:00
Vadim Zeitlin
0817a2c54c
corrected documentation of font parameter
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43003 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-11-03 23:36:07 +00:00
Vadim Zeitlin
d395dbab76
compilation fix for last fix
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43002 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-11-03 23:34:24 +00:00
Vadim Zeitlin
580ca0a4e1
wxAnimationCtrl fix to display inactive bitmap at start (patch 1590192)
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43001 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-11-03 22:16:51 +00:00
Vadim Zeitlin
28639df9c7
added collpane sample
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43000 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-11-03 22:02:34 +00:00
Vadim Zeitlin
305329c2f1
use wxNullFont instead of *wxNORMAL_FONT as default parameter for wxFontPickerCtrl/Widget, this fixes compilation with gcc 2.95 and possibly other old compilers
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42999 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-11-03 21:54:13 +00:00
Vadim Zeitlin
322f55e8d0
fix typo in WX_ARG_ENABLE for richtext (patch 1589243)
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42998 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-11-03 21:48:44 +00:00
Vadim Zeitlin
5ffa72f49f
use wxEMPTY_PARAMETER_VALUE to ensure that nested macro calls get correct number of parameters even when expdecl passed to the outer macro is empty (as happens in static builds)
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42997 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-11-03 21:37:08 +00:00
Michael Wetherell
b158be6e47
Use hash<long> instead of hash<wxLongLong_t> when they are the same size
...
since even some 64-bit compilers have a problem with it, it seems.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42996 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-11-03 21:32:39 +00:00
Vadim Zeitlin
01df01eb19
added IMPLEMENT_VARIANT_OBJECT_SHALLOWCMP(classname) macro for consistency
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42995 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-11-03 21:25:59 +00:00
Vadim Zeitlin
3e09f6f1e8
clarify/correct note about VC6 build order problem
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42994 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-11-03 21:21:46 +00:00
Vadim Zeitlin
bde626ce30
don't define EMPTY_PARAMETER_VALUE macro without wx prefix, this is an invitation for name clash; instead define wxEMPTY_PARAMETER_VALUE and use it in both variant.h and event.h
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42993 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-11-03 21:06:57 +00:00
Vadim Zeitlin
ee0dd1b5e9
restored mention of the other .rsp files removed in last commit
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42992 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-11-03 21:00:58 +00:00
Vadim Zeitlin
5c97688cf0
update the distribution instructions after switch to new distribution scripts
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42991 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-11-03 20:50:12 +00:00
Vadim Zeitlin
542a26bace
fix compilation after last change for compilers without variadic macros support
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42990 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-11-03 19:53:02 +00:00
Vadim Zeitlin
51b7f9464d
compilation fix: must include wx/dcmemory.h instead of wx/mgl/dcmemory.h
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42989 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-11-03 19:45:17 +00:00
Vadim Zeitlin
99d625fc6a
don't use native GTK implementation in wxUniv builds
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42988 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-11-03 19:26:15 +00:00
Vadim Zeitlin
067c050c8e
blind compilation fix: include wx/window.h
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42987 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-11-03 19:22:38 +00:00
Vadim Zeitlin
e001091c6f
compilation fix for wxPenRefData operator==()
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42986 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-11-03 19:15:33 +00:00
Robin Dunn
a352e39f43
Removed duplicate (and wrong) helpref
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42985 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-11-03 17:55:10 +00:00
Vadim Zeitlin
580a3876f6
use IsSameAs() instead of wxPalette::operator==() which doesn't exist any more
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42984 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-11-03 17:42:02 +00:00
Vadim Zeitlin
cf6824d93d
use wxMemoryDC::SelectObjectAsSource() for const wxBitmaps
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42983 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-11-03 17:37:36 +00:00
Vadim Zeitlin
35da9cd333
fix XPM name to correct compilation under Unix
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42982 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-11-03 12:19:02 +00:00
Julian Smart
fcdc9f6e1f
Mac wxODBC fix from Jose' Cruanyes Aguilar
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42981 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-11-03 10:55:20 +00:00
Roman Rolinsky
88e183d769
updated
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42980 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-11-03 10:52:02 +00:00
Roman Rolinsky
f53185301e
withard styles
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42979 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-11-03 10:50:22 +00:00
Jamie Gadd
39ea83b757
Rearrange build order so dll builds have the correct dependencies
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42978 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-11-03 10:17:11 +00:00
Julian Smart
f36978baa7
Removed a warning
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42977 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-11-03 09:57:12 +00:00
Paul Cornett
7482aa1909
ignore requests to install idle handler when app instance is not valid
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42976 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-11-03 08:08:45 +00:00
Robin Dunn
26c4d26f71
rwSWIGged
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42975 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-11-03 08:07:25 +00:00
Robin Dunn
54af9b8b5e
More aui updates
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42974 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-11-03 08:05:45 +00:00
Robin Dunn
eecfab1796
A patch from Frame Niessink which adds an additional style that
...
(un)checks a parent when all children are (un)checked,
i.e. TR_AUTO_CHECK_PARENT.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42973 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-11-03 08:04:27 +00:00
Robin Dunn
4f84bfb64f
SetBestSize alias
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42972 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-11-03 07:45:45 +00:00
Robin Dunn
e676f137e7
Can wxMemoryDC derive from wxWindowDC on all platforms?
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42971 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-11-03 07:45:01 +00:00
Robin Dunn
522f97d64e
include vidmode.h
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42970 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-11-03 07:41:46 +00:00
Robin Dunn
215a6add75
docstrings
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42969 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-11-03 07:41:05 +00:00
Julian Smart
c68dea664d
Undid completely wrong patch 1438117: other platforms do _not_ count
...
the visible lines, only the underlying lines. With the patch, you
can't reliably do anything with lines using the other functions.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42968 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-11-02 22:45:32 +00:00
Robert Roebling
a66136e9aa
Return to just using the official API for setting
...
TLW position and size. This works more often
with newest version of GTK+ than with oldest
versions.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42967 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-11-02 22:44:14 +00:00
Robert Roebling
fa78c87b40
Correct code for TLW placement, this fixes several
...
AUI problem when dragging panes quickly (the
hint window would appear in the wrong place).
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42966 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-11-02 22:29:29 +00:00
Julian Smart
551270a895
If the GIF isn't an animation, we can ignore the animation size, thus
...
suppressing false error.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42965 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-11-02 22:00:21 +00:00
Michael Wetherell
ec2f62b19d
Use the standard hash<wxLongLong_t> on 64-bit machines.
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42964 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-11-02 21:48:56 +00:00
Benjamin Williams
d18514d53f
aui documentation updates
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42963 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-11-02 21:47:54 +00:00
Benjamin Williams
46067c3515
wxaui maximize bug fixes
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42962 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-11-02 20:50:01 +00:00
Benjamin Williams
2613e24d5d
added missing header to auibook.cpp
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42961 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-11-02 20:29:20 +00:00
Benjamin Williams
01372b8f09
implemented wxAUI_NB_WINDOWLIST_BUTTON and wxAUI_NB_SCROLL_BUTTONS in wxAuiNotebook
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42960 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-11-02 20:27:38 +00:00
Paul Cornett
9a5c9a0cde
don't reset idle tag unless idle function is also going to be removed
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42959 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-11-02 19:05:39 +00:00
Václav Slavík
478db4fc86
don't crash when destroying window with scrollbars
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42958 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-11-02 18:57:44 +00:00
Paul Cornett
b9060f3324
revert memory leak fix, it causes crash
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42957 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-11-02 18:37:23 +00:00
Kevin Ollivier
a6c82d64ce
Sizing fixes for generic control.
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42956 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-11-02 18:17:24 +00:00