wxWidgets.git
18 years agodefaulting to small style (24x24), and correcting the cut-off decision to be at ...
Stefan Csomor [Sun, 31 Jul 2005 09:22:29 +0000 (09:22 +0000)] 
defaulting to small style (24x24), and correcting the cut-off decision to be at > 24 instead of >16

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

18 years ago Use accessors for wxObject members.
Mattia Barbon [Sun, 31 Jul 2005 07:31:33 +0000 (07:31 +0000)] 
  Use accessors for wxObject members.

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

18 years agoDefer deletion of wxFontsManager and MGL_exit until after the modules have been clean...
Michael Wetherell [Sat, 30 Jul 2005 23:15:52 +0000 (23:15 +0000)] 
Defer deletion of wxFontsManager and MGL_exit until after the modules have been cleaned up

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

18 years agoDisable wxDataObject for MGL
Michael Wetherell [Sat, 30 Jul 2005 23:12:51 +0000 (23:12 +0000)] 
Disable wxDataObject for MGL

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

18 years agoTemporary fix for missing ;;
Michael Wetherell [Sat, 30 Jul 2005 23:08:40 +0000 (23:08 +0000)] 
Temporary fix for missing ;;

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

18 years agoOnly compile PopupWindow if corresponding define is set.
Stefan Neis [Sat, 30 Jul 2005 20:48:49 +0000 (20:48 +0000)] 
Only compile PopupWindow if corresponding define is set.

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

18 years ago Avoid crash when wxGUIAppTraits::GetToolkitInfo is called too
Mattia Barbon [Sat, 30 Jul 2005 17:32:49 +0000 (17:32 +0000)] 
  Avoid crash when wxGUIAppTraits::GetToolkitInfo is called too
early.

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

18 years ago Return the correct encoding for X font spec construction
Mattia Barbon [Sat, 30 Jul 2005 17:26:06 +0000 (17:26 +0000)] 
  Return the correct encoding for X font spec construction
under Japanese locale.

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

18 years ago Initialize Xt locale handling.
Mattia Barbon [Sat, 30 Jul 2005 17:24:32 +0000 (17:24 +0000)] 
  Initialize Xt locale handling.
  Set the correct default font encoding on startup.

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

18 years ago Fix indentation.
Mattia Barbon [Sat, 30 Jul 2005 17:22:50 +0000 (17:22 +0000)] 
  Fix indentation.

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

18 years ago Make wxBase compiled for wxMotif compatible with wxbase compiled
Mattia Barbon [Sat, 30 Jul 2005 17:17:32 +0000 (17:17 +0000)] 
  Make wxBase compiled for wxMotif compatible with wxbase compiled
with all the other Unix-ish ports. Thanks to Ian Brown for nagging
about this.

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

18 years ago Add configure check for Lesstif, to be used by following
Mattia Barbon [Sat, 30 Jul 2005 17:14:29 +0000 (17:14 +0000)] 
  Add configure check for Lesstif, to be used by following
patches.

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

18 years ago Move per display data cleanup to wxApp::CleanUp where it belongs.
Mattia Barbon [Sat, 30 Jul 2005 17:11:49 +0000 (17:11 +0000)] 
  Move per display data cleanup to wxApp::CleanUp where it belongs.

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

18 years ago Align initial size handling with other ports.
Mattia Barbon [Sat, 30 Jul 2005 17:09:56 +0000 (17:09 +0000)] 
  Align initial size handling with other ports.

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

18 years ago Remove unused headers.
Mattia Barbon [Sat, 30 Jul 2005 17:07:18 +0000 (17:07 +0000)] 
  Remove unused headers.

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

18 years agomoved MSW-specific stuff to wx/msw/chkconf.h, this also means that MSW-specific check...
Vadim Zeitlin [Sat, 30 Jul 2005 12:48:40 +0000 (12:48 +0000)] 
moved MSW-specific stuff to wx/msw/chkconf.h, this also means that MSW-specific checks are not done for WinCE build

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

18 years agodefine wxUSE_UNICODE_MSLU as 0 unconditionally, CE doesn't support nor need MSLU
Vadim Zeitlin [Sat, 30 Jul 2005 12:46:11 +0000 (12:46 +0000)] 
define wxUSE_UNICODE_MSLU as 0 unconditionally, CE doesn't support nor need MSLU

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

18 years agoassert -> wxASSERT
Julian Smart [Sat, 30 Jul 2005 11:55:41 +0000 (11:55 +0000)] 
assert -> wxASSERT

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

18 years agoDefine wxUSE_UNICODE_MSLU or chkconf.h complains
Julian Smart [Sat, 30 Jul 2005 11:51:07 +0000 (11:51 +0000)] 
Define wxUSE_UNICODE_MSLU or chkconf.h complains

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

18 years agofurther wxABI_VERSION fixes
Václav Slavík [Sat, 30 Jul 2005 10:32:12 +0000 (10:32 +0000)] 
further wxABI_VERSION fixes

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

18 years agowxUSE_UNICODE_MSLU is MSW-specific so shouldn't be in setup_inc.h: removed and regene...
Vadim Zeitlin [Sat, 30 Jul 2005 00:36:33 +0000 (00:36 +0000)] 
wxUSE_UNICODE_MSLU is MSW-specific so shouldn't be in setup_inc.h: removed and regenerated

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

18 years agoforcefully disable wxUSE_STACKWALKER
Vadim Zeitlin [Sat, 30 Jul 2005 00:34:05 +0000 (00:34 +0000)] 
forcefully disable wxUSE_STACKWALKER

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

18 years agoupdated the script to deal with licensing information added to wx/setup_inc.h
Vadim Zeitlin [Sat, 30 Jul 2005 00:29:41 +0000 (00:29 +0000)] 
updated the script to deal with licensing information added to wx/setup_inc.h

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

18 years agooops, wxUSE_UNICODE_MSLU and not wxUSE_MSLU
Vadim Zeitlin [Sat, 30 Jul 2005 00:22:40 +0000 (00:22 +0000)] 
oops, wxUSE_UNICODE_MSLU and not wxUSE_MSLU

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

18 years agodefine wxUSE_MSLU=1 in compiler flags if MSLU=1 was given in the make flags
Vadim Zeitlin [Sat, 30 Jul 2005 00:17:24 +0000 (00:17 +0000)] 
define wxUSE_MSLU=1 in compiler flags if MSLU=1 was given in the make flags

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

18 years agoreturn pending position/size if any, not the current one
Vadim Zeitlin [Sat, 30 Jul 2005 00:02:55 +0000 (00:02 +0000)] 
return pending position/size if any, not the current one

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

18 years agoreplaced wxMoveWindowDeferred() with wxWindow::DoMoveSibling()
Vadim Zeitlin [Sat, 30 Jul 2005 00:01:51 +0000 (00:01 +0000)] 
replaced wxMoveWindowDeferred() with wxWindow::DoMoveSibling()

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

18 years agotake border into account in best size calculations
Vadim Zeitlin [Fri, 29 Jul 2005 23:25:08 +0000 (23:25 +0000)] 
take border into account in best size calculations

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

18 years agodecreased text limit which we consider to be set by user (and not built in the contro...
Vadim Zeitlin [Fri, 29 Jul 2005 23:01:56 +0000 (23:01 +0000)] 
decreased text limit which we consider to be set by user (and not built in the control) to 10001 which is less than default 30000

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

18 years agouse ReadLine() instead of GetLine() which sometimes hangs
Vadim Zeitlin [Fri, 29 Jul 2005 22:28:02 +0000 (22:28 +0000)] 
use ReadLine() instead of GetLine() which sometimes hangs

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

18 years agoadded wxDynamicLibrary::GetSymbolAorW()
Vadim Zeitlin [Fri, 29 Jul 2005 22:27:13 +0000 (22:27 +0000)] 
added wxDynamicLibrary::GetSymbolAorW()

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

18 years agocompilation fix for IBM xlC (closes 1230392)
Vadim Zeitlin [Fri, 29 Jul 2005 19:44:17 +0000 (19:44 +0000)] 
compilation fix for IBM xlC (closes 1230392)

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

18 years agoOW/Borland/MinGW warnings. Missing headers.
Włodzimierz Skiba [Fri, 29 Jul 2005 19:19:31 +0000 (19:19 +0000)] 
OW/Borland/MinGW warnings. Missing headers.

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

18 years agoFixed doubled header.
Włodzimierz Skiba [Fri, 29 Jul 2005 18:44:49 +0000 (18:44 +0000)] 
Fixed doubled header.

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

18 years agoFix (workaround?) for rpmspec.
Włodzimierz Skiba [Fri, 29 Jul 2005 18:41:58 +0000 (18:41 +0000)] 
Fix (workaround?) for rpmspec.

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

18 years agoFix (workaround?) for rpmspec.
Włodzimierz Skiba [Fri, 29 Jul 2005 18:36:45 +0000 (18:36 +0000)] 
Fix (workaround?) for rpmspec.

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

18 years agoxlC needs -qunique under AIX only, at least it doesn't accept it at all under Mac...
Vadim Zeitlin [Fri, 29 Jul 2005 18:21:32 +0000 (18:21 +0000)] 
xlC needs -qunique under AIX only, at least it doesn't accept it at all under Mac OS X

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

18 years ago Correct wxGTK.spec again after bakefiling.
Robert Roebling [Fri, 29 Jul 2005 16:44:00 +0000 (16:44 +0000)] 
  Correct wxGTK.spec again after bakefiling.

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

18 years agorespect styles during creation as well
Stefan Csomor [Fri, 29 Jul 2005 16:37:38 +0000 (16:37 +0000)] 
respect styles during creation as well

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

18 years agoWhitespace fixes
Mart Raudsepp [Fri, 29 Jul 2005 15:58:36 +0000 (15:58 +0000)] 
Whitespace fixes

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

18 years agodon't crash in Get() if there is no wxApp (closes 1236514)
Vadim Zeitlin [Fri, 29 Jul 2005 14:15:26 +0000 (14:15 +0000)] 
don't crash in Get() if there is no wxApp (closes 1236514)

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

18 years agoasync playback and object lifetime remarks
Vadim Zeitlin [Fri, 29 Jul 2005 14:06:27 +0000 (14:06 +0000)] 
async playback and object lifetime remarks

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

18 years agoadded test for playing sound from memory
Vadim Zeitlin [Fri, 29 Jul 2005 13:59:35 +0000 (13:59 +0000)] 
added test for playing sound from memory

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

18 years agoadded Stop test
Vadim Zeitlin [Fri, 29 Jul 2005 13:43:55 +0000 (13:43 +0000)] 
added Stop test

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

18 years agowxMDIChildFrame::DetachMenuBar() to fix SF bug 1232271
Chris Elliott [Fri, 29 Jul 2005 13:41:49 +0000 (13:41 +0000)] 
wxMDIChildFrame::DetachMenuBar() to fix SF bug 1232271

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

18 years agoDo not try to expand the root node in SetWindowStyle if the root node hasn't been...
Kevin Hock [Fri, 29 Jul 2005 13:20:17 +0000 (13:20 +0000)] 
Do not try to expand the root node in SetWindowStyle if the root node hasn't been created yet [ bug 1247413 ]

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

18 years agorefactoring in preparation for further changes: moved data in a private struct, let...
Vadim Zeitlin [Fri, 29 Jul 2005 13:19:32 +0000 (13:19 +0000)] 
refactoring in preparation for further changes: moved data in a private struct, let Windows load resources instead of doing it ourselves, use GlobalPtr[Lock] classes

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

18 years agofixed id values to be more standard
Vadim Zeitlin [Fri, 29 Jul 2005 12:48:06 +0000 (12:48 +0000)] 
fixed id values to be more standard

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

18 years agoadded http://www.wxwidgets.org/bincompat.html link
Vadim Zeitlin [Fri, 29 Jul 2005 12:47:02 +0000 (12:47 +0000)] 
added http://www.wxwidgets.org/bincompat.html link

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

18 years agoadded test for playing Windows resources
Vadim Zeitlin [Fri, 29 Jul 2005 12:35:10 +0000 (12:35 +0000)] 
added test for playing Windows resources

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

18 years agoadded GlobalPtr: GlobalAlloc/Free() wrapper
Vadim Zeitlin [Fri, 29 Jul 2005 12:18:17 +0000 (12:18 +0000)] 
added GlobalPtr: GlobalAlloc/Free() wrapper

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

18 years agofix for VC (also ok with Borland and DMC)
Chris Elliott [Fri, 29 Jul 2005 11:32:27 +0000 (11:32 +0000)] 
fix for VC (also ok with Borland and DMC)

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

18 years agorenamed GlobalPtr to GlobalPtrLock
Vadim Zeitlin [Fri, 29 Jul 2005 11:17:28 +0000 (11:17 +0000)] 
renamed GlobalPtr to GlobalPtrLock

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

18 years agoUse *wxTopLevelWindowGTK*RequestUserAttention*; because *int* isn't the case always...
Mart Raudsepp [Fri, 29 Jul 2005 10:10:42 +0000 (10:10 +0000)] 
Use *wxTopLevelWindowGTK*RequestUserAttention*; because *int* isn't the case always in the name mangling

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

18 years agowxABI_VERSION guard for wxTopLevelWindowGTK::RequestUserAttention(int)
Mart Raudsepp [Fri, 29 Jul 2005 10:03:56 +0000 (10:03 +0000)] 
wxABI_VERSION guard for wxTopLevelWindowGTK::RequestUserAttention(int)

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

18 years agoAdd *wxTopLevelWindowGTK*RequestUserAttention*int*;
Mart Raudsepp [Fri, 29 Jul 2005 09:56:25 +0000 (09:56 +0000)] 
Add *wxTopLevelWindowGTK*RequestUserAttention*int*;

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

18 years agoFixed label positions for horizontal slider [ modified patch 1102150 ], fixed value...
Kevin Hock [Fri, 29 Jul 2005 05:19:50 +0000 (05:19 +0000)] 
Fixed label positions for horizontal slider [ modified patch 1102150 ], fixed value label position for vertical slider, added logic in constructor for choosing vertical or horizontal based on LEFT/RIGHT/TOP/BOTTOM etc. copied from MSW; without this, the widgets sample slider tab can't show the vertical slider because using LEFT or RIGHT doesn't cause the slider to go vertical.

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

18 years agoadded intl.h for contextmenu
Stefan Csomor [Fri, 29 Jul 2005 04:45:17 +0000 (04:45 +0000)] 
added intl.h for contextmenu

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

18 years agoslight CPP logic fix in my wxTLW::RequestUserAttention code
Mart Raudsepp [Fri, 29 Jul 2005 00:13:34 +0000 (00:13 +0000)] 
slight CPP logic fix in my wxTLW::RequestUserAttention code

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

18 years agomany improvements/bug fixes to media control: new wxEVT_MEDIA_LOADED event, new metho...
Vadim Zeitlin [Thu, 28 Jul 2005 23:56:57 +0000 (23:56 +0000)] 
many improvements/bug fixes to media control: new wxEVT_MEDIA_LOADED event, new methods taking URIs, new DirectShow implementation, significant sample improvements (patch 1233613)

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

18 years agowxGTK: Implemented wxTLW::RequestUserAttention()
Mart Raudsepp [Thu, 28 Jul 2005 23:32:42 +0000 (23:32 +0000)] 
wxGTK: Implemented wxTLW::RequestUserAttention()

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

18 years agomissing dll decl stuff and members initialization in ctor (patch 1211900)
Vadim Zeitlin [Thu, 28 Jul 2005 23:23:27 +0000 (23:23 +0000)] 
missing dll decl stuff and members initialization in ctor (patch 1211900)

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

18 years agoclarifications about MRU menu workings (patch 1221797)
Vadim Zeitlin [Thu, 28 Jul 2005 23:09:26 +0000 (23:09 +0000)] 
clarifications about MRU menu workings (patch 1221797)

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

18 years agodon't reserve space in the header for the column image if there is none (patch 1225522)
Vadim Zeitlin [Thu, 28 Jul 2005 23:01:36 +0000 (23:01 +0000)] 
don't reserve space in the header for the column image if there is none (patch 1225522)

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

18 years agoadded wxImage::RotateHue() and RGB <-> HSV conversions (patch 1227108)
Vadim Zeitlin [Thu, 28 Jul 2005 22:50:34 +0000 (22:50 +0000)] 
added wxImage::RotateHue() and RGB <-> HSV conversions (patch 1227108)

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

18 years agomention VC8 support
Vadim Zeitlin [Thu, 28 Jul 2005 22:28:32 +0000 (22:28 +0000)] 
mention VC8 support

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

18 years agodon't include shlwapi.h as it might be not available (modified patch 1228033)
Vadim Zeitlin [Thu, 28 Jul 2005 22:27:43 +0000 (22:27 +0000)] 
don't include shlwapi.h as it might be not available (modified patch 1228033)

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

18 years agoCtrl+mouse wheel changes zoom factor in print preview (patch 1230919)
Vadim Zeitlin [Thu, 28 Jul 2005 22:20:06 +0000 (22:20 +0000)] 
Ctrl+mouse wheel changes zoom factor in print preview (patch 1230919)

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

18 years agoremoved USE_SHARED_LIBRARY mentions (and all variations in spelling) (patch 1231184)
Vadim Zeitlin [Thu, 28 Jul 2005 22:08:31 +0000 (22:08 +0000)] 
removed USE_SHARED_LIBRARY mentions (and all variations in spelling) (patch 1231184)

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

18 years agoShowFullScreen() shows the window if it was still hidden (modified patch 1231514)
Vadim Zeitlin [Thu, 28 Jul 2005 22:03:40 +0000 (22:03 +0000)] 
ShowFullScreen() shows the window if it was still hidden (modified patch 1231514)

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

18 years agomoved wxURL::ConvertToValidURI() and other methods from uri.cpp to url.cpp so that...
Vadim Zeitlin [Thu, 28 Jul 2005 21:52:50 +0000 (21:52 +0000)] 
moved wxURL::ConvertToValidURI() and other methods from uri.cpp to url.cpp so that they're exported from net DLL as needed (patch 1233765)

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

18 years agofix for wxLongLong division test (patch 1233771)
Vadim Zeitlin [Thu, 28 Jul 2005 21:49:26 +0000 (21:49 +0000)] 
fix for wxLongLong division test (patch 1233771)

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

18 years agocorrected event type for standalone scrollbars (patch 1240385)
Vadim Zeitlin [Thu, 28 Jul 2005 21:38:46 +0000 (21:38 +0000)] 
corrected event type for standalone scrollbars (patch 1240385)

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

18 years agodocument wxDb::ExecSql() 3 params overload (patch 1240839)
Vadim Zeitlin [Thu, 28 Jul 2005 21:28:05 +0000 (21:28 +0000)] 
document wxDb::ExecSql() 3 params overload (patch 1240839)

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

18 years agoRyan's binary compatibility technote (patch 1242898)
Vadim Zeitlin [Thu, 28 Jul 2005 21:25:00 +0000 (21:25 +0000)] 
Ryan's binary compatibility technote (patch 1242898)

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

18 years agoadded wxABI_VERSION check around newly added function
Vadim Zeitlin [Thu, 28 Jul 2005 21:23:50 +0000 (21:23 +0000)] 
added wxABI_VERSION check around newly added function

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

18 years agodon't log error if connection has been already terminated in HangUp() (patch 1243184)
Vadim Zeitlin [Thu, 28 Jul 2005 21:15:53 +0000 (21:15 +0000)] 
don't log error if connection has been already terminated in HangUp() (patch 1243184)

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

18 years agotypo (patch 1246614)
Vadim Zeitlin [Thu, 28 Jul 2005 21:02:18 +0000 (21:02 +0000)] 
typo (patch 1246614)

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

18 years agoadded wxZipFSHandler::Cleanup() (modified patch 1213615)
Vadim Zeitlin [Thu, 28 Jul 2005 21:00:46 +0000 (21:00 +0000)] 
added wxZipFSHandler::Cleanup() (modified patch 1213615)

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

18 years agoBaked again without '-b wx.bkl' to fully update autoconf_inc.m4 and regenerated configure
Michael Wetherell [Thu, 28 Jul 2005 18:45:54 +0000 (18:45 +0000)] 
Baked again without '-b wx.bkl' to fully update autoconf_inc.m4 and regenerated configure

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

18 years agoRegenerate using autoconf/bakefile.m4 from bakefile CVS
Michael Wetherell [Thu, 28 Jul 2005 17:48:31 +0000 (17:48 +0000)] 
Regenerate using autoconf/bakefile.m4 from bakefile CVS

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

18 years agoRebaked with patched bakefile 0.1.9.1, ran aclocal and autoconf
Michael Wetherell [Thu, 28 Jul 2005 16:16:35 +0000 (16:16 +0000)] 
Rebaked with patched bakefile 0.1.9.1, ran aclocal and autoconf

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

18 years agoCorrected DSW files
Julian Smart [Thu, 28 Jul 2005 14:52:30 +0000 (14:52 +0000)] 
Corrected DSW files

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

18 years agodisabled wxStackWalker and wxCrashReport for Win64
Vadim Zeitlin [Thu, 28 Jul 2005 14:02:55 +0000 (14:02 +0000)] 
disabled wxStackWalker and wxCrashReport for Win64

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

18 years agolowercase bools
Stefan Csomor [Thu, 28 Jul 2005 13:43:49 +0000 (13:43 +0000)] 
lowercase bools

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

18 years agocode formattings
Stefan Csomor [Thu, 28 Jul 2005 13:32:20 +0000 (13:32 +0000)] 
code formattings

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

18 years agoRegenerated configure for 2.6.2
Julian Smart [Thu, 28 Jul 2005 13:18:09 +0000 (13:18 +0000)] 
Regenerated configure for 2.6.2

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

18 years agoRebake for 2.6.2
Julian Smart [Thu, 28 Jul 2005 12:48:14 +0000 (12:48 +0000)] 
Rebake for 2.6.2

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

18 years agoDefaults in wxWinCE documented.
Włodzimierz Skiba [Wed, 27 Jul 2005 20:01:02 +0000 (20:01 +0000)] 
Defaults in wxWinCE documented.

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

18 years agotypo
Stefan Csomor [Wed, 27 Jul 2005 18:16:27 +0000 (18:16 +0000)] 
typo

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

18 years agonew native toolbar implementation (turned off by default, not supporting embedded...
Stefan Csomor [Wed, 27 Jul 2005 15:02:04 +0000 (15:02 +0000)] 
new native toolbar implementation (turned off by default, not supporting embedded controls yet)

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

18 years agonew native toolbar implementation (turned off by default, not supporting embedded...
Stefan Csomor [Wed, 27 Jul 2005 14:53:12 +0000 (14:53 +0000)] 
new native toolbar implementation (turned off by default, not supporting embedded controls yet)

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

18 years agofix SF bug 1236365 (tested in VC only)
Chris Elliott [Wed, 27 Jul 2005 08:49:08 +0000 (08:49 +0000)] 
fix SF bug 1236365 (tested in VC only)

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

18 years agomoved declaration of variable only used if wxUSE_GIF inside #if wxUSE_GIF block
Vadim Zeitlin [Tue, 26 Jul 2005 23:33:27 +0000 (23:33 +0000)] 
moved declaration of variable only used if wxUSE_GIF inside #if wxUSE_GIF block

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

18 years agoremoved (non existing) default argument for DrawRoundedRectangle
Vadim Zeitlin [Tue, 26 Jul 2005 21:05:58 +0000 (21:05 +0000)] 
removed (non existing) default argument for DrawRoundedRectangle

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

18 years agoUpdating wording in description of Skip to be less ambiguous between the default...
Kevin Hock [Tue, 26 Jul 2005 18:58:25 +0000 (18:58 +0000)] 
Updating wording in description of Skip to be less ambiguous between the default behavior of the event processing and the default parameter of Skip

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

18 years agoBetter 'missing WXUNUSED' workaround (perhaps unnecessary if nomore standalone option...
Włodzimierz Skiba [Tue, 26 Jul 2005 15:38:55 +0000 (15:38 +0000)] 
Better 'missing WXUNUSED' workaround (perhaps unnecessary if nomore standalone option possible).

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

18 years agoSupport comma separated list in G_FILENAME_ENCODING
Michael Wetherell [Tue, 26 Jul 2005 14:16:29 +0000 (14:16 +0000)] 
Support comma separated list in G_FILENAME_ENCODING

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

18 years agoCorrections for future OW 1.4. Warning fixes.
Włodzimierz Skiba [Tue, 26 Jul 2005 09:05:27 +0000 (09:05 +0000)] 
Corrections for future OW 1.4. Warning fixes.

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

18 years agoHeader correction.
Włodzimierz Skiba [Tue, 26 Jul 2005 07:54:36 +0000 (07:54 +0000)] 
Header correction.

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