]> git.saurik.com Git - wxWidgets.git/log
wxWidgets.git
17 years ago Compile fix of no backtrace() is present.
Robert Roebling [Mon, 27 Nov 2006 21:20:50 +0000 (21:20 +0000)] 
  Compile fix of no backtrace() is present.

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

17 years agoreSWIGged
Robin Dunn [Mon, 27 Nov 2006 20:18:47 +0000 (20:18 +0000)] 
reSWIGged

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

17 years agoTest for wx.TB_HORZ_LAYOUT too
Robin Dunn [Mon, 27 Nov 2006 20:17:40 +0000 (20:17 +0000)] 
Test for wx.TB_HORZ_LAYOUT too

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

17 years agoEnsure that InsertItem doesn't lead to a crash in virtual mode, and don't use SortPro...
Kevin Ollivier [Mon, 27 Nov 2006 18:40:06 +0000 (18:40 +0000)] 
Ensure that InsertItem doesn't lead to a crash in virtual mode, and don't use SortProperty to determined column clicked in virtual mode as we cannot sort virtual controls and it returns an invalid value.

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

17 years agoFixed some typos
Julian Smart [Mon, 27 Nov 2006 17:03:45 +0000 (17:03 +0000)] 
Fixed some typos

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

17 years agoavoid assert in DoGetBestSize() for an empty tree
Vadim Zeitlin [Mon, 27 Nov 2006 16:36:09 +0000 (16:36 +0000)] 
avoid assert in DoGetBestSize() for an empty tree

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

17 years agocache the best size in overridden DoGetBestSize()
Vadim Zeitlin [Mon, 27 Nov 2006 16:35:06 +0000 (16:35 +0000)] 
cache the best size in overridden DoGetBestSize()

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

17 years agodon't link with GUI libraries when wxUSE_GUI==0
Vadim Zeitlin [Mon, 27 Nov 2006 15:03:59 +0000 (15:03 +0000)] 
don't link with GUI libraries when wxUSE_GUI==0

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

17 years agoadded test for Get/UngetWriteBuf()
Vadim Zeitlin [Mon, 27 Nov 2006 15:03:24 +0000 (15:03 +0000)] 
added test for Get/UngetWriteBuf()

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

17 years agoNUL terminate the string in UngetWriteBuf(len) (bug 1594189)
Vadim Zeitlin [Mon, 27 Nov 2006 15:03:06 +0000 (15:03 +0000)] 
NUL terminate the string in UngetWriteBuf(len) (bug 1594189)

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

17 years agomake Ok button in the dialog the default one as people expect it (see bug 1582051)
Vadim Zeitlin [Mon, 27 Nov 2006 15:02:49 +0000 (15:02 +0000)] 
make Ok button in the dialog the default one as people expect it (see bug 1582051)

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

17 years agofixed missing initialization of line variable in InitFrames() (coverity id 213)
Vadim Zeitlin [Mon, 27 Nov 2006 15:02:32 +0000 (15:02 +0000)] 
fixed missing initialization of line variable in InitFrames() (coverity id 213)

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

17 years agoreplaced assert in wxPrintfConvSpec::ReplaceAsteriskWith() with a wxCHECK to avoid...
Vadim Zeitlin [Mon, 27 Nov 2006 15:02:15 +0000 (15:02 +0000)] 
replaced assert in wxPrintfConvSpec::ReplaceAsteriskWith() with a wxCHECK to avoid crash in release builds (coverity id 212)

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

17 years agoensure that image data is always freed by using wxON_BLOCK_EXIT in ReadTGA() (coverit...
Vadim Zeitlin [Mon, 27 Nov 2006 15:01:58 +0000 (15:01 +0000)] 
ensure that image data is always freed by using wxON_BLOCK_EXIT in ReadTGA() (coverity id 202)

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

17 years agoneed to tweak the standard header with BCC 5.6 to build wx currently
Vadim Zeitlin [Mon, 27 Nov 2006 15:01:24 +0000 (15:01 +0000)] 
need to tweak the standard header with BCC 5.6 to build wx currently

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

17 years agocopy setup.h from setup0.h
Chris Elliott [Mon, 27 Nov 2006 14:12:57 +0000 (14:12 +0000)] 
copy setup.h from setup0.h

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

17 years agoup to 2.8.0rc
Chris Elliott [Mon, 27 Nov 2006 13:37:12 +0000 (13:37 +0000)] 
up to 2.8.0rc

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

17 years agoadd setup.h to tarball
Chris Elliott [Mon, 27 Nov 2006 13:36:18 +0000 (13:36 +0000)] 
add setup.h to tarball

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

17 years agoremove .# from makefile tarball
Chris Elliott [Mon, 27 Nov 2006 13:25:06 +0000 (13:25 +0000)] 
remove .# from makefile tarball

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

17 years agofix SF bug 1602033
Chris Elliott [Mon, 27 Nov 2006 13:16:38 +0000 (13:16 +0000)] 
fix SF bug 1602033

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

17 years agofirst try at getting os watcom makefiles
Chris Elliott [Mon, 27 Nov 2006 11:50:35 +0000 (11:50 +0000)] 
first try at getting os watcom makefiles

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

17 years agoWarning fixes and source cleaning.
Włodzimierz Skiba [Mon, 27 Nov 2006 11:04:21 +0000 (11:04 +0000)] 
Warning fixes and source cleaning.

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

17 years agoWarning fix for eVC4 build.
Włodzimierz Skiba [Mon, 27 Nov 2006 10:56:37 +0000 (10:56 +0000)] 
Warning fix for eVC4 build.

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

17 years agocreate single htb and htm docs
Chris Elliott [Mon, 27 Nov 2006 10:20:12 +0000 (10:20 +0000)] 
create single htb and htm docs

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

17 years agoCheck for G_FILENAME_ENCODING=@locale case insensitively.
Michael Wetherell [Mon, 27 Nov 2006 09:50:36 +0000 (09:50 +0000)] 
Check for G_FILENAME_ENCODING=@locale case insensitively.

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

17 years agoCast adjusted to expected integer range.
Włodzimierz Skiba [Mon, 27 Nov 2006 09:21:08 +0000 (09:21 +0000)] 
Cast adjusted to expected integer range.

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

17 years agoImplement SetItemState for native virtual listctrl.
Kevin Ollivier [Mon, 27 Nov 2006 04:13:04 +0000 (04:13 +0000)] 
Implement SetItemState for native virtual listctrl.

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

17 years agoUpdates for AUI wrappers.
Kevin Ollivier [Mon, 27 Nov 2006 03:55:58 +0000 (03:55 +0000)] 
Updates for AUI wrappers.

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

17 years agoMoved wxpyaddons.wxcommunity.com to wxaddons.wxcommunity.com to be consistent about...
Kevin Ollivier [Sun, 26 Nov 2006 23:50:19 +0000 (23:50 +0000)] 
Moved wxpyaddons.wxcommunity.com to wxaddons.wxcommunity.com to be consistent about naming. Also, removed hardcoded url variable, added a note about grabbing the URL, and updated tests.

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

17 years agoDon't apply bounding box adjustment when using generic tree control
Julian Smart [Sun, 26 Nov 2006 22:12:20 +0000 (22:12 +0000)] 
Don't apply bounding box adjustment when using generic tree control

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

17 years agoAdded DnD guard
Julian Smart [Sun, 26 Nov 2006 21:50:51 +0000 (21:50 +0000)] 
Added DnD guard

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

17 years agoFurther wxRTC doc updates
Julian Smart [Sun, 26 Nov 2006 20:41:48 +0000 (20:41 +0000)] 
Further wxRTC doc updates

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

17 years agoreplaced some chars with wxChars (patch from Tim Kosse)
Vadim Zeitlin [Sun, 26 Nov 2006 20:20:52 +0000 (20:20 +0000)] 
replaced some chars with wxChars (patch from Tim Kosse)

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

17 years agocompilation fix for BCC 5.5: use IsSameAs() instead of accessing m_refData directly...
Vadim Zeitlin [Sun, 26 Nov 2006 20:18:53 +0000 (20:18 +0000)] 
compilation fix for BCC 5.5: use IsSameAs() instead of accessing m_refData directly which somehow fails with this compiler

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

17 years agodestroy IDirectFBWindow in wxTLW dtor
Václav Slavík [Sun, 26 Nov 2006 20:05:14 +0000 (20:05 +0000)] 
destroy IDirectFBWindow in wxTLW dtor

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

17 years ago [ 1602455 ] [docs] Fix docs for event used by pickers & collapsiblepane
Robert Roebling [Sun, 26 Nov 2006 18:48:36 +0000 (18:48 +0000)] 
  [ 1602455 ] [docs] Fix docs for event used by pickers & collapsiblepane

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

17 years ago [ 1603286 ] make wxMessageDialog Gnome HIG conform for yes_no+cancel
Robert Roebling [Sun, 26 Nov 2006 18:46:00 +0000 (18:46 +0000)] 
  [ 1603286 ] make wxMessageDialog Gnome HIG conform for yes_no+cancel

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

17 years ago [ 1602454 ] [docs] Fix wxANIM_ enum values
Robert Roebling [Sun, 26 Nov 2006 18:43:24 +0000 (18:43 +0000)] 
  [ 1602454 ] [docs] Fix wxANIM_ enum values

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

17 years ago [ 1601396 ] Fix copy of empty wxXmlDocuments
Robert Roebling [Sun, 26 Nov 2006 18:41:43 +0000 (18:41 +0000)] 
  [ 1601396 ] Fix copy of empty wxXmlDocuments
     and minor doc update.

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

17 years agoselection bug fixed in wxAuiNotebook
Benjamin Williams [Sun, 26 Nov 2006 18:38:36 +0000 (18:38 +0000)] 
selection bug fixed in wxAuiNotebook

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

17 years agowxAuiNotebook minor tab art interface cleanups
Benjamin Williams [Sun, 26 Nov 2006 17:05:43 +0000 (17:05 +0000)] 
wxAuiNotebook minor tab art interface cleanups

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

17 years ago Use 1 as true and "" as false, not the opposite.
Mattia Barbon [Sun, 26 Nov 2006 14:22:29 +0000 (14:22 +0000)] 
  Use 1 as true and "" as false, not the opposite.

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

17 years agoStyles now sorted alphabetically
Julian Smart [Sun, 26 Nov 2006 12:47:53 +0000 (12:47 +0000)] 
Styles now sorted alphabetically

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

17 years agoreSWIGged
Robin Dunn [Sun, 26 Nov 2006 07:02:21 +0000 (07:02 +0000)] 
reSWIGged

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

17 years agoCompilation fixes
Robin Dunn [Sun, 26 Nov 2006 07:00:54 +0000 (07:00 +0000)] 
Compilation fixes

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

17 years agoAdd GetWindowBorderSize
Robin Dunn [Sun, 26 Nov 2006 06:59:56 +0000 (06:59 +0000)] 
Add GetWindowBorderSize

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

17 years agoMore layout tweaks for wxComboCtrl on Mac
Robin Dunn [Sun, 26 Nov 2006 06:45:45 +0000 (06:45 +0000)] 
More layout tweaks for wxComboCtrl on Mac

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

17 years agoAdded DrawComboBoxDropButton and DrawPushButton to wxRendererNative
Robin Dunn [Sun, 26 Nov 2006 06:45:01 +0000 (06:45 +0000)] 
Added DrawComboBoxDropButton and DrawPushButton to wxRendererNative
for Mac.

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

17 years agouse sizes from the HIG for the best height of the ComboCtrl on wxMac
Robin Dunn [Sat, 25 Nov 2006 22:48:47 +0000 (22:48 +0000)] 
use sizes from the HIG for the best height of the ComboCtrl on wxMac

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

17 years agoFix tree size calculation by using logical item position
Julian Smart [Sat, 25 Nov 2006 21:12:31 +0000 (21:12 +0000)] 
Fix tree size calculation by using logical item position

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

17 years agofix missing int return type
Chris Elliott [Sat, 25 Nov 2006 18:34:56 +0000 (18:34 +0000)] 
fix missing int return type

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

17 years agoupdate for 2.8.0; also switched to UTF-8 from ISO8859-2
Vadim Zeitlin [Sat, 25 Nov 2006 17:37:11 +0000 (17:37 +0000)] 
update for 2.8.0; also switched to UTF-8 from ISO8859-2

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

17 years agoReplaced "egrep" by "$EGREP" (predefined by configure anyway).
Stefan Neis [Sat, 25 Nov 2006 17:29:21 +0000 (17:29 +0000)] 
Replaced "egrep" by "$EGREP" (predefined by configure anyway).

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

17 years agoforce linux/joystick.h header compilation (and not just presence) check to fix the...
Vadim Zeitlin [Sat, 25 Nov 2006 16:20:11 +0000 (16:20 +0000)] 
force linux/joystick.h header compilation (and not just presence) check to fix the build under Linux 2.6.16 with its broken joystick.h

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

17 years agocorrected wxTreeCtrl::GetBestSize() for a control with borders
Vadim Zeitlin [Sat, 25 Nov 2006 14:54:22 +0000 (14:54 +0000)] 
corrected wxTreeCtrl::GetBestSize() for a control with borders

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

17 years agoadded wxWindow::GetWindowBorderSize()
Vadim Zeitlin [Sat, 25 Nov 2006 14:52:52 +0000 (14:52 +0000)] 
added wxWindow::GetWindowBorderSize()

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

17 years agoIPC sample projects renamed from ipc_xxx to ipc_ipcxxx
Vadim Zeitlin [Sat, 25 Nov 2006 14:24:34 +0000 (14:24 +0000)] 
IPC sample projects renamed from ipc_xxx to ipc_ipcxxx

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

17 years agorename some projects to avoid project name clashes in samples.dsw
Vadim Zeitlin [Sat, 25 Nov 2006 14:22:44 +0000 (14:22 +0000)] 
rename some projects to avoid project name clashes in samples.dsw

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

17 years agomove wxIsDragResultOk out of line to avoid problems with DLL-exported inline function...
Vadim Zeitlin [Sat, 25 Nov 2006 14:08:27 +0000 (14:08 +0000)] 
move wxIsDragResultOk out of line to avoid problems with DLL-exported inline functions (mingw32 3.4.5 warns about it)

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

17 years ago Allow building when WXINTL_NO_GETTEXT_MACRO is defined.
Mattia Barbon [Sat, 25 Nov 2006 13:52:12 +0000 (13:52 +0000)] 
  Allow building when WXINTL_NO_GETTEXT_MACRO is defined.

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

17 years agoDon't allow zero size for clipping region, or wxX11 will crash
Julian Smart [Sat, 25 Nov 2006 11:47:50 +0000 (11:47 +0000)] 
Don't allow zero size for clipping region, or wxX11 will crash

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

17 years agoAdded missing include for FILE
Julian Smart [Sat, 25 Nov 2006 10:49:15 +0000 (10:49 +0000)] 
Added missing include for FILE

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

17 years agoanother notebook event fix
Benjamin Williams [Fri, 24 Nov 2006 21:27:55 +0000 (21:27 +0000)] 
another notebook event fix

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

17 years agofix for bakefile and autoconf changes
Chris Elliott [Fri, 24 Nov 2006 13:05:07 +0000 (13:05 +0000)] 
fix for bakefile  and autoconf changes

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

17 years ago Link fix for GTK 1.2 debug.
Robert Roebling [Fri, 24 Nov 2006 11:33:53 +0000 (11:33 +0000)] 
  Link fix for GTK 1.2 debug.

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

17 years ago Actually use new GTK+ native assert dialog.
Robert Roebling [Fri, 24 Nov 2006 10:55:26 +0000 (10:55 +0000)] 
  Actually use new GTK+ native assert dialog.

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

17 years ago Actually compile GTK+ native assert dialog.
Robert Roebling [Fri, 24 Nov 2006 10:51:43 +0000 (10:51 +0000)] 
  Actually compile GTK+ native assert dialog.

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

17 years ago Commit FM's GTK+ native assert dialog code.
Robert Roebling [Fri, 24 Nov 2006 10:50:20 +0000 (10:50 +0000)] 
 Commit FM's GTK+ native assert dialog code.

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

17 years ago Override SetLogicalOrigin and SetDeviceOrigin in GNOME
Robert Roebling [Fri, 24 Nov 2006 10:48:56 +0000 (10:48 +0000)] 
  Override SetLogicalOrigin and SetDeviceOrigin in GNOME
    print DC as this will probably be needed to fix the
    printing bug reported recently.

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

17 years ago Correct include file for wxGetActiveWindow()
Robert Roebling [Fri, 24 Nov 2006 10:45:37 +0000 (10:45 +0000)] 
  Correct include file for wxGetActiveWindow()

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

17 years agoFix code comment: Giuseppe Bilotta tells me that ALPHA does not refer to the blue...
Mart Raudsepp [Fri, 24 Nov 2006 10:30:42 +0000 (10:30 +0000)] 
Fix code comment: Giuseppe Bilotta tells me that ALPHA does not refer to the blue buffer and glXChooseVisual manual agrees

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

17 years agoFixed bug in wxCalendarCtrl::HitTest() when clicking on month change arrows
Vadim Zeitlin [Fri, 24 Nov 2006 09:25:49 +0000 (09:25 +0000)] 
Fixed bug in wxCalendarCtrl::HitTest() when clicking on month change arrows

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

17 years agotest resizeable calendar control
Vadim Zeitlin [Fri, 24 Nov 2006 09:20:15 +0000 (09:20 +0000)] 
test resizeable calendar control

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

17 years agoavoid warnings about missing macro parameters (only given by VC6 apparently) when...
Vadim Zeitlin [Fri, 24 Nov 2006 00:56:22 +0000 (00:56 +0000)] 
avoid warnings about missing macro parameters (only given by VC6 apparently) when building as static library and, hence, having passing expmode parameters to various array definition macros

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

17 years agohandle wxXmlResource::Load() errors
Vadim Zeitlin [Fri, 24 Nov 2006 00:00:37 +0000 (00:00 +0000)] 
handle wxXmlResource::Load() errors

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

17 years agoprep flags, code indentation
Benjamin Williams [Thu, 23 Nov 2006 18:24:15 +0000 (18:24 +0000)] 
prep flags, code indentation

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

17 years agolimit TLW size to display size in wxSizer::Fit() instead of doing it in wxTLW::GetMax...
Vadim Zeitlin [Thu, 23 Nov 2006 17:50:52 +0000 (17:50 +0000)] 
limit TLW size to display size in wxSizer::Fit() instead of doing it in wxTLW::GetMaxSize(), this allows creating or manually resizing TLWs to be larger than the display while still avoiding making them too big by default

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

17 years agocorrectly render titlebars for TLWs with wxCAPTION but without wxCLOSE_BOX
Václav Slavík [Thu, 23 Nov 2006 14:50:42 +0000 (14:50 +0000)] 
correctly render titlebars for TLWs with wxCAPTION but without wxCLOSE_BOX

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

17 years agomoved some wxMimeTypeCommands methods into .cpp file from header, this generally...
Vadim Zeitlin [Thu, 23 Nov 2006 13:51:49 +0000 (13:51 +0000)] 
moved some wxMimeTypeCommands methods into .cpp file from header, this generally makes sense (methods are too long to be inline anyhow) and might also incidentally fix the compilation with -funsigned-char

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

17 years agofix daily builds
Chris Elliott [Thu, 23 Nov 2006 13:30:36 +0000 (13:30 +0000)] 
fix daily builds

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

17 years agotypo: s/if/is/
Vadim Zeitlin [Thu, 23 Nov 2006 12:03:41 +0000 (12:03 +0000)] 
typo: s/if/is/

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

17 years agofixed notebook event bug
Benjamin Williams [Thu, 23 Nov 2006 07:09:06 +0000 (07:09 +0000)] 
fixed notebook event bug

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

17 years agoRemove debugging statement.
Kevin Ollivier [Thu, 23 Nov 2006 06:36:50 +0000 (06:36 +0000)] 
Remove debugging statement.

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

17 years agoAllow import checks to be turned off via preference.
Kevin Ollivier [Thu, 23 Nov 2006 05:54:01 +0000 (05:54 +0000)] 
Allow import checks to be turned off via preference.

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

17 years agoreSWIGged
Robin Dunn [Thu, 23 Nov 2006 02:30:34 +0000 (02:30 +0000)] 
reSWIGged

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

17 years agoFixes for new AUI changes
Robin Dunn [Thu, 23 Nov 2006 02:29:13 +0000 (02:29 +0000)] 
Fixes for new AUI changes

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

17 years agoUpdates from Dan
Robin Dunn [Thu, 23 Nov 2006 02:28:03 +0000 (02:28 +0000)] 
Updates from Dan

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

17 years agoremoved some members from wxAuiPaneInfo which should not be on the class interface
Benjamin Williams [Wed, 22 Nov 2006 20:22:27 +0000 (20:22 +0000)] 
removed some members from wxAuiPaneInfo which should not be on the class interface

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

17 years agoAvoid crash when trying to access m_window from wxScreenDC.
Kevin Ollivier [Wed, 22 Nov 2006 19:54:38 +0000 (19:54 +0000)] 
Avoid crash when trying to access m_window from wxScreenDC.

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

17 years agoCoreGraphics only supports the wx.COPY logical function.
Kevin Ollivier [Wed, 22 Nov 2006 19:52:23 +0000 (19:52 +0000)] 
CoreGraphics only supports the wx.COPY logical function.

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

17 years agoAdded setters for print and page data
Julian Smart [Wed, 22 Nov 2006 17:11:53 +0000 (17:11 +0000)] 
Added setters for print and page data

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

17 years agofix broken script with brackets
Chris Elliott [Wed, 22 Nov 2006 16:10:14 +0000 (16:10 +0000)] 
fix broken script with brackets

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

17 years agoCrash bug fix (don't access NULL pointer)
Julian Smart [Wed, 22 Nov 2006 15:15:38 +0000 (15:15 +0000)] 
Crash bug fix (don't access NULL pointer)

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

17 years agoRemove unneeded code in wxWindowDC::DoGetPartialTextExtents
Robin Dunn [Wed, 22 Nov 2006 15:06:48 +0000 (15:06 +0000)] 
Remove unneeded code in wxWindowDC::DoGetPartialTextExtents

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

18 years agoPCH build fix.
Włodzimierz Skiba [Tue, 25 Jul 2006 06:50:19 +0000 (06:50 +0000)] 
PCH build fix.

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

18 years agoUse same type in both results of A?B:C operator (Tinderbox build fix).
Włodzimierz Skiba [Tue, 25 Jul 2006 06:48:03 +0000 (06:48 +0000)] 
Use same type in both results of A?B:C operator (Tinderbox build fix).

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

18 years agoFinal steps to move to common icon.
Włodzimierz Skiba [Tue, 25 Jul 2006 06:43:18 +0000 (06:43 +0000)] 
Final steps to move to common icon.

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

18 years agoPCH build fix.
Włodzimierz Skiba [Tue, 25 Jul 2006 06:07:01 +0000 (06:07 +0000)] 
PCH build fix.

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

18 years agomove default button handling code from wxControlContainer to wxTLW (patch 1524441)
Vadim Zeitlin [Tue, 25 Jul 2006 01:31:13 +0000 (01:31 +0000)] 
move default button handling code from wxControlContainer to wxTLW (patch 1524441)

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

18 years agoinclude X11/Xutil.h for wxMotif compilation
Vadim Zeitlin [Tue, 25 Jul 2006 01:28:10 +0000 (01:28 +0000)] 
include X11/Xutil.h for wxMotif compilation

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