]> git.saurik.com Git - wxWidgets.git/log
wxWidgets.git
22 years agoadded QS_ALLPOSTMESSAGE
Václav Slavík [Mon, 24 Jun 2002 22:35:40 +0000 (22:35 +0000)] 
added QS_ALLPOSTMESSAGE

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

22 years agoSWIGged updates for wxGTK
Robin Dunn [Mon, 24 Jun 2002 21:59:40 +0000 (21:59 +0000)] 
SWIGged updates for wxGTK

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

22 years agoAdded wxPyPanel
Robin Dunn [Mon, 24 Jun 2002 21:52:44 +0000 (21:52 +0000)] 
Added wxPyPanel

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

22 years agoFixed a typo
Robin Dunn [Mon, 24 Jun 2002 21:51:28 +0000 (21:51 +0000)] 
Fixed a typo

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

22 years agoAdded component control accessors to wxEditableListBox
Robin Dunn [Mon, 24 Jun 2002 21:51:06 +0000 (21:51 +0000)] 
Added component control accessors to wxEditableListBox

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

22 years agoa fix to preserve UNC paths when creating the commandline argument array
Chris Elliott [Mon, 24 Jun 2002 20:09:46 +0000 (20:09 +0000)] 
a fix to preserve UNC paths when creating the commandline argument array
tested with Borland/wxMSW; existing behaviour of replacing \\ with \ preserved
except at start of string

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

22 years agobetter font sizes
Robin Dunn [Mon, 24 Jun 2002 19:36:19 +0000 (19:36 +0000)] 
better font sizes

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

22 years agofixed a comment
Robin Dunn [Mon, 24 Jun 2002 19:35:36 +0000 (19:35 +0000)] 
fixed a comment

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

22 years agoDon't try to release the mouse unless we actually have it captured.
Robin Dunn [Mon, 24 Jun 2002 18:35:17 +0000 (18:35 +0000)] 
Don't try to release the mouse unless we actually have it captured.
The mouse capture can be lost if an event handler shows a modal
dialog, for example.

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

22 years agoadded WXDisplay for Mac
Stefan Csomor [Mon, 24 Jun 2002 18:28:58 +0000 (18:28 +0000)] 
added WXDisplay for Mac

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

22 years agocorrected scoping
Stefan Csomor [Mon, 24 Jun 2002 15:26:06 +0000 (15:26 +0000)] 
corrected scoping

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

22 years agoold mingw32 compilation fix
Vadim Zeitlin [Mon, 24 Jun 2002 15:19:40 +0000 (15:19 +0000)] 
old mingw32 compilation fix

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

22 years agosupport for arbitrary backgrounds via suppressing the ordinary control background...
Stefan Csomor [Mon, 24 Jun 2002 15:18:58 +0000 (15:18 +0000)] 
support for arbitrary backgrounds via suppressing the ordinary control background eraser and supplying a hook for us.

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

22 years agowxMotif compilation warning fix
Vadim Zeitlin [Mon, 24 Jun 2002 15:15:00 +0000 (15:15 +0000)] 
wxMotif compilation warning fix

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

22 years agowxMotif compilation fix
Vadim Zeitlin [Mon, 24 Jun 2002 15:14:26 +0000 (15:14 +0000)] 
wxMotif compilation fix

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

22 years agofixed compilation for Mac OS X 10.1.4
Vadim Zeitlin [Sun, 23 Jun 2002 18:55:43 +0000 (18:55 +0000)] 
fixed compilation for Mac OS X 10.1.4

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

22 years agocorrected printf format strings
Gilles Depeyrot [Sun, 23 Jun 2002 17:23:23 +0000 (17:23 +0000)] 
corrected printf format strings

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

22 years agoimproved memory liberation (explicitly set to NULL after delete)
Gilles Depeyrot [Sun, 23 Jun 2002 17:22:54 +0000 (17:22 +0000)] 
improved memory liberation (explicitly set to NULL after delete)

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

22 years agocorrected warnings for unused parameters
Gilles Depeyrot [Sun, 23 Jun 2002 17:09:04 +0000 (17:09 +0000)] 
corrected warnings for unused parameters

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

22 years agoadded attribute printf to perform printf format checks (GNU C)
Gilles Depeyrot [Sun, 23 Jun 2002 16:58:27 +0000 (16:58 +0000)] 
added attribute printf to perform printf format checks (GNU C)

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

22 years agoadded missing include file
Gilles Depeyrot [Sun, 23 Jun 2002 16:56:40 +0000 (16:56 +0000)] 
added missing include file

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

22 years agoApplied patch [ 546335 ] Added Automation types and array access
Julian Smart [Sun, 23 Jun 2002 14:10:32 +0000 (14:10 +0000)] 
Applied patch [ 546335 ] Added Automation types and array access

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

22 years agoApplied patch [ 571965 ] update stc contrib stuff
Julian Smart [Sun, 23 Jun 2002 14:01:57 +0000 (14:01 +0000)] 
Applied patch [ 571965 ] update stc contrib stuff

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

22 years agoApplied patch [ 566194 ] Adds taskbar sample to configure-targets
Julian Smart [Sun, 23 Jun 2002 13:55:20 +0000 (13:55 +0000)] 
Applied patch [ 566194 ] Adds taskbar sample to configure-targets

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

22 years agoAdded taskbar sample Makefile.in
Julian Smart [Sun, 23 Jun 2002 13:53:15 +0000 (13:53 +0000)] 
Added taskbar sample Makefile.in

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

22 years agoApplied patch [ 565012 ] Add wxTextValidator to wxTextEntryDialog
Julian Smart [Sun, 23 Jun 2002 13:51:32 +0000 (13:51 +0000)] 
Applied patch [ 565012 ] Add wxTextValidator to wxTextEntryDialog

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

22 years agoApplied [ 565397 ] FL wxNewBitmapButton patch
Julian Smart [Sun, 23 Jun 2002 13:38:50 +0000 (13:38 +0000)] 
Applied [ 565397 ] FL wxNewBitmapButton patch

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

22 years agoforgot to check in new wxrc -- as a side effect, this commit also fixes the bug with...
Václav Slavík [Sat, 22 Jun 2002 23:33:12 +0000 (23:33 +0000)] 
forgot to check in new wxrc -- as a side effect, this commit also fixes the bug with deleting source files

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

22 years agoarg type warning fixes.
Ron Lee [Sat, 22 Jun 2002 15:58:29 +0000 (15:58 +0000)] 
arg type warning fixes.

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

22 years agoremoved missing treectrl sample bitmaps from dist target,
Ron Lee [Sat, 22 Jun 2002 15:55:22 +0000 (15:55 +0000)] 
removed missing treectrl sample bitmaps from dist target,

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

22 years agointegrated wxMac specific changes into common file
Gilles Depeyrot [Sat, 22 Jun 2002 14:05:35 +0000 (14:05 +0000)] 
integrated wxMac specific changes into common file

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

22 years agoapplied patch 568329
Vadim Zeitlin [Fri, 21 Jun 2002 22:31:13 +0000 (22:31 +0000)] 
applied patch 568329

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

22 years agoadded wxMemoryOutputStream test
Vadim Zeitlin [Fri, 21 Jun 2002 22:07:13 +0000 (22:07 +0000)] 
added wxMemoryOutputStream test

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

22 years agorenamed wxWizard::Fit() to FitToPage() to avoid potential conflicts with wxWindow...
Vadim Zeitlin [Fri, 21 Jun 2002 21:49:28 +0000 (21:49 +0000)] 
renamed wxWizard::Fit() to FitToPage() to avoid potential conflicts with wxWindow::Fit() (and the compiler warnings about it)

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

22 years agoadded attribute printf checks to printf like functions (when using gcc)
Gilles Depeyrot [Fri, 21 Jun 2002 21:38:43 +0000 (21:38 +0000)] 
added attribute printf checks to printf like functions (when using gcc)

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

22 years agoadded macro definitions for printf like function checks when using gcc
Gilles Depeyrot [Fri, 21 Jun 2002 21:37:00 +0000 (21:37 +0000)] 
added macro definitions for printf like function checks when using gcc

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

22 years agoswitch back to non appearance fonts until problems are solved
Stefan Csomor [Fri, 21 Jun 2002 18:54:40 +0000 (18:54 +0000)] 
switch back to non appearance fonts until problems are solved

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

22 years agochanged key handling to new carbon-savvy implementation
Stefan Csomor [Fri, 21 Jun 2002 16:10:34 +0000 (16:10 +0000)] 
changed key handling to new carbon-savvy implementation

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

22 years agorouting key events to new app routine
Stefan Csomor [Fri, 21 Jun 2002 16:09:15 +0000 (16:09 +0000)] 
routing key events to new app routine

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

22 years agochanged handling to skip in order to have default handling working
Stefan Csomor [Fri, 21 Jun 2002 16:05:46 +0000 (16:05 +0000)] 
changed handling to skip in order to have default handling working

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

22 years agotake out key handling at control level, we'll remove that later on, if things are...
Stefan Csomor [Fri, 21 Jun 2002 16:04:58 +0000 (16:04 +0000)] 
take out key handling at control level, we'll remove that later on, if things are still working...

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

22 years agofactored out key handling for better integrating with carbon
Stefan Csomor [Fri, 21 Jun 2002 16:01:18 +0000 (16:01 +0000)] 
factored out key handling for better integrating with carbon

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

22 years agomillisecond resolution supported for wxMac
Stefan Csomor [Fri, 21 Jun 2002 15:59:52 +0000 (15:59 +0000)] 
millisecond resolution supported for wxMac

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

22 years agofixed stray _T()s
Vadim Zeitlin [Fri, 21 Jun 2002 11:18:19 +0000 (11:18 +0000)] 
fixed stray _T()s

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

22 years agosvg Unix fix
Chris Elliott [Fri, 21 Jun 2002 09:46:32 +0000 (09:46 +0000)] 
svg Unix fix

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

22 years agocorrected Appearance measuring routines
Stefan Csomor [Fri, 21 Jun 2002 06:54:08 +0000 (06:54 +0000)] 
corrected Appearance measuring routines

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

22 years agoRefactored my last change a bit and applied it in another place too.
Robin Dunn [Fri, 21 Jun 2002 03:03:37 +0000 (03:03 +0000)] 
Refactored my last change a bit and applied it in another place too.
Added the wx prefix to the other static funcitons for consistency.

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

22 years agofixed a typo
Robin Dunn [Fri, 21 Jun 2002 02:04:43 +0000 (02:04 +0000)] 
fixed a typo

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

22 years agoThis fixes a crash that would happen when DeleteAllItems is called
Robin Dunn [Fri, 21 Jun 2002 01:57:17 +0000 (01:57 +0000)] 
This fixes a crash that would happen when DeleteAllItems is called
when some items have attributes.

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

22 years agofixed typo
Robin Dunn [Fri, 21 Jun 2002 00:19:08 +0000 (00:19 +0000)] 
fixed typo

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

22 years agoUpdated build notes for wxPython on unix systems
Robin Dunn [Fri, 21 Jun 2002 00:17:31 +0000 (00:17 +0000)] 
Updated build notes for wxPython on unix systems

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

22 years agoA bit of cleanup
Robin Dunn [Thu, 20 Jun 2002 23:36:58 +0000 (23:36 +0000)] 
A bit of cleanup

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

22 years agofixed compilation with CW8 (SF patch 567845) and also added alignment fillers for...
Vadim Zeitlin [Thu, 20 Jun 2002 22:33:22 +0000 (22:33 +0000)] 
fixed compilation with CW8 (SF patch 567845) and also added alignment fillers for wxCriticalSection::m_buffer

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

22 years agowxThread::Delete() doesn't wait until the next event occurs before waking up any...
Vadim Zeitlin [Thu, 20 Jun 2002 22:25:28 +0000 (22:25 +0000)] 
wxThread::Delete() doesn't wait until the next event occurs before waking up any longer

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

22 years agotried to fix a race condition in the sample, not sure if I really did it though
Vadim Zeitlin [Thu, 20 Jun 2002 22:25:01 +0000 (22:25 +0000)] 
tried to fix a race condition in the sample, not sure if I really did it though

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

22 years agoadded #defines required for 64 bit off_t (a.k.a. large files) support
Vadim Zeitlin [Thu, 20 Jun 2002 21:55:56 +0000 (21:55 +0000)] 
added #defines required for 64 bit off_t (a.k.a. large files) support

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

22 years agoChanges needed to allow compilation with SunCC.
Robin Dunn [Thu, 20 Jun 2002 21:53:11 +0000 (21:53 +0000)] 
Changes needed to allow compilation with SunCC.

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

22 years agoShow changing the control colour when the validator fails.
Robin Dunn [Thu, 20 Jun 2002 21:42:30 +0000 (21:42 +0000)] 
Show changing the control colour when the validator fails.

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

22 years agoChanges needed to allow compilation with SunCC.
Robin Dunn [Thu, 20 Jun 2002 21:39:33 +0000 (21:39 +0000)] 
Changes needed to allow compilation with SunCC.

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

22 years agodon't crash trying to dereference NULL m_selection (happens when showing a grid witho...
Vadim Zeitlin [Thu, 20 Jun 2002 15:01:10 +0000 (15:01 +0000)] 
don't crash trying to dereference NULL m_selection (happens when showing a grid without any rows or columns)

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

22 years agofixed setting tooltips for slider by moving the code working around comctl32.dll...
Vadim Zeitlin [Thu, 20 Jun 2002 14:49:19 +0000 (14:49 +0000)] 
fixed setting tooltips for slider by moving the code working around comctl32.dll bug from wxToolBar to wxWindow so that it is used for all common controls

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

22 years agofix to tex format documentation for wxSVG
Chris Elliott [Thu, 20 Jun 2002 14:34:29 +0000 (14:34 +0000)] 
fix to tex format documentation for wxSVG

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

22 years agoadded TRUE default value for Show() argument
Vadim Zeitlin [Thu, 20 Jun 2002 12:52:06 +0000 (12:52 +0000)] 
added TRUE default value for Show() argument

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

22 years agoifdefed out Offset call for Mac
Julian Smart [Thu, 20 Jun 2002 11:46:58 +0000 (11:46 +0000)] 
ifdefed out Offset call for Mac

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

22 years agomoved header detections before sizeof detections since some headers are
Gilles Depeyrot [Wed, 19 Jun 2002 20:25:10 +0000 (20:25 +0000)] 
moved header detections before sizeof detections since some headers are
conditionally used in the sizeof detections

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

22 years agoAdded SVG to distribution scripts
Julian Smart [Wed, 19 Jun 2002 10:19:09 +0000 (10:19 +0000)] 
Added SVG to distribution scripts

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

22 years agowxSVGDC class README.TXT
Chris Elliott [Wed, 19 Jun 2002 09:21:31 +0000 (09:21 +0000)] 
wxSVGDC class README.TXT

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

22 years agowxSVGDC class include files
Chris Elliott [Wed, 19 Jun 2002 09:17:46 +0000 (09:17 +0000)] 
wxSVGDC class include files

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

22 years agowxSVGDC class test sample
Chris Elliott [Wed, 19 Jun 2002 09:16:19 +0000 (09:16 +0000)] 
wxSVGDC class test sample

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

22 years agowxSVGDC class documentation
Chris Elliott [Wed, 19 Jun 2002 09:13:39 +0000 (09:13 +0000)] 
wxSVGDC class documentation

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

22 years agoAdded AddGrab, RemoveGrab, IsGrabbed to wxTopLevelWindowGTK
Julian Smart [Tue, 18 Jun 2002 21:46:42 +0000 (21:46 +0000)] 
Added AddGrab, RemoveGrab, IsGrabbed to wxTopLevelWindowGTK
and AddGrabIfNeeded to wxHtmlHelpController, to assist with
showing the help window from a modal dialog.

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

22 years agoNew .def file
David Webster [Tue, 18 Jun 2002 19:59:32 +0000 (19:59 +0000)] 
New .def file

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

22 years agoMoved flicker-removal to GTK+ code
Julian Smart [Tue, 18 Jun 2002 15:57:39 +0000 (15:57 +0000)] 
Moved flicker-removal to GTK+ code

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

22 years agorelayout the window after adding/removing the columns (fixes a SF bug I closed a...
Vadim Zeitlin [Tue, 18 Jun 2002 15:23:54 +0000 (15:23 +0000)] 
relayout the window after adding/removing the columns (fixes a SF bug I closed a long time ago -- but forgot to commit the fix)

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

22 years agoRemove flicker in Undo/Redo menus by only updating
Julian Smart [Tue, 18 Jun 2002 15:12:36 +0000 (15:12 +0000)] 
Remove flicker in Undo/Redo menus by only updating
if we have some new text

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

22 years agoOS/2 has it's own popup window source now.
David Webster [Tue, 18 Jun 2002 14:43:55 +0000 (14:43 +0000)] 
OS/2 has it's own popup window source now.

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

22 years agoadded ViewStart() as synonym for GetViewStart() in WXWIN_COMPATIBILITY_2_2 mode
Vadim Zeitlin [Tue, 18 Jun 2002 12:47:40 +0000 (12:47 +0000)] 
added ViewStart() as synonym for GetViewStart() in WXWIN_COMPATIBILITY_2_2 mode

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

22 years agomention WXWIN_COMPATIBILITY_2_2
Vadim Zeitlin [Tue, 18 Jun 2002 12:46:56 +0000 (12:46 +0000)] 
mention WXWIN_COMPATIBILITY_2_2

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

22 years agoSet the clear region to be the update region if the update
Julian Smart [Tue, 18 Jun 2002 08:29:34 +0000 (08:29 +0000)] 
Set the clear region to be the update region if the update
region is non-empty but the clear region is empty, because
otherwise we're going to clear more than we repaint

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

22 years agoremoved SetFocus() call in WM_LBUTTONDOWN handler once again: it is *WRONG*, please...
Vadim Zeitlin [Tue, 18 Jun 2002 00:40:19 +0000 (00:40 +0000)] 
removed SetFocus() call in WM_LBUTTONDOWN handler once again: it is *WRONG*, please let me know if there is any problem this is supposed to fix but don't put it back

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

22 years agorichedit 1.0 controls now send the left up event
Vadim Zeitlin [Tue, 18 Jun 2002 00:34:45 +0000 (00:34 +0000)] 
richedit 1.0 controls now send the left up event

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

22 years agoCatching up
David Webster [Mon, 17 Jun 2002 22:08:57 +0000 (22:08 +0000)] 
Catching up

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

22 years agousing Theme layout for measuring as well
Stefan Csomor [Mon, 17 Jun 2002 19:38:57 +0000 (19:38 +0000)] 
using Theme layout for measuring as well

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

22 years agooops, typo in the large file support just checked in
Vadim Zeitlin [Mon, 17 Jun 2002 15:51:28 +0000 (15:51 +0000)] 
oops, typo in the large file support just checked in

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

22 years agoadded configure support for the large files
Vadim Zeitlin [Mon, 17 Jun 2002 15:44:11 +0000 (15:44 +0000)] 
added configure support for the large files

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

22 years agoinit the event id and timestamp fields for the mouse events
Vadim Zeitlin [Mon, 17 Jun 2002 13:09:36 +0000 (13:09 +0000)] 
init the event id and timestamp fields for the mouse events

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

22 years agopatch fixing b32 makefile (sourceforge Bugs item #566439)
Chris Elliott [Mon, 17 Jun 2002 09:07:38 +0000 (09:07 +0000)] 
patch fixing b32 makefile (sourceforge Bugs item #566439)

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

22 years agoUpdated makefile
Mattia Barbon [Sun, 16 Jun 2002 15:38:01 +0000 (15:38 +0000)] 
Updated makefile

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

22 years agoRecent w32api have FONTENUMPROC; this also fixes GCC 3.1
Mattia Barbon [Sun, 16 Jun 2002 15:17:05 +0000 (15:17 +0000)] 
Recent w32api have FONTENUMPROC; this also fixes GCC 3.1

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

22 years agoargh, another IsDialogMessage() fix: we still need to check all non top level parents
Vadim Zeitlin [Sat, 15 Jun 2002 21:17:37 +0000 (21:17 +0000)] 
argh, another IsDialogMessage() fix: we still need to check all non top level parents

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

22 years agofix for dialog navigation in the modal dialogs: do call IsDialogMessage() in this...
Vadim Zeitlin [Sat, 15 Jun 2002 20:09:15 +0000 (20:09 +0000)] 
fix for dialog navigation in the modal dialogs: do call IsDialogMessage() in this case

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

22 years agoallow overriding the default button labels in wxWizard
Vadim Zeitlin [Sat, 15 Jun 2002 17:03:18 +0000 (17:03 +0000)] 
allow overriding the default button labels in wxWizard

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

22 years agochanged WM_GETDLGCODE handling so that all windows get WM_CHARs by default
Vadim Zeitlin [Sat, 15 Jun 2002 15:32:20 +0000 (15:32 +0000)] 
changed WM_GETDLGCODE handling so that all windows get WM_CHARs by default

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

22 years agoremoved unused wxWindow::m_doubleClickAllowed field
Vadim Zeitlin [Sat, 15 Jun 2002 15:20:03 +0000 (15:20 +0000)] 
removed unused wxWindow::m_doubleClickAllowed field

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

22 years agoCreate a new icon for each image in a file with multiple icons.
Mattia Barbon [Sat, 15 Jun 2002 15:04:07 +0000 (15:04 +0000)] 
Create a new icon for each image in a file with multiple icons.
Fixes a bug reported on wx-dev.

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

22 years agoBetter detection for Cygwin; thanks to Oscar Fuentes
Mattia Barbon [Sat, 15 Jun 2002 14:58:47 +0000 (14:58 +0000)] 
Better detection for Cygwin; thanks to Oscar Fuentes

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

22 years agoSWIGged update for wxMac
Robin Dunn [Sat, 15 Jun 2002 07:10:45 +0000 (07:10 +0000)] 
SWIGged update for wxMac

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

22 years agoSWIGged updates for wxGTK
Robin Dunn [Sat, 15 Jun 2002 07:03:05 +0000 (07:03 +0000)] 
SWIGged updates for wxGTK

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

22 years agoFix for the TAB in the autocomplete list not being used correctly
Robin Dunn [Sat, 15 Jun 2002 06:41:27 +0000 (06:41 +0000)] 
Fix for the TAB in the autocomplete list not being used correctly

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

22 years agoChanged name of demo so the list sorts nicer
Robin Dunn [Sat, 15 Jun 2002 05:52:22 +0000 (05:52 +0000)] 
Changed name of demo so the list sorts nicer

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