wxWidgets.git
19 years ago Correct compilation conditions for wxURL::SetProxy.
Mattia Barbon [Sat, 19 Mar 2005 23:09:31 +0000 (23:09 +0000)] 
  Correct compilation conditions for wxURL::SetProxy.

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

19 years ago Use the correct WXDLLEXPORT declaration.
Mattia Barbon [Sat, 19 Mar 2005 23:07:02 +0000 (23:07 +0000)] 
  Use the correct WXDLLEXPORT declaration.

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

19 years ago Avoid redefining _GNU_SOURCE.
Mattia Barbon [Sat, 19 Mar 2005 23:04:27 +0000 (23:04 +0000)] 
  Avoid redefining _GNU_SOURCE.

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

19 years agoFixed bug #1163384. Moved the code that handles activating the cell
Robin Dunn [Sat, 19 Mar 2005 22:33:17 +0000 (22:33 +0000)] 
Fixed bug #1163384.  Moved the code that handles activating the cell
editors to a EVT_CHAR event handler.  This is done so the character
inserted into the editor will be the "cooked" char value (including
accented or composed keys) rather than the raw code provided by the
EVT_KEY_DOWN.

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

19 years agoreSWIGged
Robin Dunn [Sat, 19 Mar 2005 22:21:07 +0000 (22:21 +0000)] 
reSWIGged

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

19 years agoTurn off the expando-matic rubber band thing for mac
Robin Dunn [Sat, 19 Mar 2005 22:03:08 +0000 (22:03 +0000)] 
Turn off the expando-matic rubber band thing for mac

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

19 years agoBetter capture of unicode character events
Robin Dunn [Sat, 19 Mar 2005 22:02:25 +0000 (22:02 +0000)] 
Better capture of unicode character events

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

19 years agodocstring update
Robin Dunn [Sat, 19 Mar 2005 21:55:11 +0000 (21:55 +0000)] 
docstring update

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

19 years agowxTE_CAPITALIZE
Robin Dunn [Sat, 19 Mar 2005 21:54:25 +0000 (21:54 +0000)] 
wxTE_CAPITALIZE

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

19 years agowxEVT_HIBERNATE
Robin Dunn [Sat, 19 Mar 2005 21:53:38 +0000 (21:53 +0000)] 
wxEVT_HIBERNATE

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

19 years agoAdd some new WXK codes
Robin Dunn [Sat, 19 Mar 2005 21:53:17 +0000 (21:53 +0000)] 
Add some new WXK codes

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

19 years agoEnsure that the encoding returned from locale.getdefaultlocale() is
Robin Dunn [Sat, 19 Mar 2005 21:52:49 +0000 (21:52 +0000)] 
Ensure that the encoding returned from locale.getdefaultlocale() is
valid, default to sys.getdefaultencoding() if not.

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

19 years agoCall evt.Skip by default
Robin Dunn [Sat, 19 Mar 2005 21:14:52 +0000 (21:14 +0000)] 
Call evt.Skip by default

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

19 years agoFixed toolbar bitmap bug introduced by deriving wxToolMenuBar
Julian Smart [Sat, 19 Mar 2005 19:51:51 +0000 (19:51 +0000)] 
Fixed toolbar bitmap bug introduced by deriving wxToolMenuBar
from wxToolBar
Documented PPC installation

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

19 years agoAdded scripts to demonstrate how to package a PocketPC app
Julian Smart [Sat, 19 Mar 2005 19:45:57 +0000 (19:45 +0000)] 
Added scripts to demonstrate how to package a PocketPC app

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

19 years agoadded a test for/example of assert dialog box
Vadim Zeitlin [Sat, 19 Mar 2005 16:14:58 +0000 (16:14 +0000)] 
added a test for/example of assert dialog box

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

19 years agoshow call stack in the assert dialog box
Vadim Zeitlin [Sat, 19 Mar 2005 16:14:19 +0000 (16:14 +0000)] 
show call stack in the assert dialog box

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

19 years agoremoved C++ comment added by last commit
Vadim Zeitlin [Sat, 19 Mar 2005 15:44:56 +0000 (15:44 +0000)] 
removed C++ comment added by last commit

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

19 years agoAdded wxDialog::GetToolBar for PocketPC
Julian Smart [Sat, 19 Mar 2005 12:06:56 +0000 (12:06 +0000)] 
Added wxDialog::GetToolBar for PocketPC
Added note about creating installers for PPC

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

19 years agoBumped subrelease number
Robin Dunn [Sat, 19 Mar 2005 00:38:46 +0000 (00:38 +0000)] 
Bumped subrelease number

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

19 years ago(Flickery) fix for droppings when there are no notebook pages
Julian Smart [Fri, 18 Mar 2005 21:38:09 +0000 (21:38 +0000)] 
(Flickery) fix for droppings when there are no notebook pages

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

19 years agoFix recursiveness on error...
Ryan Norton [Fri, 18 Mar 2005 19:57:54 +0000 (19:57 +0000)] 
Fix recursiveness on error...

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

19 years ago* Turn off by default...
Ryan Norton [Fri, 18 Mar 2005 19:46:53 +0000 (19:46 +0000)] 
* Turn off by default...

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

19 years ago* Quicktime lib no longer needed....
Ryan Norton [Fri, 18 Mar 2005 19:45:31 +0000 (19:45 +0000)] 
* Quicktime lib no longer needed....

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

19 years ago* Dynamically load all quicktime stuff using a version of Robert Roeblings wxDL_...
Ryan Norton [Fri, 18 Mar 2005 19:44:34 +0000 (19:44 +0000)] 
* Dynamically load all quicktime stuff using a version of Robert Roeblings wxDL_ macros

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

19 years agoFixed bug #1022383: 'several ComboBoxes appear selected'
Włodzimierz Skiba [Fri, 18 Mar 2005 19:32:20 +0000 (19:32 +0000)] 
Fixed bug #1022383: 'several ComboBoxes appear selected'

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

19 years agoExpanded wxSystemOptions docs, documented wxTE_CAPITALIZE
Julian Smart [Fri, 18 Mar 2005 19:20:33 +0000 (19:20 +0000)] 
Expanded wxSystemOptions docs, documented wxTE_CAPITALIZE

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

19 years ago* Fix refreshing bug with control not showing up intially and asserting on resize
Ryan Norton [Fri, 18 Mar 2005 17:34:46 +0000 (17:34 +0000)] 
* Fix refreshing bug with control not showing up intially and asserting on resize

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

19 years agoinclude extern variables declarations in the tags file too
Vadim Zeitlin [Fri, 18 Mar 2005 16:51:03 +0000 (16:51 +0000)] 
include extern variables declarations in the tags file too

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

19 years agorestored const operator[]s for the compilers which need them
Vadim Zeitlin [Fri, 18 Mar 2005 15:27:14 +0000 (15:27 +0000)] 
restored const operator[]s for the compilers which need them

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

19 years agocontinue with generating EVT_CONTEXT_MENU if EVT_TREE_ITEM_MENU not handled
Vadim Zeitlin [Fri, 18 Mar 2005 15:16:22 +0000 (15:16 +0000)] 
continue with generating EVT_CONTEXT_MENU if EVT_TREE_ITEM_MENU not handled

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

19 years agoadded EVT_TREE_ITEM_MENU test
Vadim Zeitlin [Fri, 18 Mar 2005 15:13:41 +0000 (15:13 +0000)] 
added EVT_TREE_ITEM_MENU test

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

19 years agoavoid asserts from calling isprint(c) with non ASCII c
Vadim Zeitlin [Fri, 18 Mar 2005 15:03:14 +0000 (15:03 +0000)] 
avoid asserts from calling isprint(c)  with non ASCII c

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

19 years agoAdded WXK_SPECIAL... keycodes for special hardware buttons
Julian Smart [Fri, 18 Mar 2005 14:26:57 +0000 (14:26 +0000)] 
Added WXK_SPECIAL... keycodes for special hardware buttons
Made (Un)RegisterHotKey WinCE-aware.
Added wxEVT_HIBERNATE event.
Now fakes wxEVT_ACTIVATE_APP to be symmetrical with wxEVT_HIBERNATE.
Added wxTE_CAPITALIZE for CAPEDIT controls.

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

19 years agocompilation fix after last commit (missing semicolon added)
Vadim Zeitlin [Fri, 18 Mar 2005 14:07:22 +0000 (14:07 +0000)] 
compilation fix after last commit (missing semicolon added)

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

19 years ago* Update for new event handler stuff
Ryan Norton [Fri, 18 Mar 2005 11:50:18 +0000 (11:50 +0000)] 
* Update for new event handler stuff
* Update notebook page text on file change
* Some other misc. cleanups (remove strmiids.lib dependancy, cleanup enums, etc.)

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

19 years agoUpdate for new event handler stuff
Ryan Norton [Fri, 18 Mar 2005 11:46:52 +0000 (11:46 +0000)] 
Update for new event handler stuff

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

19 years agoReworked directshow implementation.
Ryan Norton [Fri, 18 Mar 2005 11:04:32 +0000 (11:04 +0000)] 
Reworked directshow implementation.
* Removes the strmiids.lib dependancy
* Uses the direct quartz automation interface, thus removing the dshow.h header dependancy
* Let COM handle loading quartz.dll

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

19 years agoScript updates
Julian Smart [Fri, 18 Mar 2005 10:11:37 +0000 (10:11 +0000)] 
Script updates

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

19 years agoAdd sample icon
Julian Smart [Fri, 18 Mar 2005 10:05:27 +0000 (10:05 +0000)] 
Add sample icon

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

19 years agoUse sample icon, and title correction
Julian Smart [Fri, 18 Mar 2005 09:46:49 +0000 (09:46 +0000)] 
Use sample icon, and title correction

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

19 years agoUse sample icon
Julian Smart [Fri, 18 Mar 2005 09:44:42 +0000 (09:44 +0000)] 
Use sample icon

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

19 years agoDoc tweaks
Julian Smart [Fri, 18 Mar 2005 09:33:00 +0000 (09:33 +0000)] 
Doc tweaks

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

19 years agoSetSashSize doc'ed
Julian Smart [Fri, 18 Mar 2005 09:31:19 +0000 (09:31 +0000)] 
SetSashSize doc'ed

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

19 years agofixed signed/unsigned mismatch warning
Dimitri Schoolwerth [Fri, 18 Mar 2005 00:16:53 +0000 (00:16 +0000)] 
fixed signed/unsigned mismatch warning

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

19 years agoimplemented wxMenuBar ctor taking array of menus/titles for all ports; added optional...
Vadim Zeitlin [Thu, 17 Mar 2005 23:45:24 +0000 (23:45 +0000)] 
implemented wxMenuBar ctor taking array of menus/titles for all ports; added optional flags argument to it (patch 1162726)

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

19 years agoreturn if abort dialog couldn't be created (part of patch 1160117)
Vadim Zeitlin [Thu, 17 Mar 2005 23:24:30 +0000 (23:24 +0000)] 
return if abort dialog couldn't be created (part of patch 1160117)

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

19 years agofixed bug due to missing break in GetColourFromGTKWidget() (part of patch 1160117)
Vadim Zeitlin [Thu, 17 Mar 2005 23:23:57 +0000 (23:23 +0000)] 
fixed bug due to missing break in GetColourFromGTKWidget() (part of patch 1160117)

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

19 years agomissing break in ParseFormat() (part of patch 1160117)
Vadim Zeitlin [Thu, 17 Mar 2005 23:23:15 +0000 (23:23 +0000)] 
missing break in ParseFormat() (part of patch 1160117)

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

19 years agoiterator methods fixes (patch 1164808)
Vadim Zeitlin [Thu, 17 Mar 2005 23:19:13 +0000 (23:19 +0000)] 
iterator methods fixes (patch 1164808)

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

19 years agofixed wxDateTime::SetToWeekDayInSameWeek(Sun, Monday_First)
Vadim Zeitlin [Thu, 17 Mar 2005 23:11:00 +0000 (23:11 +0000)] 
fixed wxDateTime::SetToWeekDayInSameWeek(Sun, Monday_First)

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

19 years agorevert togglable tools to previous state if the change was vetoed by OnLeftClick()
Vadim Zeitlin [Thu, 17 Mar 2005 22:58:31 +0000 (22:58 +0000)] 
revert togglable tools to previous state if the change was vetoed by OnLeftClick()

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

19 years agoremoved #ifdef __WXMAC__ as the code is now the same in both branches anyhow
Vadim Zeitlin [Thu, 17 Mar 2005 22:39:27 +0000 (22:39 +0000)] 
removed #ifdef __WXMAC__ as the code is now the same in both branches anyhow

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

19 years agoUse Update() instead of yielding and waiting for the update to happen there.
Robin Dunn [Thu, 17 Mar 2005 22:35:53 +0000 (22:35 +0000)] 
Use Update() instead of yielding and waiting for the update to happen there.

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

19 years agoGetVirtualSize() returns client size values for the m_virtualSize components which...
Vadim Zeitlin [Thu, 17 Mar 2005 22:29:20 +0000 (22:29 +0000)] 
GetVirtualSize() returns client size values for the m_virtualSize components which are not set (i.e. allow setting only one component of m_virtualSize instead of either none or both)

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

19 years agodon't set virtual size of the window to (0, 0) if scrollbars are removed from it
Vadim Zeitlin [Thu, 17 Mar 2005 22:27:28 +0000 (22:27 +0000)] 
don't set virtual size of the window to (0, 0) if scrollbars are removed from it

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

19 years agoremoved just added UnsetVirtualSize(), it's not needed finally
Vadim Zeitlin [Thu, 17 Mar 2005 22:19:50 +0000 (22:19 +0000)] 
removed just added UnsetVirtualSize(), it's not needed finally

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

19 years agoadded UnsetVirtualSize()
Vadim Zeitlin [Thu, 17 Mar 2005 22:18:16 +0000 (22:18 +0000)] 
added UnsetVirtualSize()

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

19 years agoremoved commented out calls to ReleaseMouse() (no real changes)
Vadim Zeitlin [Thu, 17 Mar 2005 21:38:19 +0000 (21:38 +0000)] 
removed commented out calls to ReleaseMouse() (no real changes)

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

19 years agoProvided GetBestVirtualSize and DoGetBestSize implementations for
Julian Smart [Thu, 17 Mar 2005 21:21:45 +0000 (21:21 +0000)] 
Provided GetBestVirtualSize and DoGetBestSize implementations for
generic and GTK+ wxScrolledWindow.

wxWindowBase::DoGetBestSize was returning a virtual size if there were child
controls, which was then used to set the scrolled window actual size.
Similarly, wxWindowBase::GetBestVirtualSize was returning
the actual window size; now we return the virtual size
for dimensions that have scrolling (e.g. vertical scrolling
direction), or the minimum/actual size for those that don't
(e.g. the maximum control width if there is no horizontal
scrolling).

This allows the scrolled window to be properly sized, whereas
before it would start off at the virtual size (giving
enormous layouts).

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

19 years agoadded wxSizerSpacer and modified wxSizerItem to contain a pointer to either
Vadim Zeitlin [Thu, 17 Mar 2005 21:17:38 +0000 (21:17 +0000)] 
added wxSizerSpacer and modified wxSizerItem to contain a pointer to either
wxWindow, wxSizer or wxSizerSpacer (instead of containing either a pointer or
just wxSize for spacers) and implement IsShown() and Show() by forwarding it
to the appropriate pointer: this means that now you can directly hide/show
windows/sizers/spacers instead of having to pass by containing sizers
Show(child) method

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

19 years agoremoved const operator[]s (should fix 1162115)
Vadim Zeitlin [Thu, 17 Mar 2005 20:16:45 +0000 (20:16 +0000)] 
removed const operator[]s (should fix 1162115)

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

19 years agoFixed MW and XLC tests when using -C (cache) option with configure.
David Elliott [Thu, 17 Mar 2005 17:47:33 +0000 (17:47 +0000)] 
Fixed MW and XLC tests when using -C (cache) option with configure.

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

19 years agoFixed strange situation when we had wxPathExists and wxDirExists with the same fincti...
Włodzimierz Skiba [Thu, 17 Mar 2005 17:46:32 +0000 (17:46 +0000)] 
Fixed strange situation when we had wxPathExists and wxDirExists with the same finctionality. Using wxPathExists instead wxFileExists (fixes bug #865628). Minor source cleaning.

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

19 years agoUpdated configure and aclocal.m4 for new 0.1.8 Bakefile on account of
David Elliott [Thu, 17 Mar 2005 17:38:51 +0000 (17:38 +0000)] 
Updated configure and aclocal.m4 for new 0.1.8 Bakefile on account of
the recent commit to autoconf_inc.m4 using Bakefile 0.1.8 (CVS).

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

19 years agoSmall fixes for compiling Cygwin (with --disable-sockets)
Julian Smart [Thu, 17 Mar 2005 12:43:15 +0000 (12:43 +0000)] 
Small fixes for compiling Cygwin (with --disable-sockets)

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

19 years agoCorrect compilo for non-WinCE
Julian Smart [Thu, 17 Mar 2005 09:54:20 +0000 (09:54 +0000)] 
Correct compilo for non-WinCE

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

19 years agostopwatch.h needed for wxGetLocalTimeMillis
Julian Smart [Thu, 17 Mar 2005 09:10:35 +0000 (09:10 +0000)] 
stopwatch.h needed for wxGetLocalTimeMillis

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

19 years ago Committing in .
Jouk Jansen [Thu, 17 Mar 2005 08:05:04 +0000 (08:05 +0000)] 
 Committing in .

 setup.h_vms : updated VMS configuration
 msgdlg.cpp : corrected include file path

 Modified Files:
  wxWidgets/setup.h_vms wxWidgets/src/motif/msgdlg.cpp
 ----------------------------------------------------------------------

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

19 years agoDrop the "rc"
Robin Dunn [Wed, 16 Mar 2005 22:54:41 +0000 (22:54 +0000)] 
Drop the "rc"

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

19 years agoThe --enable-rpath configure option doesn't work the same way it did
Robin Dunn [Wed, 16 Mar 2005 22:53:59 +0000 (22:53 +0000)] 
The --enable-rpath configure option doesn't work the same way it did
before.  Work around that by specifying the rpath option myself on the
setup.py command-line.

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

19 years agoImplemented PocketPC menubar/toolbar as wxToolMenuBar derived
Julian Smart [Wed, 16 Mar 2005 17:51:41 +0000 (17:51 +0000)] 
Implemented PocketPC menubar/toolbar as wxToolMenuBar derived
from wxToolBar, solving the problem of how normal toolbars
can co-exist with combined ones. Tidied up WinCE toolbar code.
Implemented wxToolBar as 'dummy' toolbar under Smartphone.
Dialogs now show an empty menubar to hide inactive one
underneath.

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

19 years agoUse defs.h (and automatically setup.h and chkconf.h) before first wxUSE_* check ...
Włodzimierz Skiba [Wed, 16 Mar 2005 16:18:31 +0000 (16:18 +0000)] 
Use defs.h (and automatically setup.h and chkconf.h) before first wxUSE_* check (bug #1164141).

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

19 years agoUnlike the preferences item which should only be enabled if it exists and is enabled...
Kevin Hock [Wed, 16 Mar 2005 16:03:17 +0000 (16:03 +0000)] 
Unlike the preferences item which should only be enabled if it exists and is enabled, the quit item should be enabled unless it both exists and is disabled, otherwise Quit will not be enabled unless the application specifically adds wxID_EXIT.  This should fix David's bug but still retain the old functionality. [ modified previously committed patch 1160343 ]

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

19 years agoNot forgetting PalmOS
Julian Smart [Wed, 16 Mar 2005 10:20:20 +0000 (10:20 +0000)] 
Not forgetting PalmOS

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

19 years agoAdded wxWINDOWS_POCKETPC, wxWINDOWS_SMARTPHONE
Julian Smart [Wed, 16 Mar 2005 10:18:13 +0000 (10:18 +0000)] 
Added wxWINDOWS_POCKETPC, wxWINDOWS_SMARTPHONE

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

19 years agoRemoved checklistbox test
Julian Smart [Wed, 16 Mar 2005 09:09:01 +0000 (09:09 +0000)] 
Removed checklistbox test

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

19 years agoAllow using negative angles with DrawRotatedText. [ patch 1162771 ]
Kevin Hock [Wed, 16 Mar 2005 05:31:13 +0000 (05:31 +0000)] 
Allow using negative angles with DrawRotatedText. [ patch 1162771 ]

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

19 years agoQuit application menu item needs special handling like the Preferences item. [ patch...
Kevin Hock [Wed, 16 Mar 2005 05:16:55 +0000 (05:16 +0000)] 
Quit application menu item needs special handling like the Preferences item. [ patch 1160343 ]

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

19 years agoAdded comments explaining more about the changes in my last commit. Also, removed...
Kevin Hock [Wed, 16 Mar 2005 05:11:37 +0000 (05:11 +0000)] 
Added comments explaining more about the changes in my last commit. Also, removed __DARWIN__ check for enabling CONNECTION events, always wait to enable them until after the connect() call.

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

19 years agoset wxUSE_DEBUGREPORT to 0 by default; fixed a couple of typos
Vadim Zeitlin [Tue, 15 Mar 2005 23:20:47 +0000 (23:20 +0000)] 
set wxUSE_DEBUGREPORT to 0 by default; fixed a couple of typos

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

19 years agoUPdated notes
Julian Smart [Tue, 15 Mar 2005 21:51:14 +0000 (21:51 +0000)] 
UPdated notes

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

19 years agoChose different set of buttons for toolbar
Julian Smart [Tue, 15 Mar 2005 21:50:22 +0000 (21:50 +0000)] 
Chose different set of buttons for toolbar

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

19 years agoFixed wxToolBar for WinCE so normal bitmaps can be used;
Julian Smart [Tue, 15 Mar 2005 21:48:20 +0000 (21:48 +0000)] 
Fixed wxToolBar for WinCE so normal bitmaps can be used;
no longer uses standard buttons.
wxToolBar under Smartphone no longer tries to create
buttons since a toolbar makes no sense on this platform.

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

19 years agoRegenerated files
Julian Smart [Tue, 15 Mar 2005 21:22:24 +0000 (21:22 +0000)] 
Regenerated files

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

19 years agoWinCE doesn't have wxCheckListBox, and doesn't like wxRmDir
Julian Smart [Tue, 15 Mar 2005 21:18:06 +0000 (21:18 +0000)] 
WinCE doesn't have wxCheckListBox, and doesn't like wxRmDir

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

19 years agoSetLeft|RightMenu is supposed to be API for all smartphones. TODO comment.
Włodzimierz Skiba [Tue, 15 Mar 2005 21:10:18 +0000 (21:10 +0000)] 
SetLeft|RightMenu is supposed to be API for all smartphones. TODO comment.

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

19 years agoFixed wxPropertySheetDialog for Smartphone
Julian Smart [Tue, 15 Mar 2005 20:55:59 +0000 (20:55 +0000)] 
Fixed wxPropertySheetDialog for Smartphone

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

19 years agoMore wxWidgets in poem demo.
Włodzimierz Skiba [Tue, 15 Mar 2005 20:33:42 +0000 (20:33 +0000)] 
More wxWidgets in poem demo.

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

19 years agoFix
Julian Smart [Tue, 15 Mar 2005 17:40:42 +0000 (17:40 +0000)] 
Fix

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

19 years agoNo zero id
Julian Smart [Tue, 15 Mar 2005 11:56:58 +0000 (11:56 +0000)] 
No zero id

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

19 years agoDon't start ids at zero
Julian Smart [Tue, 15 Mar 2005 11:29:14 +0000 (11:29 +0000)] 
Don't start ids at zero

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

19 years agoAdded wxPropertySheetDialog for implementing settings dialogs
Julian Smart [Mon, 14 Mar 2005 22:40:44 +0000 (22:40 +0000)] 
Added wxPropertySheetDialog for implementing settings dialogs
in the appropriate way on small devices and desktop platforms
(abstracting is the only way to unify the API)

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

19 years agosimplified code (removed 2 unnecessary tests) in CalcMin(), no real changes
Vadim Zeitlin [Mon, 14 Mar 2005 22:26:56 +0000 (22:26 +0000)] 
simplified code (removed 2 unnecessary tests) in CalcMin(), no real changes

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

19 years agoImprove standard button spacing on Windows
Julian Smart [Mon, 14 Mar 2005 22:24:09 +0000 (22:24 +0000)] 
Improve standard button spacing on Windows

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

19 years ago Remove wrong clasing bracket.
Mattia Barbon [Mon, 14 Mar 2005 21:55:29 +0000 (21:55 +0000)] 
  Remove wrong clasing bracket.

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

19 years ago Blind fix for VC6 compilation when wxUSE_STL == 1.
Mattia Barbon [Mon, 14 Mar 2005 21:52:57 +0000 (21:52 +0000)] 
  Blind fix for VC6 compilation when wxUSE_STL == 1.

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

19 years agodisable debug report for now
Vadim Zeitlin [Mon, 14 Mar 2005 20:40:24 +0000 (20:40 +0000)] 
disable debug report for now

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

19 years ago'Dummy' warning fixes (might be used uninitialized).
Włodzimierz Skiba [Mon, 14 Mar 2005 20:00:42 +0000 (20:00 +0000)] 
'Dummy' warning fixes (might be used uninitialized).

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

19 years agoUnicode fix.
Włodzimierz Skiba [Mon, 14 Mar 2005 19:52:52 +0000 (19:52 +0000)] 
Unicode fix.

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