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
Robin Dunn
36cb9ebe32
AUI updates.
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42955 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-11-02 17:05:17 +00:00
Benjamin Williams
3941df7010
added a cursor hint so user knows a tab is being dragged
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42954 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-11-02 16:31:44 +00:00
Julian Smart
b58206c467
Typo correction
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42953 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-11-02 15:45:39 +00:00
Benjamin Williams
51100f50fe
aui sample update to include newly implemented options
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42952 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-11-02 15:41:56 +00:00
Benjamin Williams
695c008862
implemented wxAUI_NB_TAB_SPLIT and wxAUI_NB_TAB_MOVE
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42951 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-11-02 15:40:02 +00:00
Benjamin Williams
931483d799
option for no close button for wxAuiNotebook in aui demo
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42950 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-11-02 14:54:38 +00:00
Jouk Jansen
9f06039f62
Committing in .
...
Update OpenVMS compile support
Modified Files:
wxWidgets/src/common/descrip.mms
wxWidgets/src/generic/descrip.mms
wxWidgets/src/gtk/descrip.mms wxWidgets/src/xrc/descrip.mms
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42949 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-11-02 14:52:32 +00:00
Stefan Csomor
f20217cf91
first version for docs on graphics classes
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42948 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-11-02 14:34:01 +00:00
Stefan Csomor
f43af7fea4
first version for docs on graphics classes
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42947 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-11-02 14:28:51 +00:00
Benjamin Williams
0ce53f3226
wxAuiNotebook window styles implemented
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42946 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-11-02 14:16:59 +00:00
Benjamin Williams
c50fa29f43
updated aui sample to expose notebook flags
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42945 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-11-02 14:13:53 +00:00
Julian Smart
4f32b3cf15
Style application fixes
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42944 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-11-02 13:19:07 +00:00
Benjamin Williams
0b3d6ff9db
close button better positioning
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42943 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-11-02 13:11:05 +00:00
Benjamin Williams
41b76acdc7
various close-button styles implemented in wxAuiNotebook
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42942 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-11-02 13:06:42 +00:00
Chris Elliott
ae27121bd2
replace out of date (and broken) ini
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42941 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-11-02 12:18:34 +00:00
Chris Elliott
cdc90f28e9
replace out of date (and broken) ini
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42940 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-11-02 11:23:31 +00:00
Vadim Zeitlin
7d7ec3cfb9
slightly better fix for missing c_str() in OnCellValueChanged
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42939 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-11-02 11:07:37 +00:00
Julian Smart
3b5bf72fbe
Compile in non-CG mode
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42938 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-11-02 11:05:41 +00:00
Benjamin Williams
528a5e8f92
proper indentation
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42937 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-11-02 10:45:48 +00:00
Julian Smart
2614a461f8
Moved function
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42936 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-11-02 10:42:42 +00:00
Julian Smart
bcf881efa9
Moving GTK+-specfic function - it shouldn't be in public headers
...
because it then becomes impossible to include in app without adding
further include paths
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42935 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-11-02 09:51:49 +00:00
Julian Smart
740325df7f
Eliminate POD warning/error
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42934 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-11-02 09:23:52 +00:00
Stefan Csomor
5f547a582e
using the foreground brush to fill mono bitmaps - gradients are not yet supported
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42933 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-11-02 09:18:16 +00:00
Stefan Csomor
f889bdb323
interpreting DrawBitmap for mono bitmaps according to the docs : using textfore- and background-colors
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42932 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-11-02 09:16:04 +00:00
Benjamin Williams
74a94478c9
fixed aui flicker bug caused by typo
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42931 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-11-02 07:27:27 +00:00
Vadim Zeitlin
5df663afec
close the file before removing it
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42930 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-11-02 01:48:38 +00:00
Robin Dunn
5eb8189c35
reSWIGged
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42929 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-11-01 23:44:09 +00:00
Robin Dunn
39dddf280d
miniframe default style
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42928 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-11-01 23:33:56 +00:00
Robin Dunn
2a783b2daa
AUI updates
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42927 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-11-01 23:32:50 +00:00
Robin Dunn
4ff2cf09f9
Added the sample code from wxPython In Action to the samples dir
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42926 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-11-01 22:52:01 +00:00
Robin Dunn
be05b43451
Added the sample code from wxPython In Action to the samples dir
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42925 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-11-01 22:36:23 +00:00
Vadim Zeitlin
bb2775b9e8
override ExitMainLoop() to exit the MFC main loop instead of wxWidgets one, otherwise the application hangs on exit
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42924 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-11-01 21:53:30 +00:00