]>
git.saurik.com Git - wxWidgets.git/log
Paul Cornett [Fri, 14 Mar 2008 15:55:09 +0000 (15:55 +0000)]
fix for infinite sizing loop (partial patch
1907189 )
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52501
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Francesco Montorsi [Fri, 14 Mar 2008 15:51:35 +0000 (15:51 +0000)]
extracted from wxArrayString docs the docs for wxSortedArrayString, which is declared as deriving from wxArrayString (not sure about the STL case); marked with @todo the two classes for STL clarifications
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52500
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Francesco Montorsi [Fri, 14 Mar 2008 15:35:10 +0000 (15:35 +0000)]
revised a* interface headers; categorized many functions; moved some functions to their correct header
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52499
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Francesco Montorsi [Fri, 14 Mar 2008 14:42:46 +0000 (14:42 +0000)]
remove @ingroup; use @category instead
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52498
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Fri, 14 Mar 2008 14:24:45 +0000 (14:24 +0000)]
Corrected typecasts (Sebastian Gottschalk)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52497
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Fri, 14 Mar 2008 14:18:15 +0000 (14:18 +0000)]
Fixed bug in wxDialUpManagerMSW::GetISPNames - uses realloc() without checking for NULL, leading to a memory leak (Sebastian Gottschalk)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52494
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Fri, 14 Mar 2008 14:17:28 +0000 (14:17 +0000)]
Fixed bug for chars with ASCII value > 127, explicitly casting to an unsigned char (Sebastian Gottschalk)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52493
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Fri, 14 Mar 2008 14:16:39 +0000 (14:16 +0000)]
Fixed bug for chars with ASCII value > 127, explicitly casting to an unsigned char (Sebastian Gottschalk)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52491
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Stefan Csomor [Fri, 14 Mar 2008 10:34:25 +0000 (10:34 +0000)]
use the same font matching fallbacks for all layout operations
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52484
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Bryan Petty [Fri, 14 Mar 2008 08:05:31 +0000 (08:05 +0000)]
Fixed some function/define paramter names to match old docs.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52482
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Bryan Petty [Fri, 14 Mar 2008 07:44:48 +0000 (07:44 +0000)]
Catagorized all functions and macros belonging to the RTTI and Versioning groups.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52479
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Paul Cornett [Fri, 14 Mar 2008 06:06:27 +0000 (06:06 +0000)]
fix for size 1x1 wxChoice when SetSelection() is called before realization, bug
1913657
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52478
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Bryan Petty [Fri, 14 Mar 2008 05:47:17 +0000 (05:47 +0000)]
Added the function and macro group pages for Doxygen.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52477
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Václav Slavík [Fri, 14 Mar 2008 01:10:43 +0000 (01:10 +0000)]
simplified and cleaned up wxGTK's focus handling
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52473
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Václav Slavík [Thu, 13 Mar 2008 23:58:32 +0000 (23:58 +0000)]
reverted Julian's r44600, it broke help window behavior so that it prevented apps from closing
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52472
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Václav Slavík [Thu, 13 Mar 2008 23:42:57 +0000 (23:42 +0000)]
fixed crash in wxHtmlHelpController if the help window is still open
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52471
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Francesco Montorsi [Thu, 13 Mar 2008 16:30:38 +0000 (16:30 +0000)]
revised archive header; changed overview_arc to overview_archive which reads better; modified the @category alias to point to the group pages and to spit out the @ingroup command
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52468
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Václav Slavík [Thu, 13 Mar 2008 14:21:25 +0000 (14:21 +0000)]
fixed unreadable formatting
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52467
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Paul Cornett [Thu, 13 Mar 2008 04:37:03 +0000 (04:37 +0000)]
fix for idle processing stopping without processing all pending events, replaces patch
1912157
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52465
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Bryan Petty [Thu, 13 Mar 2008 02:56:21 +0000 (02:56 +0000)]
Added the class group pages for Doxygen.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52464
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Francesco Montorsi [Wed, 12 Mar 2008 22:18:27 +0000 (22:18 +0000)]
revised other headers
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52463
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Václav Slavík [Wed, 12 Mar 2008 21:28:21 +0000 (21:28 +0000)]
include 'Version' in version string, it's what Apple apps do
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52458
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Václav Slavík [Wed, 12 Mar 2008 20:47:52 +0000 (20:47 +0000)]
indent app name + version from the rest in about dialog; use i18n-friendly way of creating strings
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52456
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Bryan Petty [Wed, 12 Mar 2008 19:08:48 +0000 (19:08 +0000)]
Added class groups example to Doxygen and added parent "Functions and Macros", and "Classes by Category" groups.
Also added CSS to add "Categories / " to the "Modules" tab label, and turned on DETAILS_AT_TOP setting.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52454
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Wed, 12 Mar 2008 13:45:29 +0000 (13:45 +0000)]
Better fix
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52453
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Wed, 12 Mar 2008 13:36:28 +0000 (13:36 +0000)]
Sizing/scrollbar corrections for Mac
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52451
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Bryan Petty [Wed, 12 Mar 2008 08:50:42 +0000 (08:50 +0000)]
Replaced /*! with /** in remaining Doxygen headers, and removed intentation of overviews [a-c].
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52448
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Paul Cornett [Wed, 12 Mar 2008 05:46:13 +0000 (05:46 +0000)]
don't defer showing if _NET_FRAME_EXTENTS handler is not connected
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52447
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Michael Wetherell [Tue, 11 Mar 2008 18:20:02 +0000 (18:20 +0000)]
Add configuration for push builds.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52446
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Bryan Petty [Tue, 11 Mar 2008 18:14:32 +0000 (18:14 +0000)]
Removed printer functions from doxygen docs (they were deprecated at least since 2.6, and don't actually exist in current source).
Updated function and macro pages to use simply "()" and not "::" or "#".
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52445
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Václav Slavík [Tue, 11 Mar 2008 09:35:47 +0000 (09:35 +0000)]
RPM spec files should use Unix line endings
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52442
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Bryan Petty [Tue, 11 Mar 2008 07:57:21 +0000 (07:57 +0000)]
Looking for comments on new functions and macros organization of Doxygen docs shown with this commit, see wx-dev.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52438
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Tue, 11 Mar 2008 00:03:46 +0000 (00:03 +0000)]
delete wxNativeContainerWindow when the native window is destroyed, even if this means leaking memory in GTK case -- still better than getting X errors and crashing
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52437
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Mon, 10 Mar 2008 19:40:21 +0000 (19:40 +0000)]
fix handling of native toolkit command line options broken by wxCmdLineArgsArray change
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52430
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Francesco Montorsi [Mon, 10 Mar 2008 16:23:56 +0000 (16:23 +0000)]
interface headers reviewed
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52429
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Mon, 10 Mar 2008 15:54:03 +0000 (15:54 +0000)]
compilation fix after last commit
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52428
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Mon, 10 Mar 2008 15:50:48 +0000 (15:50 +0000)]
added wxNativeContainerWindow and implemented it for wxMSW and wxGTK
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52427
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Francesco Montorsi [Mon, 10 Mar 2008 15:36:23 +0000 (15:36 +0000)]
update the technote with the conventions recently defined
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52426
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Francesco Montorsi [Mon, 10 Mar 2008 15:24:38 +0000 (15:24 +0000)]
regenerated headers to remove @seealso in favour of @see; fixed links to global functions/macros; converted \since latex macros into @wxsince commands; changed headers purpose from 'documentation for' to 'interface of'
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52425
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Francesco Montorsi [Mon, 10 Mar 2008 15:19:31 +0000 (15:19 +0000)]
fixed links to global variables; fixed categories; use @see instead of @seealso
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52424
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Francesco Montorsi [Mon, 10 Mar 2008 15:11:37 +0000 (15:11 +0000)]
use CSS spans instead of \sections so that we uniform the look to the Doxygen HTML for @see tag; remove @seealso and rather use the std @see tag
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52423
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Mon, 10 Mar 2008 02:55:57 +0000 (02:55 +0000)]
further simplifiy USE_NATIVE_HEADER_WINDOW checks
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52420
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Francesco Montorsi [Sun, 9 Mar 2008 18:13:09 +0000 (18:13 +0000)]
remove spurious \b
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52419
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Michael Wetherell [Sun, 9 Mar 2008 17:46:28 +0000 (17:46 +0000)]
Add interface/* to fileNotImportant.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52418
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Francesco Montorsi [Sun, 9 Mar 2008 17:42:34 +0000 (17:42 +0000)]
revised the first two interface headers
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52417
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Francesco Montorsi [Sun, 9 Mar 2008 17:42:07 +0000 (17:42 +0000)]
use wxAcceleratorEntryFlags as wxACCEL_* enum name so it's easier to refer to it in wxDocs
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52416
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Francesco Montorsi [Sun, 9 Mar 2008 17:09:29 +0000 (17:09 +0000)]
fixed category
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52415
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Francesco Montorsi [Sun, 9 Mar 2008 16:24:26 +0000 (16:24 +0000)]
add const qualifiers
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52414
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Sun, 9 Mar 2008 13:14:58 +0000 (13:14 +0000)]
remove wxTextAttr::CreateFont(); return wxNullFont from GetFont() if we have no font attributes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52412
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Sun, 9 Mar 2008 12:57:10 +0000 (12:57 +0000)]
don't use native headers in wxUniv build (this doesn't even link under MSW)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52410
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Sun, 9 Mar 2008 12:47:27 +0000 (12:47 +0000)]
document "wrap" attribute for wxStaticText
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52408
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Francesco Montorsi [Sun, 9 Mar 2008 12:33:59 +0000 (12:33 +0000)]
removed @NULL,@true,@false tags from the function prototypes; fixed * and & displacing in the prototypes; changed @param as discussed on wx-dev; use @see instead of @sa; better indentation for @returns,@remarks,@see paragraphs; other misc fixes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52407
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Francesco Montorsi [Sun, 9 Mar 2008 12:31:29 +0000 (12:31 +0000)]
don't style using Doxygen tags; use <span> tags and CSS instead
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52406
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Francesco Montorsi [Sun, 9 Mar 2008 11:58:39 +0000 (11:58 +0000)]
fix missing end brace
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52405
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Francesco Montorsi [Sun, 9 Mar 2008 11:08:33 +0000 (11:08 +0000)]
adjust comments for latex Doxyfile; no real change; add Id keyword
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52404
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Sun, 9 Mar 2008 03:27:54 +0000 (03:27 +0000)]
Enable XRC to call wxStaticText::Wrap
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52399
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Sun, 9 Mar 2008 03:24:38 +0000 (03:24 +0000)]
Don't need to use wxHAVE_RAW_BITMAP any more.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52397
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Sat, 8 Mar 2008 23:04:39 +0000 (23:04 +0000)]
wxUniv compilation fix for gs_windowHandles assignment
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52395
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Václav Slavík [Sat, 8 Mar 2008 23:04:06 +0000 (23:04 +0000)]
fixed 'Select All' context menu in wxTextCtrl with wxTE_RICH style
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52394
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Stefan Csomor [Sat, 8 Mar 2008 21:52:25 +0000 (21:52 +0000)]
latex include is not making things worse, so we use it all the same
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52393
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Stefan Csomor [Sat, 8 Mar 2008 21:34:28 +0000 (21:34 +0000)]
latex include not properly working for links and titlepage
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52392
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Stefan Csomor [Sat, 8 Mar 2008 21:32:53 +0000 (21:32 +0000)]
fixes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52391
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Stefan Csomor [Sat, 8 Mar 2008 21:18:06 +0000 (21:18 +0000)]
pdflatex support
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52390
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Stefan Csomor [Sat, 8 Mar 2008 21:15:41 +0000 (21:15 +0000)]
adding files for pdflatex support
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52389
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Francesco Montorsi [Sat, 8 Mar 2008 17:32:21 +0000 (17:32 +0000)]
use SPAN.literal CSS style for @true, @false, @ifdef_ and similars
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52388
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Francesco Montorsi [Sat, 8 Mar 2008 17:30:40 +0000 (17:30 +0000)]
specify we don't use # character; other minor details
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52387
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Michael Wetherell [Sat, 8 Mar 2008 16:08:36 +0000 (16:08 +0000)]
Typo in filesNotImportant.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52386
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Stefan Csomor [Sat, 8 Mar 2008 15:46:39 +0000 (15:46 +0000)]
cleaning up common OSX code
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52385
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Francesco Montorsi [Sat, 8 Mar 2008 15:30:12 +0000 (15:30 +0000)]
more comments
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52384
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Francesco Montorsi [Sat, 8 Mar 2008 14:43:31 +0000 (14:43 +0000)]
adjusted indentation with astyle; added Id keyword
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52383
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Francesco Montorsi [Sat, 8 Mar 2008 14:39:02 +0000 (14:39 +0000)]
make it callable from any path
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52382
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Francesco Montorsi [Sat, 8 Mar 2008 13:52:38 +0000 (13:52 +0000)]
added interface headers with latest discussed changes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52381
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Stefan Csomor [Fri, 7 Mar 2008 19:38:01 +0000 (19:38 +0000)]
cleaning up common OSX code
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52378
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Stefan Csomor [Fri, 7 Mar 2008 16:56:04 +0000 (16:56 +0000)]
cleaning up common OSX code
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52377
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Stefan Csomor [Fri, 7 Mar 2008 16:54:12 +0000 (16:54 +0000)]
cleaning up common OSX code
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52376
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Stefan Csomor [Fri, 7 Mar 2008 16:53:07 +0000 (16:53 +0000)]
cleaning up common OSX code
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52375
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Stefan Csomor [Fri, 7 Mar 2008 16:51:06 +0000 (16:51 +0000)]
cleaning up common OSX code
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52374
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Stefan Csomor [Fri, 7 Mar 2008 16:50:27 +0000 (16:50 +0000)]
cleaning up common OSX code
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52373
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Stefan Csomor [Fri, 7 Mar 2008 16:50:13 +0000 (16:50 +0000)]
cleaning up common OSX code
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52372
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Stefan Csomor [Fri, 7 Mar 2008 16:44:06 +0000 (16:44 +0000)]
xcode_config moved
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52371
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Stefan Csomor [Fri, 7 Mar 2008 16:41:41 +0000 (16:41 +0000)]
adding Aspen (iPhone)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52370
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Stefan Csomor [Fri, 7 Mar 2008 16:31:21 +0000 (16:31 +0000)]
moving out of 'carbon' dir
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52369
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Stefan Csomor [Fri, 7 Mar 2008 16:30:59 +0000 (16:30 +0000)]
moving out of 'carbon' dir
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52368
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Stefan Csomor [Fri, 7 Mar 2008 16:29:47 +0000 (16:29 +0000)]
adding DLOPEN
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52367
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Václav Slavík [Fri, 7 Mar 2008 12:59:58 +0000 (12:59 +0000)]
fixed syntax error
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52366
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Fri, 7 Mar 2008 08:55:12 +0000 (08:55 +0000)]
Only use fonts in wxTextAttr::Combine if they are really present in the attributes.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52365
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Václav Slavík [Thu, 6 Mar 2008 22:23:13 +0000 (22:23 +0000)]
fixed minsize setting after wxCollapsiblePane is expanded - should set client, not window, minsize
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52364
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Václav Slavík [Thu, 6 Mar 2008 19:28:51 +0000 (19:28 +0000)]
deprecated wxWindow::SetHelpTextForId()
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52363
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Thu, 6 Mar 2008 17:11:37 +0000 (17:11 +0000)]
use %p for printing out a pointer
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52361
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Stefan Csomor [Thu, 6 Mar 2008 12:24:33 +0000 (12:24 +0000)]
64/32 bit fixes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52358
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Stefan Csomor [Thu, 6 Mar 2008 12:20:28 +0000 (12:20 +0000)]
64/32 bit fixes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52357
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Václav Slavík [Thu, 6 Mar 2008 10:12:03 +0000 (10:12 +0000)]
use 6px as the default wxSizer border in wxGTK to be a little bit closer to GNOME HIG
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52356
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Stefan Csomor [Thu, 6 Mar 2008 09:44:36 +0000 (09:44 +0000)]
include fixed for non-precomp
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52355
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Jouk Jansen [Thu, 6 Mar 2008 06:46:56 +0000 (06:46 +0000)]
Update OpenVMS compile configuration
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52349
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Wed, 5 Mar 2008 23:12:13 +0000 (23:12 +0000)]
remove wxFindFocusedChild() declaration too as g++ gets upset if an extern function is redefined as static
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52348
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Stefan Csomor [Wed, 5 Mar 2008 21:27:46 +0000 (21:27 +0000)]
graphics context additions (work in progress for cocoa integration) and merging graphics bitmap additions from Kevin O.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52347
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Stefan Csomor [Wed, 5 Mar 2008 21:19:46 +0000 (21:19 +0000)]
graphics context additions (work in progress for cocoa integration) and merging graphics bitmap additions from Kevin O.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52346
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Stefan Csomor [Wed, 5 Mar 2008 21:16:16 +0000 (21:16 +0000)]
shaped can be minimized
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52345
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Stefan Csomor [Wed, 5 Mar 2008 21:14:28 +0000 (21:14 +0000)]
graphics context additions and merging graphics bitmap additions from Kevin O.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52344
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Stefan Csomor [Wed, 5 Mar 2008 21:13:05 +0000 (21:13 +0000)]
graphics context additions and merging graphics bitmap additions from Kevin O.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52343
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775