]> git.saurik.com Git - wxWidgets.git/log
wxWidgets.git
21 years agounified default values for conv arguments
Václav Slavík [Wed, 26 Feb 2003 19:31:44 +0000 (19:31 +0000)] 
unified default values for conv arguments

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

21 years agocompilation fix for optimizing compilers
Václav Slavík [Wed, 26 Feb 2003 19:29:21 +0000 (19:29 +0000)] 
compilation fix for optimizing compilers

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

21 years agoadded wxCLOSE
Václav Slavík [Wed, 26 Feb 2003 19:26:31 +0000 (19:26 +0000)] 
added wxCLOSE

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

21 years agoadded wxCLOSE and fixed wxSYSTEM_MENU on Unix
Václav Slavík [Wed, 26 Feb 2003 19:24:19 +0000 (19:24 +0000)] 
added wxCLOSE and fixed wxSYSTEM_MENU on Unix

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

21 years agoadded wxCLOSE and unified wxDEFAULT_DIALOG_STYLE definition
Václav Slavík [Wed, 26 Feb 2003 19:21:47 +0000 (19:21 +0000)] 
added wxCLOSE and unified wxDEFAULT_DIALOG_STYLE definition

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

21 years agofix patch #693600
Václav Slavík [Wed, 26 Feb 2003 19:21:02 +0000 (19:21 +0000)] 
fix patch #693600

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

21 years agoChanged how the dynamic event tables (used for all Python wx classes,
Robin Dunn [Tue, 25 Feb 2003 21:22:44 +0000 (21:22 +0000)] 
Changed how the dynamic event tables (used for all Python wx classes,
C++ wx classes typically use static event tables) are searched such
that they behave from a Python perspective more like the static tables
in C++.  Namely that if there are identical event bindings in a base
Python class and a derived Python class that the one in the derived
class will be found first and that if Skip is called that the one in
the base class will still be found instead of skipping directly to the
static stable in the C++ class.

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

21 years agofinally fixed the flicker problem in wxTE_RICH[2] text controls when appending a...
Vadim Zeitlin [Tue, 25 Feb 2003 18:44:20 +0000 (18:44 +0000)] 
finally fixed the flicker problem in wxTE_RICH[2] text controls when appending a lot of text to them

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

21 years agodon't log erroneous error messages when writing an empty string to a wxTE_RICH2 control
Vadim Zeitlin [Tue, 25 Feb 2003 16:48:50 +0000 (16:48 +0000)] 
don't log erroneous error messages when writing an empty string to a wxTE_RICH2 control

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

21 years agofixed typo in WX_DECLARE_OBJARRAY example
Vadim Zeitlin [Tue, 25 Feb 2003 16:14:30 +0000 (16:14 +0000)] 
fixed typo in WX_DECLARE_OBJARRAY example

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

21 years agofixed typo in he check in SetSizeHints()
Vadim Zeitlin [Tue, 25 Feb 2003 16:12:42 +0000 (16:12 +0000)] 
fixed typo in he check in SetSizeHints()

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

21 years agoforward declare wxMenu
Vadim Zeitlin [Tue, 25 Feb 2003 12:43:06 +0000 (12:43 +0000)] 
forward declare wxMenu

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

21 years agotest for the bug with showing a modeless dialog from a modal one in wxGTK
Vadim Zeitlin [Tue, 25 Feb 2003 12:33:35 +0000 (12:33 +0000)] 
test for the bug with showing a modeless dialog from a modal one in wxGTK

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

21 years agom_y of generic tree item was only a short, which unnecessarily limits the number...
Stefan Csomor [Tue, 25 Feb 2003 09:48:30 +0000 (09:48 +0000)] 
m_y of generic tree item was only a short, which unnecessarily limits the number of items that can be displayed and handled

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

21 years agocentralize version info in one file, include it from all makefiles
Vadim Zeitlin [Mon, 24 Feb 2003 23:20:22 +0000 (23:20 +0000)] 
centralize version info in one file, include it from all makefiles

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

21 years agodo use micro version number in the DLL names -- but in the unstable branch only
Vadim Zeitlin [Mon, 24 Feb 2003 23:19:21 +0000 (23:19 +0000)] 
do use micro version number in the DLL names -- but in the unstable branch only

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

21 years agouse jast major.minor, not major.minor.micro, in the DLL names
Vadim Zeitlin [Mon, 24 Feb 2003 00:33:28 +0000 (00:33 +0000)] 
use jast major.minor, not major.minor.micro, in the DLL names

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

21 years agoget the version info directly from wx/version.h instead of hardcoding it here
Vadim Zeitlin [Mon, 24 Feb 2003 00:26:50 +0000 (00:26 +0000)] 
get the version info directly from wx/version.h instead of hardcoding it here

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

21 years agoregenerated using the correct versions in/for the DLLs
Vadim Zeitlin [Mon, 24 Feb 2003 00:25:08 +0000 (00:25 +0000)] 
regenerated using the correct versions in/for the DLLs

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

21 years agobackport CDATA code in wxHTML
Václav Slavík [Sun, 23 Feb 2003 23:11:23 +0000 (23:11 +0000)] 
backport CDATA code in wxHTML

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

21 years agonote warning against using /ox
Vadim Zeitlin [Sun, 23 Feb 2003 21:59:26 +0000 (21:59 +0000)] 
note warning against using /ox

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

21 years ago Implemented DoGetBestSize for wxListBox, (native) wxComboBox and
Mattia Barbon [Sun, 23 Feb 2003 20:33:43 +0000 (20:33 +0000)] 
  Implemented DoGetBestSize for wxListBox, (native) wxComboBox and
wxTextCtrl, and used it when wxSize(-1, -1) is passed to Create, to set
the initial size.
  Added wxDoChangeFont and wxXmStringToString helper functions, removed
the use of m_stringList in native wxComboBox, removed some duplicated code
in wxWindow.

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

21 years agoremoved the extra offset in moveto in DrawRotatedText() (why was it there?)
Vadim Zeitlin [Sun, 23 Feb 2003 19:57:45 +0000 (19:57 +0000)] 
removed the extra offset in moveto in DrawRotatedText() (why was it there?)

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

21 years ago Allow setting default file name in wxMotif wxFileDialog.
Mattia Barbon [Sun, 23 Feb 2003 19:24:45 +0000 (19:24 +0000)] 
  Allow setting default file name in wxMotif wxFileDialog.

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

21 years agomake wxConvUTF8 available in wchar_t-less mode, too
Václav Slavík [Sun, 23 Feb 2003 19:01:54 +0000 (19:01 +0000)] 
make wxConvUTF8 available in wchar_t-less mode, too

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

21 years agodocumentation for wxFileConfig changes
Václav Slavík [Sun, 23 Feb 2003 19:01:41 +0000 (19:01 +0000)] 
documentation for wxFileConfig changes

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

21 years agowxFileConfig in Unicode fixes
Václav Slavík [Sun, 23 Feb 2003 19:01:29 +0000 (19:01 +0000)] 
wxFileConfig in Unicode fixes

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

21 years agoimplemented empty handler for <script> tag, so that script code doesn't show in rende...
Václav Slavík [Sun, 23 Feb 2003 19:00:08 +0000 (19:00 +0000)] 
implemented empty handler for <script> tag, so that script code doesn't show in rendered page

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

21 years agofixed parsing of CDATA elements (<script> and <style>) (Bill Nalen)
Václav Slavík [Sun, 23 Feb 2003 18:59:13 +0000 (18:59 +0000)] 
fixed parsing of CDATA elements (<script> and <style>) (Bill Nalen)

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

21 years agodocumented wxGetApp()
Vadim Zeitlin [Sun, 23 Feb 2003 02:03:41 +0000 (02:03 +0000)] 
documented wxGetApp()

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

21 years agoupdate watcom makefile
Chris Elliott [Sat, 22 Feb 2003 15:42:49 +0000 (15:42 +0000)] 
update watcom makefile

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

21 years ago Added Active Accessibility files to filelist.txt, regenerated
Mattia Barbon [Fri, 21 Feb 2003 21:27:53 +0000 (21:27 +0000)] 
  Added Active Accessibility files to filelist.txt, regenerated
wxWindows.dsp.

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

21 years agoOnly send two EVT_BUTTON events when double clicking a button, not three
Robin Dunn [Fri, 21 Feb 2003 20:27:56 +0000 (20:27 +0000)] 
Only send two EVT_BUTTON events when double clicking a button, not three

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

21 years agoApplied FL patch from Stefan Kowski
Julian Smart [Fri, 21 Feb 2003 16:02:33 +0000 (16:02 +0000)] 
Applied FL patch from Stefan Kowski

"Enclosed there is a patch for the FL library that solves a problem
overwriting the status bar if a bar is expanded.

Cause of this is the calculation of the new window height which may be less
than 0 in some cases. In my test a value of -1 caused the window default
height to be set which was larger than the space available, therefore the
status bar was overwritten."

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

21 years ago Regenerated files.
Mattia Barbon [Thu, 20 Feb 2003 18:30:06 +0000 (18:30 +0000)] 
  Regenerated files.

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

21 years ago Use some wxX11 files (currently pen.cpp and brush.cpp) in wxMotif.
Mattia Barbon [Thu, 20 Feb 2003 18:20:47 +0000 (18:20 +0000)] 
  Use some wxX11 files (currently pen.cpp and brush.cpp) in wxMotif.
  Add src/x11 to VPATH in configure, and add a new flag to filelist.txt
indicating a file used in wxMotif but not in wxMotif directory.
  Modifed VMS makefiles, too (should be checked by someone with VMS,
though).

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

21 years agofixed wxSYS_DEFAULT_GUI_FONT lookup
Václav Slavík [Wed, 19 Feb 2003 23:17:01 +0000 (23:17 +0000)] 
fixed wxSYS_DEFAULT_GUI_FONT lookup

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

21 years ago Fix DrawRotatedtext to behave more like wxMSW: take into account
Mattia Barbon [Wed, 19 Feb 2003 21:12:00 +0000 (21:12 +0000)] 
  Fix DrawRotatedtext to behave more like wxMSW: take into account
text background colour, and fix some wrong mathematics which caused
incorrect results.

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

21 years agoTemporary fix for strange wxDateTime link error with VC++ and wxUSE_ACCESSIBILITY=1
Julian Smart [Wed, 19 Feb 2003 21:06:52 +0000 (21:06 +0000)] 
Temporary fix for strange wxDateTime link error with VC++ and wxUSE_ACCESSIBILITY=1

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

21 years ago Allow selecting a mono bitmap into a wxMemoryDC.
Mattia Barbon [Wed, 19 Feb 2003 21:06:02 +0000 (21:06 +0000)] 
  Allow selecting a mono bitmap into a wxMemoryDC.

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

21 years agofixed Traditional Chinese mapping
Václav Slavík [Wed, 19 Feb 2003 19:25:47 +0000 (19:25 +0000)] 
fixed Traditional Chinese mapping

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

21 years agoremoved several out of date/wrong sentences; mention wxEvtHandler::Connect()
Vadim Zeitlin [Wed, 19 Feb 2003 18:54:07 +0000 (18:54 +0000)] 
removed several out of date/wrong sentences; mention wxEvtHandler::Connect()

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

21 years agoFurther tweaks to accessibility code
Julian Smart [Wed, 19 Feb 2003 16:31:28 +0000 (16:31 +0000)] 
Further tweaks to accessibility code

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

21 years agouse -O0 when optimizing is off -- seems to __slightly__ reduce the build times with...
Vadim Zeitlin [Wed, 19 Feb 2003 13:52:11 +0000 (13:52 +0000)] 
use -O0 when optimizing is off -- seems to __slightly__ reduce the build times with g++ 3.2

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

21 years agoprevent from setting min[WH] > max[WH] because this leads to an infinite loop later...
Vadim Zeitlin [Wed, 19 Feb 2003 13:44:32 +0000 (13:44 +0000)] 
prevent from setting min[WH] > max[WH] because this leads to an infinite loop later on and generally doesnt make sense

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

21 years agofixed a typo which was preventing any events from being generated after DeleteAll...
Vadim Zeitlin [Wed, 19 Feb 2003 13:15:50 +0000 (13:15 +0000)] 
fixed a typo which was preventing any events from being generated after DeleteAll() call

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

21 years agoSend the wxWindowDestroyEvent for all ports
Robin Dunn [Wed, 19 Feb 2003 02:59:36 +0000 (02:59 +0000)] 
Send the wxWindowDestroyEvent for all ports

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

21 years ago Patch [ 688973 ] from William Gallafent: add missing wx/dc.h.
Mattia Barbon [Tue, 18 Feb 2003 21:33:43 +0000 (21:33 +0000)] 
  Patch [ 688973 ] from William Gallafent: add missing wx/dc.h.

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

21 years agoFixed warning, reformatted some code
Julian Smart [Tue, 18 Feb 2003 15:39:23 +0000 (15:39 +0000)] 
Fixed warning, reformatted some code

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

21 years agoApplied patch [ 608866 ] wxGrid: vertical column label text
Julian Smart [Tue, 18 Feb 2003 14:25:34 +0000 (14:25 +0000)] 
Applied patch [ 608866 ] wxGrid: vertical column label text

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

21 years ago Applied John's patch.
Robert Roebling [Tue, 18 Feb 2003 09:48:55 +0000 (09:48 +0000)] 
  Applied John's patch.

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

21 years agoApplied patch [ 681921 ] Stray focus rectangle in static text
Julian Smart [Tue, 18 Feb 2003 09:40:30 +0000 (09:40 +0000)] 
Applied patch [ 681921 ] Stray focus rectangle in static text

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

21 years agoApplied patch [ 681893 ] Combobox in toolbar
Julian Smart [Tue, 18 Feb 2003 09:38:02 +0000 (09:38 +0000)] 
Applied patch [ 681893 ] Combobox in toolbar

This patch adds controls (i.e. combobox) to toolbars.
It also changes the toolbar sample so the combobox is
actually shown.

Otto Wyss

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

21 years agoEnhancements to the accessibility sample
Julian Smart [Tue, 18 Feb 2003 09:35:14 +0000 (09:35 +0000)] 
Enhancements to the accessibility sample

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

21 years agoSome improvements to accessibility behaviour
Julian Smart [Tue, 18 Feb 2003 09:33:42 +0000 (09:33 +0000)] 
Some improvements to accessibility behaviour

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

21 years agoApplied patch [ 686843 ] File Dialog Wildcard Bug
Julian Smart [Tue, 18 Feb 2003 09:27:23 +0000 (09:27 +0000)] 
Applied patch [ 686843 ] File Dialog Wildcard Bug

A bug was introduced in generic/src/filedlgg.cpp
between versions 2.2.9 and 2.4 that causes incomplete
file extensions to be appended to filenames not having
extensions after a user changes the wildcard index in
the filedialog. This patch reverts back to the correct
code.

Bob Downey

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

21 years agoApplied patch [ 681262 ] Add EVT_MENU_OPEN support for GTK
Julian Smart [Tue, 18 Feb 2003 09:02:30 +0000 (09:02 +0000)] 
Applied patch [ 681262 ] Add EVT_MENU_OPEN support for GTK

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

21 years agoChanged back inline/const things
Julian Smart [Mon, 17 Feb 2003 12:43:47 +0000 (12:43 +0000)] 
Changed back inline/const things
wxTabCtrl must have WS_CHILD window style
small access.cpp tweaks (call QueryInterface)

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

21 years agoAdded start at accessibility sample
Julian Smart [Mon, 17 Feb 2003 10:15:02 +0000 (10:15 +0000)] 
Added start at accessibility sample

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

21 years agoanother compilation fix for over-optimized #includes
Václav Slavík [Sun, 16 Feb 2003 23:08:33 +0000 (23:08 +0000)] 
another compilation fix for over-optimized #includes

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

21 years agofix wxDateTime offset for Apple Developer Tools (SourceForge bug # 614010)
Gilles Depeyrot [Sun, 16 Feb 2003 18:19:15 +0000 (18:19 +0000)] 
fix wxDateTime offset for Apple Developer Tools (SourceForge bug # 614010)

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

21 years agoinserted casts allowing to have arrays of function pointers -- this is wrong but...
Vadim Zeitlin [Sun, 16 Feb 2003 17:46:05 +0000 (17:46 +0000)] 
inserted casts allowing to have arrays of function pointers -- this is wrong but works on most platforms

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

21 years agoAdded start at accessibility functionality
Julian Smart [Sun, 16 Feb 2003 11:59:49 +0000 (11:59 +0000)] 
Added start at accessibility functionality

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

21 years agoAdded accessibility headers
Julian Smart [Sun, 16 Feb 2003 11:57:24 +0000 (11:57 +0000)] 
Added accessibility headers

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

21 years agoVC++ 6 doesn't seem to like the uninlining thing and
Julian Smart [Sat, 15 Feb 2003 17:14:19 +0000 (17:14 +0000)] 
VC++ 6 doesn't seem to like the uninlining thing and
also the wxDateTime::TIME_T_FACTOR must be always defined;
else we get link errors. I don't know why these didn't
turn up before...

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

21 years agoFiles from a Drop were only added but the fileslist never cleard
Stefan Csomor [Sat, 15 Feb 2003 08:36:30 +0000 (08:36 +0000)] 
Files from a Drop were only added but the fileslist never cleard

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

21 years ago Setting background colour on listbox parent makes it look ugly, do not
Mattia Barbon [Fri, 14 Feb 2003 20:43:53 +0000 (20:43 +0000)] 
  Setting background colour on listbox parent makes it look ugly, do not
do it.

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

21 years ago Fix wxEventLoop so it does not sleep 20 msec between events when threads
Mattia Barbon [Fri, 14 Feb 2003 20:41:57 +0000 (20:41 +0000)] 
  Fix wxEventLoop so it does not sleep 20 msec between events when threads
are anabled. Now the ode should be equivalent to the 2.4 event loop.

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

21 years agosilent gcc warning about missing \n at the end of file
Vadim Zeitlin [Fri, 14 Feb 2003 20:21:00 +0000 (20:21 +0000)] 
silent gcc warning about missing \n at the end of file

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

21 years agocompilation fix (missing header)
Vadim Zeitlin [Fri, 14 Feb 2003 20:19:49 +0000 (20:19 +0000)] 
compilation fix (missing header)

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

21 years agofix for watcom open compiler
Chris Elliott [Thu, 13 Feb 2003 20:57:11 +0000 (20:57 +0000)] 
fix for watcom open compiler

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

21 years agoDOc fixes
Julian Smart [Thu, 13 Feb 2003 18:28:36 +0000 (18:28 +0000)] 
DOc fixes

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

21 years agosay that WarpPointer() is not supported under Mac
Vadim Zeitlin [Thu, 13 Feb 2003 13:16:58 +0000 (13:16 +0000)] 
say that WarpPointer() is not supported under Mac

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

21 years agomarked dbkeyg.h as a wxBase file (fixes 685857)
Vadim Zeitlin [Thu, 13 Feb 2003 11:34:07 +0000 (11:34 +0000)] 
marked dbkeyg.h as a wxBase file (fixes 685857)

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

21 years ago Committing in .
Jouk Jansen [Thu, 13 Feb 2003 07:21:50 +0000 (07:21 +0000)] 
 Committing in .

 Roving class reference within the class itself.

 Modified Files:
  wxWindows/src/univ/combobox.cpp
 ----------------------------------------------------------------------

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

21 years agoadded an assert checking that Resume() is not called unnecessarily
Vadim Zeitlin [Thu, 13 Feb 2003 00:22:36 +0000 (00:22 +0000)] 
added an assert checking that Resume() is not called unnecessarily

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

21 years agofirst watcom makefile
Chris Elliott [Wed, 12 Feb 2003 22:17:08 +0000 (22:17 +0000)] 
first watcom makefile

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

21 years agofix watcom makefile
Chris Elliott [Wed, 12 Feb 2003 21:25:54 +0000 (21:25 +0000)] 
fix watcom makefile

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

21 years agofix watcom makefile
Chris Elliott [Wed, 12 Feb 2003 21:16:56 +0000 (21:16 +0000)] 
fix watcom makefile

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

21 years agoimprove watcom makefile
Chris Elliott [Wed, 12 Feb 2003 21:01:20 +0000 (21:01 +0000)] 
improve watcom makefile

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

21 years agofix unused vars for watcom
Chris Elliott [Wed, 12 Feb 2003 20:58:58 +0000 (20:58 +0000)] 
fix unused vars for watcom

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

21 years agocompilation fixes
Václav Slavík [Wed, 12 Feb 2003 20:35:27 +0000 (20:35 +0000)] 
compilation fixes

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

21 years ago Implemented wxToggleButton under Motif.
Mattia Barbon [Wed, 12 Feb 2003 18:20:23 +0000 (18:20 +0000)] 
  Implemented wxToggleButton under Motif.

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

21 years agoadded DoSetNativeFontInfo() to avoid virtual function hiding
Vadim Zeitlin [Wed, 12 Feb 2003 15:42:27 +0000 (15:42 +0000)] 
added DoSetNativeFontInfo() to avoid virtual function hiding

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

21 years agoremoved redundant code
Vadim Zeitlin [Wed, 12 Feb 2003 11:42:11 +0000 (11:42 +0000)] 
removed redundant code

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

21 years agofixed typo in SetToolClientData() docs
Vadim Zeitlin [Tue, 11 Feb 2003 22:55:40 +0000 (22:55 +0000)] 
fixed typo in SetToolClientData() docs

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

21 years ago Remove another already backported change.
Mattia Barbon [Tue, 11 Feb 2003 21:26:10 +0000 (21:26 +0000)] 
  Remove another already backported change.

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

21 years ago Remove already backported change.
Mattia Barbon [Tue, 11 Feb 2003 21:16:23 +0000 (21:16 +0000)] 
  Remove already backported change.

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

21 years ago Changes to be backported.
Mattia Barbon [Tue, 11 Feb 2003 21:09:05 +0000 (21:09 +0000)] 
  Changes to be backported.

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

21 years ago Finished native wxComboBox implementation; it still needs some testing.
Mattia Barbon [Tue, 11 Feb 2003 17:51:28 +0000 (17:51 +0000)] 
  Finished native wxComboBox implementation; it still needs some testing.

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

21 years agoAdded an item to toback24.txt
Julian Smart [Tue, 11 Feb 2003 15:50:59 +0000 (15:50 +0000)] 
Added an item to toback24.txt

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

21 years ago Minor corrections.
Robert Roebling [Tue, 11 Feb 2003 11:20:45 +0000 (11:20 +0000)] 
 Minor corrections.

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

21 years agofix contrib makefile for watcom
Chris Elliott [Mon, 10 Feb 2003 21:55:23 +0000 (21:55 +0000)] 
fix contrib makefile for watcom

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

21 years ago Clearly mark wxGLCanvas as not working under wxX11.
Mattia Barbon [Mon, 10 Feb 2003 21:27:24 +0000 (21:27 +0000)] 
  Clearly mark wxGLCanvas as not working under wxX11.

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

21 years ago Fix compilation with GCC (at least 2.95.4).
Mattia Barbon [Mon, 10 Feb 2003 21:18:32 +0000 (21:18 +0000)] 
  Fix compilation with GCC (at least 2.95.4).

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

21 years ago Fix compilation after last fix.
Mattia Barbon [Mon, 10 Feb 2003 21:12:55 +0000 (21:12 +0000)] 
  Fix compilation after last fix.

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

21 years ago Remove unnecessary header dependencies. Fix resulting compilation
Mattia Barbon [Mon, 10 Feb 2003 21:07:36 +0000 (21:07 +0000)] 
  Remove unnecessary header dependencies. Fix resulting compilation
problems for wxMSW, wxGTK, wxMotif, wxX11 and wxMac in default
configuration. Non-default configurations will probably need some more
fixes.

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

21 years agofix for making libraries
Chris Elliott [Mon, 10 Feb 2003 20:43:39 +0000 (20:43 +0000)] 
fix for making libraries

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

21 years agobug fixes
Stefan Csomor [Mon, 10 Feb 2003 19:15:13 +0000 (19:15 +0000)] 
bug fixes

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

21 years agoscrolbar event orientation fix
Vadim Zeitlin [Mon, 10 Feb 2003 16:16:14 +0000 (16:16 +0000)] 
scrolbar event orientation fix

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