wxWidgets.git
19 years ago Moved tests for wxHashMap, wxHashSet and wxList
Mattia Barbon [Wed, 8 Dec 2004 22:39:22 +0000 (22:39 +0000)] 
  Moved tests for wxHashMap, wxHashSet and wxList
from console sample and converted them to unit tests.

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

19 years ago Made wxHashSet compile again. Changed the return value
Mattia Barbon [Wed, 8 Dec 2004 22:39:17 +0000 (22:39 +0000)] 
  Made wxHashSet compile again. Changed the return value
for insert() t match the one of wxHashMap (and of std::set).

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

19 years ago Documented wxHashSet.
Mattia Barbon [Wed, 8 Dec 2004 22:33:40 +0000 (22:33 +0000)] 
  Documented wxHashSet.
  Corrected documentation for wxHashMap::insert() mentioning
the correct return value.

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

19 years ago Applied patch for PNG8 alpha mask.
Robert Roebling [Wed, 8 Dec 2004 22:29:25 +0000 (22:29 +0000)] 
  Applied patch for PNG8 alpha mask.

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

19 years ago Check for Pango XFT presence (for wxX11).
Mattia Barbon [Wed, 8 Dec 2004 22:13:37 +0000 (22:13 +0000)] 
  Check for Pango XFT presence (for wxX11).

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

19 years ago Corrected wxComboBox::GetValue() after a
Robert Roebling [Wed, 8 Dec 2004 22:08:28 +0000 (22:08 +0000)] 
  Corrected wxComboBox::GetValue() after a
    selection has changed. Added test for
    that to the "widgets" sample.

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

19 years agoUse SetMinSize instead of SetSizeHints
Robin Dunn [Wed, 8 Dec 2004 21:51:07 +0000 (21:51 +0000)] 
Use SetMinSize instead of SetSizeHints

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

19 years agoSome tweaks for the wxMediaCtrl and enhaced the demo a bit
Robin Dunn [Wed, 8 Dec 2004 21:49:41 +0000 (21:49 +0000)] 
Some tweaks for the wxMediaCtrl and enhaced the demo a bit

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

19 years agofix compilation error
Robin Dunn [Wed, 8 Dec 2004 20:36:13 +0000 (20:36 +0000)] 
fix compilation error

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

19 years agoFixed spurious selection of combobox text during resize
Julian Smart [Wed, 8 Dec 2004 17:51:48 +0000 (17:51 +0000)] 
Fixed spurious selection of combobox text during resize

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

19 years agowxPaletteBase introduction. wxPalette::GetColoursCount() in interface of all platform...
Włodzimierz Skiba [Wed, 8 Dec 2004 17:43:18 +0000 (17:43 +0000)] 
wxPaletteBase introduction. wxPalette::GetColoursCount() in interface of all platforms. wxColourMap definition centralized and 2.4 only. Source cleaning.

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

19 years agoFix to FIXME: better nothing than broken comparison.
Włodzimierz Skiba [Wed, 8 Dec 2004 17:17:37 +0000 (17:17 +0000)] 
Fix to FIXME: better nothing than broken comparison.

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

19 years agoFixed bug with lack of return default style if Ok() fails.
Włodzimierz Skiba [Wed, 8 Dec 2004 17:15:06 +0000 (17:15 +0000)] 
Fixed bug with lack of return default style if Ok() fails.

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

19 years agoWarning fixes.
Włodzimierz Skiba [Wed, 8 Dec 2004 17:12:53 +0000 (17:12 +0000)] 
Warning fixes.

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

19 years agowxApp decoration to changes list and missed new methods in wxApp section.
Włodzimierz Skiba [Wed, 8 Dec 2004 17:00:29 +0000 (17:00 +0000)] 
wxApp decoration to changes list and missed new methods in wxApp section.

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

19 years agoScript updates
Julian Smart [Wed, 8 Dec 2004 08:36:01 +0000 (08:36 +0000)] 
Script updates

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

19 years agoFix to FIXME about using unused Get/SetOptimization.
Włodzimierz Skiba [Tue, 7 Dec 2004 20:10:40 +0000 (20:10 +0000)] 
Fix to FIXME about using unused Get/SetOptimization.

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

19 years agowxURI/wxURL links in changes list.
Włodzimierz Skiba [Tue, 7 Dec 2004 19:57:09 +0000 (19:57 +0000)] 
wxURI/wxURL links in changes list.

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

19 years agoCorrect way of modyfing stc.cpp. Thanks Robin for quick guide :-)
Włodzimierz Skiba [Tue, 7 Dec 2004 19:49:27 +0000 (19:49 +0000)] 
Correct way of modyfing stc.cpp. Thanks Robin for quick guide :-)

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

19 years agoreSWIGged
Robin Dunn [Tue, 7 Dec 2004 18:02:20 +0000 (18:02 +0000)] 
reSWIGged

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

19 years agoAdded ImageFromDataWithAlpha ctor
Robin Dunn [Tue, 7 Dec 2004 18:00:17 +0000 (18:00 +0000)] 
Added ImageFromDataWithAlpha ctor

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

19 years agowx.GridBagSizer stor needs call to _setOORInfo
Robin Dunn [Tue, 7 Dec 2004 17:58:39 +0000 (17:58 +0000)] 
wx.GridBagSizer stor needs call to _setOORInfo

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

19 years agoAdd wxTextEntryDialogStyle constant
Robin Dunn [Tue, 7 Dec 2004 17:57:53 +0000 (17:57 +0000)] 
Add wxTextEntryDialogStyle constant

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

19 years agoAdd flags parameter to wx.Process.Kill and wx.Kill
Robin Dunn [Tue, 7 Dec 2004 17:56:22 +0000 (17:56 +0000)] 
Add flags parameter to wx.Process.Kill and wx.Kill

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

19 years agoEnsure that PlatformInfo is reverse-renamed
Robin Dunn [Tue, 7 Dec 2004 17:54:57 +0000 (17:54 +0000)] 
Ensure that PlatformInfo is reverse-renamed

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

19 years agomade dates in comments consistent
Robin Dunn [Tue, 7 Dec 2004 17:53:56 +0000 (17:53 +0000)] 
made dates in comments consistent

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

19 years agofixing memory leak (reported by Ken Thomases)
Stefan Csomor [Tue, 7 Dec 2004 07:47:15 +0000 (07:47 +0000)] 
fixing memory leak (reported by Ken Thomases)

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

19 years agofixing memory leak (reported by Ken Thomases)
Stefan Csomor [Tue, 7 Dec 2004 07:13:43 +0000 (07:13 +0000)] 
fixing memory leak (reported by Ken Thomases)

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

19 years ago Made sample compile after removal of wxPrintSetupDialog.
Robert Roebling [Mon, 6 Dec 2004 23:43:29 +0000 (23:43 +0000)] 
  Made sample compile after removal of wxPrintSetupDialog.
    Tweak makefile to work with GNOME printing.

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

19 years ago Compilation.
Robert Roebling [Mon, 6 Dec 2004 23:41:28 +0000 (23:41 +0000)] 
  Compilation.

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

19 years agofixed ShowFullScreen after somebody broke it by naively using gtk_show_fullscreen...
Václav Slavík [Mon, 6 Dec 2004 22:44:39 +0000 (22:44 +0000)] 
fixed ShowFullScreen after somebody broke it by naively using gtk_show_fullscreen without checking if the WM supports it

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

19 years agowxHSCROLL works in GTK2, changed description to indicate no effect only on wxGTK1
Kevin Hock [Mon, 6 Dec 2004 17:57:42 +0000 (17:57 +0000)] 
wxHSCROLL works in GTK2, changed description to indicate no effect only on wxGTK1

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

19 years agoFix to FIXME removal for dummies ;-)
Włodzimierz Skiba [Mon, 6 Dec 2004 17:37:31 +0000 (17:37 +0000)] 
Fix to FIXME removal for dummies ;-)

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

19 years agoWarning fixes.
Włodzimierz Skiba [Mon, 6 Dec 2004 17:35:00 +0000 (17:35 +0000)] 
Warning fixes.

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

19 years agossize_t for wxFile, unsigned char markup for color components, whitespace source...
Włodzimierz Skiba [Mon, 6 Dec 2004 17:32:42 +0000 (17:32 +0000)] 
ssize_t for wxFile, unsigned char markup for color components, whitespace source cleaning.

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

19 years agoFurther decorations in changes chapter. Missed methods in their base location.
Włodzimierz Skiba [Mon, 6 Dec 2004 17:22:49 +0000 (17:22 +0000)] 
Further decorations in changes chapter. Missed methods in their base location.

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

19 years agoUse Get*Box instead Get*Region if you are asking about position and size. And it...
Włodzimierz Skiba [Mon, 6 Dec 2004 15:48:50 +0000 (15:48 +0000)] 
Use Get*Box instead Get*Region if you are asking about position and size. And it is enough to have it in base class only.

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

19 years ago Apply choice patch for proper handling of clearing
Robert Roebling [Mon, 6 Dec 2004 12:47:06 +0000 (12:47 +0000)] 
  Apply choice patch for proper handling of clearing
    wxChoice (it reported a selection value of 0)

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

19 years agofixed typos (patch 1079876)
Václav Slavík [Mon, 6 Dec 2004 10:28:58 +0000 (10:28 +0000)] 
fixed typos (patch 1079876)

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

19 years agoRemoved CF_NOSIMULATIONS flag to increase range of available fonts
Julian Smart [Mon, 6 Dec 2004 08:48:29 +0000 (08:48 +0000)] 
Removed CF_NOSIMULATIONS flag to increase range of available fonts

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

19 years ago Implemented run-time checks for the GTK version
Robert Roebling [Sun, 5 Dec 2004 23:03:09 +0000 (23:03 +0000)] 
  Implemented run-time checks for the GTK version

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

19 years agoFix overflow warnings (?)
Ryan Norton [Sun, 5 Dec 2004 20:52:23 +0000 (20:52 +0000)] 
Fix overflow warnings (?)

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

19 years ago Moved the implemtation of the generic and the
Robert Roebling [Sun, 5 Dec 2004 20:30:18 +0000 (20:30 +0000)] 
  Moved the implemtation of the generic and the
   native GTK 2.4 file dialogs into one place
   by making wxFileDialog derive from the
   generic variant and by then choosing which
   implementation to use. Later, we'll add
   run-time checks.

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

19 years agoPrevent GDK assertions when a window has a hidden (never shown) parent -- do not...
Kevin Hock [Sun, 5 Dec 2004 19:40:01 +0000 (19:40 +0000)] 
Prevent GDK assertions when a window has a hidden (never shown) parent -- do not use wxRegionIterator over the parent if the parent is not mapped

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

19 years agoFreeze/Thaw implementation
Kevin Hock [Sun, 5 Dec 2004 19:15:41 +0000 (19:15 +0000)] 
Freeze/Thaw implementation

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

19 years agoFreeze/Thaw patch missed a place where m_buffer should be used
Kevin Hock [Sun, 5 Dec 2004 19:15:11 +0000 (19:15 +0000)] 
Freeze/Thaw patch missed a place where m_buffer should be used

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

19 years agoUpdating wording in Freeze to more accurately describe the situation under wxGTK...
Kevin Hock [Sun, 5 Dec 2004 19:14:34 +0000 (19:14 +0000)] 
Updating wording in Freeze to more accurately describe the situation under wxGTK where Freeze in a text control is most useful

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

19 years agoNeither PocketPC nor SmartPhone have SHBrowseForFolder
Julian Smart [Sun, 5 Dec 2004 18:56:29 +0000 (18:56 +0000)] 
Neither PocketPC nor SmartPhone have SHBrowseForFolder

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

19 years ago Corrected patch.
Robert Roebling [Sun, 5 Dec 2004 17:29:03 +0000 (17:29 +0000)] 
  Corrected patch.

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

19 years agoSimplification
Julian Smart [Sun, 5 Dec 2004 17:02:17 +0000 (17:02 +0000)] 
Simplification

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

19 years ago Invalidate the best size after adding an item
Robert Roebling [Sun, 5 Dec 2004 16:56:56 +0000 (16:56 +0000)] 
  Invalidate the best size after adding an item
    to a wxChoice.

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

19 years ago A little documentation about custom events as
Robert Roebling [Sun, 5 Dec 2004 16:30:54 +0000 (16:30 +0000)] 
  A little documentation about custom events as
    per the discussion on the mailing list.

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

19 years agoFurther Wince fixes
Julian Smart [Sun, 5 Dec 2004 14:11:35 +0000 (14:11 +0000)] 
Further Wince fixes

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

19 years agoMoved GetDefaultAttributes outside wxUSE_RICHEDIT block
Julian Smart [Sun, 5 Dec 2004 14:01:29 +0000 (14:01 +0000)] 
Moved GetDefaultAttributes outside wxUSE_RICHEDIT block

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

19 years agoUnicode/WinCE corrections
Julian Smart [Sun, 5 Dec 2004 13:36:44 +0000 (13:36 +0000)] 
Unicode/WinCE corrections

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

19 years agoAdded flags argument to wxKill and wxProcess::Kill to allow it to
Julian Smart [Sun, 5 Dec 2004 12:53:25 +0000 (12:53 +0000)] 
Added flags argument to wxKill and wxProcess::Kill to allow it to
kill child processes.

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

19 years agoupdate from herbert breunung
Vadim Zeitlin [Fri, 3 Dec 2004 19:22:35 +0000 (19:22 +0000)] 
update from herbert breunung

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

19 years agowxGDIObject is used earlier now so additional #include is required for those without...
Włodzimierz Skiba [Fri, 3 Dec 2004 17:31:53 +0000 (17:31 +0000)] 
wxGDIObject is used earlier now so additional #include is required for those without PCH.

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

19 years agoFix to FIXME: better nothing than broken comparison.
Włodzimierz Skiba [Fri, 3 Dec 2004 15:38:35 +0000 (15:38 +0000)] 
Fix to FIXME: better nothing than broken comparison.

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

19 years agowxBrushBase between wxBrush and wxGDIObject (class follows wxFontBase model).
Włodzimierz Skiba [Fri, 3 Dec 2004 15:31:31 +0000 (15:31 +0000)] 
wxBrushBase between wxBrush and wxGDIObject (class follows wxFontBase model).

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

19 years agofix shared msw builds
Ryan Norton [Thu, 2 Dec 2004 23:17:51 +0000 (23:17 +0000)] 
fix shared msw builds

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

19 years agoHonor value of SetMaxLength, at least when typing (pasting still circumvents it)...
Kevin Hock [Thu, 2 Dec 2004 21:35:40 +0000 (21:35 +0000)] 
Honor value of SetMaxLength, at least when typing (pasting still circumvents it).  This is done by eating non-navigation/delete characters in OnChar.

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

19 years agohack around 10.2/10.3 bug with duplicate symbol
Ryan Norton [Thu, 2 Dec 2004 18:53:18 +0000 (18:53 +0000)] 
hack around 10.2/10.3 bug with duplicate symbol

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

19 years agoSpelling corrections
Julian Smart [Thu, 2 Dec 2004 16:16:51 +0000 (16:16 +0000)] 
Spelling corrections

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

19 years agoCrash fix under VC++
Julian Smart [Thu, 2 Dec 2004 16:14:49 +0000 (16:14 +0000)] 
Crash fix under VC++

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

19 years agoFixed memory checking on Unix by removing inlines and apply patch
Julian Smart [Thu, 2 Dec 2004 12:04:46 +0000 (12:04 +0000)] 
Fixed memory checking on Unix by removing inlines and apply patch
by Mart Raudsepp

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

19 years agoUse the right symbol
Julian Smart [Thu, 2 Dec 2004 12:03:45 +0000 (12:03 +0000)] 
Use the right symbol

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

19 years agoFix compilo on Unix using src/iodbc which has no SQL_C_WCHAR
Julian Smart [Thu, 2 Dec 2004 09:42:03 +0000 (09:42 +0000)] 
Fix compilo on Unix using src/iodbc which has no SQL_C_WCHAR

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

19 years agobetter name - add newline to end of file for dumber compilers
Ryan Norton [Thu, 2 Dec 2004 00:02:11 +0000 (00:02 +0000)] 
better name - add newline to end of file for dumber compilers

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

19 years agoadd wxStripExtension test
Ryan Norton [Wed, 1 Dec 2004 23:58:11 +0000 (23:58 +0000)] 
add wxStripExtension test

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

19 years agoCorrect mistakes in wxStripExtension - correct wxString::npos. Spurred by 1073642...
Ryan Norton [Wed, 1 Dec 2004 23:55:42 +0000 (23:55 +0000)] 
Correct mistakes in wxStripExtension - correct wxString::npos.  Spurred by 1073642 filefn.cpp StripExtension(wxString &)

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

19 years agoensure that yesr is an integer
Robin Dunn [Wed, 1 Dec 2004 22:00:43 +0000 (22:00 +0000)] 
ensure that yesr is an integer

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

19 years ago Added support for GNOME print in static builds
Robert Roebling [Wed, 1 Dec 2004 21:35:26 +0000 (21:35 +0000)] 
  Added support for GNOME print in static builds
   also by adding the FORCE_LINK() statements.

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

19 years ago Added support for static (inlined) wxImages with
Robert Roebling [Wed, 1 Dec 2004 21:33:38 +0000 (21:33 +0000)] 
  Added support for static (inlined) wxImages with
    alpha channel.

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

19 years ago Applied Freeze()/Thaw() patch for wxTextCtrtl.
Robert Roebling [Wed, 1 Dec 2004 20:52:36 +0000 (20:52 +0000)] 
  Applied Freeze()/Thaw() patch for wxTextCtrtl.

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

19 years ago Compilo
Robert Roebling [Wed, 1 Dec 2004 19:15:46 +0000 (19:15 +0000)] 
  Compilo

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

19 years ago Applied font scaling patch (GetTextExtent()) to
Robert Roebling [Wed, 1 Dec 2004 18:44:50 +0000 (18:44 +0000)] 
  Applied font scaling patch (GetTextExtent()) to
   new printing code as well.

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

19 years ago Applied patch to "correct" hashmap's freeing
Robert Roebling [Wed, 1 Dec 2004 18:33:33 +0000 (18:33 +0000)] 
  Applied patch to "correct" hashmap's freeing
    of memory.

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

19 years ago Applied patch to correct EVT-CHAR
Robert Roebling [Wed, 1 Dec 2004 18:29:13 +0000 (18:29 +0000)] 
  Applied patch to correct EVT-CHAR

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

19 years agoInclude "wx/msw/msvcrt.h" for better leak reporting
Julian Smart [Wed, 1 Dec 2004 14:46:16 +0000 (14:46 +0000)] 
Include "wx/msw/msvcrt.h" for better leak reporting

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

19 years agoAllow memcheck.cpp to be compiled without wxDebugContext (for e.g. testing
Julian Smart [Wed, 1 Dec 2004 12:50:24 +0000 (12:50 +0000)] 
Allow memcheck.cpp to be compiled without wxDebugContext (for e.g. testing
using other leak checkers).

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

19 years agoMissing wxWindow member, manual decorations to pure text list of changes.
Włodzimierz Skiba [Wed, 1 Dec 2004 08:53:31 +0000 (08:53 +0000)] 
Missing wxWindow member, manual decorations to pure text list of changes.

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

19 years agoCreate wxGtkTextApplyTagsFromAttr for common processing of text attributes from both...
Kevin Hock [Wed, 1 Dec 2004 04:28:40 +0000 (04:28 +0000)] 
Create wxGtkTextApplyTagsFromAttr for common processing of text attributes from both wxGtkTextInsert and SetStyle (and any other place needed in the future) -- from Mart R.

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

19 years agoreSWIGged
Robin Dunn [Wed, 1 Dec 2004 00:12:58 +0000 (00:12 +0000)] 
reSWIGged

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

19 years agoLittle tweaks to match recent wxWidgets updates
Robin Dunn [Wed, 1 Dec 2004 00:06:58 +0000 (00:06 +0000)] 
Little tweaks to match recent wxWidgets updates

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

19 years agoIn the wx.LogXXX function wrappers double all % characters so the log
Robin Dunn [Tue, 30 Nov 2004 22:10:31 +0000 (22:10 +0000)] 
In the wx.LogXXX function wrappers double all % characters so the log
function won't try to do parameter substitutions.

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

19 years agoFixed old FIXME about unsigned result of sunstraction + a few changes to be able...
Włodzimierz Skiba [Tue, 30 Nov 2004 21:21:23 +0000 (21:21 +0000)] 
Fixed old FIXME about unsigned result of sunstraction + a few changes to be able to compile at the same time wxLongLongNative and wxLongLongWx for unit tests about the same functionality (define wxLONGLONG_TEST_MODE for the build if you want to test it.

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

19 years agoDuplicate include order from regex because it's well tested already and avoids the...
Włodzimierz Skiba [Tue, 30 Nov 2004 20:57:13 +0000 (20:57 +0000)] 
Duplicate include order from regex because it's well tested already and avoids the error in Unicode DMC build.

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

19 years agoAdditional wx*_HATCH styles comment.
Włodzimierz Skiba [Tue, 30 Nov 2004 18:52:47 +0000 (18:52 +0000)] 
Additional wx*_HATCH styles comment.

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

19 years agoIS_HATCH macro replaced with wxBrush::IsHatch() + source and docs little cleaning.
Włodzimierz Skiba [Tue, 30 Nov 2004 18:46:20 +0000 (18:46 +0000)] 
IS_HATCH macro replaced with wxBrush::IsHatch() + source and docs little cleaning.

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

19 years agogtk_window_[un]fullscreen only available with GTK >= 2.2
Kevin Hock [Tue, 30 Nov 2004 18:13:39 +0000 (18:13 +0000)] 
gtk_window_[un]fullscreen only available with GTK >= 2.2

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

19 years agoAdded missing newline for Windows debug output
Julian Smart [Tue, 30 Nov 2004 16:55:42 +0000 (16:55 +0000)] 
Added missing newline for Windows debug output

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

19 years agoNot native long long fix.
Włodzimierz Skiba [Mon, 29 Nov 2004 12:47:20 +0000 (12:47 +0000)] 
Not native long long fix.

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

19 years agoInclude fix.
Włodzimierz Skiba [Mon, 29 Nov 2004 12:44:11 +0000 (12:44 +0000)] 
Include fix.

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

19 years ago Remove linking to libgnomeprint since we
Robert Roebling [Sun, 28 Nov 2004 22:57:43 +0000 (22:57 +0000)] 
  Remove linking to libgnomeprint since we
    load it at runtime now.

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

19 years ago Made all of the GNOME print support based
Robert Roebling [Sun, 28 Nov 2004 22:55:44 +0000 (22:55 +0000)] 
 Made all of the GNOME print support based
   on wxDynamicLibrary.

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

19 years ago Dirty hack to prevent double destruction of file dialog.
Robert Roebling [Sun, 28 Nov 2004 22:54:13 +0000 (22:54 +0000)] 
  Dirty hack to prevent double destruction of file dialog.

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

19 years agoSeparated MinGW and OS/2 specific tests for -DNO_GCC_PRAGMA since conditions
Stefan Neis [Sun, 28 Nov 2004 19:38:11 +0000 (19:38 +0000)] 
Separated MinGW and OS/2 specific tests for -DNO_GCC_PRAGMA since conditions
        are slightly different.

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

19 years agoReuse workaround for MinGW's problems with pragma interface/implementation
Stefan Neis [Sun, 28 Nov 2004 18:42:15 +0000 (18:42 +0000)] 
Reuse workaround for MinGW's problems with pragma interface/implementation
        and STL support on OS/2.

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

19 years agoAdded support for compiling with wxUSE_STL set to 1.
Stefan Neis [Sun, 28 Nov 2004 18:39:30 +0000 (18:39 +0000)] 
Added support for compiling with wxUSE_STL set to 1.

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