wxWidgets.git
19 years agosource compatible way to solve the background problem
Stefan Csomor [Sun, 13 Feb 2005 16:48:00 +0000 (16:48 +0000)] 
source compatible way to solve the background problem

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

19 years agochanged back, as I found a source compatible way to solve the background problem
Stefan Csomor [Sun, 13 Feb 2005 16:45:34 +0000 (16:45 +0000)] 
changed back, as I found a source compatible way to solve the background problem

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

19 years agoremoved multiple duplicate copies (with subtly different behaviour) of SetStringSelec...
Vadim Zeitlin [Sun, 13 Feb 2005 16:29:31 +0000 (16:29 +0000)] 
removed multiple duplicate copies (with subtly different behaviour) of SetStringSelection(); left only one of them in wxItemContainer (and another one in wxRadioBoxBase, to be removed)

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

19 years agocopy the right part of the existing background to the memory buffer (corrects junk...
Vadim Zeitlin [Sun, 13 Feb 2005 16:08:10 +0000 (16:08 +0000)] 
copy the right part of the existing background to the memory buffer (corrects junk during scrolling introduced by last change)

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

19 years ago Documentedm, that the print setup dialog has been
Robert Roebling [Sun, 13 Feb 2005 15:44:27 +0000 (15:44 +0000)] 
  Documentedm, that the print setup dialog has been
   made obsolete.

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

19 years agoadded test for not erasing background
Vadim Zeitlin [Sun, 13 Feb 2005 15:42:31 +0000 (15:42 +0000)] 
added test for not erasing background

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

19 years ago Added raw bitmap access support to GTK 2.0.
Robert Roebling [Sun, 13 Feb 2005 15:35:43 +0000 (15:35 +0000)] 
 Added raw bitmap access support to GTK 2.0.

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

19 years ago Small correction to erase sample, added PrepareDC()
Robert Roebling [Sun, 13 Feb 2005 14:36:15 +0000 (14:36 +0000)] 
  Small correction to erase sample, added PrepareDC()
   to erase background handler.

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

19 years agowxMac needs inherited on paint for the correct background as well
Stefan Csomor [Sun, 13 Feb 2005 14:31:30 +0000 (14:31 +0000)] 
wxMac needs inherited on paint for the correct background as well

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

19 years agoadding clipping support
Stefan Csomor [Sun, 13 Feb 2005 14:29:09 +0000 (14:29 +0000)] 
adding clipping support

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

19 years agodefault painting back to OnPaint handler
Stefan Csomor [Sun, 13 Feb 2005 14:28:11 +0000 (14:28 +0000)] 
default painting back to OnPaint handler

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

19 years ago Comment out line that set the VirtualSizeHints() upon
Robert Roebling [Sun, 13 Feb 2005 13:44:08 +0000 (13:44 +0000)] 
  Comment out line that set the VirtualSizeHints() upon
   calling SetScrollbars().

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

19 years agolatest version of generic wxDatePickerCtrl doesn't require wxUSE_POPUPWIN any more
Vadim Zeitlin [Sun, 13 Feb 2005 13:12:28 +0000 (13:12 +0000)] 
latest version of generic wxDatePickerCtrl doesn't require wxUSE_POPUPWIN any more

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

19 years agofixes for wxDP_ALLOWNONE case
Vadim Zeitlin [Sun, 13 Feb 2005 13:08:13 +0000 (13:08 +0000)] 
fixes for wxDP_ALLOWNONE case

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

19 years agofixes for wxDP_ALLOWNONE handling
Vadim Zeitlin [Sun, 13 Feb 2005 13:07:20 +0000 (13:07 +0000)] 
fixes for wxDP_ALLOWNONE handling

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

19 years agoadded support for wxDP_ALLOWNONE in wxMSW; documented it; added test for it in the...
Vadim Zeitlin [Sun, 13 Feb 2005 12:57:38 +0000 (12:57 +0000)] 
added support for wxDP_ALLOWNONE in wxMSW; documented it; added test for it in the sample

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

19 years agowxFopen arg fixes
Julian Smart [Sun, 13 Feb 2005 12:54:37 +0000 (12:54 +0000)] 
wxFopen arg fixes

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

19 years agoFix for arg to wxFopen
Julian Smart [Sun, 13 Feb 2005 12:53:09 +0000 (12:53 +0000)] 
Fix for arg to wxFopen

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

19 years agobug fixes for using wxTransientPopupWindow and wxDP_ALLOWNONE support from Andreas...
Vadim Zeitlin [Sun, 13 Feb 2005 12:44:14 +0000 (12:44 +0000)] 
bug fixes for using wxTransientPopupWindow and wxDP_ALLOWNONE support from Andreas Pflug

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

19 years agoEnable gnomeprint support for the .debs
Ron Lee [Sun, 13 Feb 2005 12:38:16 +0000 (12:38 +0000)] 
Enable gnomeprint support for the .debs

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

19 years agoAdd extra^2 debug mode to wx-config for brute force one pass debugging
Ron Lee [Sun, 13 Feb 2005 08:53:36 +0000 (08:53 +0000)] 
Add extra^2 debug mode to wx-config for brute force one pass debugging
of new platforms.

Import $EGREP from configure, posix `grep -E` is not endemic yet.

Clean up debian/rules for removed afm files.

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

19 years agoadding focus and border quartz support
Stefan Csomor [Sun, 13 Feb 2005 07:36:49 +0000 (07:36 +0000)] 
adding focus and border quartz support

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

19 years agoadding metafile and clipboard support
Stefan Csomor [Sun, 13 Feb 2005 05:59:04 +0000 (05:59 +0000)] 
adding metafile and clipboard support

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

19 years agoadded test for Blit()ting OnEraseBackground() results in OnPaint()
Vadim Zeitlin [Sun, 13 Feb 2005 01:14:36 +0000 (01:14 +0000)] 
added test for Blit()ting OnEraseBackground() results in OnPaint()

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

19 years agochanged Remove/InsertDir() parameter type to size_t from int; added RemoveLastDir()
Vadim Zeitlin [Sun, 13 Feb 2005 00:55:27 +0000 (00:55 +0000)] 
changed Remove/InsertDir() parameter type to size_t from int; added RemoveLastDir()

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

19 years agonote wxMediaCtrl change - all that work for one line lol
Ryan Norton [Sun, 13 Feb 2005 00:23:51 +0000 (00:23 +0000)] 
note wxMediaCtrl change - all that work for one line lol

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

19 years ago Reapplied patch to change the two scrolled window implementations
Robert Roebling [Sat, 12 Feb 2005 23:44:24 +0000 (23:44 +0000)] 
  Reapplied patch to change the two scrolled window implementations
    to no longer clip the last bits as a rounding error. I had to
    change GetVirtualSize() as per my mail to devs.

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

19 years agoRework to include gnome preferences. Correct signal methods
Ryan Norton [Sat, 12 Feb 2005 23:24:40 +0000 (23:24 +0000)] 
Rework to include gnome preferences. Correct signal methods

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

19 years agoRename wxGetFileType to wxGetFileKind
Michael Wetherell [Sat, 12 Feb 2005 21:53:51 +0000 (21:53 +0000)] 
Rename wxGetFileType to wxGetFileKind

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

19 years agoRename wxUSE_ARCSTREAM to wxUSE_ARCHIVE_STREAMS
Michael Wetherell [Sat, 12 Feb 2005 21:40:48 +0000 (21:40 +0000)] 
Rename wxUSE_ARCSTREAM to wxUSE_ARCHIVE_STREAMS

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

19 years agochanges based on message #6 in my thread with Vaclav :)
Ryan Norton [Sat, 12 Feb 2005 21:00:37 +0000 (21:00 +0000)] 
changes based on message #6 in my thread with Vaclav :)

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

19 years agoGetPixel and FloodFill (in this case) not supported by CoreGraphics
Julian Smart [Sat, 12 Feb 2005 20:51:23 +0000 (20:51 +0000)] 
GetPixel and FloodFill (in this case) not supported by CoreGraphics

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

19 years agoslight warnings in wxprinterdc docs about constructor confusion - see http://www...
Ryan Norton [Sat, 12 Feb 2005 20:00:13 +0000 (20:00 +0000)] 
slight warnings in wxprinterdc docs about constructor confusion - see solidsteel.nl/users/wxwidgets/viewtopic.php?t=1247 for more

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

19 years agocorrected header name (closes 1121351)
Vadim Zeitlin [Sat, 12 Feb 2005 19:42:07 +0000 (19:42 +0000)] 
corrected header name (closes 1121351)

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

19 years agochange configure to better detect gstreamer. Check create is valid in mediaplayer...
Ryan Norton [Sat, 12 Feb 2005 19:32:26 +0000 (19:32 +0000)] 
change configure to better detect gstreamer.  Check create is valid in mediaplayer sample.  Comment the heck out of the unix mediaplayer.cpp.

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

19 years agoRegenerated makefiles
Julian Smart [Sat, 12 Feb 2005 19:01:50 +0000 (19:01 +0000)] 
Regenerated makefiles

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

19 years agoRegenerated makefiles
Julian Smart [Sat, 12 Feb 2005 18:53:20 +0000 (18:53 +0000)] 
Regenerated makefiles

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

19 years agoRegenerated makefiles
Julian Smart [Sat, 12 Feb 2005 18:38:47 +0000 (18:38 +0000)] 
Regenerated makefiles

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

19 years ago Added GetPureVitualSize() returning just m_virtualSize.
Robert Roebling [Sat, 12 Feb 2005 15:53:25 +0000 (15:53 +0000)] 
  Added GetPureVitualSize() returning just m_virtualSize.

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

19 years agocompilation fix for !wxUSE_ON_FATAL_EXCEPTION
Vadim Zeitlin [Sat, 12 Feb 2005 13:54:52 +0000 (13:54 +0000)] 
compilation fix for !wxUSE_ON_FATAL_EXCEPTION

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

19 years ago Revert patch again, as the scrollbars are now always shown.
Robert Roebling [Sat, 12 Feb 2005 12:36:12 +0000 (12:36 +0000)] 
  Revert patch again, as the scrollbars are now always shown.

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

19 years agoPatch by David Brinegar to fix menubar updating after modal dialog shown
Julian Smart [Sat, 12 Feb 2005 12:31:02 +0000 (12:31 +0000)] 
Patch by David Brinegar to fix menubar updating after modal dialog shown
See thread: [wx-dev] [wxMac] Menubar UI updates when launching from Finder

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

19 years agoMac Core Graphics Implementation
Stefan Csomor [Sat, 12 Feb 2005 12:03:54 +0000 (12:03 +0000)] 
Mac Core Graphics Implementation

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

19 years agoMac Core Graphics Implementation
Stefan Csomor [Sat, 12 Feb 2005 11:34:05 +0000 (11:34 +0000)] 
Mac Core Graphics Implementation

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

19 years agoApplied [ 1059554 ] patch for [1028659] fixes a couple of bugs with menus
Julian Smart [Sat, 12 Feb 2005 10:42:00 +0000 (10:42 +0000)] 
Applied [ 1059554 ] patch for [1028659] fixes a couple of bugs with menus

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

19 years agoApplied patch [ 1120683 ] Fix for wxDateTime::Format() under Windows CE
Julian Smart [Sat, 12 Feb 2005 10:15:18 +0000 (10:15 +0000)] 
Applied patch [ 1120683 ] Fix for wxDateTime::Format() under Windows CE
by upcase

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

19 years ago ALso correct scrollbar calc to not clip division remainder
Robert Roebling [Sat, 12 Feb 2005 08:51:53 +0000 (08:51 +0000)] 
  ALso correct scrollbar calc to not clip division remainder
    from the displayed area.

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

19 years agoCleanup mediaplayer sample a bit - get rid of bad loop/islooped since it has internal...
Ryan Norton [Sat, 12 Feb 2005 02:32:29 +0000 (02:32 +0000)] 
Cleanup mediaplayer sample a bit - get rid of bad loop/islooped since it has internal state

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

19 years agounderscore fix(es)
Ryan Norton [Sat, 12 Feb 2005 02:29:42 +0000 (02:29 +0000)] 
underscore fix(es)

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

19 years agoproperly detect gstreamer and libxml headers and libs, reflect that wxMediaCtrl now...
Ryan Norton [Sat, 12 Feb 2005 01:30:39 +0000 (01:30 +0000)] 
properly detect gstreamer and libxml headers and libs, reflect that wxMediaCtrl now on unix

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

19 years agoInitialize the new data memebers
Robin Dunn [Fri, 11 Feb 2005 23:54:47 +0000 (23:54 +0000)] 
Initialize the new data memebers

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

19 years agoreSWIGged
Robin Dunn [Fri, 11 Feb 2005 23:40:42 +0000 (23:40 +0000)] 
reSWIGged

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

19 years agoOn wxMSW Move an invisible system caret around with the Scintilla
Robin Dunn [Fri, 11 Feb 2005 23:36:59 +0000 (23:36 +0000)] 
On wxMSW Move an invisible system caret around with the Scintilla
caret to help screen readers and such can follow.

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

19 years ago Correct rounding up vs. rounding down error in GTK+
Robert Roebling [Fri, 11 Feb 2005 23:01:58 +0000 (23:01 +0000)] 
  Correct rounding up vs. rounding down error in GTK+
    wxScrolledWindow so that no contents is ever hidden,

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

19 years ago Make wxTLW::Raise() actually bring the window to the top
Robert Roebling [Fri, 11 Feb 2005 23:00:31 +0000 (23:00 +0000)] 
  Make wxTLW::Raise() actually bring the window to the top
    and give it the WM's focus (if supported).

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

19 years agoUpdated to Scintilla 1.62
Robin Dunn [Fri, 11 Feb 2005 22:53:19 +0000 (22:53 +0000)] 
Updated to Scintilla 1.62

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

19 years agoadded possibility to throw different objects and crash directly from the main frame...
Vadim Zeitlin [Fri, 11 Feb 2005 22:33:09 +0000 (22:33 +0000)] 
added possibility to throw different objects and crash directly from the main frame; use OnExceptionInMainLoop() instead of overriding HandleEvent()

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

19 years agodon't translate Win32 structured exceptions into C++ ones (requires always using...
Vadim Zeitlin [Fri, 11 Feb 2005 22:31:23 +0000 (22:31 +0000)] 
don't translate Win32 structured exceptions into C++ ones (requires always using a special wxEntry for MSW in init.cpp)

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

19 years ago Made gnome printing stuff return wxPRINT_CANCELLED if
Robert Roebling [Fri, 11 Feb 2005 22:16:41 +0000 (22:16 +0000)] 
  Made gnome printing stuff return wxPRINT_CANCELLED if
    it has been canceled.
  Moved the FORCE_LINK code from app.cpp to the sample
    as I cannot find the right place for it. We'd need
    an empty extrya file for ADV lib only for that.

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

19 years agoDoc tweaks
Julian Smart [Fri, 11 Feb 2005 21:18:42 +0000 (21:18 +0000)] 
Doc tweaks

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

19 years agoMisc doc fixes
Julian Smart [Fri, 11 Feb 2005 20:08:51 +0000 (20:08 +0000)] 
Misc doc fixes

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

19 years agowx.SL_INVERSE works for the big 3 now.
Robin Dunn [Fri, 11 Feb 2005 20:00:18 +0000 (20:00 +0000)] 
wx.SL_INVERSE works for the big 3 now.

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

19 years agodon't hardcode the array size as done by last commit, just what exactly was the point...
Vadim Zeitlin [Fri, 11 Feb 2005 18:33:42 +0000 (18:33 +0000)] 
don't hardcode the array size as done by last commit, just what exactly was the point of this change?

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

19 years ago Make wxConvFile wxConvLibc.
Robert Roebling [Fri, 11 Feb 2005 18:31:01 +0000 (18:31 +0000)] 
  Make wxConvFile wxConvLibc.

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

19 years agoReduced Number Of Capitals And Other Fixes
Julian Smart [Fri, 11 Feb 2005 17:46:05 +0000 (17:46 +0000)] 
Reduced Number Of Capitals And Other Fixes

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

19 years agoEnglish corrections
Julian Smart [Fri, 11 Feb 2005 17:35:19 +0000 (17:35 +0000)] 
English corrections

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

19 years agowxBookCtrl overview.
Włodzimierz Skiba [Fri, 11 Feb 2005 16:24:25 +0000 (16:24 +0000)] 
wxBookCtrl overview.

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

19 years agoAdd uxtheme.h to files.bkl, patch 1120747 from Tim Kosse
Michael Wetherell [Fri, 11 Feb 2005 13:31:05 +0000 (13:31 +0000)] 
Add uxtheme.h to files.bkl, patch 1120747 from Tim Kosse

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

19 years agoinstall xh_datectrl.h
Václav Slavík [Fri, 11 Feb 2005 13:12:11 +0000 (13:12 +0000)] 
install xh_datectrl.h

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

19 years agoAdd wxGetFileType and IsSeekable
Michael Wetherell [Fri, 11 Feb 2005 12:39:03 +0000 (12:39 +0000)] 
Add wxGetFileType and IsSeekable

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

19 years agoSpacing fixes
Julian Smart [Fri, 11 Feb 2005 12:01:38 +0000 (12:01 +0000)] 
Spacing fixes

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

19 years agoChange copyright
Ryan Norton [Fri, 11 Feb 2005 11:06:11 +0000 (11:06 +0000)] 
Change copyright

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

19 years agoVarious cleanings.
Włodzimierz Skiba [Fri, 11 Feb 2005 10:42:05 +0000 (10:42 +0000)] 
Various cleanings.

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

19 years agoFixup latex in tchanges.tex for rtf
Ryan Norton [Fri, 11 Feb 2005 10:40:10 +0000 (10:40 +0000)] 
Fixup latex in tchanges.tex for rtf
Make pretty bullets for tchages.tex instead of dashes
Postfix ands with slash and don't use tilde
Lots of other niceties for tchanges.tex

Add tchanes.tex back to the topics

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

19 years agoUpdated date
Julian Smart [Fri, 11 Feb 2005 09:31:10 +0000 (09:31 +0000)] 
Updated date

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

19 years agoAvoid double-define on WinCE
Julian Smart [Fri, 11 Feb 2005 09:20:59 +0000 (09:20 +0000)] 
Avoid double-define on WinCE

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

19 years agoDon't use mnemonics for OK, Cancel and Close under Windows, to follow
Julian Smart [Fri, 11 Feb 2005 09:19:34 +0000 (09:19 +0000)] 
Don't use mnemonics for OK, Cancel and Close under Windows, to follow
style guidelines

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

19 years agoDon't include tchanges.tex until it's converted to Latex syntax
Julian Smart [Fri, 11 Feb 2005 08:58:57 +0000 (08:58 +0000)] 
Don't include tchanges.tex until it's converted to Latex syntax

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

19 years agoMissing standard ids
Julian Smart [Fri, 11 Feb 2005 08:55:45 +0000 (08:55 +0000)] 
Missing standard ids

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

19 years agoUse parents client size and origin in placement of controls.
Włodzimierz Skiba [Fri, 11 Feb 2005 06:56:47 +0000 (06:56 +0000)] 
Use parents client size and origin in placement of controls.

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

19 years agowxSL_INVERSE for MSW. Heavily modified patch 1096922.
Kevin Hock [Fri, 11 Feb 2005 04:11:47 +0000 (04:11 +0000)] 
wxSL_INVERSE for MSW. Heavily modified patch 1096922.

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

19 years agoUpdated wxSlider docs now that wxSL_INVERSE is available on MSW, GTK and Mac.
Kevin Hock [Fri, 11 Feb 2005 04:11:23 +0000 (04:11 +0000)] 
Updated wxSlider docs now that wxSL_INVERSE is available on MSW, GTK and Mac.

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

19 years agotypo
Robin Dunn [Fri, 11 Feb 2005 00:22:54 +0000 (00:22 +0000)] 
typo

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

19 years agoAlso increment WX_CURRENT and WX_AGE according to the directions
Robin Dunn [Fri, 11 Feb 2005 00:21:31 +0000 (00:21 +0000)] 
Also increment WX_CURRENT and WX_AGE according to the directions

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

19 years agotypos
Robin Dunn [Fri, 11 Feb 2005 00:18:40 +0000 (00:18 +0000)] 
typos

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

19 years agoreSWIGged
Robin Dunn [Thu, 10 Feb 2005 22:32:48 +0000 (22:32 +0000)] 
reSWIGged

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

19 years agoPut the deprecation wrapper on __init__, not the class
Robin Dunn [Thu, 10 Feb 2005 22:28:44 +0000 (22:28 +0000)] 
Put the deprecation wrapper on __init__, not the class

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

19 years agoVersion
Julian Smart [Thu, 10 Feb 2005 22:07:50 +0000 (22:07 +0000)] 
Version

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

19 years agoUse default constructors for wxSize/Point/Rect.
Włodzimierz Skiba [Thu, 10 Feb 2005 21:33:56 +0000 (21:33 +0000)] 
Use default constructors for wxSize/Point/Rect.

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

19 years agoBuild fix.
Włodzimierz Skiba [Thu, 10 Feb 2005 21:14:55 +0000 (21:14 +0000)] 
Build fix.

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

19 years ago Corrected button height for multiline buttons.
Robert Roebling [Thu, 10 Feb 2005 20:29:19 +0000 (20:29 +0000)] 
  Corrected button height for multiline buttons.

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

19 years agoWarning fixes.
Włodzimierz Skiba [Thu, 10 Feb 2005 19:22:20 +0000 (19:22 +0000)] 
Warning fixes.

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

19 years agowxEmptyString decorations.
Włodzimierz Skiba [Thu, 10 Feb 2005 17:25:11 +0000 (17:25 +0000)] 
wxEmptyString decorations.

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

19 years agoApplied patch [ 1096612 ] FL: fix close button on wxGTK
Julian Smart [Thu, 10 Feb 2005 16:35:12 +0000 (16:35 +0000)] 
Applied patch [ 1096612 ] FL: fix close button on wxGTK

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

19 years agoApplied patch [ 1117207 ] changed the test for SQL_C_WCHAR
Julian Smart [Thu, 10 Feb 2005 16:31:13 +0000 (16:31 +0000)] 
Applied patch [ 1117207 ] changed the test for SQL_C_WCHAR

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

19 years agoCompile console apps with wxUSE_GUI=0
Michael Wetherell [Thu, 10 Feb 2005 16:26:34 +0000 (16:26 +0000)] 
Compile console apps with wxUSE_GUI=0

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

19 years agoApplied patch [ 1113565 ] generic treectl multiselection
Julian Smart [Thu, 10 Feb 2005 15:33:51 +0000 (15:33 +0000)] 
Applied patch [ 1113565 ] generic treectl multiselection

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

19 years agoApplied [ 1110257 ] wxFoldPanelBar does not display correctly
Julian Smart [Thu, 10 Feb 2005 15:29:58 +0000 (15:29 +0000)] 
Applied [ 1110257 ] wxFoldPanelBar does not display correctly

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

19 years agoApplied patch [ 1119239 ] Adds socket support for Windows CE platforms
Julian Smart [Thu, 10 Feb 2005 14:55:27 +0000 (14:55 +0000)] 
Applied patch [ 1119239 ] Adds socket support for Windows CE platforms
by 'upcase'

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

19 years agoremove superflous comments
Ryan Norton [Thu, 10 Feb 2005 14:39:33 +0000 (14:39 +0000)] 
remove superflous comments

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