wxWidgets.git
17 years agocompilation fix
Vadim Zeitlin [Mon, 11 Sep 2006 14:07:41 +0000 (14:07 +0000)] 
compilation fix

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

17 years agoimplemented DrawPoint in terms of DrawLine (for now)
Václav Slavík [Mon, 11 Sep 2006 11:26:48 +0000 (11:26 +0000)] 
implemented DrawPoint in terms of DrawLine (for now)

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

17 years agoremoved tabs and trailing whitespace
Václav Slavík [Mon, 11 Sep 2006 11:13:05 +0000 (11:13 +0000)] 
removed tabs and trailing whitespace

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

17 years agowxXML load/save improvements: added ability to not ignore whitespace and specify...
Václav Slavík [Mon, 11 Sep 2006 11:08:49 +0000 (11:08 +0000)] 
wxXML load/save improvements: added ability to not ignore whitespace and specify indentation level (patch #1541888)

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

17 years ago Implement dc mirroring for RTL.
Robert Roebling [Mon, 11 Sep 2006 10:32:43 +0000 (10:32 +0000)] 
  Implement dc mirroring for RTL.

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

17 years ago Make IsExposed virtual.
Robert Roebling [Mon, 11 Sep 2006 09:54:07 +0000 (09:54 +0000)] 
  Make IsExposed virtual.

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

17 years agomove misc surface helpers to wxIDirectFBSurface class
Václav Slavík [Mon, 11 Sep 2006 09:08:57 +0000 (09:08 +0000)] 
move misc surface helpers to wxIDirectFBSurface class

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

17 years agoadded hyperlink alignment flags (patch 1537043)
Vadim Zeitlin [Sun, 10 Sep 2006 23:57:26 +0000 (23:57 +0000)] 
added hyperlink alignment flags (patch 1537043)

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

17 years agocompilation fixes for wxUSE_STL==1 (patch 1555754)
Vadim Zeitlin [Sun, 10 Sep 2006 23:50:27 +0000 (23:50 +0000)] 
compilation fixes for wxUSE_STL==1 (patch 1555754)

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

17 years agominor corrections and note about Unicode (patch 1555691)
Vadim Zeitlin [Sun, 10 Sep 2006 23:49:19 +0000 (23:49 +0000)] 
minor corrections and note about Unicode (patch 1555691)

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

17 years agouse RTL paragraphs in rich edit control in RTL mode (patch 1553298)
Vadim Zeitlin [Sun, 10 Sep 2006 23:47:11 +0000 (23:47 +0000)] 
use RTL paragraphs in rich edit control in RTL mode (patch 1553298)

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

17 years agoreturn correct coordinates for child windows from DoGetPosition() in RTL mode (patch...
Vadim Zeitlin [Sun, 10 Sep 2006 23:42:19 +0000 (23:42 +0000)] 
return correct coordinates for child windows from DoGetPosition() in RTL mode (patch 1552664)

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

17 years agofix static box label drawing in RTL locale (patch 1552545)
Vadim Zeitlin [Sun, 10 Sep 2006 23:39:37 +0000 (23:39 +0000)] 
fix static box label drawing in RTL locale (patch 1552545)

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

17 years agoadded wxLocale::IsAvailable() (extended patch 1547191)
Vadim Zeitlin [Sun, 10 Sep 2006 23:28:20 +0000 (23:28 +0000)] 
added wxLocale::IsAvailable() (extended patch 1547191)

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

17 years agouse wxID_OPEN instead of INTERNAT_OPEN
Vadim Zeitlin [Sun, 10 Sep 2006 23:19:50 +0000 (23:19 +0000)] 
use wxID_OPEN instead of INTERNAT_OPEN

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

17 years agocompilation fix for Unicode build (patch 1546975)
Vadim Zeitlin [Sun, 10 Sep 2006 23:09:33 +0000 (23:09 +0000)] 
compilation fix for Unicode build (patch 1546975)

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

17 years agoallow wxRB_GROUP to be changed after creation (patch 1544686)
Vadim Zeitlin [Sun, 10 Sep 2006 23:08:13 +0000 (23:08 +0000)] 
allow wxRB_GROUP to be changed after creation (patch 1544686)

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

17 years agofix constructing wxRegKey from string names (replaces patch 1542052)
Vadim Zeitlin [Sun, 10 Sep 2006 23:04:59 +0000 (23:04 +0000)] 
fix constructing wxRegKey from string names (replaces patch 1542052)

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

17 years agoclear values of type SQL_C_DATE/TIME too (patch 1541829)
Vadim Zeitlin [Sun, 10 Sep 2006 22:45:02 +0000 (22:45 +0000)] 
clear values of type SQL_C_DATE/TIME too (patch 1541829)

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

17 years agodon't call ::GetSystemMetrics() unnecessarily in wxGetHiconSize()
Vadim Zeitlin [Sun, 10 Sep 2006 22:43:14 +0000 (22:43 +0000)] 
don't call ::GetSystemMetrics() unnecessarily in wxGetHiconSize()

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

17 years agoavoid null pointer dereference in DoGetClientSize
Paul Cornett [Sun, 10 Sep 2006 20:50:58 +0000 (20:50 +0000)] 
avoid null pointer dereference in DoGetClientSize

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

17 years ago The usual missing commit.
Robert Roebling [Sun, 10 Sep 2006 19:40:20 +0000 (19:40 +0000)] 
  The usual missing commit.

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

17 years ago Implemented window coord mirroring for RTL. This
Robert Roebling [Sun, 10 Sep 2006 19:39:22 +0000 (19:39 +0000)] 
  Implemented window coord mirroring for RTL. This
    is only implemented for *setting* the coordinates
    which is enough for wxSizers and 99% or other
    dialogs to work.
  Also reversed the meaning of wxStaticText alignment
    in RTL mode. It is possible that later versions
    of GTK actually do that themselves. (?)

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

17 years agoensure that -2 font size is readable, it could be too small after last change
Vadim Zeitlin [Sun, 10 Sep 2006 18:18:13 +0000 (18:18 +0000)] 
ensure that -2 font size is readable, it could be too small after last change

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

17 years agosmall sample cleanup (formatting, use stock menu items)
Vadim Zeitlin [Sun, 10 Sep 2006 17:07:10 +0000 (17:07 +0000)] 
small sample cleanup (formatting, use stock menu items)

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

17 years agoensure that IsDialogMessage() is not called in the situations when it may hang not...
Vadim Zeitlin [Sun, 10 Sep 2006 16:52:20 +0000 (16:52 +0000)] 
ensure that IsDialogMessage() is not called in the situations when it may hang not only from the immediate parent of the control which has focus but also from its grandparents

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

17 years agocompilation fix
Václav Slavík [Sun, 10 Sep 2006 16:11:27 +0000 (16:11 +0000)] 
compilation fix

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

17 years agofixed subcontrols refreshing in wxWindow::Refresh
Václav Slavík [Sun, 10 Sep 2006 16:02:15 +0000 (16:02 +0000)] 
fixed subcontrols refreshing in wxWindow::Refresh

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

17 years agomake it possible to create wxWindowDC for a hidden window
Václav Slavík [Sun, 10 Sep 2006 15:51:03 +0000 (15:51 +0000)] 
make it possible to create wxWindowDC for a hidden window

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

17 years agoadded wxWindow::IsVisible() method
Václav Slavík [Sun, 10 Sep 2006 15:38:54 +0000 (15:38 +0000)] 
added wxWindow::IsVisible() method

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

17 years ago Also set GTK text direction to m_wxwindow.
Robert Roebling [Sun, 10 Sep 2006 14:59:05 +0000 (14:59 +0000)] 
  Also set GTK text direction to m_wxwindow.

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

17 years ago Remove direct access to GtlPizza's offset
Robert Roebling [Sun, 10 Sep 2006 14:52:56 +0000 (14:52 +0000)] 
  Remove direct access to GtlPizza's offset
    variable. That way, we can change the
    underlying meaning for RTL windowing
    mirroring without wxWindow knowing it.

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

17 years agoblind compilation fix for daily builds error
Vadim Zeitlin [Sun, 10 Sep 2006 12:25:54 +0000 (12:25 +0000)] 
blind compilation fix for daily builds error

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

17 years agocompilation fix for !WX_PRECOMP (missing wx/app.h)
Vadim Zeitlin [Sun, 10 Sep 2006 12:23:44 +0000 (12:23 +0000)] 
compilation fix for !WX_PRECOMP (missing wx/app.h)

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

17 years agoRestore ability to have a much lower runtime GTK version than build time - down to...
Mart Raudsepp [Sun, 10 Sep 2006 04:23:02 +0000 (04:23 +0000)] 
Restore ability to have a much lower runtime GTK version than build time - down to 2.4 (2.0 is still broken from gtk_combo_box_entry_new)

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

17 years agoremoved overloaded virtual InitWith() methods, keep just a single InitRGBA()
Vadim Zeitlin [Sun, 10 Sep 2006 02:00:24 +0000 (02:00 +0000)] 
removed overloaded virtual InitWith() methods, keep just a single InitRGBA()

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

17 years agocompilation fix after wxGUIAppTraits::GetToolkitVersion() introduction
Vadim Zeitlin [Sun, 10 Sep 2006 01:58:13 +0000 (01:58 +0000)] 
compilation fix after wxGUIAppTraits::GetToolkitVersion() introduction

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

17 years agoremoved unused variable
Vadim Zeitlin [Sun, 10 Sep 2006 01:20:37 +0000 (01:20 +0000)] 
removed unused variable

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

17 years agocompilation fixes after recent stock menu items changes
Vadim Zeitlin [Sat, 9 Sep 2006 23:20:22 +0000 (23:20 +0000)] 
compilation fixes after recent stock menu items changes

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

17 years agoreSWIGged
Robin Dunn [Sat, 9 Sep 2006 23:10:15 +0000 (23:10 +0000)] 
reSWIGged

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

17 years agomore properties
Robin Dunn [Sat, 9 Sep 2006 22:57:42 +0000 (22:57 +0000)] 
more properties

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

17 years agomention Pulse mode on Guage, and native toolbar on Mac
Robin Dunn [Sat, 9 Sep 2006 19:58:12 +0000 (19:58 +0000)] 
mention Pulse mode on Guage, and native toolbar on Mac

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

17 years agoPath fix
Robin Dunn [Sat, 9 Sep 2006 19:57:22 +0000 (19:57 +0000)] 
Path fix

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

17 years agoreSWIGged
Robin Dunn [Sat, 9 Sep 2006 19:57:09 +0000 (19:57 +0000)] 
reSWIGged

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

17 years agoreSWIGtged
Robin Dunn [Sat, 9 Sep 2006 19:55:17 +0000 (19:55 +0000)] 
reSWIGtged

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

17 years agoIt's not in use yet, but add Kevin's docparser code so it doesn't get lost...
Robin Dunn [Sat, 9 Sep 2006 19:42:51 +0000 (19:42 +0000)] 
It's not in use yet, but add Kevin's docparser code so it doesn't get lost...

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

17 years agoBuild the contents and index files for HtmlHelp
Robin Dunn [Sat, 9 Sep 2006 19:41:51 +0000 (19:41 +0000)] 
Build the contents and index files for HtmlHelp

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

17 years agoDetachRoot
Robin Dunn [Sat, 9 Sep 2006 19:38:16 +0000 (19:38 +0000)] 
DetachRoot

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

17 years agoAdd AddStretchSpacer and friends
Robin Dunn [Sat, 9 Sep 2006 19:37:48 +0000 (19:37 +0000)] 
Add AddStretchSpacer and friends

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

17 years agoPulse mode in gauge
Robin Dunn [Sat, 9 Sep 2006 19:36:27 +0000 (19:36 +0000)] 
Pulse mode in gauge

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

17 years agoShow Pulse mode
Robin Dunn [Sat, 9 Sep 2006 19:18:41 +0000 (19:18 +0000)] 
Show Pulse mode

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

17 years agoCompilo fix
Robin Dunn [Sat, 9 Sep 2006 19:07:05 +0000 (19:07 +0000)] 
Compilo fix

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

17 years agoremove unused GtkPizza members scroll_[xy]
Paul Cornett [Sat, 9 Sep 2006 18:37:24 +0000 (18:37 +0000)] 
remove unused GtkPizza members scroll_[xy]

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

17 years agoDon't show AlphaDrawing for now...
Robin Dunn [Sat, 9 Sep 2006 18:14:43 +0000 (18:14 +0000)] 
Don't show AlphaDrawing for now...

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

17 years agoSimplify use of MacIsWindowScrollbar
Robin Dunn [Sat, 9 Sep 2006 18:12:59 +0000 (18:12 +0000)] 
Simplify use of MacIsWindowScrollbar

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

17 years agoMac(Carbon) impl of wxGauge::Pulse, also added sample code for Pulse to the widgets...
Kevin Ollivier [Sat, 9 Sep 2006 18:11:48 +0000 (18:11 +0000)] 
Mac(Carbon) impl of wxGauge::Pulse, also added sample code for Pulse to the widgets sample.

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

17 years agoinclude fix
Paul Cornett [Sat, 9 Sep 2006 18:00:18 +0000 (18:00 +0000)] 
include fix

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

17 years agocheck encoding in EnumerateFacenames(); implemented EnumerateEncodings() for wxUSE_PA...
Vadim Zeitlin [Sat, 9 Sep 2006 17:41:17 +0000 (17:41 +0000)] 
check encoding in EnumerateFacenames(); implemented EnumerateEncodings() for wxUSE_PANGO case

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

17 years agoonly return matching modes from GetModes()
Vadim Zeitlin [Sat, 9 Sep 2006 17:34:32 +0000 (17:34 +0000)] 
only return matching modes from GetModes()

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

17 years agosome app.h cleanup: minimize includes, use static cast
Paul Cornett [Sat, 9 Sep 2006 17:29:19 +0000 (17:29 +0000)] 
some app.h cleanup: minimize includes, use static cast

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

17 years agoimplement wxComboBox::SetEditable()
Vadim Zeitlin [Sat, 9 Sep 2006 16:24:00 +0000 (16:24 +0000)] 
implement wxComboBox::SetEditable()

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

17 years agoadded unary wxPoint::operator-
Václav Slavík [Sat, 9 Sep 2006 15:52:05 +0000 (15:52 +0000)] 
added unary wxPoint::operator-

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

17 years ago The patch was missing a header.
Robert Roebling [Sat, 9 Sep 2006 14:41:46 +0000 (14:41 +0000)] 
  The patch was missing a header.

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

17 years ago incomplete commit
Robert Roebling [Sat, 9 Sep 2006 14:13:08 +0000 (14:13 +0000)] 
  incomplete commit

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

17 years ago Apply patch [ 1548750 ] wxVsnprintf() various fixes
Robert Roebling [Sat, 9 Sep 2006 14:11:21 +0000 (14:11 +0000)] 
  Apply patch [ 1548750 ] wxVsnprintf() various fixes
   Part II.
c

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

17 years ago Typo.
Robert Roebling [Sat, 9 Sep 2006 14:02:37 +0000 (14:02 +0000)] 
  Typo.

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

17 years ago Applied doc patch.
Robert Roebling [Sat, 9 Sep 2006 13:46:11 +0000 (13:46 +0000)] 
  Applied doc patch.

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

17 years agodefine debugging log functions as (empty inline) wxLogNop() instead of nothing in...
Vadim Zeitlin [Sat, 9 Sep 2006 13:45:06 +0000 (13:45 +0000)] 
define debugging log functions as (empty inline) wxLogNop() instead of nothing in the release builds, this ensures that we have the same code structure in debug/release builds and so there are no bugs when these functions are used inside if/else while also ensuring that even dumbest compilers do remove them completely in release builds

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

17 years ago Applied wxGauge:Pulse() patch.
Robert Roebling [Sat, 9 Sep 2006 13:36:54 +0000 (13:36 +0000)] 
  Applied wxGauge:Pulse() patch.
  [ 1551409 ] Support for indeterminate mode gauges

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

17 years agoundid last 2 commits, there are many more cases like this so it's better to fix this...
Vadim Zeitlin [Sat, 9 Sep 2006 13:25:01 +0000 (13:25 +0000)] 
undid last 2 commits, there are many more cases like this so it's better to fix this problem in a different way in wx/log.h

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

17 years agomore warning fixes about empty if statement in helper classes in release build
Vadim Zeitlin [Sat, 9 Sep 2006 13:10:32 +0000 (13:10 +0000)] 
more warning fixes about empty if statement in helper classes in release build

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

17 years agofix warning about empty if statement in HDCClipper ctor in release build
Vadim Zeitlin [Sat, 9 Sep 2006 12:55:05 +0000 (12:55 +0000)] 
fix warning about empty if statement in HDCClipper ctor in release build

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

17 years ago Apply patch [ 1554736 ] wxXmlDocument::DetachRoot
Robert Roebling [Sat, 9 Sep 2006 11:35:32 +0000 (11:35 +0000)] 
  Apply patch [ 1554736 ] wxXmlDocument::DetachRoot

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

17 years ago Apply patch [ 1554746 ] wxXmlNode::InsertChild fix
Robert Roebling [Sat, 9 Sep 2006 11:32:10 +0000 (11:32 +0000)] 
  Apply patch [ 1554746 ] wxXmlNode::InsertChild fix

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

17 years agoDon't let the built-in scrollbars confuse things when setting focus to
Robin Dunn [Sat, 9 Sep 2006 06:34:08 +0000 (06:34 +0000)] 
Don't let the built-in scrollbars confuse things when setting focus to
a wxScrolledWindow

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

17 years agoadd emission hook from RemoveIdleSource (was RemoveIdleTag); minor cleanup
Paul Cornett [Sat, 9 Sep 2006 04:53:02 +0000 (04:53 +0000)] 
add emission hook from RemoveIdleSource (was RemoveIdleTag); minor cleanup

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

17 years agoremove unneeded DoGetClientSize
Paul Cornett [Sat, 9 Sep 2006 02:43:31 +0000 (02:43 +0000)] 
remove unneeded DoGetClientSize

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

17 years agodon't set negative window size
Paul Cornett [Sat, 9 Sep 2006 02:42:48 +0000 (02:42 +0000)] 
don't set negative window size

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

17 years agokeep AdjustScrollbars from causing an infinite series of size events
Paul Cornett [Sat, 9 Sep 2006 02:41:29 +0000 (02:41 +0000)] 
keep AdjustScrollbars from causing an infinite series of size events

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

17 years agoRemove some testing code
Robin Dunn [Sat, 9 Sep 2006 00:38:53 +0000 (00:38 +0000)] 
Remove some testing code

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

17 years agoUse GetKeyCode() instead of KeyCode()
Robin Dunn [Fri, 8 Sep 2006 20:09:27 +0000 (20:09 +0000)] 
Use GetKeyCode() instead of KeyCode()

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

17 years agoShow status of wxMac CoreGraphics build option
Robin Dunn [Fri, 8 Sep 2006 20:08:21 +0000 (20:08 +0000)] 
Show status of wxMac CoreGraphics build option

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

17 years agoAdd items to wx.PlatformInfo for mac core graphics and native toolbar
Robin Dunn [Fri, 8 Sep 2006 20:05:19 +0000 (20:05 +0000)] 
Add items to wx.PlatformInfo for mac core graphics and native toolbar
build status

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

17 years agoIt is not "Invalid" to have a menu item without an accelerator, so
Robin Dunn [Fri, 8 Sep 2006 20:04:15 +0000 (20:04 +0000)] 
It is not "Invalid" to have a menu item without an accelerator, so
don't be noisy about it.

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

17 years agoAdded sample showing Alpha drawing for Mac with CoreGraphics
Robin Dunn [Fri, 8 Sep 2006 18:16:06 +0000 (18:16 +0000)] 
Added sample showing Alpha drawing for Mac with CoreGraphics

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

17 years agodon't try to paint hidden windows
Václav Slavík [Fri, 8 Sep 2006 17:39:27 +0000 (17:39 +0000)] 
don't try to paint hidden windows

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

17 years agofixed wxDC to correctly handle SetFoo(wxNullFoo) calls
Václav Slavík [Fri, 8 Sep 2006 15:29:55 +0000 (15:29 +0000)] 
fixed wxDC to correctly handle SetFoo(wxNullFoo) calls

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

17 years agodeTABified
Robin Dunn [Fri, 8 Sep 2006 15:15:36 +0000 (15:15 +0000)] 
deTABified

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

17 years agoadded newline to the end of the file to prevent gcc warning
Václav Slavík [Fri, 8 Sep 2006 14:38:49 +0000 (14:38 +0000)] 
added newline to the end of the file to prevent gcc warning

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

17 years agodon't try to paint hidden windows
Václav Slavík [Fri, 8 Sep 2006 11:52:02 +0000 (11:52 +0000)] 
don't try to paint hidden windows

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

17 years agodefine WS_EX_LAYOUTRTL for older compilers/SDK
Vadim Zeitlin [Fri, 8 Sep 2006 10:32:23 +0000 (10:32 +0000)] 
define WS_EX_LAYOUTRTL for older compilers/SDK

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

17 years ago Sadly, direct access to SetUpDC is required for the
Robert Roebling [Fri, 8 Sep 2006 09:45:10 +0000 (09:45 +0000)] 
 Sadly, direct access to SetUpDC is required for the
   native custom rendering of wxDataViewCells

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

17 years agofixing ownership and positioning of embedded controls in native toolbars
Stefan Csomor [Fri, 8 Sep 2006 08:46:05 +0000 (08:46 +0000)] 
fixing ownership and positioning of embedded controls in native toolbars

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

17 years agomake sure we catch invalid control refs better
Stefan Csomor [Fri, 8 Sep 2006 08:27:32 +0000 (08:27 +0000)] 
make sure we catch invalid control refs better

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

17 years agofix for SF bug 1543862 - add missing Makefile.in
Chris Elliott [Fri, 8 Sep 2006 07:49:01 +0000 (07:49 +0000)] 
fix for SF bug 1543862 - add missing Makefile.in

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

17 years agoreSWIGged
Robin Dunn [Fri, 8 Sep 2006 03:38:52 +0000 (03:38 +0000)] 
reSWIGged

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

17 years agoreSWIGged
Robin Dunn [Fri, 8 Sep 2006 03:31:18 +0000 (03:31 +0000)] 
reSWIGged

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

17 years agoanother parameter type fix
Robin Dunn [Fri, 8 Sep 2006 02:56:16 +0000 (02:56 +0000)] 
another parameter type fix

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

17 years agowxMac's glcanvas doesn't have the new API changes yet...
Robin Dunn [Fri, 8 Sep 2006 02:47:56 +0000 (02:47 +0000)] 
wxMac's glcanvas doesn't have the new API changes yet...

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

17 years agoMore properties
Robin Dunn [Fri, 8 Sep 2006 01:08:36 +0000 (01:08 +0000)] 
More properties

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