]> git.saurik.com Git - wxWidgets.git/log
wxWidgets.git
18 years agoFollow other ports with Title/Label split.
Włodzimierz Skiba [Fri, 18 Nov 2005 18:34:15 +0000 (18:34 +0000)] 
Follow other ports with Title/Label split.

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

18 years agoUpdate after adding palmos setup.h to family of automatically created setups.
Włodzimierz Skiba [Fri, 18 Nov 2005 18:30:26 +0000 (18:30 +0000)] 
Update after adding palmos setup.h to family of automatically created setups.

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

18 years agofixed layout of tables that are first element on a page
Václav Slavík [Thu, 17 Nov 2005 23:37:27 +0000 (23:37 +0000)] 
fixed layout of tables that are first element on a page

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

18 years agoreduced code duplication in wxHtmlWinParser::AddText (no real change)
Václav Slavík [Thu, 17 Nov 2005 23:35:36 +0000 (23:35 +0000)] 
reduced code duplication in wxHtmlWinParser::AddText (no real change)

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

18 years agoFixed problem with choice editor in wxGrid whereby the editor
Julian Smart [Thu, 17 Nov 2005 17:43:15 +0000 (17:43 +0000)] 
Fixed problem with choice editor in wxGrid whereby the editor
lost focus when the combobox menu was shown.

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

18 years agoFixes for bugs #1218219 and #1218254.
Włodzimierz Skiba [Thu, 17 Nov 2005 14:36:32 +0000 (14:36 +0000)] 
Fixes for bugs #1218219 and #1218254.

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

18 years agoWarning fix.
Włodzimierz Skiba [Wed, 16 Nov 2005 17:43:52 +0000 (17:43 +0000)] 
Warning fix.

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

18 years agoFinally removes occurences of OnMenuCommand and closes bug #1164678
Włodzimierz Skiba [Wed, 16 Nov 2005 17:27:38 +0000 (17:27 +0000)] 
Finally removes occurences of OnMenuCommand and closes bug #1164678

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

18 years agodon't use wxStaticCast to wxBookCtrlBase -- it doesn't work
Vadim Zeitlin [Wed, 16 Nov 2005 16:31:35 +0000 (16:31 +0000)] 
don't use wxStaticCast to wxBookCtrlBase -- it doesn't work

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

18 years agoRebake for new penguin
Michael Wetherell [Wed, 16 Nov 2005 14:19:52 +0000 (14:19 +0000)] 
Rebake for new penguin

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

18 years agoapplied patch #1348053 "[msw] Strip mnemonics when calc best size for static text"
Dimitri Schoolwerth [Wed, 16 Nov 2005 12:06:54 +0000 (12:06 +0000)] 
applied patch #1348053 "[msw] Strip mnemonics when calc best size for static text"

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

18 years agoonly remap the disabled bitmap of a toolbarbutton when allowed by system (settings...
Dimitri Schoolwerth [Tue, 15 Nov 2005 23:26:06 +0000 (23:26 +0000)] 
only remap the disabled bitmap of a toolbarbutton when allowed by system (settings), otherwise colour artifacts can appear

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

18 years agoAny reason why we #if the menuitem bitmap code in the menu sample? For now just addin...
Mart Raudsepp [Tue, 15 Nov 2005 22:40:32 +0000 (22:40 +0000)] 
Any reason why we #if the menuitem bitmap code in the menu sample? For now just adding wxGTK in addition to
wxUSE_OWNER_DRAWN case, for the cases where bitmaps are to be set...

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

18 years agounhide wxConnectionBase::Execute(wxString)
Vadim Zeitlin [Tue, 15 Nov 2005 18:05:48 +0000 (18:05 +0000)] 
unhide wxConnectionBase::Execute(wxString)

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

18 years agoAdd a length parameter for wxRegEx::Matches
Michael Wetherell [Tue, 15 Nov 2005 15:51:10 +0000 (15:51 +0000)] 
Add a length parameter for wxRegEx::Matches

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

18 years agorcdefs.h is a real file
Michael Wetherell [Tue, 15 Nov 2005 15:36:33 +0000 (15:36 +0000)] 
rcdefs.h is a real file

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

18 years agoBe consistent with all setup.h. Include chkconf.h only once from wx/platform.h.
Włodzimierz Skiba [Tue, 15 Nov 2005 14:51:12 +0000 (14:51 +0000)] 
Be consistent with all setup.h. Include chkconf.h only once from wx/platform.h.

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

18 years agoMinor cleanings.
Włodzimierz Skiba [Tue, 15 Nov 2005 07:40:12 +0000 (07:40 +0000)] 
Minor cleanings.

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

18 years agocorrected wake up code
Stefan Csomor [Mon, 14 Nov 2005 20:24:16 +0000 (20:24 +0000)] 
corrected wake up code

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

18 years agoApplied patch [ 1355355 ] Replace GPLed code in penguin sample and add features
Julian Smart [Mon, 14 Nov 2005 17:38:24 +0000 (17:38 +0000)] 
Applied patch [ 1355355 ] Replace GPLed code in penguin sample and add features
(with Unicode and scope mods)
By Sandro Sigala

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

18 years agoWarning fix.
Włodzimierz Skiba [Mon, 14 Nov 2005 17:03:37 +0000 (17:03 +0000)] 
Warning fix.

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

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