]> git.saurik.com Git - wxWidgets.git/log
wxWidgets.git
15 years agoadded wxFileName::GetVolumeString() (#9950)
Vadim Zeitlin [Sun, 14 Sep 2008 01:18:05 +0000 (01:18 +0000)] 
added wxFileName::GetVolumeString() (#9950)

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

15 years agocompilation fix after the last commit
Vadim Zeitlin [Sun, 14 Sep 2008 01:09:42 +0000 (01:09 +0000)] 
compilation fix after the last commit

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

15 years agodon't give spurious error messages if the default browser doesn't provide DDE interfa...
Vadim Zeitlin [Sun, 14 Sep 2008 00:46:39 +0000 (00:46 +0000)] 
don't give spurious error messages if the default browser doesn't provide DDE interface; also use SEE_MASK_FLAG_NO_UI to avoid shell error messages as we give them ourselves (#9948)

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

15 years agobuild fixes for wxUSE_ON_FATAL_EXCEPTION==0 (#9937)
Vadim Zeitlin [Sun, 14 Sep 2008 00:26:29 +0000 (00:26 +0000)] 
build fixes for wxUSE_ON_FATAL_EXCEPTION==0 (#9937)

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

15 years agomake ellipses drawn with transparent pen more wxGC/Cairo-like (closes #9899)
Vadim Zeitlin [Sun, 14 Sep 2008 00:12:02 +0000 (00:12 +0000)] 
make ellipses drawn with transparent pen more wxGC/Cairo-like (closes #9899)

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

15 years agocheck the item index inside Item() itself instead of checking it inside some callers...
Vadim Zeitlin [Sun, 14 Sep 2008 00:04:23 +0000 (00:04 +0000)] 
check the item index inside Item() itself instead of checking it inside some callers of this function

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

15 years agomust include typeinfo before using typeid()
Vadim Zeitlin [Sun, 14 Sep 2008 00:03:29 +0000 (00:03 +0000)] 
must include typeinfo before using typeid()

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

15 years agocache the item text size to optimize tree layout/painting (#9956)
Vadim Zeitlin [Sat, 13 Sep 2008 21:28:57 +0000 (21:28 +0000)] 
cache the item text size to optimize tree layout/painting (#9956)

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

15 years agono real changes, just some reformatting
Vadim Zeitlin [Sat, 13 Sep 2008 20:55:34 +0000 (20:55 +0000)] 
no real changes, just some reformatting

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

15 years agowxPropertyGrid::DoPropertyChanged() incorrectly passed raw m_wndEditor pointer to...
Jaakko Salli [Sat, 13 Sep 2008 20:34:25 +0000 (20:34 +0000)] 
wxPropertyGrid::DoPropertyChanged() incorrectly passed raw m_wndEditor pointer to UpdateControl(). Now editor pointer is acquired via GetEditorControl(), as appropriate.

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

15 years agowxPropertyGrid member m_visPropArray removed, now always recreated from scratch in...
Jaakko Salli [Sat, 13 Sep 2008 20:14:20 +0000 (20:14 +0000)] 
wxPropertyGrid member m_visPropArray removed, now always recreated from scratch in DoDrawItems()

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

15 years agoFix crash
Robert Roebling [Sat, 13 Sep 2008 20:02:59 +0000 (20:02 +0000)] 
Fix crash

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

15 years agoCleaned up wxPropertyGrid::SetCurrentCategory()
Jaakko Salli [Sat, 13 Sep 2008 19:43:44 +0000 (19:43 +0000)] 
Cleaned up wxPropertyGrid::SetCurrentCategory()

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

15 years agoNeeded to convert string variable's type from wxChar* to wxString because result...
Jaakko Salli [Sat, 13 Sep 2008 19:35:52 +0000 (19:35 +0000)] 
Needed to convert string variable's type from wxChar* to wxString because result of wxGetTranslation was assigned to it

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

15 years agoFixed warnings caused by docstrings in %pythoncode section
Jaakko Salli [Sat, 13 Sep 2008 19:18:59 +0000 (19:18 +0000)] 
Fixed warnings caused by docstrings in %pythoncode section

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

15 years agoinclude <typeinfo> in all files
Robert Roebling [Sat, 13 Sep 2008 16:29:29 +0000 (16:29 +0000)] 
include <typeinfo> in all files

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

15 years agomust include typeinfo before using typeid()
Vadim Zeitlin [Fri, 12 Sep 2008 22:14:46 +0000 (22:14 +0000)] 
must include typeinfo before using typeid()

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

15 years agomust include typeinfo before using typeid()
Vadim Zeitlin [Fri, 12 Sep 2008 21:22:27 +0000 (21:22 +0000)] 
must include typeinfo before using typeid()

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

15 years agoPCH-less compilation fix
Vadim Zeitlin [Fri, 12 Sep 2008 21:19:52 +0000 (21:19 +0000)] 
PCH-less compilation fix

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

15 years agoadded wxPropertyGrid from Jaakko Salli (#9934)
Vadim Zeitlin [Fri, 12 Sep 2008 20:57:41 +0000 (20:57 +0000)] 
added wxPropertyGrid from Jaakko Salli (#9934)

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

15 years agoimplementing changes in toolbartool directly
Stefan Csomor [Fri, 12 Sep 2008 19:38:27 +0000 (19:38 +0000)] 
implementing changes in toolbartool directly

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

15 years agoCoreText fixes
Stefan Csomor [Fri, 12 Sep 2008 18:36:08 +0000 (18:36 +0000)] 
CoreText fixes

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

15 years agoCoreText fixes
Stefan Csomor [Fri, 12 Sep 2008 18:35:16 +0000 (18:35 +0000)] 
CoreText fixes

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

15 years agomissin quote
Stefan Csomor [Fri, 12 Sep 2008 18:30:20 +0000 (18:30 +0000)] 
missin quote

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

15 years agoSTL build fix
Vadim Zeitlin [Fri, 12 Sep 2008 15:47:06 +0000 (15:47 +0000)] 
STL build fix

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

15 years agoreturn true from IsBeingDeleted() if any of the parent windows is marked for destruct...
Vadim Zeitlin [Fri, 12 Sep 2008 14:09:30 +0000 (14:09 +0000)] 
return true from IsBeingDeleted() if any of the parent windows is marked for destruction too (see #9867)

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

15 years agoadd grid category and mark all grid-related classes as belonging to it
Vadim Zeitlin [Fri, 12 Sep 2008 13:09:03 +0000 (13:09 +0000)] 
add grid category and mark all grid-related classes as belonging to it

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

15 years agofix the event type in EVT_GRID_[CMD_]COL_MOVE declaration: this event handler receive...
Vadim Zeitlin [Fri, 12 Sep 2008 12:49:11 +0000 (12:49 +0000)] 
fix the event type in EVT_GRID_[CMD_]COL_MOVE declaration: this event handler receives wxGridEvent and not wxGridSizeEvent

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

15 years agomaking state changing calls on tool virtual
Stefan Csomor [Fri, 12 Sep 2008 09:50:15 +0000 (09:50 +0000)] 
making state changing calls on tool virtual

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

15 years agoUpdate setup for OpenVMS
Jouk Jansen [Fri, 12 Sep 2008 08:48:16 +0000 (08:48 +0000)] 
Update setup for OpenVMS

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

15 years agofix crash under MSW due to constructing a static wxDDEClient instance (this arguably...
Vadim Zeitlin [Fri, 12 Sep 2008 01:36:09 +0000 (01:36 +0000)] 
fix crash under MSW due to constructing a static wxDDEClient instance (this arguably should work but currently doesn't because of use of (yet uninitialized) wxDDEClientObjects in wxDDEClient ctor)

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

15 years agoadd wxCANCEL_DEFAULT support
Vadim Zeitlin [Fri, 12 Sep 2008 00:06:42 +0000 (00:06 +0000)] 
add wxCANCEL_DEFAULT support

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

15 years agoadded wxCANCEL_DEFAULT style to wxMessageDialog (only implemented for MSW for now...
Vadim Zeitlin [Thu, 11 Sep 2008 23:41:49 +0000 (23:41 +0000)] 
added wxCANCEL_DEFAULT style to wxMessageDialog (only implemented for MSW for now); also tightened up the style checks in wxMessageDialog::SetMessageDialogStyle() (argh, another forgotten file, should have been part of r55561)

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

15 years agotest wxCANCEL_DEFAULT flag
Vadim Zeitlin [Thu, 11 Sep 2008 23:40:15 +0000 (23:40 +0000)] 
test wxCANCEL_DEFAULT flag

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

15 years agoadded wxCANCEL_DEFAULT style to wxMessageDialog (only implemented for MSW for now...
Vadim Zeitlin [Thu, 11 Sep 2008 23:37:35 +0000 (23:37 +0000)] 
added wxCANCEL_DEFAULT style to wxMessageDialog (only implemented for MSW for now); also tightened up the style checks in wxMessageDialog::SetMessageDialogStyle()

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

15 years agoOpenVMS chokes on external templates
Jouk Jansen [Thu, 11 Sep 2008 20:50:12 +0000 (20:50 +0000)] 
OpenVMS chokes on external templates

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

15 years agoadding missing y axis flip
Stefan Csomor [Thu, 11 Sep 2008 18:55:45 +0000 (18:55 +0000)] 
adding missing y axis flip

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

15 years agoadding min and max size support for resizing events
Stefan Csomor [Thu, 11 Sep 2008 17:02:52 +0000 (17:02 +0000)] 
adding min and max size support for resizing events

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

15 years agofixes #9951
Stefan Csomor [Thu, 11 Sep 2008 16:32:03 +0000 (16:32 +0000)] 
fixes #9951

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

15 years agofix bugs in the last changes to min and max size handling, fixes #9947
Stefan Csomor [Thu, 11 Sep 2008 16:26:47 +0000 (16:26 +0000)] 
fix bugs in the last changes to min and max size handling, fixes #9947

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

15 years agoadding new toolkits for osx
Stefan Csomor [Thu, 11 Sep 2008 14:14:21 +0000 (14:14 +0000)] 
adding new toolkits for osx

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

15 years agomade wxLogGui more flexible and documented it and added example of customizing it...
Vadim Zeitlin [Thu, 11 Sep 2008 14:03:48 +0000 (14:03 +0000)] 
made wxLogGui more flexible and documented it and added example of customizing it to the dialogs sample (now with the docs)

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

15 years agoadded braces to suppress g++ 4.3 warnings
Vadim Zeitlin [Thu, 11 Sep 2008 14:00:33 +0000 (14:00 +0000)] 
added braces to suppress g++ 4.3 warnings

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

15 years agomade wxLogGui more flexible and documented it and added example of customizing it...
Vadim Zeitlin [Thu, 11 Sep 2008 13:58:54 +0000 (13:58 +0000)] 
made wxLogGui more flexible and documented it and added example of customizing it to the dialogs sample

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

15 years agoadded swap() for the other arrays too (and now committing the right files)
Vadim Zeitlin [Thu, 11 Sep 2008 13:52:48 +0000 (13:52 +0000)] 
added swap() for the other arrays too (and now committing the right files)

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

15 years agoadded swap() for the other arrays too
Vadim Zeitlin [Thu, 11 Sep 2008 13:51:41 +0000 (13:51 +0000)] 
added swap() for the other arrays too

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

15 years agoadded wxArrayString::swap()
Vadim Zeitlin [Thu, 11 Sep 2008 13:35:32 +0000 (13:35 +0000)] 
added wxArrayString::swap()

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

15 years agoadding new toolkits for osx
Stefan Csomor [Thu, 11 Sep 2008 12:30:18 +0000 (12:30 +0000)] 
adding new toolkits for osx

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

15 years agodon't use wxStrings in a statically initialized array of structs, VC6 doesn't like...
Vadim Zeitlin [Thu, 11 Sep 2008 11:22:58 +0000 (11:22 +0000)] 
don't use wxStrings in a statically initialized array of structs, VC6 doesn't like it (re-closes #9492)

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

15 years agoget rid of __WXCOCOA__ check in common CreateLogTarget(), the right way to do this...
Vadim Zeitlin [Thu, 11 Sep 2008 11:20:33 +0000 (11:20 +0000)] 
get rid of __WXCOCOA__ check in common CreateLogTarget(), the right way to do this is to override wxUSE_LOG_DIALOG option in wxCocoa-specific chkconf.h

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

15 years agopartially revert 55488: don't use message box with copy button as it doesn't behave...
Vadim Zeitlin [Thu, 11 Sep 2008 11:16:35 +0000 (11:16 +0000)] 
partially revert 55488: don't use message box with copy button as it doesn't behave correctly unfortunately (Esc doesn't work, copying the text unexpectedly closes the dialog)

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

15 years agoreplace the static control in wxMessageDialog with an edit control with a vertical...
Vadim Zeitlin [Thu, 11 Sep 2008 10:39:49 +0000 (10:39 +0000)] 
replace the static control in wxMessageDialog with an edit control with a vertical scrollbar if the message box is too big to fit on the screen

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

15 years agofixing compilo
Stefan Csomor [Thu, 11 Sep 2008 07:40:58 +0000 (07:40 +0000)] 
fixing compilo

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

15 years agoupdate OpenVMS compile support
Jouk Jansen [Thu, 11 Sep 2008 07:09:05 +0000 (07:09 +0000)] 
update OpenVMS compile support

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

15 years agorename variable which was redefined inside a loop
Jouk Jansen [Thu, 11 Sep 2008 06:53:02 +0000 (06:53 +0000)] 
rename variable which was redefined inside a loop

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

15 years agosolving osx problems (default inlines-hidden) by explicitely exporting the involved...
Stefan Csomor [Thu, 11 Sep 2008 06:46:23 +0000 (06:46 +0000)] 
solving osx problems (default inlines-hidden) by explicitely exporting the involved methods

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

15 years agoDoGetAsBitmap implementation for Cocoa.
Kevin Ollivier [Thu, 11 Sep 2008 05:40:35 +0000 (05:40 +0000)] 
DoGetAsBitmap implementation for Cocoa.

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

15 years agoA few checks for null pointers to avoid problems during app shutdown.
Kevin Ollivier [Thu, 11 Sep 2008 05:35:10 +0000 (05:35 +0000)] 
A few checks for null pointers to avoid problems during app shutdown.

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

15 years agoStop crash/asserts caused when Clear() deletes the wxRegionRefData.
Kevin Ollivier [Thu, 11 Sep 2008 05:07:06 +0000 (05:07 +0000)] 
Stop crash/asserts caused when Clear() deletes the wxRegionRefData.

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

15 years ago32/64 bit universal builds support
Stefan Csomor [Wed, 10 Sep 2008 20:40:56 +0000 (20:40 +0000)] 
32/64 bit universal builds support

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

15 years agoconditionals for carbon only osx code
Stefan Csomor [Wed, 10 Sep 2008 20:26:27 +0000 (20:26 +0000)] 
conditionals for carbon only osx code

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

15 years ago64 bit fixes
Stefan Csomor [Wed, 10 Sep 2008 20:19:30 +0000 (20:19 +0000)] 
64 bit fixes

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

15 years agofixed typo in XRC error message
Václav Slavík [Wed, 10 Sep 2008 16:09:33 +0000 (16:09 +0000)] 
fixed typo in XRC error message

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

15 years agoupdating fixed config data for xcode builds for gcc 4.0 and 10.4 sdk as minimum envir...
Stefan Csomor [Wed, 10 Sep 2008 14:58:49 +0000 (14:58 +0000)] 
updating fixed config data for xcode builds for gcc 4.0 and 10.4 sdk as minimum environment

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

15 years agowxDir/FilePickerCtrl's message should be translatable
Václav Slavík [Tue, 9 Sep 2008 19:34:53 +0000 (19:34 +0000)] 
wxDir/FilePickerCtrl's message should be translatable

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

15 years agoadd tests for the remaining message box flags (wxNO_DEFAULT and wxCENTRE)
Vadim Zeitlin [Tue, 9 Sep 2008 17:25:34 +0000 (17:25 +0000)] 
add tests for the remaining message box flags (wxNO_DEFAULT and wxCENTRE)

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

15 years agoremoved superfluous font size scaling in wxGtkPrinterDCImpl::SetFont()
Václav Slavík [Tue, 9 Sep 2008 12:31:44 +0000 (12:31 +0000)] 
removed superfluous font size scaling in wxGtkPrinterDCImpl::SetFont()

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

15 years agofix aui sample breakage; added some accessor methods to wxAuiToolBarItem
Benjamin Williams [Mon, 8 Sep 2008 09:56:49 +0000 (09:56 +0000)] 
fix aui sample breakage; added some accessor methods to wxAuiToolBarItem

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

15 years agoTest for reentrance into non-recursive wxMutex. If it happens, yield dead lock error...
Robert Roebling [Mon, 8 Sep 2008 08:00:03 +0000 (08:00 +0000)] 
Test for reentrance into non-recursive wxMutex. If it happens, yield dead lock error, don't hang

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

15 years agoadded a dialog for wxMessageBox testing
Vadim Zeitlin [Mon, 8 Sep 2008 00:49:06 +0000 (00:49 +0000)] 
added a dialog for wxMessageBox testing

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

15 years agoRemove a couple duplicate feature checks, and check for defines before setting them...
Kevin Ollivier [Sun, 7 Sep 2008 23:35:39 +0000 (23:35 +0000)] 
Remove a couple duplicate feature checks, and check for defines before setting them to avoid redefinition warnings.

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

15 years agoavoiding crashes on osx during app shutdown
Stefan Csomor [Sun, 7 Sep 2008 20:36:41 +0000 (20:36 +0000)] 
avoiding crashes on osx during app shutdown

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

15 years ago10.4 support for osx-cocoa
Stefan Csomor [Sun, 7 Sep 2008 20:10:32 +0000 (20:10 +0000)] 
10.4 support for osx-cocoa

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

15 years agonon-precomp fixes
Stefan Csomor [Sun, 7 Sep 2008 20:09:57 +0000 (20:09 +0000)] 
non-precomp fixes

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

15 years agoadded missing wx/dcclient.h header for PCH-less compilation, removed several other...
Vadim Zeitlin [Sun, 7 Sep 2008 17:01:16 +0000 (17:01 +0000)] 
added missing wx/dcclient.h header for PCH-less compilation, removed several other unnecessary ones

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

15 years agoreintroducing former default, reverting Robert's change to make graphiccontext enable...
Stefan Csomor [Sun, 7 Sep 2008 16:54:21 +0000 (16:54 +0000)] 
reintroducing former default, reverting Robert's change to make graphiccontext enabled by default, since bots are complaining

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

15 years agoreintroducing former default,
Stefan Csomor [Sun, 7 Sep 2008 16:35:26 +0000 (16:35 +0000)] 
reintroducing former default,

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

15 years agointegrating Kevin's work, command line builds for osx variants
Stefan Csomor [Sun, 7 Sep 2008 15:59:51 +0000 (15:59 +0000)] 
integrating Kevin's work, command line builds for osx variants

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

15 years agoFixed Cmd+Back, Cmd+Del word deletion behaviour in wxRichTextCtrl.
Julian Smart [Sun, 7 Sep 2008 15:35:30 +0000 (15:35 +0000)] 
Fixed Cmd+Back, Cmd+Del word deletion behaviour in wxRichTextCtrl.

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

15 years agochanges for command line builds of osx-cocoa
Stefan Csomor [Sun, 7 Sep 2008 14:44:54 +0000 (14:44 +0000)] 
changes for command line builds of osx-cocoa

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

15 years agofixed pagebreaks computation in tables (#9935, patch by D.J.Stauffer)
Václav Slavík [Sun, 7 Sep 2008 10:22:53 +0000 (10:22 +0000)] 
fixed pagebreaks computation in tables (#9935, patch by D.J.Stauffer)

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

15 years agowhatever it is, wxXmlResource::GetFirstRoot() isn't implemented - removed
Václav Slavík [Sun, 7 Sep 2008 09:15:20 +0000 (09:15 +0000)] 
whatever it is, wxXmlResource::GetFirstRoot() isn't implemented - removed

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

15 years agoimplement Empty() using clear() instead of Truncate(0)
Vadim Zeitlin [Sat, 6 Sep 2008 22:19:42 +0000 (22:19 +0000)] 
implement Empty() using clear() instead of Truncate(0)

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

15 years agoaccess TLS cache variable directly and not via a helper function when using compiler...
Vadim Zeitlin [Sat, 6 Sep 2008 22:12:04 +0000 (22:12 +0000)] 
access TLS cache variable directly and not via a helper function when using compiler with native TLS support to work around an apparent bug in g++

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

15 years agoseveral small fixes
Stefan Csomor [Sat, 6 Sep 2008 16:33:18 +0000 (16:33 +0000)] 
several small fixes

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

15 years agoRGBColor is part of ApplicationServices also under Cocoa
Stefan Csomor [Sat, 6 Sep 2008 16:32:00 +0000 (16:32 +0000)] 
RGBColor is part of ApplicationServices also under Cocoa

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

15 years agodefines reordered, support for non-precomp cocoa
Stefan Csomor [Sat, 6 Sep 2008 16:30:42 +0000 (16:30 +0000)] 
defines reordered, support for non-precomp cocoa

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

15 years agoadapting to new platform constants
Stefan Csomor [Sat, 6 Sep 2008 16:29:11 +0000 (16:29 +0000)] 
adapting to new platform constants

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

15 years agoadd wxGTK_CONVs to fix STL and ANSI builds
Vadim Zeitlin [Sat, 6 Sep 2008 15:41:12 +0000 (15:41 +0000)] 
add wxGTK_CONVs to fix STL and ANSI builds

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

15 years agoadded XRC format documentation to the manual (per-class properties docs still missing)
Václav Slavík [Sat, 6 Sep 2008 13:35:29 +0000 (13:35 +0000)] 
added XRC format documentation to the manual (per-class properties docs still missing)

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

15 years agodon't center tables, it looks ugly
Václav Slavík [Sat, 6 Sep 2008 13:31:41 +0000 (13:31 +0000)] 
don't center tables, it looks ugly

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

15 years agoadd missing header for PCH-less build
Vadim Zeitlin [Fri, 5 Sep 2008 20:57:38 +0000 (20:57 +0000)] 
add missing header for PCH-less build

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

15 years agoadapting to new msgdlg class hierarchy
Stefan Csomor [Fri, 5 Sep 2008 20:25:14 +0000 (20:25 +0000)] 
adapting to new msgdlg class hierarchy

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

15 years agoadapting to new msgdlg class hierarchy
Stefan Csomor [Fri, 5 Sep 2008 19:50:13 +0000 (19:50 +0000)] 
adapting to new msgdlg class hierarchy

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

15 years agono changes, fix typo
Vadim Zeitlin [Fri, 5 Sep 2008 19:41:59 +0000 (19:41 +0000)] 
no changes, fix typo

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

15 years agoallow copying text in the log dialogs
Vadim Zeitlin [Fri, 5 Sep 2008 19:32:12 +0000 (19:32 +0000)] 
allow copying text in the log dialogs

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

15 years agoadjust the labels before centering the dialog as doing it can change the dialog size
Vadim Zeitlin [Fri, 5 Sep 2008 19:28:38 +0000 (19:28 +0000)] 
adjust the labels before centering the dialog as doing it can change the dialog size

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

15 years agoforward define for non precomp build, switching preproc constants for consistency
Stefan Csomor [Fri, 5 Sep 2008 19:02:51 +0000 (19:02 +0000)] 
forward define for non precomp build, switching preproc constants for consistency

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

15 years agoallow passing literal strings and results of c_str() to SetXXXLabels() methods too
Vadim Zeitlin [Fri, 5 Sep 2008 18:29:06 +0000 (18:29 +0000)] 
allow passing literal strings and results of c_str() to SetXXXLabels() methods too

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

15 years agoforward define for non precomp build
Stefan Csomor [Fri, 5 Sep 2008 18:03:42 +0000 (18:03 +0000)] 
forward define for non precomp build

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