]>
git.saurik.com Git - wxWidgets.git/log
Vadim Zeitlin [Sat, 4 Nov 2006 10:42:53 +0000 (10:42 +0000)]
include iostream header when using std streams
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43015
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Stefan Csomor [Sat, 4 Nov 2006 10:38:15 +0000 (10:38 +0000)]
removing additional offset - why did this ever work ?
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43014
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Stefan Csomor [Sat, 4 Nov 2006 09:57:35 +0000 (09:57 +0000)]
stub implementations
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43013
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Stefan Csomor [Sat, 4 Nov 2006 07:50:06 +0000 (07:50 +0000)]
adding measuring contexts, streamlining printing code
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43012
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Stefan Csomor [Sat, 4 Nov 2006 06:39:50 +0000 (06:39 +0000)]
allowing transformation changes even if there is no graphics context around
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43011
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Stefan Csomor [Sat, 4 Nov 2006 06:33:45 +0000 (06:33 +0000)]
fixing warning
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43010
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Sat, 4 Nov 2006 03:14:48 +0000 (03:14 +0000)]
don't compile in wxCheckWin32Permission() when it's not used (as in cygwin builds where both __UNIX__ and __WINDOWS__ are defined)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43009
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Sat, 4 Nov 2006 03:12:17 +0000 (03:12 +0000)]
regenerated after last fix
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43008
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Sat, 4 Nov 2006 03:10:20 +0000 (03:10 +0000)]
fix to last change: compilation test must be done after test for C compiler
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43007
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Sat, 4 Nov 2006 02:58:56 +0000 (02:58 +0000)]
regenerated after two last configure.in changes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43006
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Sat, 4 Nov 2006 02:54:19 +0000 (02:54 +0000)]
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
Vadim Zeitlin [Sat, 4 Nov 2006 00:02:02 +0000 (00:02 +0000)]
include iostream header when using std streams
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43004
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Fri, 3 Nov 2006 23:36:07 +0000 (23:36 +0000)]
corrected documentation of font parameter
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43003
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Fri, 3 Nov 2006 23:34:24 +0000 (23:34 +0000)]
compilation fix for last fix
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43002
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Fri, 3 Nov 2006 22:16:51 +0000 (22:16 +0000)]
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
Vadim Zeitlin [Fri, 3 Nov 2006 22:02:34 +0000 (22:02 +0000)]
added collpane sample
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43000
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Fri, 3 Nov 2006 21:54:13 +0000 (21:54 +0000)]
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
Vadim Zeitlin [Fri, 3 Nov 2006 21:48:44 +0000 (21:48 +0000)]
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
Vadim Zeitlin [Fri, 3 Nov 2006 21:37:08 +0000 (21:37 +0000)]
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
Michael Wetherell [Fri, 3 Nov 2006 21:32:39 +0000 (21:32 +0000)]
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
Vadim Zeitlin [Fri, 3 Nov 2006 21:25:59 +0000 (21:25 +0000)]
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
Vadim Zeitlin [Fri, 3 Nov 2006 21:21:46 +0000 (21:21 +0000)]
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
Vadim Zeitlin [Fri, 3 Nov 2006 21:06:57 +0000 (21:06 +0000)]
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
Vadim Zeitlin [Fri, 3 Nov 2006 21:00:58 +0000 (21:00 +0000)]
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
Vadim Zeitlin [Fri, 3 Nov 2006 20:50:12 +0000 (20:50 +0000)]
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
Vadim Zeitlin [Fri, 3 Nov 2006 19:53:02 +0000 (19:53 +0000)]
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
Vadim Zeitlin [Fri, 3 Nov 2006 19:45:17 +0000 (19:45 +0000)]
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
Vadim Zeitlin [Fri, 3 Nov 2006 19:26:15 +0000 (19:26 +0000)]
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
Vadim Zeitlin [Fri, 3 Nov 2006 19:22:38 +0000 (19:22 +0000)]
blind compilation fix: include wx/window.h
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42987
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Fri, 3 Nov 2006 19:15:33 +0000 (19:15 +0000)]
compilation fix for wxPenRefData operator==()
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42986
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Fri, 3 Nov 2006 17:55:10 +0000 (17:55 +0000)]
Removed duplicate (and wrong) helpref
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42985
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Fri, 3 Nov 2006 17:42:02 +0000 (17:42 +0000)]
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
Vadim Zeitlin [Fri, 3 Nov 2006 17:37:36 +0000 (17:37 +0000)]
use wxMemoryDC::SelectObjectAsSource() for const wxBitmaps
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42983
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Fri, 3 Nov 2006 12:19:02 +0000 (12:19 +0000)]
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
Julian Smart [Fri, 3 Nov 2006 10:55:20 +0000 (10:55 +0000)]
Mac wxODBC fix from Jose' Cruanyes Aguilar
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42981
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Roman Rolinsky [Fri, 3 Nov 2006 10:52:02 +0000 (10:52 +0000)]
updated
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42980
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Roman Rolinsky [Fri, 3 Nov 2006 10:50:22 +0000 (10:50 +0000)]
withard styles
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42979
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Jamie Gadd [Fri, 3 Nov 2006 10:17:11 +0000 (10:17 +0000)]
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
Julian Smart [Fri, 3 Nov 2006 09:57:12 +0000 (09:57 +0000)]
Removed a warning
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42977
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Paul Cornett [Fri, 3 Nov 2006 08:08:45 +0000 (08:08 +0000)]
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
Robin Dunn [Fri, 3 Nov 2006 08:07:25 +0000 (08:07 +0000)]
rwSWIGged
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42975
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Fri, 3 Nov 2006 08:05:45 +0000 (08:05 +0000)]
More aui updates
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42974
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Fri, 3 Nov 2006 08:04:27 +0000 (08:04 +0000)]
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
Robin Dunn [Fri, 3 Nov 2006 07:45:45 +0000 (07:45 +0000)]
SetBestSize alias
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42972
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Fri, 3 Nov 2006 07:45:01 +0000 (07:45 +0000)]
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
Robin Dunn [Fri, 3 Nov 2006 07:41:46 +0000 (07:41 +0000)]
include vidmode.h
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42970
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Fri, 3 Nov 2006 07:41:05 +0000 (07:41 +0000)]
docstrings
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42969
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Thu, 2 Nov 2006 22:45:32 +0000 (22:45 +0000)]
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
Robert Roebling [Thu, 2 Nov 2006 22:44:14 +0000 (22:44 +0000)]
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
Robert Roebling [Thu, 2 Nov 2006 22:29:29 +0000 (22:29 +0000)]
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
Julian Smart [Thu, 2 Nov 2006 22:00:21 +0000 (22:00 +0000)]
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
Michael Wetherell [Thu, 2 Nov 2006 21:48:56 +0000 (21:48 +0000)]
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
Benjamin Williams [Thu, 2 Nov 2006 21:47:54 +0000 (21:47 +0000)]
aui documentation updates
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42963
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Benjamin Williams [Thu, 2 Nov 2006 20:50:01 +0000 (20:50 +0000)]
wxaui maximize bug fixes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42962
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Benjamin Williams [Thu, 2 Nov 2006 20:29:20 +0000 (20:29 +0000)]
added missing header to auibook.cpp
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42961
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Benjamin Williams [Thu, 2 Nov 2006 20:27:38 +0000 (20:27 +0000)]
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
Paul Cornett [Thu, 2 Nov 2006 19:05:39 +0000 (19:05 +0000)]
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
Václav Slavík [Thu, 2 Nov 2006 18:57:44 +0000 (18:57 +0000)]
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
Paul Cornett [Thu, 2 Nov 2006 18:37:23 +0000 (18:37 +0000)]
revert memory leak fix, it causes crash
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42957
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Kevin Ollivier [Thu, 2 Nov 2006 18:17:24 +0000 (18:17 +0000)]
Sizing fixes for generic control.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42956
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Thu, 2 Nov 2006 17:05:17 +0000 (17:05 +0000)]
AUI updates.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42955
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Benjamin Williams [Thu, 2 Nov 2006 16:31:44 +0000 (16:31 +0000)]
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
Julian Smart [Thu, 2 Nov 2006 15:45:39 +0000 (15:45 +0000)]
Typo correction
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42953
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Benjamin Williams [Thu, 2 Nov 2006 15:41:56 +0000 (15:41 +0000)]
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
Benjamin Williams [Thu, 2 Nov 2006 15:40:02 +0000 (15:40 +0000)]
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
Benjamin Williams [Thu, 2 Nov 2006 14:54:38 +0000 (14:54 +0000)]
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
Jouk Jansen [Thu, 2 Nov 2006 14:52:32 +0000 (14:52 +0000)]
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
Stefan Csomor [Thu, 2 Nov 2006 14:34:01 +0000 (14:34 +0000)]
first version for docs on graphics classes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42948
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Stefan Csomor [Thu, 2 Nov 2006 14:28:51 +0000 (14:28 +0000)]
first version for docs on graphics classes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42947
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Benjamin Williams [Thu, 2 Nov 2006 14:16:59 +0000 (14:16 +0000)]
wxAuiNotebook window styles implemented
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42946
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Benjamin Williams [Thu, 2 Nov 2006 14:13:53 +0000 (14:13 +0000)]
updated aui sample to expose notebook flags
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42945
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Thu, 2 Nov 2006 13:19:07 +0000 (13:19 +0000)]
Style application fixes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42944
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Benjamin Williams [Thu, 2 Nov 2006 13:11:05 +0000 (13:11 +0000)]
close button better positioning
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42943
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Benjamin Williams [Thu, 2 Nov 2006 13:06:42 +0000 (13:06 +0000)]
various close-button styles implemented in wxAuiNotebook
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42942
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Chris Elliott [Thu, 2 Nov 2006 12:18:34 +0000 (12:18 +0000)]
replace out of date (and broken) ini
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42941
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Chris Elliott [Thu, 2 Nov 2006 11:23:31 +0000 (11:23 +0000)]
replace out of date (and broken) ini
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42940
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Thu, 2 Nov 2006 11:07:37 +0000 (11:07 +0000)]
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
Julian Smart [Thu, 2 Nov 2006 11:05:41 +0000 (11:05 +0000)]
Compile in non-CG mode
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42938
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Benjamin Williams [Thu, 2 Nov 2006 10:45:48 +0000 (10:45 +0000)]
proper indentation
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42937
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Thu, 2 Nov 2006 10:42:42 +0000 (10:42 +0000)]
Moved function
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42936
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Thu, 2 Nov 2006 09:51:49 +0000 (09:51 +0000)]
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
Julian Smart [Thu, 2 Nov 2006 09:23:52 +0000 (09:23 +0000)]
Eliminate POD warning/error
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42934
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Stefan Csomor [Thu, 2 Nov 2006 09:18:16 +0000 (09:18 +0000)]
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
Stefan Csomor [Thu, 2 Nov 2006 09:16:04 +0000 (09:16 +0000)]
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
Benjamin Williams [Thu, 2 Nov 2006 07:27:27 +0000 (07:27 +0000)]
fixed aui flicker bug caused by typo
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42931
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Thu, 2 Nov 2006 01:48:38 +0000 (01:48 +0000)]
close the file before removing it
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42930
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Wed, 1 Nov 2006 23:44:09 +0000 (23:44 +0000)]
reSWIGged
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42929
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Wed, 1 Nov 2006 23:33:56 +0000 (23:33 +0000)]
miniframe default style
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42928
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Wed, 1 Nov 2006 23:32:50 +0000 (23:32 +0000)]
AUI updates
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42927
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Wed, 1 Nov 2006 22:52:01 +0000 (22:52 +0000)]
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
Robin Dunn [Wed, 1 Nov 2006 22:36:23 +0000 (22:36 +0000)]
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
Vadim Zeitlin [Wed, 1 Nov 2006 21:53:30 +0000 (21:53 +0000)]
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
Vadim Zeitlin [Wed, 1 Nov 2006 21:38:42 +0000 (21:38 +0000)]
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
Vadim Zeitlin [Wed, 1 Nov 2006 21:37:00 +0000 (21:37 +0000)]
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
Vadim Zeitlin [Wed, 1 Nov 2006 20:38:35 +0000 (20:38 +0000)]
sections cleanup
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42921
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Benjamin Williams [Wed, 1 Nov 2006 20:02:40 +0000 (20:02 +0000)]
fixed bad rename
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42920
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robert Roebling [Wed, 1 Nov 2006 19:27:04 +0000 (19:27 +0000)]
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
Benjamin Williams [Wed, 1 Nov 2006 19:13:58 +0000 (19:13 +0000)]
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
Benjamin Williams [Wed, 1 Nov 2006 19:03:05 +0000 (19:03 +0000)]
wxaui docs after big rename
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42917
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Benjamin Williams [Wed, 1 Nov 2006 18:51:44 +0000 (18:51 +0000)]
wxaui big class rename
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42916
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775