]> git.saurik.com Git - wxWidgets.git/log
wxWidgets.git
18 years agoRemoved GTK+2 bitmap menu item code
Julian Smart [Mon, 14 Nov 2005 08:48:35 +0000 (08:48 +0000)] 
Removed GTK+2 bitmap menu item code

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

18 years agoeVC3/PPC2002 build fix.
Włodzimierz Skiba [Sun, 13 Nov 2005 21:48:53 +0000 (21:48 +0000)] 
eVC3/PPC2002 build fix.

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

18 years agoHelpful references.
Włodzimierz Skiba [Sun, 13 Nov 2005 21:47:08 +0000 (21:47 +0000)] 
Helpful references.

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

18 years agoTypo fix.
Włodzimierz Skiba [Sun, 13 Nov 2005 21:26:24 +0000 (21:26 +0000)] 
Typo fix.

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

18 years agoTypo fix in comment
Mart Raudsepp [Sun, 13 Nov 2005 19:51:45 +0000 (19:51 +0000)] 
Typo fix in comment

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

18 years agoMight aswell show the compile- and runtime versions of GTK+ in the ctrl+alt+mclick...
Mart Raudsepp [Sun, 13 Nov 2005 19:44:15 +0000 (19:44 +0000)] 
Might aswell show the compile- and runtime versions of GTK+ in the ctrl+alt+mclick dialog in case of wxGTK.

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

18 years agoMissing #ifdef markup.
Włodzimierz Skiba [Sun, 13 Nov 2005 14:52:34 +0000 (14:52 +0000)] 
Missing #ifdef markup.

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

18 years agoTypo fix.
Włodzimierz Skiba [Sun, 13 Nov 2005 11:53:06 +0000 (11:53 +0000)] 
Typo fix.

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

18 years agoResize all top level windows when SIP changes visibility.
Włodzimierz Skiba [Sun, 13 Nov 2005 11:46:24 +0000 (11:46 +0000)] 
Resize all top level windows when SIP changes visibility.

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

18 years agoFix MDI child windows not becoming active when created after changes to wxTopLevelWin...
Kevin Hock [Sun, 13 Nov 2005 05:00:32 +0000 (05:00 +0000)] 
Fix MDI child windows not becoming active when created after changes to wxTopLevelWindow; BringWindowToTop added to wxMDIChildFrame

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

18 years agoChange the name of a symbol to make it more descriptive
Michael Wetherell [Fri, 11 Nov 2005 19:33:47 +0000 (19:33 +0000)] 
Change the name of a symbol to make it more descriptive

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

18 years agoMake wxRegEx::Replace run in linear time
Michael Wetherell [Fri, 11 Nov 2005 17:22:13 +0000 (17:22 +0000)] 
Make wxRegEx::Replace run in linear time

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

18 years agoWarning fixes
Michael Wetherell [Fri, 11 Nov 2005 16:55:03 +0000 (16:55 +0000)] 
Warning fixes

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

18 years agoTypo correction
Julian Smart [Fri, 11 Nov 2005 14:46:16 +0000 (14:46 +0000)] 
Typo correction

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

18 years ago0.1.7-0
Roman Rolinsky [Fri, 11 Nov 2005 00:23:31 +0000 (00:23 +0000)] 
0.1.7-0
-------

Added new controls (Choicebook, Listbook, StatusBar, DatePicker), and
completed style flags. Test window is opened for an available parent
control if no specific view defined. Better handling of exceptions
(highlighting does not 'stick' anymore). Tested on wxGTK 2.6.1.0.

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

18 years agoMacros for simplified testing Open Watcom version and required tweaks.
Włodzimierz Skiba [Thu, 10 Nov 2005 16:16:05 +0000 (16:16 +0000)] 
Macros for simplified testing Open Watcom version and required tweaks.

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

18 years agoMissing commit.
Włodzimierz Skiba [Thu, 10 Nov 2005 12:49:02 +0000 (12:49 +0000)] 
Missing commit.

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

18 years agoMissing commit.
Włodzimierz Skiba [Thu, 10 Nov 2005 12:42:02 +0000 (12:42 +0000)] 
Missing commit.

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

18 years agoLineup features of all book driven events.
Włodzimierz Skiba [Thu, 10 Nov 2005 12:15:04 +0000 (12:15 +0000)] 
Lineup features of all book driven events.

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

18 years agoPreparation for incoming OW 1.4
Włodzimierz Skiba [Thu, 10 Nov 2005 12:05:11 +0000 (12:05 +0000)] 
Preparation for incoming OW 1.4

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

18 years agoGet/SetTitle only for wxTopLevelWindow (wxX11 part, final)
Włodzimierz Skiba [Thu, 10 Nov 2005 12:03:39 +0000 (12:03 +0000)] 
Get/SetTitle only for wxTopLevelWindow (wxX11 part, final)

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

18 years agoadd Clone() to wxXXXbookEvent and copy ctor to wxBookCtrlBaseEvent
Vadim Zeitlin [Thu, 10 Nov 2005 12:02:00 +0000 (12:02 +0000)] 
add Clone() to wxXXXbookEvent and copy ctor to wxBookCtrlBaseEvent

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

18 years agoadded wxKeyEvent::GetModifiers()
Vadim Zeitlin [Thu, 10 Nov 2005 11:59:47 +0000 (11:59 +0000)] 
added wxKeyEvent::GetModifiers()

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

18 years agoadd Clone() to wxXXXbookEvent and copy ctor to wxBookCtrlBaseEvent
Vadim Zeitlin [Thu, 10 Nov 2005 11:24:19 +0000 (11:24 +0000)] 
add Clone() to wxXXXbookEvent and copy ctor to wxBookCtrlBaseEvent

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

18 years agoadding hit testing (needed a hack)
Stefan Csomor [Thu, 10 Nov 2005 09:43:03 +0000 (09:43 +0000)] 
adding hit testing (needed a hack)

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

18 years agoadding hit testing
Stefan Csomor [Thu, 10 Nov 2005 09:17:14 +0000 (09:17 +0000)] 
adding hit testing

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

18 years agowe're not supporting CW 5 anymore
Stefan Csomor [Thu, 10 Nov 2005 07:29:11 +0000 (07:29 +0000)] 
we're not supporting CW 5 anymore

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

18 years agoOW 1.4 preparation.
Włodzimierz Skiba [Wed, 9 Nov 2005 21:04:54 +0000 (21:04 +0000)] 
OW 1.4 preparation.

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

18 years agoVarious source cleanings.
Włodzimierz Skiba [Wed, 9 Nov 2005 20:14:39 +0000 (20:14 +0000)] 
Various source cleanings.

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

18 years ago'rcdefs.h' action has to be phony, otherwise it is expected to be file existing after...
Włodzimierz Skiba [Wed, 9 Nov 2005 19:59:29 +0000 (19:59 +0000)] 
'rcdefs.h' action has to be phony, otherwise it is expected to be file existing after action execution.

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

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