]> git.saurik.com Git - wxWidgets.git/log
wxWidgets.git
19 years agonever return NULL_BRUSH from WM_CTLCOLOR handler, it doesn't do much for most control...
Vadim Zeitlin [Sun, 12 Dec 2004 00:06:43 +0000 (00:06 +0000)] 
never return NULL_BRUSH from WM_CTLCOLOR handler, it doesn't do much for most controls and breaks background erase for a few (slider, static text, static bitmap, ...)

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

19 years agouse MSWAlwaysDrawBg() to fix the problem with black background; rewrote/cleaned up...
Vadim Zeitlin [Sat, 11 Dec 2004 23:35:41 +0000 (23:35 +0000)] 
use MSWAlwaysDrawBg() to fix the problem with black background; rewrote/cleaned up the positioning and window creation code

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

19 years agohelper class for implementing composite controls under MSW
Vadim Zeitlin [Sat, 11 Dec 2004 23:35:27 +0000 (23:35 +0000)] 
helper class for implementing composite controls under MSW

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

19 years agoadded MSWAlwaysDrawBg() to account for controls such as sliders which must not draw...
Vadim Zeitlin [Sat, 11 Dec 2004 23:34:15 +0000 (23:34 +0000)] 
added MSWAlwaysDrawBg() to account for controls such as sliders which must not draw background with transparent brush no matter what

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

19 years agoadded wxRectFromRECT()
Vadim Zeitlin [Sat, 11 Dec 2004 23:32:20 +0000 (23:32 +0000)] 
added wxRectFromRECT()

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

19 years agoadded and documented wxRect::Union(); also moved some methods inline
Vadim Zeitlin [Sat, 11 Dec 2004 23:29:55 +0000 (23:29 +0000)] 
added and documented wxRect::Union(); also moved some methods inline

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

19 years ago A bit of updating the changes.txt etc.
Robert Roebling [Sat, 11 Dec 2004 21:54:12 +0000 (21:54 +0000)] 
  A bit of updating the changes.txt etc.

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

19 years ago Backed-out PNG8 patch (no time to look at why
Robert Roebling [Sat, 11 Dec 2004 21:52:36 +0000 (21:52 +0000)] 
  Backed-out PNG8 patch (no time to look at why
    it breaks other PNGs).

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

19 years ago Whole bunch of minor doc updates from an external patch.
Robert Roebling [Sat, 11 Dec 2004 21:33:17 +0000 (21:33 +0000)] 
  Whole bunch of minor doc updates from an external patch.
  Also documented combobox's EVT_TEXT_ENTER

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

19 years agotranslate VK_OEM_PLUS to '=', not '+', because this is what the unmodified key is
Vadim Zeitlin [Sat, 11 Dec 2004 20:01:05 +0000 (20:01 +0000)] 
translate VK_OEM_PLUS to '=', not '+', because this is what the unmodified key is

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

19 years ago Add SetFocusIgnoringChildren() to wxControlContainer. This
Robert Roebling [Sat, 11 Dec 2004 12:51:05 +0000 (12:51 +0000)] 
  Add SetFocusIgnoringChildren() to wxControlContainer. This
    makes corresponding hacks in wxListCtrl and wxTreeCtrl
    obsolete. With docs.

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

19 years agoBug #1040683: Remove assert when deleting menu entry.
Włodzimierz Skiba [Fri, 10 Dec 2004 16:20:13 +0000 (16:20 +0000)] 
Bug #1040683: Remove assert when deleting menu entry.

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

19 years agowxFoldBar now also horizontal (with API methods renamed to mean length rather than...
Włodzimierz Skiba [Fri, 10 Dec 2004 12:01:04 +0000 (12:01 +0000)] 
wxFoldBar now also horizontal (with API methods renamed to mean length rather than height) and more with wxWidgets coding standards. Sample adjustement to changing orientation.

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

19 years agoWorkaround for memory bug when using wxRegConfig and calling
Julian Smart [Fri, 10 Dec 2004 11:24:10 +0000 (11:24 +0000)] 
Workaround for memory bug when using wxRegConfig and calling
SetPath.

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

19 years agoreally implemented operator==(); reformatted a little
Vadim Zeitlin [Fri, 10 Dec 2004 11:23:16 +0000 (11:23 +0000)] 
really implemented operator==(); reformatted a little

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

19 years agoBack to broken comparison until it is not fixed other way.
Włodzimierz Skiba [Fri, 10 Dec 2004 07:28:25 +0000 (07:28 +0000)] 
Back to broken comparison until it is not fixed other way.

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

19 years agoWrap wxImage specifics in wxUSE_IMAGE and wxBitmap specifics in wxUSE_GUI.
David Elliott [Fri, 10 Dec 2004 01:53:31 +0000 (01:53 +0000)] 
Wrap wxImage specifics in wxUSE_IMAGE and wxBitmap specifics in wxUSE_GUI.
This allows the code to be used from wxBase with other image classes.

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

19 years agocompilation fix for wxUSE_DATAOBJ == 0
Vadim Zeitlin [Thu, 9 Dec 2004 19:39:17 +0000 (19:39 +0000)] 
compilation fix for wxUSE_DATAOBJ == 0

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

19 years agoCombobox corrections
Julian Smart [Thu, 9 Dec 2004 15:27:54 +0000 (15:27 +0000)] 
Combobox corrections

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

19 years agoAdded further 'missing' wxTextCtrl-like functions to wxComboBox
Julian Smart [Thu, 9 Dec 2004 15:16:51 +0000 (15:16 +0000)] 
Added further 'missing' wxTextCtrl-like functions to wxComboBox

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

19 years agofixup {/'s with last commit
Ryan Norton [Thu, 9 Dec 2004 15:10:07 +0000 (15:10 +0000)] 
fixup {/'s with last commit
merge pre tag change from wxWebSite

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

19 years agoSpelling corrections
Julian Smart [Thu, 9 Dec 2004 14:59:08 +0000 (14:59 +0000)] 
Spelling corrections

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

19 years agoSmall correction
Julian Smart [Thu, 9 Dec 2004 14:16:20 +0000 (14:16 +0000)] 
Small correction

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

19 years agoMisc FAQ mods
Julian Smart [Thu, 9 Dec 2004 14:14:01 +0000 (14:14 +0000)] 
Misc FAQ mods

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

19 years agoreSWIGged
Robin Dunn [Thu, 9 Dec 2004 00:21:25 +0000 (00:21 +0000)] 
reSWIGged

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

19 years agoUse SetMinSize instead of SetSizeHints
Robin Dunn [Thu, 9 Dec 2004 00:21:19 +0000 (00:21 +0000)] 
Use SetMinSize instead of SetSizeHints

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

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