wxWidgets.git
15 years agoextend wxXLocale with wxStrto[d,l,ul] functions; make wxXLocale::Init() a little...
Francesco Montorsi [Thu, 19 Mar 2009 18:05:49 +0000 (18:05 +0000)] 
extend wxXLocale with wxStrto[d,l,ul] functions; make wxXLocale::Init() a little bit smarter on Unix systems; make XLocaleTestCase not fail on systems where french/italian support is not installed

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

15 years agodocument wxLocale::GetInfo
Francesco Montorsi [Thu, 19 Mar 2009 15:08:49 +0000 (15:08 +0000)] 
document wxLocale::GetInfo

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

15 years agofix typos (closes #10611)
Francesco Montorsi [Thu, 19 Mar 2009 15:08:12 +0000 (15:08 +0000)] 
fix typos (closes #10611)

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

15 years agorevised wxString docs: don't use old style grouping of functions at the beginning...
Francesco Montorsi [Thu, 19 Mar 2009 14:51:46 +0000 (14:51 +0000)] 
revised wxString docs: don't use old style grouping of functions at the beginning of the file; rather use doxygen-style member groups; to be able to reference member groups, introduce the new @member_group_name and @ref_member_group ALIASES; fix some typos in the process

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

15 years agoremove implementations from interface headers
Francesco Montorsi [Thu, 19 Mar 2009 14:17:56 +0000 (14:17 +0000)] 
remove implementations from interface headers

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

15 years agocommit temporary fix for the sample for 2.9.0 release
Francesco Montorsi [Thu, 19 Mar 2009 01:37:11 +0000 (01:37 +0000)] 
commit temporary fix for the sample for 2.9.0 release

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

15 years agoFix toggle button style.
Kevin Ollivier [Wed, 18 Mar 2009 23:12:25 +0000 (23:12 +0000)] 
Fix toggle button style.

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

15 years agofix (harmless) MSVC 64 bit compilation warning (closes #10140)
Vadim Zeitlin [Wed, 18 Mar 2009 21:58:15 +0000 (21:58 +0000)] 
fix (harmless) MSVC 64 bit compilation warning (closes #10140)

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

15 years agosimplify a bit the convoluted implementation of wxFontRefData::Alloc;
Francesco Montorsi [Wed, 18 Mar 2009 21:51:22 +0000 (21:51 +0000)] 
simplify a bit the convoluted implementation of wxFontRefData::Alloc;
add some comment, regarding the auto-allocation feature of GetHFONT();
use const_cast<>() instead of wxConstCast();
protect wxFont::IsFixedWidth with a proper wxCHECK_MSG.

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

15 years agono change: just move a misplaced comment
Francesco Montorsi [Wed, 18 Mar 2009 21:11:13 +0000 (21:11 +0000)] 
no change: just move a misplaced comment

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

15 years agoadd a wxFont test unit (currently GetFamily and the Get/SetEncoding() bits are disabl...
Francesco Montorsi [Wed, 18 Mar 2009 15:32:28 +0000 (15:32 +0000)] 
add a wxFont test unit (currently GetFamily and the Get/SetEncoding() bits are disabled because they fail on wxGTK -- need more investigation)

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

15 years agouse doxygen autolinking feature; use @ref command for the overview
Francesco Montorsi [Wed, 18 Mar 2009 15:30:06 +0000 (15:30 +0000)] 
use doxygen autolinking feature; use @ref command for the overview

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

15 years agofix leftover of previous commits about pixelSize ctor
Francesco Montorsi [Wed, 18 Mar 2009 15:12:28 +0000 (15:12 +0000)] 
fix leftover of previous commits about pixelSize ctor

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

15 years agoupdated aui sample to demonstrate/test wxITEM_RADIO support in toolbars
Benjamin Williams [Wed, 18 Mar 2009 13:53:34 +0000 (13:53 +0000)] 
updated aui sample to demonstrate/test wxITEM_RADIO support in toolbars

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

15 years agoadded wxITEM_RADIO support to wxAuiToolbar (applied #10602 with minor changes)
Benjamin Williams [Wed, 18 Mar 2009 13:29:26 +0000 (13:29 +0000)] 
added wxITEM_RADIO support to wxAuiToolbar (applied #10602 with minor changes)

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

15 years agoadd combobox drop down/close up events (closes #10587)
Vadim Zeitlin [Wed, 18 Mar 2009 10:42:58 +0000 (10:42 +0000)] 
add combobox drop down/close up events (closes #10587)

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

15 years agocorrect typo in SetAltExtensions() method (re-closes #10570)
Vadim Zeitlin [Wed, 18 Mar 2009 10:04:20 +0000 (10:04 +0000)] 
correct typo in SetAltExtensions() method (re-closes #10570)

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

15 years agomore bug fixes to multiple selection mode (see #626, comment 47)
Vadim Zeitlin [Wed, 18 Mar 2009 10:01:36 +0000 (10:01 +0000)] 
more bug fixes to multiple selection mode (see #626, comment 47)

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

15 years agono changes, just correct some comments and variable names (see #10594)
Vadim Zeitlin [Wed, 18 Mar 2009 09:30:08 +0000 (09:30 +0000)] 
no changes, just correct some comments and variable names (see #10594)

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

15 years agoset native eol-style for the overview files
Vadim Zeitlin [Wed, 18 Mar 2009 09:29:05 +0000 (09:29 +0000)] 
set native eol-style for the overview files

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

15 years agoadd support to wxBitmapToggleButton also in TransferFromWindow (closes #10600 - thank...
Francesco Montorsi [Wed, 18 Mar 2009 00:40:09 +0000 (00:40 +0000)] 
add support to wxBitmapToggleButton also in TransferFromWindow (closes #10600 - thanks gmeeker)

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

15 years agosome note about DOT_PATH, specially for Windows
Francesco Montorsi [Wed, 18 Mar 2009 00:30:39 +0000 (00:30 +0000)] 
some note about DOT_PATH, specially for Windows

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

15 years agowxStatusBarPane is not a window
Francesco Montorsi [Tue, 17 Mar 2009 23:32:34 +0000 (23:32 +0000)] 
wxStatusBarPane is not a window

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

15 years agore-add GetFieldsCount() erraneously removed in r59566
Francesco Montorsi [Tue, 17 Mar 2009 23:29:01 +0000 (23:29 +0000)] 
re-add GetFieldsCount() erraneously removed in r59566

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

15 years agoLeave anti-aliasing on by default on Mac as well
Kevin Ollivier [Tue, 17 Mar 2009 22:53:57 +0000 (22:53 +0000)] 
Leave anti-aliasing on by default on Mac as well

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

15 years agoallow using CPPUNIT_ASSERT_EQUAL(int,unsigned) even on 64 bit platforms (see r59576)
Vadim Zeitlin [Tue, 17 Mar 2009 22:02:56 +0000 (22:02 +0000)] 
allow using CPPUNIT_ASSERT_EQUAL(int,unsigned) even on 64 bit platforms (see r59576)

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

15 years agoadded the files with separate tags itself (should have been part of r59590)
Vadim Zeitlin [Tue, 17 Mar 2009 21:55:31 +0000 (21:55 +0000)] 
added the files with separate tags itself (should have been part of r59590)

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

15 years agoextract the list of macros to ignore in a separate file and completed it with FWD...
Vadim Zeitlin [Tue, 17 Mar 2009 21:54:40 +0000 (21:54 +0000)] 
extract the list of macros to ignore in a separate file and completed it with FWD versions; turned off generation of tags for forward class declarations

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

15 years agothe GOption hack is valid for Glib 2.20 too (it looks like it will be valid forever...)
Francesco Montorsi [Tue, 17 Mar 2009 21:09:37 +0000 (21:09 +0000)] 
the GOption hack is valid for Glib 2.20 too (it looks like it will be valid forever...)

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

15 years agoHandle the remaining selectors which otherwise lead to beeping on key press.
Kevin Ollivier [Tue, 17 Mar 2009 21:04:15 +0000 (21:04 +0000)] 
Handle the remaining selectors which otherwise lead to beeping on key press.

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

15 years agoguard with compile-time checks the new GDK_* event type symbols; explain why runtime...
Francesco Montorsi [Tue, 17 Mar 2009 20:56:00 +0000 (20:56 +0000)] 
guard with compile-time checks the new GDK_* event type symbols; explain why runtime checks are not necessary (closes #10603)

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

15 years agocorrect typo in my previous commit
Jouk Jansen [Tue, 17 Mar 2009 13:54:19 +0000 (13:54 +0000)] 
correct typo in my previous commit

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

15 years agocorrecting #ifdef syntax error
Jouk Jansen [Tue, 17 Mar 2009 11:05:25 +0000 (11:05 +0000)] 
correcting #ifdef syntax error

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

15 years agofix bug when warning string contains percent signs
Francesco Montorsi [Mon, 16 Mar 2009 17:53:07 +0000 (17:53 +0000)] 
fix bug when warning string contains percent signs

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

15 years agobe x86_64-friendly
Francesco Montorsi [Mon, 16 Mar 2009 17:52:46 +0000 (17:52 +0000)] 
be x86_64-friendly

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

15 years agoinclude the path to the real setup.h
Francesco Montorsi [Mon, 16 Mar 2009 17:52:18 +0000 (17:52 +0000)] 
include the path to the real setup.h

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

15 years agodo not copy the typical setup.h in setup_gccxml.h; this is too fragile; rather use...
Francesco Montorsi [Mon, 16 Mar 2009 17:51:47 +0000 (17:51 +0000)] 
do not copy the typical setup.h in setup_gccxml.h; this is too fragile; rather use the real setup.h and then include setup_gccxml.h to 'fix' things so that gccxml is happy

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

15 years agodon't fail on machines without french support installed
Francesco Montorsi [Mon, 16 Mar 2009 15:47:39 +0000 (15:47 +0000)] 
don't fail on machines without french support installed

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

15 years agofix compilation with gcc 4.3.3 (and libcppunit 1.12.1); the compiler is confused...
Francesco Montorsi [Mon, 16 Mar 2009 15:18:07 +0000 (15:18 +0000)] 
fix compilation with gcc 4.3.3 (and libcppunit 1.12.1); the compiler is confused by the many assertEqual() overloads

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

15 years agoreturn updated wxFONT*_* values
Francesco Montorsi [Mon, 16 Mar 2009 14:49:46 +0000 (14:49 +0000)] 
return updated wxFONT*_* values

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

15 years agoallow testing wxSystemSettings::GetFont() return value
Francesco Montorsi [Mon, 16 Mar 2009 14:46:46 +0000 (14:46 +0000)] 
allow testing wxSystemSettings::GetFont() return value

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

15 years agono real change; just reformatting and better comments
Francesco Montorsi [Mon, 16 Mar 2009 14:46:00 +0000 (14:46 +0000)] 
no real change; just reformatting and better comments

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

15 years agodetect and report errors in XRC specification of grid sizers
Václav Slavík [Mon, 16 Mar 2009 13:33:39 +0000 (13:33 +0000)] 
detect and report errors in XRC specification of grid sizers

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

15 years agofixed wxXRC compilation with --disable-filesystem (bug #10580)
Václav Slavík [Mon, 16 Mar 2009 13:18:27 +0000 (13:18 +0000)] 
fixed wxXRC compilation with --disable-filesystem (bug #10580)

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

15 years agoadd a menu item to test setting focus (see #626 comment:42)
Vadim Zeitlin [Mon, 16 Mar 2009 11:49:04 +0000 (11:49 +0000)] 
add a menu item to test setting focus (see #626 comment:42)

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

15 years agoleftovers from r59566
Francesco Montorsi [Sun, 15 Mar 2009 19:45:34 +0000 (19:45 +0000)] 
leftovers from r59566

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

15 years agoOn OS X, the button for wxID_HELP should never accept a label, also, tweak sizing...
Kevin Ollivier [Sun, 15 Mar 2009 19:03:58 +0000 (19:03 +0000)] 
On OS X, the button for wxID_HELP should never accept a label, also, tweak sizing for help button in OS X Cocoa case. (fixes #10595)

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

15 years agomake wxStatusBarPane a 'full class' with getters and protected data; document it...
Francesco Montorsi [Sun, 15 Mar 2009 17:54:05 +0000 (17:54 +0000)] 
make wxStatusBarPane a 'full class' with getters and protected data; document it; provide more accessors in wxStatusBar (closes #10574)

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

15 years agowxMSW and wxPalmOS already had the wxFont(const wxSize&...) ctor; don't duplicate it
Francesco Montorsi [Sun, 15 Mar 2009 16:42:05 +0000 (16:42 +0000)] 
wxMSW and wxPalmOS already had the wxFont(const wxSize&...) ctor; don't duplicate it

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

15 years agoadd the wxFont(const wxSize& pixelSize, ...) ctor to all ports; add some wxCHECK_MSGs...
Francesco Montorsi [Sun, 15 Mar 2009 16:28:33 +0000 (16:28 +0000)] 
add the wxFont(const wxSize& pixelSize, ...) ctor to all ports; add some wxCHECK_MSGs to ensure that the wxSize objects contains non-negative arguments; document that passing zero for the width parameter is allowed; other minor doc fixes

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

15 years agoRebake after last change.
Kevin Ollivier [Sun, 15 Mar 2009 16:14:56 +0000 (16:14 +0000)] 
Rebake after last change.

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

15 years agoOn Mac, ensure that the library path and dependencies point to the right location...
Kevin Ollivier [Sun, 15 Mar 2009 16:07:56 +0000 (16:07 +0000)] 
On Mac, ensure that the library path and dependencies point to the right location whether or not the library is installed.

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

15 years agochanging layout to better adhere to HIG, fixing truncation on cocoa, fixes #10584
Stefan Csomor [Sun, 15 Mar 2009 14:12:33 +0000 (14:12 +0000)] 
changing layout to better adhere to HIG, fixing truncation on cocoa, fixes #10584

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

15 years agowarn the user that for all basic classes wxPoint,wxRect,wxSize,wxRealPoint negative...
Francesco Montorsi [Sun, 15 Mar 2009 11:33:40 +0000 (11:33 +0000)] 
warn the user that for all basic classes wxPoint,wxRect,wxSize,wxRealPoint negative values are allowed inside the internal coordinate members; specify that their default ctors init to zero their internals

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

15 years agofixed docs of rows/cols XRC property
Václav Slavík [Sun, 15 Mar 2009 11:05:14 +0000 (11:05 +0000)] 
fixed docs of rows/cols XRC property

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

15 years agofixing obj-c warnings
Stefan Csomor [Sun, 15 Mar 2009 10:58:29 +0000 (10:58 +0000)] 
fixing obj-c warnings

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

15 years agobetter XRC errors reporting: report location of the error and use unified formatting
Václav Slavík [Sun, 15 Mar 2009 10:29:14 +0000 (10:29 +0000)] 
better XRC errors reporting: report location of the error and use unified formatting

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

15 years agomaking sure peer->Move refreshes properly, bringing in synch with carbon, applying...
Stefan Csomor [Sun, 15 Mar 2009 10:20:39 +0000 (10:20 +0000)] 
making sure peer->Move refreshes properly, bringing in synch with carbon, applying patch, fixes #10403

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

15 years agochanges for embedded, applying patch, fixes #10359
Stefan Csomor [Sun, 15 Mar 2009 09:58:18 +0000 (09:58 +0000)] 
changes for embedded, applying patch, fixes #10359

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

15 years agoConsider wxOSX the port name, and have wxOSX/Carbon and wxOSX/Cocoa as variations...
Kevin Ollivier [Sun, 15 Mar 2009 01:19:09 +0000 (01:19 +0000)] 
Consider wxOSX the port name, and have wxOSX/Carbon and wxOSX/Cocoa as variations, so that linkages from function docs are left intact. Also, do a little cleanup and elaborate more in the docs for OS X Cocoa and OS X Carbon.

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

15 years agomore docs and more comments in the sample code for wxObject* classes; document Create...
Francesco Montorsi [Sun, 15 Mar 2009 01:03:48 +0000 (01:03 +0000)] 
more docs and more comments in the sample code for wxObject* classes; document CreateRefData() and CloneRefData()

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

15 years agoimplement the wxGTK selective yield with a different approach: rather than getting...
Francesco Montorsi [Sat, 14 Mar 2009 23:59:21 +0000 (23:59 +0000)] 
implement the wxGTK selective yield with a different approach: rather than getting the events ourselves and fetching them to gtk_main_do_event(), install our own wxgtk_main_do_event() to filter them (closes #10320 -- see bug reported in comment 19)

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

15 years agofix warning about needless comparison of unsigned with 0
Vadim Zeitlin [Sat, 14 Mar 2009 23:31:37 +0000 (23:31 +0000)] 
fix warning about needless comparison of unsigned with 0

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

15 years agoremove stray debugging printf
Vadim Zeitlin [Sat, 14 Mar 2009 23:29:08 +0000 (23:29 +0000)] 
remove stray debugging printf

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

15 years agocompilation fix for Watcom (see #10576)
Vadim Zeitlin [Sat, 14 Mar 2009 23:26:39 +0000 (23:26 +0000)] 
compilation fix for Watcom (see #10576)

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

15 years agoimplement EVT_TEXT and EVT_TEXT_ENTER for NSTextView-derived text controls.
Kevin Ollivier [Sat, 14 Mar 2009 19:39:30 +0000 (19:39 +0000)] 
implement EVT_TEXT and EVT_TEXT_ENTER for NSTextView-derived text controls.

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

15 years agoinclude all events categories in wxEVT_CATEGORY_ALL
Francesco Montorsi [Sat, 14 Mar 2009 19:20:03 +0000 (19:20 +0000)] 
include all events categories in wxEVT_CATEGORY_ALL

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

15 years agoSorry, needed to fix typo in previous commit.
Stefan Neis [Sat, 14 Mar 2009 18:41:18 +0000 (18:41 +0000)] 
Sorry, needed to fix typo in previous commit.

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

15 years agoUpdate m_nSize when shrinking wxArrayString (fixes #10591).
Stefan Neis [Sat, 14 Mar 2009 18:34:46 +0000 (18:34 +0000)] 
Update m_nSize when shrinking wxArrayString (fixes #10591).

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

15 years agomore links to native docs for wxGTK; some typo fix
Francesco Montorsi [Sat, 14 Mar 2009 14:26:00 +0000 (14:26 +0000)] 
more links to native docs for wxGTK; some typo fix

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

15 years agomore specs for wxDC::DrawRotatedText
Francesco Montorsi [Sat, 14 Mar 2009 14:02:37 +0000 (14:02 +0000)] 
more specs for wxDC::DrawRotatedText

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

15 years agoadd wxSize overloads to wxBitmap ctors and to wxBitmap::Create
Francesco Montorsi [Sat, 14 Mar 2009 13:57:51 +0000 (13:57 +0000)] 
add wxSize overloads to wxBitmap ctors and to wxBitmap::Create

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

15 years agoadd overloads of ctors and Create() functions taking wxSize; document the various...
Francesco Montorsi [Sat, 14 Mar 2009 13:28:28 +0000 (13:28 +0000)] 
add overloads of ctors and Create() functions taking wxSize; document the various Create() overloads; reorganize wxImage docs categorizing the various functions

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

15 years agofix crash caused by an wxMDIClientWindow's GTK signal handler being called when the...
Francesco Montorsi [Sat, 14 Mar 2009 01:24:45 +0000 (01:24 +0000)] 
fix crash caused by an wxMDIClientWindow's GTK signal handler being called when the wxMDIClientWindow is already (partially) destroyed: easily reproducible (without this fix) in the 'mdi' and 'svg' samples

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

15 years agorevise the sample, simplifying and cleaning it where possible
Francesco Montorsi [Sat, 14 Mar 2009 01:01:12 +0000 (01:01 +0000)] 
revise the sample, simplifying and cleaning it where possible

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

15 years agodo not use @c to refer to wxDefault* objects; use :: so an hypertext link is created
Francesco Montorsi [Sat, 14 Mar 2009 00:49:24 +0000 (00:49 +0000)] 
do not use @c to refer to wxDefault* objects; use :: so an hypertext link is created

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

15 years agoavoid GDK warnings about invalid windows when creating wxTopLevel::Refresh too early
Francesco Montorsi [Fri, 13 Mar 2009 23:07:53 +0000 (23:07 +0000)] 
avoid GDK warnings about invalid windows when creating wxTopLevel::Refresh too early

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

15 years agoOnly MSW supports loading sounds from data.
Kevin Ollivier [Fri, 13 Mar 2009 21:02:13 +0000 (21:02 +0000)] 
Only MSW supports loading sounds from data.

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

15 years agoAnother place we need an autorelease pool.
Kevin Ollivier [Fri, 13 Mar 2009 20:54:02 +0000 (20:54 +0000)] 
Another place we need an autorelease pool.

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

15 years agosolving inversion problem, because SetShape is redefined on toplevel.h level
Stefan Csomor [Fri, 13 Mar 2009 18:43:46 +0000 (18:43 +0000)] 
solving inversion problem, because SetShape is redefined on toplevel.h level

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

15 years agomaking sure toplevel default width/sizes are used
Stefan Csomor [Fri, 13 Mar 2009 18:23:04 +0000 (18:23 +0000)] 
making sure toplevel default width/sizes are used

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

15 years agosupporting AA font flags on wxGCDC, fixes #10579
Stefan Csomor [Fri, 13 Mar 2009 17:53:58 +0000 (17:53 +0000)] 
supporting AA font flags on wxGCDC, fixes #10579

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

15 years agoMac -> OSX header change.
Kevin Ollivier [Fri, 13 Mar 2009 17:22:31 +0000 (17:22 +0000)] 
Mac -> OSX header change.

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

15 years agoAllow disabled properties to be expanded/collapsed via keyboard events (they could...
Jaakko Salli [Fri, 13 Mar 2009 15:42:28 +0000 (15:42 +0000)] 
Allow disabled properties to be expanded/collapsed via keyboard events (they could anyway be expanded/collapsed via the expander button)

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

15 years agoreturn URLs, not filenames, from wxFileSystem::FindFirst/FindNext() for the file...
Václav Slavík [Fri, 13 Mar 2009 15:04:05 +0000 (15:04 +0000)] 
return URLs, not filenames, from wxFileSystem::FindFirst/FindNext() for the file: protocol

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

15 years agoadded wxXmlResource::LoadAllFiles()
Václav Slavík [Fri, 13 Mar 2009 13:26:46 +0000 (13:26 +0000)] 
added wxXmlResource::LoadAllFiles()

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

15 years agoMade DoSize and GetPageRect virtual for easier derivation without duplicating a lot...
Julian Smart [Fri, 13 Mar 2009 09:22:23 +0000 (09:22 +0000)] 
Made DoSize and GetPageRect virtual for easier derivation without duplicating a lot of code

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

15 years agoRebake after Mac bundle change.
Kevin Ollivier [Fri, 13 Mar 2009 05:27:13 +0000 (05:27 +0000)] 
Rebake after Mac bundle change.

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

15 years agoJust move the binary inside of the app bundle instead of making a separate copy of...
Kevin Ollivier [Fri, 13 Mar 2009 05:23:07 +0000 (05:23 +0000)] 
Just move the binary inside of the app bundle instead of making a separate copy of it in the bundle.

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

15 years agoRemoving more CodeWarrior samples.
Kevin Ollivier [Thu, 12 Mar 2009 19:37:41 +0000 (19:37 +0000)] 
Removing more CodeWarrior samples.

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

15 years agoRemoving more CodeWarrior project files.
Kevin Ollivier [Thu, 12 Mar 2009 19:32:13 +0000 (19:32 +0000)] 
Removing more CodeWarrior project files.

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

15 years agoRemove docs for the removed CodeWarrior projects.
Kevin Ollivier [Thu, 12 Mar 2009 19:30:50 +0000 (19:30 +0000)] 
Remove docs for the removed CodeWarrior projects.

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

15 years agoRemove instructions for Mac OS Classic.
Kevin Ollivier [Thu, 12 Mar 2009 19:29:27 +0000 (19:29 +0000)] 
Remove instructions for Mac OS Classic.

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

15 years agoRemoving Classic MacOS / CodeWarrior instructions as neither are supported any longer.
Kevin Ollivier [Thu, 12 Mar 2009 19:14:14 +0000 (19:14 +0000)] 
Removing Classic MacOS / CodeWarrior instructions as neither are supported any longer.

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

15 years agoReworked the way child properties can be added to a property that has not yet been...
Jaakko Salli [Thu, 12 Mar 2009 18:17:55 +0000 (18:17 +0000)] 
Reworked the way child properties can be added to a property that has not yet been added to a grid or page; AddChild() deprecated, now use AddPrivateChild() instead. For public children, new member functions AppendChild() and InsertChild() should do the job.

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

15 years agoRemoving pch header files for CodeWarrior and also the wx_pb.h which is no longer...
Kevin Ollivier [Thu, 12 Mar 2009 17:26:48 +0000 (17:26 +0000)] 
Removing pch header files for CodeWarrior and also the wx_pb.h which is no longer used.

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

15 years agoFix reference ids and update Mac requirements in the introduction page.
Kevin Ollivier [Thu, 12 Mar 2009 17:06:00 +0000 (17:06 +0000)] 
Fix reference ids and update Mac requirements in the introduction page.

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

15 years agoRemove CodeWarrior portion of the Mac installation instructions.
Kevin Ollivier [Thu, 12 Mar 2009 16:24:41 +0000 (16:24 +0000)] 
Remove CodeWarrior portion of the Mac installation instructions.

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

15 years agoCodeWarrior has been discontinued on Mac for years, and none of the (manually maintai...
Kevin Ollivier [Thu, 12 Mar 2009 16:23:22 +0000 (16:23 +0000)] 
CodeWarrior has been discontinued on Mac for years, and none of the (manually maintained) project files have been updated in at least 3 years, so remove CodeWarrior support from the tree.

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

15 years agocompilation fix for ANSI build
Vadim Zeitlin [Thu, 12 Mar 2009 12:14:14 +0000 (12:14 +0000)] 
compilation fix for ANSI build

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