wxWidgets.git
17 years agoadded wxAtomicInc/Dec() functions (patch 1739486)
Vadim Zeitlin [Wed, 4 Jul 2007 20:54:14 +0000 (20:54 +0000)] 
added wxAtomicInc/Dec() functions (patch 1739486)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@47121 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

17 years agoignore bakefile temp files
Vadim Zeitlin [Wed, 4 Jul 2007 20:50:35 +0000 (20:50 +0000)] 
ignore bakefile temp files

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@47120 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

17 years agoignore VC++ build files
Vadim Zeitlin [Wed, 4 Jul 2007 20:49:37 +0000 (20:49 +0000)] 
ignore VC++ build files

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@47119 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

17 years agocompilation fix for ANSI build (added #if wxUSE_UNICODE)
Vadim Zeitlin [Wed, 4 Jul 2007 20:35:42 +0000 (20:35 +0000)] 
compilation fix for ANSI build (added #if wxUSE_UNICODE)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@47118 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

17 years agofix for bug #1686328
Benjamin Williams [Wed, 4 Jul 2007 16:42:55 +0000 (16:42 +0000)] 
fix for bug #1686328

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@47117 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

17 years agotest whether HAVE_VSWPRINTF is defined, not whether it's 0 or 1
Vadim Zeitlin [Wed, 4 Jul 2007 11:49:22 +0000 (11:49 +0000)] 
test whether HAVE_VSWPRINTF is defined, not whether it's 0 or 1

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@47114 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

17 years agoalways assert if char<->wxUniChar conversion fails, not only if wxUSE_UTF8_LOCALE_ONLY
Václav Slavík [Wed, 4 Jul 2007 08:04:31 +0000 (08:04 +0000)] 
always assert if char<->wxUniChar conversion fails, not only if wxUSE_UTF8_LOCALE_ONLY

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@47112 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

17 years agowxStrcoll_String compilation fixes for Dmars and Borland compilers
Václav Slavík [Tue, 3 Jul 2007 21:26:35 +0000 (21:26 +0000)] 
wxStrcoll_String compilation fixes for Dmars and Borland compilers

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@47109 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

17 years agocompilation fix for windows compilers: _wrename is declared in io.h
Václav Slavík [Tue, 3 Jul 2007 21:11:46 +0000 (21:11 +0000)] 
compilation fix for windows compilers: _wrename is declared in io.h

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@47108 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

17 years agoAdded BuildSVN.txt instructions (copied from BuildCVS.txt, with appropriate replaceme...
Bryan Petty [Tue, 3 Jul 2007 18:00:32 +0000 (18:00 +0000)] 
Added BuildSVN.txt instructions (copied from BuildCVS.txt, with appropriate replacements).

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@47106 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

17 years agoget color count from ComputeHistogram, use sprintf for hex conversion
Paul Cornett [Tue, 3 Jul 2007 17:17:20 +0000 (17:17 +0000)] 
get color count from ComputeHistogram, use sprintf for hex conversion

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@47105 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

17 years agoUpdate OpenVMS setup
Jouk Jansen [Tue, 3 Jul 2007 13:20:32 +0000 (13:20 +0000)] 
Update OpenVMS setup

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@47102 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

17 years agoUpport GNOME print GetTextExtent fix,
Robert Roebling [Tue, 3 Jul 2007 13:07:01 +0000 (13:07 +0000)] 
Upport GNOME print GetTextExtent fix,

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@47101 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

17 years agoupport wxListCtrl label edit changes
Robert Roebling [Tue, 3 Jul 2007 12:10:04 +0000 (12:10 +0000)] 
upport wxListCtrl label edit changes

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@47099 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

17 years agoLet GtkScrolledWindow handle scroll wheel events.
Robert Roebling [Tue, 3 Jul 2007 11:17:40 +0000 (11:17 +0000)] 
Let GtkScrolledWindow handle scroll wheel events.
Reset visible range in wxListCtrl after scrolling.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@47096 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

17 years agosvn cleanup added
Chris Elliott [Tue, 3 Jul 2007 07:58:08 +0000 (07:58 +0000)] 
svn cleanup added

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@47093 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

17 years agochange svn repository
Chris Elliott [Tue, 3 Jul 2007 07:51:47 +0000 (07:51 +0000)] 
change svn repository

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@47092 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

17 years agofix XPM SaveFile for more than 92 colors
Paul Cornett [Tue, 3 Jul 2007 03:08:26 +0000 (03:08 +0000)] 
fix XPM SaveFile for more than 92 colors

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@47088 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

17 years agoremoved instructions for adding contrib libraries -- we don't have them any more
Vadim Zeitlin [Mon, 2 Jul 2007 10:44:17 +0000 (10:44 +0000)] 
removed instructions for adding contrib libraries -- we don't have them any more

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@47069 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

17 years agoAdded SetBitmap, GetBitmap to wxWizard
Julian Smart [Mon, 2 Jul 2007 08:00:48 +0000 (08:00 +0000)] 
Added SetBitmap, GetBitmap to wxWizard

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@47066 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

17 years agoReplaced tabs with spaces
Julian Smart [Mon, 2 Jul 2007 07:49:23 +0000 (07:49 +0000)] 
Replaced tabs with spaces

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@47063 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

17 years agoin wxAuiNotebook, prevent unwanted page selection changes during tab drags
Benjamin Williams [Sun, 1 Jul 2007 15:39:22 +0000 (15:39 +0000)] 
in wxAuiNotebook, prevent unwanted page selection changes during tab drags

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@47057 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

17 years agosilenced Watcom warning when deleting const pointer
Václav Slavík [Sun, 1 Jul 2007 12:42:31 +0000 (12:42 +0000)] 
silenced Watcom warning when deleting const pointer

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@47054 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

17 years agoexplicitly cast m_value to the resulting type in wxUniChar's integer conversion opera...
Václav Slavík [Sun, 1 Jul 2007 12:32:10 +0000 (12:32 +0000)] 
explicitly cast m_value to the resulting type in wxUniChar's integer conversion operators to silence compiler warnings

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@47053 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

17 years agoadd wxUSE_EDITABLELISTBOX
Vadim Zeitlin [Sat, 30 Jun 2007 19:23:44 +0000 (19:23 +0000)] 
add wxUSE_EDITABLELISTBOX

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@47050 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

17 years agochanged ds[pw] files to use CRLF eol style and not native one (this helps if you...
Vadim Zeitlin [Sat, 30 Jun 2007 12:13:58 +0000 (12:13 +0000)] 
changed ds[pw] files to use CRLF eol style and not native one (this helps if you have them on a partition exported via Samba from Unix to Windows)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@47046 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

17 years agoSTL compilation fix
Václav Slavík [Sat, 30 Jun 2007 11:17:35 +0000 (11:17 +0000)] 
STL compilation fix

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@47045 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

17 years agoXRC: Handle wxFLP_USE_TEXTCTRL in wxFilePickerCtrl handler (patch #1745662)
Václav Slavík [Sat, 30 Jun 2007 09:06:35 +0000 (09:06 +0000)] 
XRC: Handle wxFLP_USE_TEXTCTRL in wxFilePickerCtrl handler (patch #1745662)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@47044 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

17 years agocopy wxAutohacks into main tree
Robin Dunn [Sat, 30 Jun 2007 00:06:00 +0000 (00:06 +0000)] 
copy wxAutohacks into main tree

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@47039 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

17 years agocopy wxAutohacks into main tree
Robin Dunn [Sat, 30 Jun 2007 00:06:00 +0000 (00:06 +0000)] 
copy wxAutohacks into main tree

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@47038 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

17 years agomove wxPython to new trunk
Robin Dunn [Sat, 30 Jun 2007 00:05:59 +0000 (00:05 +0000)] 
move wxPython to new trunk

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@47031 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

17 years agofixed wxVsnprintf() to write as much as it can if the output buffer is too short
Václav Slavík [Fri, 29 Jun 2007 19:28:54 +0000 (19:28 +0000)] 
fixed wxVsnprintf() to write as much as it can if the output buffer is too short

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@47029 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

17 years agowxUniChar wchar_t handling fixes for Borland, DMC and Watcom compilers
Václav Slavík [Fri, 29 Jun 2007 19:11:09 +0000 (19:11 +0000)] 
wxUniChar wchar_t handling fixes for Borland, DMC and Watcom compilers

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@47028 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

17 years agostrip the leading dot from extension if present in GetFileTypeFromExtension()
Vadim Zeitlin [Fri, 29 Jun 2007 17:33:22 +0000 (17:33 +0000)] 
strip the leading dot from extension if present in GetFileTypeFromExtension()

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@47026 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

17 years agotest wxVsnprintf() printing to both wchar_t* and char* buffers
Václav Slavík [Fri, 29 Jun 2007 17:30:56 +0000 (17:30 +0000)] 
test wxVsnprintf() printing to both wchar_t* and char* buffers

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@47025 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

17 years agoPrevent seg fault for older GTK+
Julian Smart [Fri, 29 Jun 2007 16:58:58 +0000 (16:58 +0000)] 
Prevent seg fault for older GTK+

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@47023 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

17 years agoremove sole makefile.dmc in tree
Chris Elliott [Fri, 29 Jun 2007 12:36:25 +0000 (12:36 +0000)] 
remove sole makefile.dmc in tree

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@47022 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

17 years agoapplied patch 1737156 to wxAuiManager
Benjamin Williams [Fri, 29 Jun 2007 11:53:57 +0000 (11:53 +0000)] 
applied patch 1737156 to wxAuiManager

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@47021 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

17 years agoin wxAUI, set the hint transparency before showing the hint window, as this prevents...
Benjamin Williams [Fri, 29 Jun 2007 11:37:45 +0000 (11:37 +0000)] 
in wxAUI, set the hint transparency before showing the hint window, as this prevents a flicker of the solid hint window

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@47019 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

17 years agobe able to change tabs with arrow keys
Robin Dunn [Fri, 29 Jun 2007 00:22:57 +0000 (00:22 +0000)] 
be able to change tabs with arrow keys

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@47014 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

17 years agofixed FromAscii to work with NULL argument (broken after recent changes)
Václav Slavík [Thu, 28 Jun 2007 20:01:11 +0000 (20:01 +0000)] 
fixed FromAscii to work with NULL argument (broken after recent changes)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@47012 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

17 years agofixed FromAscii() changes to correctly handle embedded NULs
Václav Slavík [Thu, 28 Jun 2007 19:07:00 +0000 (19:07 +0000)] 
fixed FromAscii() changes to correctly handle embedded NULs

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@47011 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

17 years agoreturn const wxString& from wxFontMapper::GetDefaultConfigPath()
Václav Slavík [Thu, 28 Jun 2007 18:57:36 +0000 (18:57 +0000)] 
return const wxString& from wxFontMapper::GetDefaultConfigPath()

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@47010 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

17 years agoANSI+Unicode compatibility fixes to wxArrayString
Václav Slavík [Thu, 28 Jun 2007 18:56:00 +0000 (18:56 +0000)] 
ANSI+Unicode compatibility fixes to wxArrayString

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@47009 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

17 years agoPatch from Andrea. Adds focus rectangle on the tabs, and provides
Robin Dunn [Thu, 28 Jun 2007 18:39:41 +0000 (18:39 +0000)] 
Patch from Andrea.  Adds focus rectangle on the tabs, and provides
best size.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@47008 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

17 years agodont use wxChar* arguments in wxHTML API
Václav Slavík [Thu, 28 Jun 2007 17:33:59 +0000 (17:33 +0000)] 
dont use wxChar* arguments in wxHTML API

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@47005 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

17 years agodont use wxChar* arguments in wxDatePickerCtrlGeneric API
Václav Slavík [Thu, 28 Jun 2007 17:03:42 +0000 (17:03 +0000)] 
dont use wxChar* arguments in wxDatePickerCtrlGeneric API

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@47004 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

17 years agodon't use wxChar* arguments in wxLogWindow API
Václav Slavík [Thu, 28 Jun 2007 16:59:06 +0000 (16:59 +0000)] 
don't use wxChar* arguments in wxLogWindow API

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@47003 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

17 years agofix for wxAuiNotebook middle-click close (was closing wrong page)
Benjamin Williams [Thu, 28 Jun 2007 13:11:19 +0000 (13:11 +0000)] 
fix for wxAuiNotebook middle-click close (was closing wrong page)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@47000 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

17 years agofixes to handling of focus changes for toplevel windows
Václav Slavík [Thu, 28 Jun 2007 12:57:17 +0000 (12:57 +0000)] 
fixes to handling of focus changes for toplevel windows

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@46998 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

17 years agodon't assign m_next twice in wxStringIteratorNode ctor
Václav Slavík [Thu, 28 Jun 2007 12:52:09 +0000 (12:52 +0000)] 
don't assign m_next twice in wxStringIteratorNode ctor

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@46997 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

17 years ago1. added default constructors for wxString iterators
Václav Slavík [Thu, 28 Jun 2007 12:49:58 +0000 (12:49 +0000)] 
1. added default constructors for wxString iterators
2. fixed assignment of iterator to iterator that points to a different string

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@46996 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

17 years agoadded wxString::FromAscii(char*,size_t) for consistency with FromUTF8()
Václav Slavík [Thu, 28 Jun 2007 12:36:54 +0000 (12:36 +0000)] 
added wxString::FromAscii(char*,size_t) for consistency with FromUTF8()

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@46995 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

17 years agoCanAcceptFocus() now returns true if either the window itself or one of its children...
Vadim Zeitlin [Thu, 28 Jun 2007 12:04:06 +0000 (12:04 +0000)] 
CanAcceptFocus() now returns true if either the window itself or one of its children accepts focus; added new IsFocusable() to test whether the window itself accepts focus

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@46994 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

17 years agofixed typo in comment
Václav Slavík [Thu, 28 Jun 2007 08:46:04 +0000 (08:46 +0000)] 
fixed typo in comment

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@46993 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

17 years agouse same names for test suites as the ones in ./test -l
Václav Slavík [Thu, 28 Jun 2007 07:54:15 +0000 (07:54 +0000)] 
use same names for test suites as the ones in ./test -l

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@46992 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

17 years agocorrected some links
Vadim Zeitlin [Thu, 28 Jun 2007 01:57:02 +0000 (01:57 +0000)] 
corrected some links

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@46990 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

17 years agomention wxLogInterposer(Temp)
Vadim Zeitlin [Thu, 28 Jun 2007 01:55:56 +0000 (01:55 +0000)] 
mention wxLogInterposer(Temp)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@46989 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

17 years agocompatibility fix: have wxListKey ctors from C strings so that passing string literal...
Václav Slavík [Wed, 27 Jun 2007 20:50:15 +0000 (20:50 +0000)] 
compatibility fix: have wxListKey ctors from C strings so that passing string literals to functions expecting wxListKey works

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@46987 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

17 years agocompilation fixes after string changes
Václav Slavík [Wed, 27 Jun 2007 20:49:19 +0000 (20:49 +0000)] 
compilation fixes after string changes

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@46986 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

17 years agouse DisableTimestamp() instead of SetTimestamp(NULL)
Vadim Zeitlin [Wed, 27 Jun 2007 19:25:58 +0000 (19:25 +0000)] 
use DisableTimestamp() instead of SetTimestamp(NULL)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@46985 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

17 years agoadded middle-click close to wxAuiNotebook
Benjamin Williams [Wed, 27 Jun 2007 17:38:29 +0000 (17:38 +0000)] 
added middle-click close to wxAuiNotebook

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@46983 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

17 years agoblock signal handlers, instead of disconnecting, to temporarily disable them
Paul Cornett [Wed, 27 Jun 2007 17:38:13 +0000 (17:38 +0000)] 
block signal handlers, instead of disconnecting, to temporarily disable them

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@46982 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

17 years agodon't invalidate the font in SetNativeFontInfo[Desc]() to conform to the documented...
Vadim Zeitlin [Wed, 27 Jun 2007 15:55:48 +0000 (15:55 +0000)] 
don't invalidate the font in SetNativeFontInfo[Desc]() to conform to the documented behaviour (patch 1743548)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@46980 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

17 years agofix wxUniv/MSW compilation with wxUSE_MENUS==0 (patch 1744277)
Vadim Zeitlin [Wed, 27 Jun 2007 15:44:06 +0000 (15:44 +0000)] 
fix wxUniv/MSW compilation with wxUSE_MENUS==0 (patch 1744277)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@46979 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

17 years agoin wxAuiNotebook, code to reduce flicker on page close
Benjamin Williams [Wed, 27 Jun 2007 12:36:47 +0000 (12:36 +0000)] 
in wxAuiNotebook, code to reduce flicker on page close

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@46978 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

17 years agoadded wxLog::DisableTimestamp() to be used as a synonym for SetTimestamp(wxEmptyString)
Vadim Zeitlin [Wed, 27 Jun 2007 12:09:55 +0000 (12:09 +0000)] 
added wxLog::DisableTimestamp() to be used as a synonym for SetTimestamp(wxEmptyString)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@46976 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

17 years agowxAuiNotebook::RemovePage() rewritten; fixes bugs #1737293 and #1737433
Benjamin Williams [Wed, 27 Jun 2007 11:29:18 +0000 (11:29 +0000)] 
wxAuiNotebook::RemovePage() rewritten; fixes bugs #1737293 and #1737433

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@46975 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

17 years agotidy up
Chris Elliott [Wed, 27 Jun 2007 10:45:12 +0000 (10:45 +0000)] 
tidy up

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@46973 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

17 years agoremoved leftover files under contrib
Václav Slavík [Wed, 27 Jun 2007 09:55:57 +0000 (09:55 +0000)] 
removed leftover files under contrib

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@46972 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

17 years agomore svn script changes
Chris Elliott [Wed, 27 Jun 2007 08:32:37 +0000 (08:32 +0000)] 
more svn script changes

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@46971 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

17 years agofix bug in WX_GL_DOUBLEBUFFER handling introduced during the last great refactoring
Vadim Zeitlin [Tue, 26 Jun 2007 22:53:15 +0000 (22:53 +0000)] 
fix bug in WX_GL_DOUBLEBUFFER handling introduced during the last great refactoring

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@46969 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

17 years agoremove .cvsignore files, they're useless with svn
Vadim Zeitlin [Tue, 26 Jun 2007 22:41:53 +0000 (22:41 +0000)] 
remove .cvsignore files, they're useless with svn

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@46968 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

17 years agofixes to wint_t and wchar_t handling in unichar.h (fixes FreeBSD compilation and...
Václav Slavík [Tue, 26 Jun 2007 20:44:58 +0000 (20:44 +0000)] 
fixes to wint_t and wchar_t handling in unichar.h (fixes FreeBSD compilation and Mingw compilation with -pedantic)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@46967 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

17 years agomore cvs to svn script changes
Chris Elliott [Tue, 26 Jun 2007 17:01:51 +0000 (17:01 +0000)] 
more cvs to svn script changes

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@46966 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

17 years agorebuild tex2rtf
Chris Elliott [Tue, 26 Jun 2007 16:55:59 +0000 (16:55 +0000)] 
rebuild tex2rtf

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@46965 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

17 years agoinclude wxUniCharRef::operator&& unconditionally too, not just wxUniChar one
Václav Slavík [Tue, 26 Jun 2007 14:36:06 +0000 (14:36 +0000)] 
include wxUniCharRef::operator&& unconditionally too, not just wxUniChar one

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@46960 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

17 years agoadded configure check for wcsdup(), there are too many Unix systems without it
Václav Slavík [Tue, 26 Jun 2007 11:58:21 +0000 (11:58 +0000)] 
added configure check for wcsdup(), there are too many Unix systems without it

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@46956 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

17 years agocompilation fixes for --with-regex=sys
Václav Slavík [Tue, 26 Jun 2007 10:57:49 +0000 (10:57 +0000)] 
compilation fixes for --with-regex=sys

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@46955 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

17 years agocompilation fixes for some cases
Václav Slavík [Tue, 26 Jun 2007 10:24:09 +0000 (10:24 +0000)] 
compilation fixes for some cases

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@46954 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

17 years agocompilation fix if wxLongLong_t is not available
Václav Slavík [Mon, 25 Jun 2007 17:53:30 +0000 (17:53 +0000)] 
compilation fix if wxLongLong_t is not available

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@46941 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

17 years agodon't use C++ comments in C files
Václav Slavík [Mon, 25 Jun 2007 15:07:20 +0000 (15:07 +0000)] 
don't use C++ comments in C files

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@46939 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

17 years agofix svn properties
Robin Dunn [Mon, 25 Jun 2007 14:35:17 +0000 (14:35 +0000)] 
fix svn properties

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@46937 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

17 years agoremoved executable bit on files that aren't executables
Václav Slavík [Mon, 25 Jun 2007 14:04:34 +0000 (14:04 +0000)] 
removed executable bit on files that aren't executables

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@46936 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

17 years agowxDFB wxUSE_STL compilation fixes
Václav Slavík [Mon, 25 Jun 2007 13:55:06 +0000 (13:55 +0000)] 
wxDFB wxUSE_STL compilation fixes

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@46935 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

17 years agofixed 'url' field extraction to be done for wxHtmlWindow only (bug #1741900)
Václav Slavík [Mon, 25 Jun 2007 12:16:20 +0000 (12:16 +0000)] 
fixed 'url' field extraction to be done for wxHtmlWindow only (bug #1741900)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@46933 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

17 years agosvn not cvs
Chris Elliott [Mon, 25 Jun 2007 11:14:05 +0000 (11:14 +0000)] 
svn not cvs

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@46932 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

17 years agoMerge recent wxPython changes from 2.8 branch to HEAD
Robin Dunn [Sat, 23 Jun 2007 20:50:39 +0000 (20:50 +0000)] 
Merge recent wxPython changes from 2.8 branch to HEAD

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@46675 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

17 years agoMore const bool (sigh)
Robert Roebling [Sat, 23 Jun 2007 17:11:25 +0000 (17:11 +0000)] 
More const bool (sigh)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@46674 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

17 years agoRemove const bool
Robert Roebling [Sat, 23 Jun 2007 17:10:25 +0000 (17:10 +0000)] 
Remove const bool

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@46673 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

17 years agoRemove const bool
Robert Roebling [Sat, 23 Jun 2007 17:09:16 +0000 (17:09 +0000)] 
Remove const bool

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@46672 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

17 years ago Remove const bool
Robert Roebling [Sat, 23 Jun 2007 17:05:34 +0000 (17:05 +0000)] 
 Remove const bool

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@46671 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

17 years ago Don't use const bool.
Robert Roebling [Sat, 23 Jun 2007 17:04:37 +0000 (17:04 +0000)] 
 Don't use const bool.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@46670 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

17 years ago We don't use "const bool" anywhere, I think.
Robert Roebling [Sat, 23 Jun 2007 17:03:05 +0000 (17:03 +0000)] 
  We don't use "const bool" anywhere, I think.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@46669 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

17 years ago Upport scrolling changes and mouse wheel changes.
Robert Roebling [Sat, 23 Jun 2007 16:55:26 +0000 (16:55 +0000)] 
  Upport scrolling changes and mouse wheel changes.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@46667 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

17 years agoclarified global and local config files behavior
Václav Slavík [Fri, 22 Jun 2007 22:19:38 +0000 (22:19 +0000)] 
clarified global and local config files behavior

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@46660 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

17 years agoremove #if around operator&&(), its needed for other compilers too (Sun CC 5.9) and...
Vadim Zeitlin [Fri, 22 Jun 2007 20:27:07 +0000 (20:27 +0000)] 
remove #if around operator&&(), its needed for other compilers too (Sun CC 5.9) and doesnt seem to hurt the ones which do not need it

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@46656 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

17 years agofix asserts for dropdown items
Vadim Zeitlin [Fri, 22 Jun 2007 20:18:33 +0000 (20:18 +0000)] 
fix asserts for dropdown items

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@46655 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

17 years agooverride DoLog(wxString) and not the deprecated DoLog(wxChar*) in LboxLogger
Vadim Zeitlin [Fri, 22 Jun 2007 19:52:29 +0000 (19:52 +0000)] 
override DoLog(wxString) and not the deprecated DoLog(wxChar*) in LboxLogger

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@46654 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

17 years agodon't crash in SetBackgroundStyle() if the window is not realized
Vadim Zeitlin [Fri, 22 Jun 2007 19:36:02 +0000 (19:36 +0000)] 
don't crash in SetBackgroundStyle() if the window is not realized

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@46653 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775