wxWidgets.git
18 years agoUpdate the build instructions for Win64
Michael Wetherell [Wed, 9 Nov 2005 14:17:31 +0000 (14:17 +0000)] 
Update the build instructions for Win64

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

18 years agoallow a SHAPED flag for a dialog
Stefan Csomor [Wed, 9 Nov 2005 14:08:02 +0000 (14:08 +0000)] 
allow a SHAPED flag for a dialog

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

18 years agowx..._EX_METAL styles support
Stefan Csomor [Wed, 9 Nov 2005 09:45:58 +0000 (09:45 +0000)] 
wx..._EX_METAL styles support

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

18 years agoRegenerate Makefile.in, configure and the VC++ project files after adding rcdefs.h
Michael Wetherell [Wed, 9 Nov 2005 02:34:32 +0000 (02:34 +0000)] 
Regenerate Makefile.in, configure and the VC++ project files after adding rcdefs.h

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

18 years agoRestored the accidentally deleted "return true;" at the end of the Show method from...
Kevin Hock [Wed, 9 Nov 2005 00:30:45 +0000 (00:30 +0000)] 
Restored the accidentally deleted "return true;" at the end of the Show method from last commit

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

18 years agoCorrect the directory rcdefs.h installs to
Michael Wetherell [Wed, 9 Nov 2005 00:10:31 +0000 (00:10 +0000)] 
Correct the directory rcdefs.h installs to

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

18 years agoCorrect the include order for the resource compiler
Michael Wetherell [Tue, 8 Nov 2005 23:17:24 +0000 (23:17 +0000)] 
Correct the include order for the resource compiler

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

18 years agoAdd rcdefs.h and support for automatic manifests on Windows
Michael Wetherell [Tue, 8 Nov 2005 22:49:46 +0000 (22:49 +0000)] 
Add rcdefs.h and support for automatic manifests on Windows

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

18 years agoBake fix
Michael Wetherell [Tue, 8 Nov 2005 22:24:35 +0000 (22:24 +0000)] 
Bake fix

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

18 years agoMore obsolete compatibility removed.
Włodzimierz Skiba [Tue, 8 Nov 2005 19:59:51 +0000 (19:59 +0000)] 
More obsolete compatibility removed.

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

18 years agoForce linking of gprint.cpp, otherwise Gnome printing may not work
Julian Smart [Tue, 8 Nov 2005 18:11:12 +0000 (18:11 +0000)] 
Force linking of gprint.cpp, otherwise Gnome printing may not work

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

18 years agorevision 7
Roman Rolinsky [Tue, 8 Nov 2005 17:01:38 +0000 (17:01 +0000)] 
revision 7

Using system clipboard for Copy/Paste

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

18 years agoGet/SetTitle only for wxTopLevelWindow (wxCocoa part).
Włodzimierz Skiba [Tue, 8 Nov 2005 16:02:07 +0000 (16:02 +0000)] 
Get/SetTitle only for wxTopLevelWindow (wxCocoa part).

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

18 years agoGet/Set title fixes (#1350999).
Włodzimierz Skiba [Tue, 8 Nov 2005 14:59:52 +0000 (14:59 +0000)] 
Get/Set title fixes (#1350999).

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

18 years agoRemove fudges in Show: 1) Do not force a window to top when it is shown 2) Remove...
Kevin Hock [Tue, 8 Nov 2005 14:41:09 +0000 (14:41 +0000)] 
Remove fudges in Show: 1) Do not force a window to top when it is shown 2) Remove extra ACTIVATE event on show 3) Do not fudge resetting focus after closing a window (always setting to the parent can lead to unnatural results)

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

18 years agoRemove always moving window to the top of the Z-order on on Show
Kevin Hock [Tue, 8 Nov 2005 14:38:20 +0000 (14:38 +0000)] 
Remove always moving window to the top of the Z-order on on Show

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

18 years agoBuild fix.
Włodzimierz Skiba [Tue, 8 Nov 2005 13:28:34 +0000 (13:28 +0000)] 
Build fix.

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

18 years agonot supported anymore
Stefan Csomor [Tue, 8 Nov 2005 07:56:57 +0000 (07:56 +0000)] 
not supported anymore

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

18 years agofix undefined structs under 10.2 (tinderbox)
Stefan Csomor [Tue, 8 Nov 2005 06:33:27 +0000 (06:33 +0000)] 
fix undefined structs under 10.2 (tinderbox)

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

18 years agoremvoed wxFileDialogBase::m_parent as there is already one in wxWindow
Vadim Zeitlin [Tue, 8 Nov 2005 01:33:33 +0000 (01:33 +0000)] 
remvoed wxFileDialogBase::m_parent as there is already one in wxWindow

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

18 years agowxString(const unsigned char *) ctor doesn't crash by default with wxUSE_STL==1 any...
Vadim Zeitlin [Tue, 8 Nov 2005 01:10:02 +0000 (01:10 +0000)] 
wxString(const unsigned char *) ctor doesn't crash by default with wxUSE_STL==1 any more

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

18 years agofix memory leak of wxMessageOutput if wxApp::OnInit() returned false
Vadim Zeitlin [Tue, 8 Nov 2005 01:02:48 +0000 (01:02 +0000)] 
fix memory leak of wxMessageOutput if wxApp::OnInit() returned false

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

18 years agofix memory leak of pending events in wxEvtHandler dtor
Vadim Zeitlin [Tue, 8 Nov 2005 00:45:46 +0000 (00:45 +0000)] 
fix memory leak of pending events in wxEvtHandler dtor

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

18 years ago[wxGTK] Support run-time changing of the wxFRAME_NO_TASKBAR style value
Mart Raudsepp [Mon, 7 Nov 2005 23:06:34 +0000 (23:06 +0000)] 
[wxGTK] Support run-time changing of the wxFRAME_NO_TASKBAR style value

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

18 years ago[wxGTK] Support changing the wxSTAY_ON_TOP style value run-time through wxWindow...
Mart Raudsepp [Mon, 7 Nov 2005 20:00:50 +0000 (20:00 +0000)] 
[wxGTK] Support changing the wxSTAY_ON_TOP style value run-time through wxWindow::SetWindowStyleFlag, support for
more styles to follow

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

18 years agoFix formatting tag in frame.tex
Mart Raudsepp [Mon, 7 Nov 2005 18:23:51 +0000 (18:23 +0000)] 
Fix formatting tag in frame.tex

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

18 years agoFix formatting in bbutton.tex
Mart Raudsepp [Mon, 7 Nov 2005 18:21:49 +0000 (18:21 +0000)] 
Fix formatting in bbutton.tex

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

18 years agoadjusting to SetLabel migration
Stefan Csomor [Mon, 7 Nov 2005 17:56:17 +0000 (17:56 +0000)] 
adjusting to SetLabel migration

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

18 years agoadjusting to SetLabel migration
Stefan Csomor [Mon, 7 Nov 2005 17:05:04 +0000 (17:05 +0000)] 
adjusting to SetLabel migration

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

18 years agocleanup
Stefan Csomor [Mon, 7 Nov 2005 17:02:57 +0000 (17:02 +0000)] 
cleanup

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

18 years agocleanup, adding correct window-ids to window events (important when using eg Connect)
Stefan Csomor [Mon, 7 Nov 2005 17:01:15 +0000 (17:01 +0000)] 
cleanup, adding correct window-ids to window events (important when using eg Connect)

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

18 years agocleanup, using Tiger funcs if possible
Stefan Csomor [Mon, 7 Nov 2005 16:58:32 +0000 (16:58 +0000)] 
cleanup, using Tiger funcs if possible

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

18 years agosupport for wxNO_BORDER
Stefan Csomor [Mon, 7 Nov 2005 16:36:00 +0000 (16:36 +0000)] 
support for wxNO_BORDER

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

18 years agoCGImage Creation is always available under OS X
Stefan Csomor [Mon, 7 Nov 2005 16:34:48 +0000 (16:34 +0000)] 
CGImage Creation is always available under OS X

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

18 years agoswitch to a CoreFoundation based and thread-safe implementation for message boxes...
Stefan Csomor [Mon, 7 Nov 2005 14:59:34 +0000 (14:59 +0000)] 
switch to a CoreFoundation based and thread-safe implementation for message boxes for Mach-O builds

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

18 years agoGet/SetTitle only for wxTopLevelWindow (wxMac part).
Włodzimierz Skiba [Mon, 7 Nov 2005 14:37:19 +0000 (14:37 +0000)] 
Get/SetTitle only for wxTopLevelWindow (wxMac part).

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

18 years agoFixed #1338966.
Włodzimierz Skiba [Mon, 7 Nov 2005 13:47:44 +0000 (13:47 +0000)] 
Fixed #1338966.

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

18 years agowxGetWorkingDirectory() deprecated. Fixed #1338966.
Włodzimierz Skiba [Mon, 7 Nov 2005 13:27:09 +0000 (13:27 +0000)] 
wxGetWorkingDirectory() deprecated. Fixed #1338966.

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

18 years agoDon't resend an update event from m_spin to avoid recursion
Julian Smart [Mon, 7 Nov 2005 10:15:42 +0000 (10:15 +0000)] 
Don't resend an update event from m_spin to avoid recursion

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

18 years agoeVC4 warning fixes.
Włodzimierz Skiba [Sun, 6 Nov 2005 21:42:01 +0000 (21:42 +0000)] 
eVC4 warning fixes.

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

18 years agoeVC4 warning fixes.
Włodzimierz Skiba [Sun, 6 Nov 2005 20:44:43 +0000 (20:44 +0000)] 
eVC4 warning fixes.

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

18 years agoSpeedup for adding array of items.
Włodzimierz Skiba [Sun, 6 Nov 2005 18:47:25 +0000 (18:47 +0000)] 
Speedup for adding array of items.

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

18 years agonot needed for CG
Stefan Csomor [Sun, 6 Nov 2005 07:23:14 +0000 (07:23 +0000)] 
not needed for CG

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

18 years agoadded CFRef holder templated class
Stefan Csomor [Sun, 6 Nov 2005 07:19:18 +0000 (07:19 +0000)] 
added CFRef holder templated class

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

18 years agoNative wxCheckListBox implementation for wxWinCE.
Włodzimierz Skiba [Sat, 5 Nov 2005 22:49:33 +0000 (22:49 +0000)] 
Native wxCheckListBox implementation for wxWinCE.

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

18 years agofinished implementation for stencil and colored patterns
Stefan Csomor [Sat, 5 Nov 2005 16:53:42 +0000 (16:53 +0000)] 
finished implementation for stencil and colored patterns

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

18 years agodocumented wxStringTokenize()
Vadim Zeitlin [Sat, 5 Nov 2005 13:48:02 +0000 (13:48 +0000)] 
documented wxStringTokenize()

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

18 years agoSet HTML data even in Unicode mode
Julian Smart [Sat, 5 Nov 2005 10:25:59 +0000 (10:25 +0000)] 
Set HTML data even in Unicode mode

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

18 years agoadded permission error to the 'expected' error codes, removed assert, as this leads...
Stefan Csomor [Sat, 5 Nov 2005 07:39:46 +0000 (07:39 +0000)] 
added permission error to the 'expected' error codes, removed assert, as this leads to problems in wxPython otherwise, and getting another error essentially means we cannot continue iterating..

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

18 years agoGet/SetTitle only for wxTopLevelWindow (wxOS2 part).
Włodzimierz Skiba [Fri, 4 Nov 2005 21:13:03 +0000 (21:13 +0000)] 
Get/SetTitle only for wxTopLevelWindow (wxOS2 part).

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

18 years agoversion 0.1.6-6
Roman Rolinsky [Fri, 4 Nov 2005 20:17:52 +0000 (20:17 +0000)] 
version 0.1.6-6

Improved some dialogs (window styles, growable cols). Changed the
range for wxSpinCtrl min/max to all integers (default 0/100 is not
always good).

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

18 years agoGet/SetTitle only for wxTopLevelWindow (wxMGL part).
Włodzimierz Skiba [Fri, 4 Nov 2005 18:49:49 +0000 (18:49 +0000)] 
Get/SetTitle only for wxTopLevelWindow (wxMGL part).

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

18 years agoGet/SetTitle only for wxTopLevelWindow (wxGTK part).
Włodzimierz Skiba [Fri, 4 Nov 2005 15:14:42 +0000 (15:14 +0000)] 
Get/SetTitle only for wxTopLevelWindow (wxGTK part).

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

18 years agoGet/SetTitle only for wxTopLevelWindow (wxGTK part).
Włodzimierz Skiba [Fri, 4 Nov 2005 14:19:41 +0000 (14:19 +0000)] 
Get/SetTitle only for wxTopLevelWindow (wxGTK part).

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

18 years agoSource cleaning.
Włodzimierz Skiba [Fri, 4 Nov 2005 12:50:11 +0000 (12:50 +0000)] 
Source cleaning.

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

18 years agoGet/SetTitle only for wxTopLevelWindow (wxGTK part).
Włodzimierz Skiba [Fri, 4 Nov 2005 12:30:03 +0000 (12:30 +0000)] 
Get/SetTitle only for wxTopLevelWindow (wxGTK part).

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

18 years agoGet/SetTitle only for wxTopLevelWindow (wxGTK part).
Włodzimierz Skiba [Fri, 4 Nov 2005 11:11:22 +0000 (11:11 +0000)] 
Get/SetTitle only for wxTopLevelWindow (wxGTK part).

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

18 years agoBuild fix after last commit.
Włodzimierz Skiba [Thu, 3 Nov 2005 22:14:34 +0000 (22:14 +0000)] 
Build fix after last commit.

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

18 years agoGet/SetTitle only for wxTopLevelWindow (wxMotif part).
Włodzimierz Skiba [Thu, 3 Nov 2005 20:58:02 +0000 (20:58 +0000)] 
Get/SetTitle only for wxTopLevelWindow (wxMotif part).

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

18 years agouse focused bitmap as fallback for the hover one
Vadim Zeitlin [Thu, 3 Nov 2005 19:38:20 +0000 (19:38 +0000)] 
use focused bitmap as fallback for the hover one

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

18 years agoadded checkbox to enable setting (or not) individual wxBitmapButton bitmaps
Vadim Zeitlin [Thu, 3 Nov 2005 19:29:18 +0000 (19:29 +0000)] 
added checkbox to enable setting (or not) individual wxBitmapButton bitmaps

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

18 years agoWarning fix.
Włodzimierz Skiba [Thu, 3 Nov 2005 16:53:29 +0000 (16:53 +0000)] 
Warning fix.

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

18 years agoGet/SetTitle only for wxTopLevelWindow (wxMSW part).
Włodzimierz Skiba [Thu, 3 Nov 2005 16:47:29 +0000 (16:47 +0000)] 
Get/SetTitle only for wxTopLevelWindow (wxMSW part).

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

18 years agoGet/SetTitle only for wxTopLevelWindow.
Włodzimierz Skiba [Thu, 3 Nov 2005 16:27:19 +0000 (16:27 +0000)] 
Get/SetTitle only for wxTopLevelWindow.

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

18 years agosupport for 10.4 provided context menu
Stefan Csomor [Thu, 3 Nov 2005 14:23:22 +0000 (14:23 +0000)] 
support for 10.4 provided context menu

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

18 years agoUse toplevel parent rather than immediate parent as color dialog's parent window
Kevin Hock [Thu, 3 Nov 2005 02:50:00 +0000 (02:50 +0000)] 
Use toplevel parent rather than immediate parent as color dialog's parent window

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

18 years agoInitial attempt at some instructions on building for Win64
Michael Wetherell [Thu, 3 Nov 2005 02:25:01 +0000 (02:25 +0000)] 
Initial attempt at some instructions on building for Win64

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

18 years agofixed compilation breakage in 1.24 commit
Vadim Zeitlin [Thu, 3 Nov 2005 01:56:02 +0000 (01:56 +0000)] 
fixed compilation breakage in 1.24 commit

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

18 years agoadded SetHoverBitmap() and implemented it under wxMSW; extended the docs
Vadim Zeitlin [Thu, 3 Nov 2005 01:48:10 +0000 (01:48 +0000)] 
added SetHoverBitmap() and implemented it under wxMSW; extended the docs

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

18 years agoadded test of wxBitmapButton
Vadim Zeitlin [Thu, 3 Nov 2005 01:28:17 +0000 (01:28 +0000)] 
added test of wxBitmapButton

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

18 years agoRemove bufferoverflowu.lib since it's not present with some versions of VC++ 8
Michael Wetherell [Thu, 3 Nov 2005 00:40:45 +0000 (00:40 +0000)] 
Remove bufferoverflowu.lib since it's not present with some versions of VC++ 8

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

18 years agodeprecate SetLabel(const wxBitmap&)
Vadim Zeitlin [Thu, 3 Nov 2005 00:40:00 +0000 (00:40 +0000)] 
deprecate SetLabel(const wxBitmap&)

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

18 years agoBug #1220988 fixed.
Włodzimierz Skiba [Wed, 2 Nov 2005 16:52:23 +0000 (16:52 +0000)] 
Bug #1220988 fixed.

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

18 years agodefault implementations for Replace and Remove
Stefan Csomor [Wed, 2 Nov 2005 16:40:56 +0000 (16:40 +0000)] 
default implementations for Replace and Remove

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

18 years agoapplying patch 1345435
Stefan Csomor [Wed, 2 Nov 2005 15:22:39 +0000 (15:22 +0000)] 
applying patch 1345435

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

18 years agore-added support for help-menu and application-menu items
Stefan Csomor [Wed, 2 Nov 2005 14:50:10 +0000 (14:50 +0000)] 
re-added support for help-menu and application-menu items

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

18 years agoBuild fix.
Włodzimierz Skiba [Wed, 2 Nov 2005 13:59:40 +0000 (13:59 +0000)] 
Build fix.

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

18 years agoadd missing header
Chris Elliott [Wed, 2 Nov 2005 09:49:16 +0000 (09:49 +0000)] 
add missing header

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

18 years agoadd missing header to allow ../src/common/docview.cpp to compile
Chris Elliott [Wed, 2 Nov 2005 09:18:52 +0000 (09:18 +0000)] 
add missing header to allow  ../src/common/docview.cpp to compile

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

18 years agowxMultiChoiceDialog uses now wxCheckListBox if possible, wxListBox if not
Włodzimierz Skiba [Tue, 1 Nov 2005 22:35:50 +0000 (22:35 +0000)] 
wxMultiChoiceDialog uses now wxCheckListBox if possible, wxListBox if not

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

18 years agoAdd some files to 'make dist' for wxCocoa
Michael Wetherell [Mon, 31 Oct 2005 22:22:41 +0000 (22:22 +0000)] 
Add some files to 'make dist' for wxCocoa

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

18 years agoModify wxString::operator<<(wxLongLong_t) to avoid warnings from mingw
Michael Wetherell [Mon, 31 Oct 2005 20:27:17 +0000 (20:27 +0000)] 
Modify wxString::operator<<(wxLongLong_t) to avoid warnings from mingw

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

18 years agoInclude $cross_root/include in header search when cross compiling
Michael Wetherell [Mon, 31 Oct 2005 20:21:12 +0000 (20:21 +0000)] 
Include $cross_root/include in header search when cross compiling

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

18 years agousing newlines in AC_CONFIG_COMMANDS() first argument breaks config.status under...
Vadim Zeitlin [Mon, 31 Oct 2005 20:14:39 +0000 (20:14 +0000)] 
using newlines in AC_CONFIG_COMMANDS() first argument breaks config.status under cygwin, so don't do it

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

18 years agodisable PCH under cygwin, it doesn't work even with the very latest cygwin gcc
Vadim Zeitlin [Mon, 31 Oct 2005 19:59:52 +0000 (19:59 +0000)] 
disable PCH under cygwin, it doesn't work even with the very latest cygwin gcc

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

18 years ago#undef CreateFont to fix cygwin compilation now that wxRichTextCtrl uses it
Vadim Zeitlin [Mon, 31 Oct 2005 19:35:41 +0000 (19:35 +0000)] 
#undef CreateFont to fix cygwin compilation now that wxRichTextCtrl uses it

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

18 years agowxMGL revitalised with OpenWatcom.
Włodzimierz Skiba [Mon, 31 Oct 2005 17:14:55 +0000 (17:14 +0000)] 
wxMGL revitalised with OpenWatcom.

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

18 years agowxMGL revitalised with OpenWatcom.
Włodzimierz Skiba [Mon, 31 Oct 2005 17:00:43 +0000 (17:00 +0000)] 
wxMGL revitalised with OpenWatcom.

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

18 years agoApplied patch [ 1341085 ] richtext xml build fix
Julian Smart [Mon, 31 Oct 2005 14:27:53 +0000 (14:27 +0000)] 
Applied patch [ 1341085 ] richtext xml build fix

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

18 years agowx/os2/chkconf.h added
Włodzimierz Skiba [Sun, 30 Oct 2005 20:32:44 +0000 (20:32 +0000)] 
wx/os2/chkconf.h added

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

18 years agofix for incorrect member initialization order warning
Vadim Zeitlin [Sun, 30 Oct 2005 20:20:27 +0000 (20:20 +0000)] 
fix for incorrect member initialization order warning

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

18 years agorenamed BLOCK_SIZE which conflicts with a #define in a std Linux (and maybe not only...
Vadim Zeitlin [Sat, 29 Oct 2005 17:46:12 +0000 (17:46 +0000)] 
renamed BLOCK_SIZE which conflicts with a #define in a std Linux (and maybe not only) header (bug 1339731)

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

18 years agodon't get margin to non NULL values in default ctor, this is inconsistent as default...
Vadim Zeitlin [Sat, 29 Oct 2005 17:43:11 +0000 (17:43 +0000)] 
don't get margin to non NULL values in default ctor, this is inconsistent as default ctor + Create() don't do the same thing as non default ctor

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

18 years agoeVC3 build fix.
Włodzimierz Skiba [Sat, 29 Oct 2005 15:18:18 +0000 (15:18 +0000)] 
eVC3 build fix.

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

18 years agoPressing build-in joystick on WinCE phones fires wxEVT_JOY_BUTTON_DOWN event.
Włodzimierz Skiba [Sat, 29 Oct 2005 12:48:07 +0000 (12:48 +0000)] 
Pressing build-in joystick on WinCE phones fires wxEVT_JOY_BUTTON_DOWN event.

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

18 years agoFixed description with number of ways to use timer class, updated note about main...
Kevin Hock [Fri, 28 Oct 2005 16:01:24 +0000 (16:01 +0000)] 
Fixed description with number of ways to use timer class, updated note about main thread to remove obscure "NB" which may not be well understood and removed confusing word "currently"

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

18 years agoremove GetImageList(int)
Chris Elliott [Fri, 28 Oct 2005 14:33:05 +0000 (14:33 +0000)] 
remove GetImageList(int)

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

18 years agoApplied patch [ 1339882 ] richtext misc cleanup
Julian Smart [Fri, 28 Oct 2005 14:24:04 +0000 (14:24 +0000)] 
Applied patch [ 1339882 ] richtext misc cleanup

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

18 years agoremove GetImageList(int)
Chris Elliott [Fri, 28 Oct 2005 14:05:49 +0000 (14:05 +0000)] 
remove GetImageList(int)

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

18 years agoBuild fix for WinCE.
Włodzimierz Skiba [Fri, 28 Oct 2005 09:12:15 +0000 (09:12 +0000)] 
Build fix for WinCE.

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