wxWidgets.git
19 years ago[ 1068188 ] Precompiled header for the test program [Modified a bit]
Ryan Norton [Mon, 22 Nov 2004 05:00:19 +0000 (05:00 +0000)] 
[ 1068188 ] Precompiled header for the test program [Modified a bit]
Regen bakefiles for unit tests

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

19 years agoThe presence of the effects controls (i.e. color) should not depend on whether or...
Kevin Hock [Sun, 21 Nov 2004 19:57:44 +0000 (19:57 +0000)] 
The presence of the effects controls (i.e. color) should not depend on whether or not a color is present in the font data, but rather whether or not EnableEffects is true or false

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

19 years agoUnicode logic fixes for AddEntries
Ryan Norton [Sun, 21 Nov 2004 19:21:17 +0000 (19:21 +0000)] 
Unicode logic fixes for AddEntries

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

19 years agoHack around MSVC 6 for forward declarators (from Mike W)
Ryan Norton [Sun, 21 Nov 2004 18:59:36 +0000 (18:59 +0000)] 
Hack around MSVC 6 for forward declarators (from Mike W)

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

19 years agowxTextOutputStream::PutChar and text stream test
Ryan Norton [Sun, 21 Nov 2004 18:26:38 +0000 (18:26 +0000)] 
wxTextOutputStream::PutChar and text stream test

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

19 years agowxMemxxx --> wxTmemxxx, get rid of wxdocmpxxx impossible case
Ryan Norton [Sun, 21 Nov 2004 17:44:40 +0000 (17:44 +0000)] 
wxMemxxx --> wxTmemxxx, get rid of wxdocmpxxx impossible case

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

19 years agoRemove silly include (from me I guess :))
Ryan Norton [Sun, 21 Nov 2004 17:11:38 +0000 (17:11 +0000)] 
Remove silly include (from me I guess :))

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

19 years agoMSVC 6 compilo fix
Ryan Norton [Sun, 21 Nov 2004 17:10:25 +0000 (17:10 +0000)] 
MSVC 6 compilo fix

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

19 years agofix for a crash with wxUSE_STL == 1: test for failed conversion in GetValue()
Vadim Zeitlin [Sun, 21 Nov 2004 12:21:14 +0000 (12:21 +0000)] 
fix for a crash with wxUSE_STL == 1: test for failed conversion in GetValue()

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

19 years agoreSWIGged
Robin Dunn [Sun, 21 Nov 2004 00:51:22 +0000 (00:51 +0000)] 
reSWIGged

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

19 years agoMake the event ID used for wx.CallAfter be an attribute of the app so
Robin Dunn [Sun, 21 Nov 2004 00:49:01 +0000 (00:49 +0000)] 
Make the event ID used for wx.CallAfter be an attribute of the app so
when and addition all wx.App objects are created a new ID will be
generated.

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

19 years agoMake the event ID used for wx.CallAfter be an attribute of the app so
Robin Dunn [Sun, 21 Nov 2004 00:43:38 +0000 (00:43 +0000)] 
Make the event ID used for wx.CallAfter be an attribute of the app so
when and addition all wx.App objects are created a new ID will be
generated.

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

19 years agoreSWIGged
Robin Dunn [Sun, 21 Nov 2004 00:29:20 +0000 (00:29 +0000)] 
reSWIGged

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

19 years ago Huurrayy, the GNOME page setup dialog is
Robert Roebling [Sat, 20 Nov 2004 23:11:40 +0000 (23:11 +0000)] 
  Huurrayy, the GNOME page setup dialog is
   broken in its native version. All the
   fuss for nothing.

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

19 years agoFix wxInputStream out typemap to allow SWIG to determine if thisown
Robin Dunn [Sat, 20 Nov 2004 22:02:29 +0000 (22:02 +0000)] 
Fix wxInputStream out typemap to allow SWIG to determine if thisown
should be set or not.

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

19 years ago Forgot to commit this one.
Robert Roebling [Sat, 20 Nov 2004 14:50:55 +0000 (14:50 +0000)] 
  Forgot to commit this one.

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

19 years ago Made wxPageSetupDialog a pimpl implementation.
Robert Roebling [Sat, 20 Nov 2004 14:46:25 +0000 (14:46 +0000)] 
  Made wxPageSetupDialog a pimpl implementation.
  Added a few clean-ups.
  Added native GNOME page setup dialog.

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

19 years agounzip.h is no longer needed
Václav Slavík [Sat, 20 Nov 2004 11:13:31 +0000 (11:13 +0000)] 
unzip.h is no longer needed

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

19 years agodon't use precompiled headers with dosyacc.c
Václav Slavík [Sat, 20 Nov 2004 11:10:47 +0000 (11:10 +0000)] 
don't use precompiled headers with dosyacc.c

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

19 years agonew files in libtiff 3.6.1
Vadim Zeitlin [Sat, 20 Nov 2004 00:17:39 +0000 (00:17 +0000)] 
new files in libtiff 3.6.1

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

19 years ago Use GTK+ calls for fullscreen mode.
Robert Roebling [Sat, 20 Nov 2004 00:00:49 +0000 (00:00 +0000)] 
  Use GTK+ calls for fullscreen mode.
  Fix bug with wrong tlw position after
    a sequence of hide/show.

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

19 years ago Corrected positioning of rotated text.
Robert Roebling [Fri, 19 Nov 2004 23:15:14 +0000 (23:15 +0000)] 
  Corrected positioning of rotated text.

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

19 years agoreSWIGged
Robin Dunn [Fri, 19 Nov 2004 23:03:05 +0000 (23:03 +0000)] 
reSWIGged

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

19 years agoreSWIGged
Robin Dunn [Fri, 19 Nov 2004 22:59:49 +0000 (22:59 +0000)] 
reSWIGged

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

19 years agogave different accels to different radio items
Vadim Zeitlin [Fri, 19 Nov 2004 22:35:22 +0000 (22:35 +0000)] 
gave different accels to different radio items

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

19 years agoupgraded libtiff to 3.6.1 + security fixes (patch from Tim Kosse)
Vadim Zeitlin [Fri, 19 Nov 2004 22:29:47 +0000 (22:29 +0000)] 
upgraded libtiff to 3.6.1 + security fixes (patch from Tim Kosse)

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

19 years agocleanup
Robin Dunn [Fri, 19 Nov 2004 22:15:49 +0000 (22:15 +0000)] 
cleanup

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

19 years agoDocstring fix for GetInstallPrefix/SetInstallPrefix
Robin Dunn [Fri, 19 Nov 2004 22:00:02 +0000 (22:00 +0000)] 
Docstring fix for GetInstallPrefix/SetInstallPrefix

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

19 years agolast commit broke compilation for wxUSE_UXTHEME == 0; fixing
Vadim Zeitlin [Fri, 19 Nov 2004 21:52:18 +0000 (21:52 +0000)] 
last commit broke compilation for wxUSE_UXTHEME == 0; fixing

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

19 years agoremoved unneeded wx/notebook.h include
Vadim Zeitlin [Fri, 19 Nov 2004 20:51:16 +0000 (20:51 +0000)] 
removed unneeded wx/notebook.h include

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

19 years agoadded another DoEraseBackground overload (no real changes)
Vadim Zeitlin [Fri, 19 Nov 2004 20:50:25 +0000 (20:50 +0000)] 
added another DoEraseBackground overload (no real changes)

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

19 years agocreate BS_GROUPBOX transparent
Vadim Zeitlin [Fri, 19 Nov 2004 20:49:30 +0000 (20:49 +0000)] 
create BS_GROUPBOX transparent

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

19 years agoSorting fixes to wxUniv wxCombo/ListBox [part of bug #1040593].
Włodzimierz Skiba [Fri, 19 Nov 2004 20:38:04 +0000 (20:38 +0000)] 
Sorting fixes to wxUniv wxCombo/ListBox [part of bug #1040593].

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

19 years agodon't draw themed background for standard controls; they do it themselves and so...
Vadim Zeitlin [Fri, 19 Nov 2004 20:37:20 +0000 (20:37 +0000)] 
don't draw themed background for standard controls; they do it themselves and so this only results in even more flicker

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

19 years agoalways return solid background for listbox
Vadim Zeitlin [Fri, 19 Nov 2004 20:36:23 +0000 (20:36 +0000)] 
always return solid background for listbox

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

19 years agoadded MSWControlColorDisabled and MSWControlColorSolid
Vadim Zeitlin [Fri, 19 Nov 2004 20:35:41 +0000 (20:35 +0000)] 
added MSWControlColorDisabled and MSWControlColorSolid

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

19 years agoadded missing header for USE_PCH == 0
Vadim Zeitlin [Fri, 19 Nov 2004 20:18:02 +0000 (20:18 +0000)] 
added missing header for USE_PCH == 0

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

19 years agoRemove py_objasdbl_conv typedef
Robin Dunn [Fri, 19 Nov 2004 20:06:09 +0000 (20:06 +0000)] 
Remove py_objasdbl_conv typedef

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

19 years agowxHtmlHelpController doesn't derive from wxEvtHandler
Robin Dunn [Fri, 19 Nov 2004 20:04:51 +0000 (20:04 +0000)] 
wxHtmlHelpController doesn't derive from wxEvtHandler

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

19 years agorefresh widget after changing its colour
Vadim Zeitlin [Fri, 19 Nov 2004 20:04:22 +0000 (20:04 +0000)] 
refresh widget after changing its colour

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

19 years agoAdded GetCurrentPage
Robin Dunn [Fri, 19 Nov 2004 20:03:06 +0000 (20:03 +0000)] 
Added GetCurrentPage

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

19 years agoAdded ConvertColourToAlpha
Robin Dunn [Fri, 19 Nov 2004 19:57:21 +0000 (19:57 +0000)] 
Added ConvertColourToAlpha

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

19 years agodon't set background colour explicitely; no need to handle WM_ERASEBKGND ourselves...
Vadim Zeitlin [Fri, 19 Nov 2004 19:55:34 +0000 (19:55 +0000)] 
don't set background colour explicitely; no need to handle WM_ERASEBKGND ourselves now that it is done correctly at wxControl level

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

19 years agorefactored code to do brush adjustment for bg drawing in only one place
Vadim Zeitlin [Fri, 19 Nov 2004 19:53:03 +0000 (19:53 +0000)] 
refactored code to do brush adjustment for bg drawing in only one place

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

19 years agoreplaced OnCtlColor(7 params) with MSWControlColor(1 param)
Vadim Zeitlin [Fri, 19 Nov 2004 19:40:31 +0000 (19:40 +0000)] 
replaced OnCtlColor(7 params) with MSWControlColor(1 param)

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

19 years agoAdded wxPyInputStream dtor. Use PyLong_FromLongLong iff needed for wxFileOffset
Robin Dunn [Fri, 19 Nov 2004 19:28:46 +0000 (19:28 +0000)] 
Added wxPyInputStream dtor.  Use PyLong_FromLongLong iff needed for wxFileOffset

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

19 years agoUse static method for AddCatalogLookupPathPrefix instead of global function
Robin Dunn [Fri, 19 Nov 2004 19:23:23 +0000 (19:23 +0000)] 
Use static method for AddCatalogLookupPathPrefix instead of global function

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

19 years agoGive SendSizeEvent a generic implementation. It can be useful on
Robin Dunn [Fri, 19 Nov 2004 19:20:01 +0000 (19:20 +0000)] 
Give SendSizeEvent a generic implementation.  It can be useful on
non-MSW platforms as well.

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

19 years agoremoved OnCtlColor()
Vadim Zeitlin [Fri, 19 Nov 2004 19:05:12 +0000 (19:05 +0000)] 
removed OnCtlColor()

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

19 years agoremoved (unused) nCtlColor parameter of OnCtlColor()
Vadim Zeitlin [Fri, 19 Nov 2004 19:04:09 +0000 (19:04 +0000)] 
removed (unused) nCtlColor parameter of OnCtlColor()

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

19 years agoadded tests for setting fg/bg colours
Vadim Zeitlin [Fri, 19 Nov 2004 19:03:04 +0000 (19:03 +0000)] 
added tests for setting fg/bg colours

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

19 years agoadded GetCurrentPage()
Vadim Zeitlin [Fri, 19 Nov 2004 18:57:53 +0000 (18:57 +0000)] 
added GetCurrentPage()

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

19 years agoremoved (unused) nCtlColor parameter of OnCtlColor(); added MSWControlColor(); implem...
Vadim Zeitlin [Fri, 19 Nov 2004 18:37:42 +0000 (18:37 +0000)] 
removed (unused) nCtlColor parameter of OnCtlColor(); added MSWControlColor(); implemented it to use tab control background if applicable

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

19 years agoadded support for drawing themed background: DoEraseBackground() and GetThemeBackgrou...
Vadim Zeitlin [Fri, 19 Nov 2004 18:36:45 +0000 (18:36 +0000)] 
added support for drawing themed background: DoEraseBackground() and GetThemeBackgroundBrush()

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

19 years agoadded GetIfActive() method returning non-NULL engine only if themes are not only...
Vadim Zeitlin [Fri, 19 Nov 2004 17:17:00 +0000 (17:17 +0000)] 
added GetIfActive() method returning non-NULL engine only if themes are not only available, but really use

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

19 years agoremoved duplicated code
Vadim Zeitlin [Fri, 19 Nov 2004 16:49:15 +0000 (16:49 +0000)] 
removed duplicated code

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

19 years agoadded CompatibleBitmap wrapper class
Vadim Zeitlin [Fri, 19 Nov 2004 16:47:51 +0000 (16:47 +0000)] 
added CompatibleBitmap wrapper class

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

19 years agoDo not make bitmap buttons with standard width (like in wxComboBox drop down button).
Włodzimierz Skiba [Fri, 19 Nov 2004 15:55:24 +0000 (15:55 +0000)] 
Do not make bitmap buttons with standard width (like in wxComboBox drop down button).

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

19 years agopart of patch [ 649438 ] Bug fixes from Netscape/AOL
Ryan Norton [Fri, 19 Nov 2004 07:46:34 +0000 (07:46 +0000)] 
part of patch [ 649438 ] Bug fixes from Netscape/AOL

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

19 years agopatch [ 762159 ] scroll sample auto-scroll test
Ryan Norton [Fri, 19 Nov 2004 07:16:40 +0000 (07:16 +0000)] 
patch [ 762159 ] scroll sample auto-scroll test

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

19 years agoEnable stl compilation with wxMac - unicode no work on 10.2 though. Modded patch...
Ryan Norton [Fri, 19 Nov 2004 06:57:02 +0000 (06:57 +0000)] 
Enable stl compilation with wxMac - unicode no work on 10.2 though.  Modded patch 1051991.

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

19 years agoapparently this code might be called with a CFSocket not yet constructed, guard again...
Stefan Csomor [Fri, 19 Nov 2004 06:34:47 +0000 (06:34 +0000)] 
apparently this code might be called with a CFSocket not yet constructed, guard against NULL

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

19 years agoapplied modified patch with native GTK wxFileDialog
Václav Slavík [Fri, 19 Nov 2004 00:30:24 +0000 (00:30 +0000)] 
applied modified patch with native GTK wxFileDialog

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

19 years agodon't erase background in wxControl neither
Vadim Zeitlin [Thu, 18 Nov 2004 23:20:10 +0000 (23:20 +0000)] 
don't erase background in wxControl neither

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

19 years agoset background style to wxBG_STYLE_COLOUR in SetBackgroundColour()
Vadim Zeitlin [Thu, 18 Nov 2004 22:32:52 +0000 (22:32 +0000)] 
set background style to wxBG_STYLE_COLOUR in SetBackgroundColour()

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

19 years agofixed libgnomeprint check to fail if libgnomeprint is too old
Václav Slavík [Thu, 18 Nov 2004 21:09:54 +0000 (21:09 +0000)] 
fixed libgnomeprint check to fail if libgnomeprint is too old

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

19 years ago[ 1067084 ] fs_zip.cpp assertion fix
Ryan Norton [Thu, 18 Nov 2004 17:03:02 +0000 (17:03 +0000)] 
[ 1067084 ] fs_zip.cpp assertion fix

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

19 years agofix compilo pointed out by OW
Ryan Norton [Thu, 18 Nov 2004 16:49:11 +0000 (16:49 +0000)] 
fix compilo pointed out by OW

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

19 years agoget rid of singleCustomColour - its not needed. Cleanup/optimize a bit more.
Ryan Norton [Thu, 18 Nov 2004 16:35:16 +0000 (16:35 +0000)] 
get rid of singleCustomColour - its not needed.  Cleanup/optimize a bit more.

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

19 years agofix bug where color chosen by sliders wouldn't be registered. Optimized a bit.
Ryan Norton [Thu, 18 Nov 2004 16:24:11 +0000 (16:24 +0000)] 
fix bug where color chosen by sliders wouldn't be registered.  Optimized a bit.

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

19 years agofix dialogs sample to remember last color with generic color dialog
Ryan Norton [Thu, 18 Nov 2004 16:20:04 +0000 (16:20 +0000)] 
fix dialogs sample to remember last color with generic color dialog

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

19 years agoAdd wxSizerFlags docs to wxSizer, wxSizerItem and wxSizer overview.
Ryan Norton [Thu, 18 Nov 2004 15:26:26 +0000 (15:26 +0000)] 
Add wxSizerFlags docs to wxSizer, wxSizerItem and wxSizer overview.
Mention that wxSizerFlags is PRELIMINARY.

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

19 years agowxSizerFlags name fix, accessors only available to wxSizer (supposively :))
Ryan Norton [Thu, 18 Nov 2004 14:58:52 +0000 (14:58 +0000)] 
wxSizerFlags name fix, accessors only available to wxSizer (supposively :))

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

19 years agowxsizerflags docs
Ryan Norton [Thu, 18 Nov 2004 14:52:04 +0000 (14:52 +0000)] 
wxsizerflags docs

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

19 years ago Added support for native print preview (GNOME)
Robert Roebling [Thu, 18 Nov 2004 14:45:40 +0000 (14:45 +0000)] 
  Added support for native print preview (GNOME)

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

19 years agomoved verbose changes to manual
Ryan Norton [Thu, 18 Nov 2004 14:15:48 +0000 (14:15 +0000)] 
moved verbose changes to manual

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

19 years agoAdd incompat and depre changes to manual
Ryan Norton [Thu, 18 Nov 2004 14:15:07 +0000 (14:15 +0000)] 
Add incompat and depre changes to manual

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

19 years agofix various latex errors
Ryan Norton [Thu, 18 Nov 2004 14:14:43 +0000 (14:14 +0000)] 
fix various latex errors

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

19 years agofix underscore errors
Ryan Norton [Thu, 18 Nov 2004 14:07:49 +0000 (14:07 +0000)] 
fix underscore errors

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

19 years ago Implemented DoDrawRotatedText() by way of a
Robert Roebling [Thu, 18 Nov 2004 14:04:30 +0000 (14:04 +0000)] 
  Implemented DoDrawRotatedText() by way of a
    rotation of a alpha blended text bitmap.
    It would be better if Pango could draw
    directly into an wxImage (as FreeType)
    can, but that is for later..

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

19 years ago Added support for alpha channels in interpolated
Robert Roebling [Thu, 18 Nov 2004 14:01:45 +0000 (14:01 +0000)] 
  Added support for alpha channels in interpolated
    and non-interpolated image rotation.
  Added helper method for turning shades of grey
    into shades of alpha and a colour.

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

19 years ago3rd state in checkboxes for wxUniv [closes bug#1040585].
Włodzimierz Skiba [Thu, 18 Nov 2004 13:16:41 +0000 (13:16 +0000)] 
3rd state in checkboxes for wxUniv [closes bug#1040585].

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

19 years agoreverted DrawRotatedText change, it's broken
Václav Slavík [Thu, 18 Nov 2004 10:30:22 +0000 (10:30 +0000)] 
reverted DrawRotatedText change, it's broken

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

19 years agoNull m_select_me when this item is deleted
Julian Smart [Thu, 18 Nov 2004 10:02:56 +0000 (10:02 +0000)] 
Null m_select_me when this item is deleted

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

19 years agoavoid locale that always returns US-ASCII on wxMac
Stefan Csomor [Thu, 18 Nov 2004 09:50:11 +0000 (09:50 +0000)] 
avoid locale that always returns US-ASCII on wxMac

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

19 years agofix initial color
Ryan Norton [Thu, 18 Nov 2004 08:36:25 +0000 (08:36 +0000)] 
fix initial color

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

19 years agoFixes for USE_GUI=0 to make pure wxBase makefiles possible. Nothing rebaked because...
Włodzimierz Skiba [Thu, 18 Nov 2004 08:14:18 +0000 (08:14 +0000)] 
Fixes for USE_GUI=0 to make pure wxBase makefiles possible. Nothing rebaked because GUI builds are not influenced (but makefiles minimally changed).

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

19 years agoStandardPaths updates. Added a demo sample for StandardPaths. Made
Robin Dunn [Thu, 18 Nov 2004 01:28:18 +0000 (01:28 +0000)] 
StandardPaths updates.  Added a demo sample for StandardPaths.  Made
the Python install prefix be the default install prefix for
StandardPaths.

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

19 years agoAdded wxBU_ALIGN_MASK
Robin Dunn [Wed, 17 Nov 2004 23:50:46 +0000 (23:50 +0000)] 
Added wxBU_ALIGN_MASK

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

19 years ago Start for Pango 1.6 based text rotation.
Robert Roebling [Wed, 17 Nov 2004 21:57:16 +0000 (21:57 +0000)] 
  Start for Pango 1.6 based text rotation.

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

19 years ago Added support for most print page/selection/copies
Robert Roebling [Wed, 17 Nov 2004 21:56:02 +0000 (21:56 +0000)] 
  Added support for most print page/selection/copies
   etc. options in the native GNOME dialog.
  Added support for printing rotated text and alpha
   channel images.

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

19 years agoadded unix/stdpaths
Stefan Csomor [Wed, 17 Nov 2004 18:38:10 +0000 (18:38 +0000)] 
added unix/stdpaths

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

19 years agoImplement toolbar tool clicks. Get rid of wxNSActionCell stuff because
David Elliott [Wed, 17 Nov 2004 18:02:56 +0000 (18:02 +0000)] 
Implement toolbar tool clicks.  Get rid of wxNSActionCell stuff because
Cells send their action from the view anyway so we'd have no way of knowing
which tool was clicked.

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

19 years ago Use native printing dialog for wxPrintDialog,
Robert Roebling [Wed, 17 Nov 2004 16:59:50 +0000 (16:59 +0000)] 
  Use native printing dialog for wxPrintDialog,
    not for setup only as before. It prints,
    but page selection etc. is still an idea

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

19 years agoTypecast before endian adjustements.
Włodzimierz Skiba [Wed, 17 Nov 2004 16:36:28 +0000 (16:36 +0000)] 
Typecast before endian adjustements.

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

19 years agoSeveral casts due to assigning signed to unsigned or more to less bits of integral...
Włodzimierz Skiba [Wed, 17 Nov 2004 16:13:29 +0000 (16:13 +0000)] 
Several casts due to assigning signed to unsigned or more to less bits of integral values.

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

19 years agoTypecast during compilation instead of class constructor call (OW warnig fix).
Włodzimierz Skiba [Wed, 17 Nov 2004 16:11:08 +0000 (16:11 +0000)] 
Typecast during compilation instead of class constructor call (OW warnig fix).

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

19 years agowxStat call preliminary fix
Stefan Csomor [Wed, 17 Nov 2004 15:16:58 +0000 (15:16 +0000)] 
wxStat call preliminary fix

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

19 years agofile name char set string conversions
Stefan Csomor [Wed, 17 Nov 2004 15:14:35 +0000 (15:14 +0000)] 
file name char set string conversions

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

19 years agoAdded IsTopLevel() check to last message loop in PreProcessMessage. This
Julian Smart [Wed, 17 Nov 2004 13:42:14 +0000 (13:42 +0000)] 
Added IsTopLevel() check to last message loop in PreProcessMessage. This
stops e.g. ESC being processed by a parent modal dialog if not processed
by the child -> assert and lockup

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