wxWidgets.git
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

19 years agoUpdated symbols
Julian Smart [Mon, 14 Mar 2005 19:13:45 +0000 (19:13 +0000)] 
Updated symbols

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

19 years agoFrames have Ctrl+Q accelerator set automatically, as per the
Julian Smart [Mon, 14 Mar 2005 17:15:06 +0000 (17:15 +0000)] 
Frames have Ctrl+Q accelerator set automatically, as per the
PocketPC guidelines
Documented issues in manual under wxWinCE topic.
wxDEFAULT_DIALOG_STYLES rationalised so we can make use of
styles such as wxCLOSE_BOX in future (OK button on titlebar)
Added Set/GetAffirmativeId and DoOK so that titlebar OK button
can be customised

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

19 years agoDon't call Layout
Julian Smart [Mon, 14 Mar 2005 17:10:32 +0000 (17:10 +0000)] 
Don't call Layout

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

19 years agoREADME scrolling fix
Roman Rolinsky [Mon, 14 Mar 2005 17:09:40 +0000 (17:09 +0000)] 
README scrolling fix

fix for Mac (opts inside try/except)

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

19 years agoIf the parents are nothing but a panel and a frame then
Robin Dunn [Mon, 14 Mar 2005 17:09:00 +0000 (17:09 +0000)] 
If the parents are nothing but a panel and a frame then
MSWGetBgBrushForChild will still return NULL.  Fallback to a solid
background colour in this case.

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

19 years agoMore PocketPC adaptations
Julian Smart [Mon, 14 Mar 2005 16:37:02 +0000 (16:37 +0000)] 
More PocketPC adaptations

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

19 years agomade GetDataDir() return the directory where the program is installed under MSW
Vadim Zeitlin [Mon, 14 Mar 2005 16:05:52 +0000 (16:05 +0000)] 
made GetDataDir() return the directory where the program is installed under MSW

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

19 years agoDefine Ctrl+Q accelerator on PocketPC for quitting the application, as
Julian Smart [Mon, 14 Mar 2005 14:50:18 +0000 (14:50 +0000)] 
Define Ctrl+Q accelerator on PocketPC for quitting the application, as
per guidelines

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

19 years agoAdded support (barely tested) for MaxDB from MySQL
George Tasker [Mon, 14 Mar 2005 14:41:12 +0000 (14:41 +0000)] 
Added support (barely tested) for MaxDB from MySQL
Added dbmsFutureX to the database enumerations to allow for adding support for new databases between releases of wxWidgets

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

19 years agoFixed unicode builds that were not on MSW
George Tasker [Mon, 14 Mar 2005 14:40:05 +0000 (14:40 +0000)] 
Fixed unicode builds that were not on MSW
Added dbmsFutureX to the database enumerations to allow for adding support for new databases between releases of wxWidgets

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

19 years agoRemoved unneeded semicolon after DECLARE_DYNAMIC_CLASS [ bug 1162938 ]
Kevin Hock [Mon, 14 Mar 2005 14:38:48 +0000 (14:38 +0000)] 
Removed unneeded semicolon after DECLARE_DYNAMIC_CLASS [ bug 1162938 ]

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

19 years agorefactored scrollbar creation code to use CreateControl, MSWCreateControl, and MSWGet...
Dimitri Schoolwerth [Mon, 14 Mar 2005 13:31:11 +0000 (13:31 +0000)] 
refactored scrollbar creation code to use CreateControl, MSWCreateControl, and MSWGetStyle: fixes default colour inheriting from parent and allows the scrollbar to be hidden initially (with 2-step creation)

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

19 years agoIncomplete setup build fix (wxPalmOS).
Włodzimierz Skiba [Mon, 14 Mar 2005 10:19:26 +0000 (10:19 +0000)] 
Incomplete setup build fix (wxPalmOS).

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

19 years agofix bug which was trashing gifs
Chris Elliott [Mon, 14 Mar 2005 09:08:50 +0000 (09:08 +0000)] 
fix bug which was trashing gifs

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

19 years agoMake wxCocoa compile on Tiger.
David Elliott [Mon, 14 Mar 2005 04:47:28 +0000 (04:47 +0000)] 
Make wxCocoa compile on Tiger.

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

19 years ago"test" for testing a [fixed] proxy crash (from last commit)
Ryan Norton [Mon, 14 Mar 2005 03:33:50 +0000 (03:33 +0000)] 
"test" for testing a [fixed] proxy crash (from last commit)

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

19 years agoDammit, try it again this time actually removing it instead of adding it
David Elliott [Mon, 14 Mar 2005 02:15:41 +0000 (02:15 +0000)] 
Dammit, try it again this time actually removing it instead of adding it
again (forgot to give patch the -R).

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

19 years agoReverted 1.32. This breaks my Tiger builds which is part of the reason
David Elliott [Mon, 14 Mar 2005 02:12:15 +0000 (02:12 +0000)] 
Reverted 1.32.  This breaks my Tiger builds which is part of the reason
I reverted the last incarnation of this in the first place!!!

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

19 years agoRebaked (changes to proper WXMAC/NOTWXMAC handling from the other day)
David Elliott [Mon, 14 Mar 2005 01:45:36 +0000 (01:45 +0000)] 
Rebaked (changes to proper WXMAC/NOTWXMAC handling from the other day)

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

19 years agoUpdate to include recent acinclude.m4 changes.
David Elliott [Mon, 14 Mar 2005 01:42:56 +0000 (01:42 +0000)] 
Update to include recent acinclude.m4 changes.
Yes, they aren't any longer used by configure but they're still in
acinclude.m4 so now they're here too.

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

19 years agoThe DLL version of Watcom's C runtime doesn't have fileno, but the static
Michael Wetherell [Mon, 14 Mar 2005 01:24:40 +0000 (01:24 +0000)] 
The DLL version of Watcom's C runtime doesn't have fileno, but the static
version does

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

19 years agoTemporary fix for Watcom link error 'fileno'
Michael Wetherell [Sun, 13 Mar 2005 21:01:37 +0000 (21:01 +0000)] 
Temporary fix for Watcom link error 'fileno'

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

19 years ago Query for "default_border" not "default_outside_border" since
Robert Roebling [Sun, 13 Mar 2005 18:57:10 +0000 (18:57 +0000)] 
  Query for "default_border" not "default_outside_border" since
    that is what is done in the gtk code.
  Correct wrong pos in scrolled window.

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

19 years agoAdd wxTempFileOutputStream, patch 1152042 by Stas Sergeev
Michael Wetherell [Sun, 13 Mar 2005 18:23:20 +0000 (18:23 +0000)] 
Add wxTempFileOutputStream, patch 1152042 by Stas Sergeev

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

19 years agoAdded wxNB_FLAT for WinCE property sheet tabs
Julian Smart [Sun, 13 Mar 2005 17:46:23 +0000 (17:46 +0000)] 
Added wxNB_FLAT for WinCE property sheet tabs
Titlebar OK button on PocketPC now looks for OK, Cancel, Close buttons.
Dialog size now takes into account SIP or menubar.
Panels more naturally white on PocketPC.
wxDIALOG_EX_CONTEXTHELP ignored on WinCE since it interferes
with correct titlebar style.

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

19 years agoPocketPC adaptations
Julian Smart [Sun, 13 Mar 2005 17:32:40 +0000 (17:32 +0000)] 
PocketPC adaptations

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

19 years agoAdded wxNB_FLAT for WinCE property sheet tabs
Julian Smart [Sun, 13 Mar 2005 17:31:23 +0000 (17:31 +0000)] 
Added wxNB_FLAT for WinCE property sheet tabs
Titlebar OK button on PocketPC now looks for OK, Cancel, Close buttons.
Dialog size now takes into account SIP or menubar.
Panels more naturally white on PocketPC.
wxDIALOG_EX_CONTEXTHELP ignored on WinCE since it interferes
with correct titlebar style.

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