]> git.saurik.com Git - wxWidgets.git/log
wxWidgets.git
20 years agoMore name changes
Julian Smart [Tue, 25 May 2004 11:20:37 +0000 (11:20 +0000)] 
More name changes

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

20 years agoimplemented wxTE_RIGHT, wxTE_CENTRE for wxGTK2 (patch 957687)
Václav Slavík [Tue, 25 May 2004 10:35:34 +0000 (10:35 +0000)] 
implemented wxTE_RIGHT, wxTE_CENTRE for wxGTK2 (patch 957687)

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

20 years agoAdded missing cast for Display*
Julian Smart [Tue, 25 May 2004 10:23:28 +0000 (10:23 +0000)] 
Added missing cast for Display*

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

20 years agoFixes for wxMotif
Julian Smart [Tue, 25 May 2004 10:20:51 +0000 (10:20 +0000)] 
Fixes for wxMotif

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

20 years agoRemoved redundant menu titles that added extra separators
Julian Smart [Tue, 25 May 2004 08:47:47 +0000 (08:47 +0000)] 
Removed redundant menu titles that added extra separators

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

20 years agoFixed compilo for GTK+1 (GDK_DISPLAY undeclared)
Julian Smart [Tue, 25 May 2004 08:07:21 +0000 (08:07 +0000)] 
Fixed compilo for GTK+1 (GDK_DISPLAY undeclared)

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

20 years agowxWebKit now properly updates after a resize event.
Kevin Ollivier [Tue, 25 May 2004 05:54:28 +0000 (05:54 +0000)] 
wxWebKit now properly updates after a resize event.

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

20 years agoSwitch to the TreeListCtrl from the wxCode project.
Robin Dunn [Tue, 25 May 2004 04:59:23 +0000 (04:59 +0000)] 
Switch to the TreeListCtrl from the wxCode project.

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

20 years agoPut a rreminder in the comments about s bit of duplicated code
Robin Dunn [Tue, 25 May 2004 04:57:23 +0000 (04:57 +0000)] 
Put a rreminder in the comments about s bit of duplicated code

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

20 years agoVersion number update
Robin Dunn [Tue, 25 May 2004 04:54:56 +0000 (04:54 +0000)] 
Version number update

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

20 years agoRemove treelistctrl from gizmos. The one from the wxCode project
Robin Dunn [Tue, 25 May 2004 04:52:41 +0000 (04:52 +0000)] 
Remove treelistctrl from gizmos.  The one from the wxCode project
should be used instead as it is newer and more activly maintained.

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

20 years agoUpdated the class name for wxWebKit to wxWebKitCtrl in sample.
Kevin Ollivier [Tue, 25 May 2004 04:34:53 +0000 (04:34 +0000)] 
Updated the class name for wxWebKit to wxWebKitCtrl in sample.

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

20 years agoFix for bug# 956875. Added some wxCHECK's to MSW's wxTreeCtrl to make
Robin Dunn [Tue, 25 May 2004 04:33:35 +0000 (04:33 +0000)] 
Fix for bug# 956875.  Added some wxCHECK's to MSW's wxTreeCtrl to make
things more consistent with the generic version.

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

20 years agoUse correct #if for interface/implementation pragma.
Robin Dunn [Mon, 24 May 2004 21:50:00 +0000 (21:50 +0000)] 
Use correct #if for interface/implementation pragma.
detabified

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

20 years agoFixes for Unicode build.
Kevin Ollivier [Mon, 24 May 2004 21:00:07 +0000 (21:00 +0000)] 
Fixes for Unicode build.

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

20 years agoBakefile/Makefile fix for uuid.cpp
Julian Smart [Mon, 24 May 2004 20:28:06 +0000 (20:28 +0000)] 
Bakefile/Makefile fix for uuid.cpp
Removed some obsolete project files

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

20 years agoNo longer any need for the dc parameter to FullPaint.
Robin Dunn [Mon, 24 May 2004 20:10:32 +0000 (20:10 +0000)] 
No longer any need for the dc parameter to FullPaint.

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

20 years agoFix FullPaint to actually force the whole window to be repainted
Robin Dunn [Mon, 24 May 2004 19:52:41 +0000 (19:52 +0000)] 
Fix FullPaint to actually force the whole window to be repainted
instead of being constrained by the previous paint's update region.

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

20 years agoUpdated version variables in configure.in to go along with the changes
Robin Dunn [Mon, 24 May 2004 19:27:25 +0000 (19:27 +0000)] 
Updated version variables in configure.in to go along with the changes
in version.h

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

20 years agoRegenerated makefiles for 2.5.2
Julian Smart [Mon, 24 May 2004 14:12:40 +0000 (14:12 +0000)] 
Regenerated makefiles for 2.5.2
Other version updates
Added list of Cocoa files

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

20 years agooverseeing the obvious, there is already a perfect scroll call for HIView...
Stefan Csomor [Mon, 24 May 2004 06:29:02 +0000 (06:29 +0000)] 
overseeing the obvious, there is already a perfect scroll call for HIView...

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

20 years agoUse old licence name
Julian Smart [Sun, 23 May 2004 20:53:33 +0000 (20:53 +0000)] 
Use old licence name

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

20 years ago Fix memory leak by letting the base class version handle the
Mattia Barbon [Sun, 23 May 2004 17:15:36 +0000 (17:15 +0000)] 
  Fix memory leak by letting the base class version handle the
destruction.

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

20 years agoremoving unnecessary invalidation in Update, adding a forced update to ScrollWindow...
Stefan Csomor [Sun, 23 May 2004 15:42:06 +0000 (15:42 +0000)] 
removing unnecessary invalidation in Update, adding a forced update to ScrollWindow, incase we have invalid areas on the window

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

20 years agoMore name change
Julian Smart [Sun, 23 May 2004 15:10:40 +0000 (15:10 +0000)] 
More name change

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

20 years agoName and version changes
Julian Smart [Sun, 23 May 2004 14:56:36 +0000 (14:56 +0000)] 
Name and version changes

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

20 years agomake it non mach-o carbon savvy
Stefan Csomor [Sun, 23 May 2004 11:07:53 +0000 (11:07 +0000)] 
make it non mach-o carbon savvy

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

20 years agoactivated modal app state again
Stefan Csomor [Sun, 23 May 2004 11:04:57 +0000 (11:04 +0000)] 
activated modal app state again

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

20 years agoComposite Window implementations for ::Update and ::ScrollWindow
Stefan Csomor [Sun, 23 May 2004 11:02:16 +0000 (11:02 +0000)] 
Composite Window implementations for ::Update and ::ScrollWindow

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

20 years ago-start experimental use of RunApplicationEventLoop,
Stefan Csomor [Sun, 23 May 2004 10:59:23 +0000 (10:59 +0000)] 
-start experimental use of RunApplicationEventLoop,
-storing current event for menu handling, because otherwise we get a redraw problem in wxWindow::Update which is called from the menu tracking code

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

20 years agoUpdating configure.in to work with wxWebKit.
Kevin Ollivier [Sat, 22 May 2004 19:54:20 +0000 (19:54 +0000)] 
Updating configure.in to work with wxWebKit.

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

20 years agoUpdating bakefiles to include wxWebKit.
Kevin Ollivier [Sat, 22 May 2004 18:21:43 +0000 (18:21 +0000)] 
Updating bakefiles to include wxWebKit.

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

20 years ago Do not realize the top level shell that acts as a parent
Mattia Barbon [Sat, 22 May 2004 18:01:33 +0000 (18:01 +0000)] 
  Do not realize the top level shell that acts as a parent
for top level windows. Add a realized child for the shell
for functions requiring it (clipboard at the moment).
  Use XtPopup to show top level widgets, as per Motif
guidelines.

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

20 years ago Regenerated makefiles.
Mattia Barbon [Sat, 22 May 2004 17:52:44 +0000 (17:52 +0000)] 
  Regenerated makefiles.

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

20 years ago Converted hash tests to CppUnit.
Mattia Barbon [Sat, 22 May 2004 17:51:35 +0000 (17:51 +0000)] 
  Converted hash tests to CppUnit.

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

20 years agoreSWIGged
Robin Dunn [Sat, 22 May 2004 03:44:04 +0000 (03:44 +0000)] 
reSWIGged

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

20 years agoOops, forgot to return a value
Robin Dunn [Sat, 22 May 2004 03:38:57 +0000 (03:38 +0000)] 
Oops, forgot to return a value

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

20 years agoFixed some colours
Robin Dunn [Sat, 22 May 2004 03:32:11 +0000 (03:32 +0000)] 
Fixed some colours

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

20 years agoreSWIGged
Robin Dunn [Sat, 22 May 2004 03:13:30 +0000 (03:13 +0000)] 
reSWIGged

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

20 years agoreSWIGged
Robin Dunn [Sat, 22 May 2004 03:03:52 +0000 (03:03 +0000)] 
reSWIGged

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

20 years agoFix printing?
Robin Dunn [Sat, 22 May 2004 03:01:08 +0000 (03:01 +0000)] 
Fix printing?

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

20 years agoDocstrings
Robin Dunn [Sat, 22 May 2004 02:59:17 +0000 (02:59 +0000)] 
Docstrings

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

20 years agoAdd PreGrid()
Robin Dunn [Sat, 22 May 2004 02:58:08 +0000 (02:58 +0000)] 
Add PreGrid()

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

20 years agoDecref items added to lists
Robin Dunn [Sat, 22 May 2004 02:57:09 +0000 (02:57 +0000)] 
Decref items added to lists

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

20 years agoFixed wxWebKit include.
Kevin Ollivier [Sat, 22 May 2004 02:08:54 +0000 (02:08 +0000)] 
Fixed wxWebKit include.

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

20 years agoTrying a workaround for bug in some of the unix-like shells available for OS/2.
Stefan Neis [Fri, 21 May 2004 15:53:48 +0000 (15:53 +0000)] 
Trying a workaround for bug in some of the unix-like shells available for OS/2.

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

20 years ago-1->wxID_ANY, TRUE->true and FALSE->false replacements.
Włodzimierz Skiba [Fri, 21 May 2004 11:29:38 +0000 (11:29 +0000)] 
-1->wxID_ANY, TRUE->true and FALSE->false replacements.

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

20 years agoApplied patch #957479 (Combobox crashes receiving focus).
Stefan Neis [Fri, 21 May 2004 09:35:18 +0000 (09:35 +0000)] 
Applied patch #957479 (Combobox crashes receiving focus).

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

20 years agoRecreated makefiles after patch #949276.
Włodzimierz Skiba [Fri, 21 May 2004 07:59:14 +0000 (07:59 +0000)] 
Recreated makefiles after patch #949276.

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

20 years agoPatch #949276: Less agresive strings test.
Włodzimierz Skiba [Fri, 21 May 2004 07:55:13 +0000 (07:55 +0000)] 
Patch #949276: Less agresive strings test.

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

20 years ago-1->wxID_ANY, TRUE->true and FALSE->false replacements.
Włodzimierz Skiba [Fri, 21 May 2004 07:32:13 +0000 (07:32 +0000)] 
-1->wxID_ANY, TRUE->true and FALSE->false replacements.

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

20 years agoWarning fix.
Włodzimierz Skiba [Fri, 21 May 2004 07:27:11 +0000 (07:27 +0000)] 
Warning fix.

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

20 years agofixed wxGetKeyState to get current status of non-togle keys, and to
Robin Dunn [Fri, 21 May 2004 00:36:36 +0000 (00:36 +0000)] 
fixed wxGetKeyState to get current status of non-togle keys, and to
correctly test for the toggles.

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

20 years agowxGTK now uses gtk_init_check so wxPython can raise an exception if
Robin Dunn [Fri, 21 May 2004 00:23:50 +0000 (00:23 +0000)] 
wxGTK now uses gtk_init_check so wxPython can raise an exception if
there is no DISPLAY available or other initializaion problem.

wx.GetKeyState now has an implementation for wxGTK and is able to
detect the up/down or toggle state of modifier and toggle keys.

The LC_NUMERIC locale is now reset back to "C" (compatibility) when
running on wxGTK to work around the fact that GTK requires the locale
to be set to the system settings but Python depends on LC_NUMERIC
remaining compatible with "C".

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

20 years agoUse gtk_init_check instead of gtk_init so that we can racefully exit
Robin Dunn [Fri, 21 May 2004 00:14:10 +0000 (00:14 +0000)] 
Use gtk_init_check instead of gtk_init so that we can racefully exit
(i.e. raise an exception in wxPython) instead of just terminating the
app.

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

20 years agoImplemented wxGetKeyState for wxGTK (and wxX11 too, but I havn't
Robin Dunn [Thu, 20 May 2004 23:37:20 +0000 (23:37 +0000)] 
Implemented wxGetKeyState for wxGTK (and wxX11 too, but I havn't
tested it there.)

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

20 years agoCommented out code that seems to produce choice/combobox height problems
Julian Smart [Thu, 20 May 2004 20:09:19 +0000 (20:09 +0000)] 
Commented out code that seems to produce choice/combobox height problems

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

20 years agoPart of patch #957440: Solaris fix.
Włodzimierz Skiba [Thu, 20 May 2004 18:47:23 +0000 (18:47 +0000)] 
Part of patch #957440: Solaris fix.

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

20 years agocorrecting system version compare
Stefan Csomor [Thu, 20 May 2004 18:44:14 +0000 (18:44 +0000)] 
correcting system version compare

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

20 years agofactoring common code out
Stefan Csomor [Thu, 20 May 2004 18:42:38 +0000 (18:42 +0000)] 
factoring common code out

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

20 years agosometimes mutexes are used before our module is initialized
Stefan Csomor [Thu, 20 May 2004 18:39:39 +0000 (18:39 +0000)] 
sometimes mutexes are used before our module is initialized

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

20 years ago-1->wxID_ANY, TRUE->true and FALSE->false replacements.
Włodzimierz Skiba [Thu, 20 May 2004 17:23:15 +0000 (17:23 +0000)] 
-1->wxID_ANY, TRUE->true and FALSE->false replacements.

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

20 years ago-1->wxID_ANY, TRUE->true and FALSE->false replacements.
Włodzimierz Skiba [Thu, 20 May 2004 17:16:47 +0000 (17:16 +0000)] 
-1->wxID_ANY, TRUE->true and FALSE->false replacements.

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

20 years ago-1->wxID_ANY, TRUE->true and FALSE->false replacements.
Włodzimierz Skiba [Thu, 20 May 2004 17:02:02 +0000 (17:02 +0000)] 
-1->wxID_ANY, TRUE->true and FALSE->false replacements.

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

20 years agofirst implementation of carbon timers
Stefan Csomor [Thu, 20 May 2004 15:54:09 +0000 (15:54 +0000)] 
first implementation of carbon timers

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

20 years agoa few corrections
Stefan Csomor [Thu, 20 May 2004 15:21:52 +0000 (15:21 +0000)] 
a few corrections

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

20 years ago-1->wxID_ANY replacement.
Włodzimierz Skiba [Thu, 20 May 2004 11:01:47 +0000 (11:01 +0000)] 
-1->wxID_ANY replacement.

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

20 years agoCentralized wxDefaultSize/wxDefaultPosition. -1->wxID_ANY, TRUE->true and FALSE-...
Włodzimierz Skiba [Thu, 20 May 2004 11:00:13 +0000 (11:00 +0000)] 
Centralized wxDefaultSize/wxDefaultPosition. -1->wxID_ANY, TRUE->true and FALSE->false replacements.

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

20 years ago-1->wxID_ANY, TRUE->true and FALSE->false replacements.
Włodzimierz Skiba [Thu, 20 May 2004 10:47:31 +0000 (10:47 +0000)] 
-1->wxID_ANY, TRUE->true and FALSE->false replacements.

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

20 years ago-1->wxID_ANY, TRUE->true and FALSE->false replacements.
Włodzimierz Skiba [Thu, 20 May 2004 10:35:35 +0000 (10:35 +0000)] 
-1->wxID_ANY, TRUE->true and FALSE->false replacements.

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

20 years agoreally fixed handling of non-text cells in justified paragraphs
Vadim Zeitlin [Thu, 20 May 2004 00:08:15 +0000 (00:08 +0000)] 
really fixed handling of non-text cells in justified paragraphs

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

20 years agoapplied patch #940914 "Minor cleaning of warnings in contrib tree"
Dimitri Schoolwerth [Wed, 19 May 2004 23:01:08 +0000 (23:01 +0000)] 
applied patch #940914 "Minor cleaning of warnings in contrib tree"

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

20 years agorestored mask copying code when converting a wxBitmap to a wxImage (wxMSW only)
Dimitri Schoolwerth [Wed, 19 May 2004 22:22:48 +0000 (22:22 +0000)] 
restored mask copying code when converting a wxBitmap to a wxImage (wxMSW only)

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

20 years ago-1->wxID_ANY, TRUE->true and FALSE->false replacements.
Włodzimierz Skiba [Wed, 19 May 2004 16:24:20 +0000 (16:24 +0000)] 
-1->wxID_ANY, TRUE->true and FALSE->false replacements.

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

20 years agodefer Terminating the Task until it is really done
Stefan Csomor [Wed, 19 May 2004 14:38:12 +0000 (14:38 +0000)] 
defer Terminating the Task until it is really done

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

20 years ago-1->wxID_ANY, TRUE->true and FALSE->false replacements.
Włodzimierz Skiba [Wed, 19 May 2004 13:28:13 +0000 (13:28 +0000)] 
-1->wxID_ANY, TRUE->true and FALSE->false replacements.

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

20 years agoTRUE->true, FALSE->false replacements.
Włodzimierz Skiba [Wed, 19 May 2004 09:39:44 +0000 (09:39 +0000)] 
TRUE->true, FALSE->false replacements.

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

20 years agoCentralized wxDefaultPosition and TRUE->true, FALSE->false replacements. After previo...
Włodzimierz Skiba [Wed, 19 May 2004 09:36:50 +0000 (09:36 +0000)] 
Centralized wxDefaultPosition and TRUE->true, FALSE->false replacements. After previous change 'xcnt' is not used at all.

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

20 years agoExtended patch #942204, centralized wxDefaultSize, wxDefaultPosition and wxID_ANY...
Włodzimierz Skiba [Wed, 19 May 2004 09:19:48 +0000 (09:19 +0000)] 
Extended patch #942204, centralized wxDefaultSize, wxDefaultPosition and wxID_ANY values.

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

20 years agoCentralized wxDefaultSize & wxDefaultPosition values.
Włodzimierz Skiba [Wed, 19 May 2004 09:12:08 +0000 (09:12 +0000)] 
Centralized wxDefaultSize & wxDefaultPosition values.

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

20 years agoInitial import of wxWebKitCtrl sources and htmlctrl (right now wxWebKit) sample.
Kevin Ollivier [Wed, 19 May 2004 02:20:53 +0000 (02:20 +0000)] 
Initial import of wxWebKitCtrl sources and htmlctrl (right now wxWebKit) sample.

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

20 years agodon't distribute extra space between 0 width cells in justified paragraphs (this...
Vadim Zeitlin [Tue, 18 May 2004 21:55:29 +0000 (21:55 +0000)] 
don't distribute extra space between 0 width cells in justified paragraphs (this looks visually wrong)

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

20 years agowxVListBox doesn't handle (at least horz) resizing properly without wxFULL_REPAINT_ON...
Vadim Zeitlin [Tue, 18 May 2004 21:31:33 +0000 (21:31 +0000)] 
wxVListBox doesn't handle (at least horz) resizing properly without wxFULL_REPAINT_ON_RESIZE

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

20 years agoAdd wxFULL_REPAINT_ON_RESIZE
Robin Dunn [Tue, 18 May 2004 20:14:57 +0000 (20:14 +0000)] 
Add wxFULL_REPAINT_ON_RESIZE

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

20 years agoMore test cases and handle __doc__ == None
Robin Dunn [Tue, 18 May 2004 20:14:14 +0000 (20:14 +0000)] 
More test cases and handle __doc__ == None

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

20 years agoIf the threads module hasn't been initialized yet then we can assume
Robin Dunn [Tue, 18 May 2004 19:59:18 +0000 (19:59 +0000)] 
If the threads module hasn't been initialized yet then we can assume
the IsMain == true.  This allows wxASSERTs that happen before the
wxApp is created (as can easily happen in wxPython unfortunatly) to
behave normally instead of just calling wxTrap.

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

20 years agoCall SetSize for explicit sizees too in case it wasn't called before
Robin Dunn [Tue, 18 May 2004 19:30:31 +0000 (19:30 +0000)] 
Call SetSize for explicit sizees too in case it wasn't called before
earlier in the Create process.

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

20 years agoPatch 950002 after agreement from Markus Sinner
Włodzimierz Skiba [Tue, 18 May 2004 17:42:22 +0000 (17:42 +0000)] 
Patch 950002 after agreement from Markus Sinner

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

20 years agoCode cleaning.
Włodzimierz Skiba [Tue, 18 May 2004 17:17:32 +0000 (17:17 +0000)] 
Code cleaning.

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

20 years agoSet fields count even if don't have widthds
Julian Smart [Tue, 18 May 2004 16:03:01 +0000 (16:03 +0000)] 
Set fields count even if don't have widthds

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

20 years agoPatch #953165, Bug #821657: wxHIDE_READONLY no more important. Blind change reported...
Włodzimierz Skiba [Tue, 18 May 2004 13:12:36 +0000 (13:12 +0000)] 
Patch #953165, Bug #821657: wxHIDE_READONLY no more important. Blind change reported to Stefan Neis

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

20 years agoPatch #953165, Bug #821657: wxHIDE_READONLY no more important.
Włodzimierz Skiba [Tue, 18 May 2004 13:04:41 +0000 (13:04 +0000)] 
Patch #953165, Bug #821657: wxHIDE_READONLY no more important.

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

20 years agoPatch #940808: Updated list of contributors according to the list available at www...
Włodzimierz Skiba [Tue, 18 May 2004 12:42:57 +0000 (12:42 +0000)] 
Patch #940808: Updated list of contributors according to the list available at www.wxwidgets.org/whowhat.htm.

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

20 years agoLimited setup.h shouldn't break building. Helpful in bringing new ports.
Włodzimierz Skiba [Tue, 18 May 2004 12:29:55 +0000 (12:29 +0000)] 
Limited setup.h shouldn't break building. Helpful in bringing new ports.

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

20 years agoFix to wxChar* access.
Włodzimierz Skiba [Tue, 18 May 2004 12:22:34 +0000 (12:22 +0000)] 
Fix to wxChar* access.

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

20 years agowxSafeShowMessage needs wxString regardles wxUSE_LOG.
Włodzimierz Skiba [Tue, 18 May 2004 12:15:58 +0000 (12:15 +0000)] 
wxSafeShowMessage needs wxString regardles wxUSE_LOG.

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

20 years agoMenu sample is helpful in bringing new port and should work in limited setup.h. My...
Włodzimierz Skiba [Tue, 18 May 2004 11:52:25 +0000 (11:52 +0000)] 
Menu sample is helpful in bringing new port and should work in limited setup.h. My first wxW commit.

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

20 years agoFix DoGetBestSize when wxCB_READONLY is used. The best size of the
Robin Dunn [Tue, 18 May 2004 06:48:02 +0000 (06:48 +0000)] 
Fix DoGetBestSize when wxCB_READONLY is used.  The best size of the
choice shoudl not be truncated in this case since there isn't a
textctrl in this case.

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

20 years agowxUSE_NEW_GRID changed to wxUSE_GRID to reflect changes in wxWidgets.
George Tasker [Tue, 18 May 2004 02:43:53 +0000 (02:43 +0000)] 
wxUSE_NEW_GRID changed to wxUSE_GRID to reflect changes in wxWidgets.
Diagnostics output cleaned up
Unicode build fixes when building in wxDbGrid

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

20 years agogrid/dbgrid was not getting built for inclusion with this project
George Tasker [Tue, 18 May 2004 02:40:04 +0000 (02:40 +0000)] 
grid/dbgrid was not getting built for inclusion with this project

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