]> git.saurik.com Git - wxWidgets.git/log
wxWidgets.git
20 years agouse current mouse position as default position in wxWindow::PopupMenu (works better...
Václav Slavík [Thu, 3 Jun 2004 14:05:30 +0000 (14:05 +0000)] 
use current mouse position as default position in wxWindow::PopupMenu (works better in wxGTK and is what you need in majority of cases)

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

20 years agoCleaning.
Włodzimierz Skiba [Thu, 3 Jun 2004 10:32:41 +0000 (10:32 +0000)] 
Cleaning.

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

20 years agobool if enough for true/false results.
Włodzimierz Skiba [Thu, 3 Jun 2004 10:03:30 +0000 (10:03 +0000)] 
bool if enough for true/false results.

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

20 years agoFixed typo
Julian Smart [Thu, 3 Jun 2004 09:42:50 +0000 (09:42 +0000)] 
Fixed typo

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

20 years agoInitialise hash table with string key
Julian Smart [Thu, 3 Jun 2004 09:41:14 +0000 (09:41 +0000)] 
Initialise hash table with string key

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

20 years agoFix compile errors when using gtk 1.2
Robin Dunn [Wed, 2 Jun 2004 22:38:13 +0000 (22:38 +0000)] 
Fix compile errors when using gtk 1.2

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

20 years agoDefault arg for Id
Robin Dunn [Wed, 2 Jun 2004 20:57:27 +0000 (20:57 +0000)] 
Default arg for Id

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

20 years agoAdded more default args as needed to allow most window types to be
Robin Dunn [Wed, 2 Jun 2004 20:53:05 +0000 (20:53 +0000)] 
Added more default args as needed to allow most window types to be
constructed with only the parent window arg.  In some cases other args
may be required for normal operation, but they can usually be set
after construction.

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

20 years agoAdded $Id keyword, a bit of cleanup and also some backwards
Robin Dunn [Wed, 2 Jun 2004 20:49:09 +0000 (20:49 +0000)] 
Added $Id keyword, a bit of cleanup and also some backwards
compatibility aliases.

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

20 years agocomment fix
Robin Dunn [Wed, 2 Jun 2004 20:47:57 +0000 (20:47 +0000)] 
comment fix

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

20 years agoOn wxGTK2 the label woudl not be realigned if SetLabel was called with
Robin Dunn [Wed, 2 Jun 2004 20:26:49 +0000 (20:26 +0000)] 
On wxGTK2 the label woudl not be realigned if SetLabel was called with
a new label.  Changed it to use gtk_button_set_label so that the
widget would care of doing it, and also to create with widget with
gtk_button_new_with_mnemonic so the mnemonic behaviour would be
preserved.

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

20 years agoDon't force a smaller icon size
Robin Dunn [Wed, 2 Jun 2004 19:39:11 +0000 (19:39 +0000)] 
Don't force a smaller icon size

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

20 years agoDo not check for Xinerama when building wxCocoa
David Elliott [Wed, 2 Jun 2004 18:11:32 +0000 (18:11 +0000)] 
Do not check for Xinerama when building wxCocoa

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

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

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

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

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

20 years agoMention removal of wxHIDE_READONLY
Julian Smart [Wed, 2 Jun 2004 16:28:48 +0000 (16:28 +0000)] 
Mention removal of wxHIDE_READONLY

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

20 years agoRemoved wxHIDE_READONLY flag
Julian Smart [Wed, 2 Jun 2004 16:24:58 +0000 (16:24 +0000)] 
Removed wxHIDE_READONLY flag

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

20 years ago Committing in .
Jouk Jansen [Wed, 2 Jun 2004 14:26:13 +0000 (14:26 +0000)] 
 Committing in .

 OPenVMS configure update

 Modified Files:
  wxWidgets/setup.h_vms
 ----------------------------------------------------------------------

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

20 years agoGTK+ 2.0 can't compile egg tray code
Julian Smart [Wed, 2 Jun 2004 12:19:22 +0000 (12:19 +0000)] 
GTK+ 2.0 can't compile egg tray code

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

20 years agoRemoved tabs.
Włodzimierz Skiba [Wed, 2 Jun 2004 09:14:59 +0000 (09:14 +0000)] 
Removed tabs.

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

20 years agoreSWIGged
Robin Dunn [Wed, 2 Jun 2004 04:02:24 +0000 (04:02 +0000)] 
reSWIGged

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

20 years agoset the modules' pacakge name to "wx" using a new SWIG feature
Robin Dunn [Wed, 2 Jun 2004 02:29:55 +0000 (02:29 +0000)] 
set the modules' pacakge name to "wx" using a new SWIG feature

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

20 years agoAdd a package="name" option to the %module directive in my SWIG patch
Robin Dunn [Wed, 2 Jun 2004 02:27:43 +0000 (02:27 +0000)] 
Add a package="name" option to the %module directive in my SWIG patch

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

20 years agoYet more fixes for wxNotebook compatibility...
Kevin Ollivier [Wed, 2 Jun 2004 00:48:55 +0000 (00:48 +0000)] 
Yet more fixes for wxNotebook compatibility...

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

20 years agowxWebKitCtrl now properly detects a wxNotebook anywhere in the hierarchy.
Kevin Ollivier [Wed, 2 Jun 2004 00:26:57 +0000 (00:26 +0000)] 
wxWebKitCtrl now properly detects a wxNotebook anywhere in the hierarchy.

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

20 years agoclarification
Robin Dunn [Tue, 1 Jun 2004 22:11:25 +0000 (22:11 +0000)] 
clarification

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

20 years agoreSWIGged
Robin Dunn [Tue, 1 Jun 2004 22:08:55 +0000 (22:08 +0000)] 
reSWIGged

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

20 years agoUse new DrawPoint signature
Robin Dunn [Tue, 1 Jun 2004 21:59:01 +0000 (21:59 +0000)] 
Use new DrawPoint signature

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

20 years agoreSWIGged
Robin Dunn [Tue, 1 Jun 2004 21:57:03 +0000 (21:57 +0000)] 
reSWIGged

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

20 years agopop the menu up on mouse down, not up (this is more common behaviour in Windows and...
Václav Slavík [Tue, 1 Jun 2004 21:56:37 +0000 (21:56 +0000)] 
pop the menu up on mouse down, not up (this is more common behaviour in Windows and both GTK and Qt apps)

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

20 years agoChange the text object to a message about the new OGL.
Robin Dunn [Tue, 1 Jun 2004 21:51:04 +0000 (21:51 +0000)] 
Change the text object to a message about the new OGL.

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

20 years agoMake taskbar icon size dependent on platform. Other tweaks.
Robin Dunn [Tue, 1 Jun 2004 21:50:22 +0000 (21:50 +0000)] 
Make taskbar icon size dependent on platform.  Other tweaks.

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

20 years agoDon't use deprecated wx.MaskColour
Robin Dunn [Tue, 1 Jun 2004 21:45:17 +0000 (21:45 +0000)] 
Don't use deprecated wx.MaskColour

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

20 years agoHandle the (probably rare) case where the icon has no mask.
Robin Dunn [Tue, 1 Jun 2004 21:42:57 +0000 (21:42 +0000)] 
Handle the (probably rare) case where the icon has no mask.

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

20 years agoAll the Window and GDI (pen, bitmap, etc.) classes and also many
Robin Dunn [Tue, 1 Jun 2004 21:38:05 +0000 (21:38 +0000)] 
All the Window and GDI (pen, bitmap, etc.) classes and also many
toplevel functions will now check that a wx.App object has already
been created and will raise a wx.PyNoAppError exception if not.

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

20 years agoremove email addresses
Václav Slavík [Tue, 1 Jun 2004 21:36:54 +0000 (21:36 +0000)] 
remove email addresses

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

20 years agoFixed typo
Robin Dunn [Tue, 1 Jun 2004 21:29:41 +0000 (21:29 +0000)] 
Fixed typo

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

20 years agoremove EVT_STC_POSCHANGED as it's been deprecated in Scintilla for
Robin Dunn [Tue, 1 Jun 2004 21:26:42 +0000 (21:26 +0000)] 
remove EVT_STC_POSCHANGED as it's been deprecated in Scintilla for
several releases now.

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

20 years ago-1->wxID_ANY, TRUE->true, FALSE->false and tabs replacements
Włodzimierz Skiba [Tue, 1 Jun 2004 18:27:09 +0000 (18:27 +0000)] 
-1->wxID_ANY, TRUE->true, FALSE->false and tabs replacements

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

20 years ago-1->wxID_ANY, TRUE->true and FALSE->false replacements.
Włodzimierz Skiba [Tue, 1 Jun 2004 16:33:29 +0000 (16:33 +0000)] 
-1->wxID_ANY, TRUE->true and FALSE->false replacements.

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

20 years ago-1->wxID_ANY, TRUE->true replacements.
Włodzimierz Skiba [Tue, 1 Jun 2004 16:24:57 +0000 (16:24 +0000)] 
-1->wxID_ANY, TRUE->true replacements.

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

20 years ago-1->wxID_ANY, TRUE->true and FALSE->false replacements.
Włodzimierz Skiba [Tue, 1 Jun 2004 16:15:59 +0000 (16:15 +0000)] 
-1->wxID_ANY, TRUE->true and FALSE->false replacements.

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

20 years ago-1->wxID_ANY, wxDefaultSize, wxDefaultPosition, TRUE->true and FALSE->false replacements.
Włodzimierz Skiba [Tue, 1 Jun 2004 16:09:27 +0000 (16:09 +0000)] 
-1->wxID_ANY, wxDefaultSize, wxDefaultPosition, TRUE->true and FALSE->false replacements.

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

20 years agoCorrect parent in wxFileSelector, -1->wxID_ANY, TRUE->true replacements.
Włodzimierz Skiba [Tue, 1 Jun 2004 15:42:12 +0000 (15:42 +0000)] 
Correct parent in wxFileSelector, -1->wxID_ANY, TRUE->true replacements.

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

20 years agoDMC warning fix, code cleaning
Włodzimierz Skiba [Tue, 1 Jun 2004 15:20:14 +0000 (15:20 +0000)] 
DMC warning fix, code cleaning

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

20 years agowx/notebook.h is not included from wx/wx.h
David Elliott [Tue, 1 Jun 2004 14:39:22 +0000 (14:39 +0000)] 
wx/notebook.h is not included from wx/wx.h

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

20 years agocalling a variable 'stat' was exceptionally stupid idea...
Václav Slavík [Tue, 1 Jun 2004 12:55:51 +0000 (12:55 +0000)] 
calling a variable 'stat' was exceptionally stupid idea...

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

20 years agoNeeds a foreground colour
Julian Smart [Tue, 1 Jun 2004 08:47:41 +0000 (08:47 +0000)] 
Needs a foreground colour

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

20 years agowe have to be able to tell whether a control can be focused by the os before a SetFoc...
Stefan Csomor [Tue, 1 Jun 2004 08:21:46 +0000 (08:21 +0000)] 
we have to be able to tell whether a control can be focused by the os before a SetFocus is issued, otherwise native focus handling is not in synch...

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

20 years ago-1->wxID_ANY, wxDefaultSize, TRUE->true and FALSE->false replacements.
Włodzimierz Skiba [Tue, 1 Jun 2004 07:45:11 +0000 (07:45 +0000)] 
-1->wxID_ANY, wxDefaultSize, TRUE->true and FALSE->false replacements.

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

20 years agouppercasing menu shortcuts for non-command keystrokes, allowing non-command accelerators
Stefan Csomor [Tue, 1 Jun 2004 07:27:22 +0000 (07:27 +0000)] 
uppercasing menu shortcuts for non-command keystrokes, allowing non-command accelerators

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

20 years agoadded native pane splitter rendering
Stefan Csomor [Tue, 1 Jun 2004 07:02:45 +0000 (07:02 +0000)] 
added native pane splitter rendering

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

20 years agoFixes for wxWebKitCtrl to work with wxNotebook.
Kevin Ollivier [Tue, 1 Jun 2004 02:53:49 +0000 (02:53 +0000)] 
Fixes for wxWebKitCtrl to work with wxNotebook.

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

20 years agosecurity fix to wxSingleInstanceChecker: check if the lock file was really created...
Václav Slavík [Mon, 31 May 2004 22:19:51 +0000 (22:19 +0000)] 
security fix to wxSingleInstanceChecker: check if the lock file was really created by us

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

20 years agoadded wx-specific code and license info
Václav Slavík [Mon, 31 May 2004 22:17:52 +0000 (22:17 +0000)] 
added wx-specific code and license info

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

20 years agoimplemented freedesktop.org spec support for GTK version of wxTaskBarIcon
Václav Slavík [Mon, 31 May 2004 22:17:09 +0000 (22:17 +0000)] 
implemented freedesktop.org spec support for GTK version of wxTaskBarIcon

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

20 years agoallow classes derived from wxTopLevelWidnow to use other GTK widget than GtkWindow
Václav Slavík [Mon, 31 May 2004 22:10:37 +0000 (22:10 +0000)] 
allow classes derived from wxTopLevelWidnow to use other GTK widget than GtkWindow

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

20 years agosecurity fix to wxSingleInstanceChecker: check if the lock file was really created...
Václav Slavík [Mon, 31 May 2004 22:07:49 +0000 (22:07 +0000)] 
security fix to wxSingleInstanceChecker: check if the lock file was really created by us

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

20 years agofixed crash on incorrect HTML input caused by uninitialized variable
Václav Slavík [Mon, 31 May 2004 22:07:30 +0000 (22:07 +0000)] 
fixed crash on incorrect HTML input caused by uninitialized variable

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

20 years agoadded test for wxString::MakeLower,MakeUpper
Václav Slavík [Mon, 31 May 2004 22:06:52 +0000 (22:06 +0000)] 
added test for wxString::MakeLower,MakeUpper

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

20 years agodon't call CopyBeforeWrite when returning non-const interator if the string is empty...
Václav Slavík [Mon, 31 May 2004 22:05:59 +0000 (22:05 +0000)] 
don't call CopyBeforeWrite when returning non-const interator if the string is empty -- avoids assert and is not needed anyway since the iterator is never valid

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

20 years agoshow icon changing on all platforms
Václav Slavík [Mon, 31 May 2004 22:04:58 +0000 (22:04 +0000)] 
show icon changing on all platforms

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

20 years agocompilation fix for gcc-3.4
Václav Slavík [Mon, 31 May 2004 21:50:16 +0000 (21:50 +0000)] 
compilation fix for gcc-3.4

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

20 years agofixed typo
Dimitri Schoolwerth [Mon, 31 May 2004 18:47:15 +0000 (18:47 +0000)] 
fixed typo

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

20 years agocontinued spinning committed
Stefan Csomor [Mon, 31 May 2004 15:54:59 +0000 (15:54 +0000)] 
continued spinning committed

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

20 years agofixes for mouse handling on 10.2 systems
Stefan Csomor [Mon, 31 May 2004 14:49:20 +0000 (14:49 +0000)] 
fixes for mouse handling on 10.2 systems

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

20 years agoLocalToGlobal/GlobalToLocal Conversions with Carbon API, cleanup, hittesting correcte...
Stefan Csomor [Mon, 31 May 2004 14:05:51 +0000 (14:05 +0000)] 
LocalToGlobal/GlobalToLocal Conversions with Carbon API, cleanup, hittesting corrected for 10.2

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

20 years agoLocalToGlobal/GlobalToLocal Conversions with Carbon API
Stefan Csomor [Mon, 31 May 2004 14:05:05 +0000 (14:05 +0000)] 
LocalToGlobal/GlobalToLocal Conversions with Carbon API

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

20 years agofixed some of the unfound projects
Dimitri Schoolwerth [Mon, 31 May 2004 13:06:06 +0000 (13:06 +0000)] 
fixed some of the unfound projects

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

20 years agoUncommitted files
Julian Smart [Mon, 31 May 2004 10:49:16 +0000 (10:49 +0000)] 
Uncommitted files

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

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

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

20 years agoCorrect parent for entering text dialog. -1->wxID_ANY/wxSizeDefault, TRUE->true,...
Włodzimierz Skiba [Mon, 31 May 2004 10:30:15 +0000 (10:30 +0000)] 
Correct parent for entering text dialog. -1->wxID_ANY/wxSizeDefault, TRUE->true, FALSE->false replacements.

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

20 years agoWatcom repair. TRUE->true, FALSE->false and -1->wxID_ANY replacements.
Włodzimierz Skiba [Mon, 31 May 2004 09:53:12 +0000 (09:53 +0000)] 
Watcom repair. TRUE->true, FALSE->false and -1->wxID_ANY replacements.

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

20 years agoRemoved condition of old Watcom times. Open Watcom doesn't have problems with wxAutom...
Włodzimierz Skiba [Mon, 31 May 2004 09:45:31 +0000 (09:45 +0000)] 
Removed condition of old Watcom times. Open Watcom doesn't have problems with wxAutomationObject.

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

20 years agoScript updates
Julian Smart [Mon, 31 May 2004 07:25:25 +0000 (07:25 +0000)] 
Script updates

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

20 years agoScript update
Julian Smart [Mon, 31 May 2004 07:04:29 +0000 (07:04 +0000)] 
Script update

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

20 years agoadded src/mac/carbon/display.cpp to project
Dimitri Schoolwerth [Sun, 30 May 2004 21:53:45 +0000 (21:53 +0000)] 
added src/mac/carbon/display.cpp to project

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

20 years agoScript updates
Julian Smart [Sun, 30 May 2004 19:21:04 +0000 (19:21 +0000)] 
Script updates

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

20 years agowxWindows -> wxWidgets
Julian Smart [Sun, 30 May 2004 19:02:53 +0000 (19:02 +0000)] 
wxWindows -> wxWidgets

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

20 years agoGreek translation update from Stavros Tsolakos
Julian Smart [Sun, 30 May 2004 17:23:46 +0000 (17:23 +0000)] 
Greek translation update from Stavros Tsolakos

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

20 years agoScript tweaks
Julian Smart [Sun, 30 May 2004 16:54:08 +0000 (16:54 +0000)] 
Script tweaks

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

20 years agoInclude filefn.h always (or problems on at least Mac)
Julian Smart [Sun, 30 May 2004 16:34:49 +0000 (16:34 +0000)] 
Include filefn.h always (or problems on at least Mac)

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

20 years agosomebody forgot to keep tex2rtf.ini and tex2rtf_css.in in sync
Václav Slavík [Sun, 30 May 2004 16:09:01 +0000 (16:09 +0000)] 
somebody forgot to keep tex2rtf.ini and tex2rtf_css.in in sync

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

20 years agoremoved tabs
Dimitri Schoolwerth [Sun, 30 May 2004 16:02:06 +0000 (16:02 +0000)] 
removed tabs

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

20 years agoallow compilation with wxUSE_CHOICEDLG set to 0
Dimitri Schoolwerth [Sun, 30 May 2004 15:59:19 +0000 (15:59 +0000)] 
allow compilation with wxUSE_CHOICEDLG set to 0

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

20 years agopartially applied patch #895170: "Building with minimal setup.h - continuation"
Dimitri Schoolwerth [Sun, 30 May 2004 15:14:41 +0000 (15:14 +0000)] 
partially applied patch #895170: "Building with minimal setup.h - continuation"

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

20 years agodon't use cryptic buttons, it's bad UI
Václav Slavík [Sun, 30 May 2004 12:51:23 +0000 (12:51 +0000)] 
don't use cryptic buttons, it's bad UI

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

20 years agodon't use global variables if GTK provides mechanism to pass arguments to callback...
Václav Slavík [Sun, 30 May 2004 12:50:40 +0000 (12:50 +0000)] 
don't use global variables if GTK provides mechanism to pass arguments to callback function

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

20 years agoScript fix
Julian Smart [Sun, 30 May 2004 12:04:27 +0000 (12:04 +0000)] 
Script fix

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

20 years agoAdjusted readme
Julian Smart [Sun, 30 May 2004 11:00:49 +0000 (11:00 +0000)] 
Adjusted readme

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

20 years agoAdded missing include/wx/cocoa/log.h
David Elliott [Sun, 30 May 2004 07:23:17 +0000 (07:23 +0000)] 
Added missing include/wx/cocoa/log.h

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

20 years agomake sure we are getting the gui mutex before shutting down
Stefan Csomor [Sat, 29 May 2004 19:43:32 +0000 (19:43 +0000)] 
make sure we are getting the gui mutex before shutting down

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

20 years agouse shaped window for taskbar icon, so that background shows correctly behind icons...
Václav Slavík [Sat, 29 May 2004 17:01:57 +0000 (17:01 +0000)] 
use shaped window for taskbar icon, so that background shows correctly behind icons with mask

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

20 years agoapplied patch 961026: "Boundbox problem with rotated text"
Dimitri Schoolwerth [Sat, 29 May 2004 16:24:12 +0000 (16:24 +0000)] 
applied patch 961026: "Boundbox problem with rotated text"

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

20 years agoapplied valid part of patch #940683: "wxMessageBox autocompletion"
Dimitri Schoolwerth [Sat, 29 May 2004 15:45:24 +0000 (15:45 +0000)] 
applied valid part of patch #940683: "wxMessageBox autocompletion"

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

20 years agoreopen app according to HIG
Stefan Csomor [Sat, 29 May 2004 14:56:49 +0000 (14:56 +0000)] 
reopen app according to HIG

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

20 years agomoving constructors to .cpp
Stefan Csomor [Sat, 29 May 2004 14:52:16 +0000 (14:52 +0000)] 
moving constructors to .cpp

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

20 years agocontrol data support
Stefan Csomor [Sat, 29 May 2004 14:51:29 +0000 (14:51 +0000)] 
control data support

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

20 years agopreparing for internal changes
Stefan Csomor [Sat, 29 May 2004 14:45:33 +0000 (14:45 +0000)] 
preparing for internal changes

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

20 years agoMacReopenApp implementation for restoring top-level window
Julian Smart [Sat, 29 May 2004 14:00:23 +0000 (14:00 +0000)] 
MacReopenApp implementation for restoring top-level window

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