Commit Graph

37442 Commits

Author SHA1 Message Date
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
Vadim Zeitlin
abe2128564 define _AFXDLL to ensure that MFC libraries are linked in
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42923 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-11-01 21:38:42 +00:00
Vadim Zeitlin
86e75e59ab removed inline from the method which is not inline
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42922 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-11-01 21:37:00 +00:00
Vadim Zeitlin
eda9a7d81a sections cleanup
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42921 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-11-01 20:38:35 +00:00
Benjamin Williams
8856768e6e fixed bad rename
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42920 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-11-01 20:02:40 +00:00
Robert Roebling
83941c008e Least important change: move AUI docs in alphabetical index.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42919 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-11-01 19:27:04 +00:00
Benjamin Williams
00c1c94cda while we're at it, rename wxAuiFloatingPane to the more correct wxAuiFloatingFrame
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42918 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-11-01 19:13:58 +00:00
Benjamin Williams
fbf40a19f5 wxaui docs after big rename
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42917 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-11-01 19:03:05 +00:00
Benjamin Williams
a3a5df9d92 wxaui big class rename
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42916 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-11-01 18:51:44 +00:00
Benjamin Williams
37106ab28e wxaui maximize/restore button patch from Aleksey Sanin (many thanks)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42915 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-11-01 17:43:51 +00:00
Benjamin Williams
702b1c7e8a wxaui notebook style flags added
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42914 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-11-01 17:10:58 +00:00
Julian Smart
d742155316 Corrected directory example
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42913 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-11-01 16:30:22 +00:00