]>
git.saurik.com Git - wxWidgets.git/log
Bryan Petty [Tue, 18 Mar 2008 01:34:57 +0000 (01:34 +0000)]
Finished review of Application Initialization and Termination category of functions and macros.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52601
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Bryan Petty [Mon, 17 Mar 2008 22:10:18 +0000 (22:10 +0000)]
Fixed GENERATE_TAGFILE setting after realizing that the setting turns it on, and sets the output file at the same time.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52598
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Benjamin Williams [Mon, 17 Mar 2008 22:05:01 +0000 (22:05 +0000)]
vista tree crash fix
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52597
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Bryan Petty [Mon, 17 Mar 2008 21:14:32 +0000 (21:14 +0000)]
One last navigation tab font adjustment, and made search input only generate for HTML (what's used for daily online docs).
All formats default to off, and need to be explicitly turned on in alternate configuration files (settings can be overridden).
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52595
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Mon, 17 Mar 2008 21:09:02 +0000 (21:09 +0000)]
use static functions instead of static variables for critical sections to avoid crashing if a log function using a CS is called during static objects initialization
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52594
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Mon, 17 Mar 2008 21:00:06 +0000 (21:00 +0000)]
Make some wxDataViewCustomRenderer virtuals consistent across platforms.
Add missing WXDLLIMPEXP_ADV.
Add missing impl for wxDataViewEvent::GetPosition
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52590
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Mon, 17 Mar 2008 20:57:50 +0000 (20:57 +0000)]
don't provide unnecessary (as default) arguments to wxPen ctor, this incidentally fixes deprecation warnings
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52589
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Mon, 17 Mar 2008 20:46:36 +0000 (20:46 +0000)]
don't provide unnecessary (as default) arguments to wxPen ctor, this incidentally fixes deprecation warnings
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52588
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Bryan Petty [Mon, 17 Mar 2008 18:40:11 +0000 (18:40 +0000)]
Bumped up the size of fonts used in the top tabs and in member tables to something a little more reasonable (if I'm annoyed by the font size, it's definitely too small).
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52587
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Paul Cornett [Mon, 17 Mar 2008 18:26:00 +0000 (18:26 +0000)]
fix a huge number of build errors
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52586
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Francesco Montorsi [Mon, 17 Mar 2008 17:33:57 +0000 (17:33 +0000)]
restore previous encoding, changed for error to UTF8
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52585
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Václav Slavík [Mon, 17 Mar 2008 16:14:21 +0000 (16:14 +0000)]
added back docs for wxWindow::WindowToClientSize, added some missing @since tags
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52584
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Michael Wetherell [Mon, 17 Mar 2008 13:48:03 +0000 (13:48 +0000)]
Show compiler version at the top of the logs.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52583
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Stefan Csomor [Mon, 17 Mar 2008 08:58:00 +0000 (08:58 +0000)]
fix default values after types were changed
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52581
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Paul Cornett [Mon, 17 Mar 2008 04:25:10 +0000 (04:25 +0000)]
reorganize deferred show logic a bit, to reset m_deferShow properly and avoid realizing unnecessarily
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52579
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Francesco Montorsi [Mon, 17 Mar 2008 00:47:38 +0000 (00:47 +0000)]
revised b* headers; moved wxPenList and wxBrushList to the correct places; partially revised wxPen docs
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52578
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Francesco Montorsi [Mon, 17 Mar 2008 00:46:07 +0000 (00:46 +0000)]
some more build fix for wxPen/wxBrush style changes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52577
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Francesco Montorsi [Sun, 16 Mar 2008 22:42:38 +0000 (22:42 +0000)]
build fix (looking at buildbot)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52576
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Francesco Montorsi [Sun, 16 Mar 2008 21:50:55 +0000 (21:50 +0000)]
pen.h depends from brush.h in compat mode
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52575
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Francesco Montorsi [Sun, 16 Mar 2008 21:36:59 +0000 (21:36 +0000)]
fix typos and update MSW code to use new wxPENSTYLE_* enum values
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52574
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Francesco Montorsi [Sun, 16 Mar 2008 21:11:12 +0000 (21:11 +0000)]
fix also wxPen to use wxPenStyle,wxPenJoin,wxPenCap enums instead of plain int; remove from wxBrushStyle the styles wxPen-specific; add backward-compatible ctor to wxPen; don't include brush.h and pen.h from gdicmn.h, rather move wxPenList,wxBrushList,wxFontList in the relative headers
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52573
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Chris Elliott [Sun, 16 Mar 2008 20:14:53 +0000 (20:14 +0000)]
remove daily build of docs
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52572
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Francesco Montorsi [Sun, 16 Mar 2008 17:23:00 +0000 (17:23 +0000)]
sort the errors so it's easy to see if already processed headers still give out warnings
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52571
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Francesco Montorsi [Sun, 16 Mar 2008 17:00:39 +0000 (17:00 +0000)]
fix wxMSW build after wxBrush changes: return wxBRUSHSTYLE_MAX instead of zero; fix include loop in MSW headers
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52570
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Francesco Montorsi [Sun, 16 Mar 2008 16:47:57 +0000 (16:47 +0000)]
introduce wxBrushStyle enum and replace 'int style' occurrences in wxBrush code with 'wxBrushStyle style'; the change is backward compatible and documented in changes.txt
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52569
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Francesco Montorsi [Sun, 16 Mar 2008 14:43:09 +0000 (14:43 +0000)]
enable the search engine so that the manual which gets built on http://wx.ibaku.net/manual become 'searchable'
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52568
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Sun, 16 Mar 2008 13:50:37 +0000 (13:50 +0000)]
Don't accept picker text events from any old text control
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52567
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Václav Slavík [Sun, 16 Mar 2008 11:10:40 +0000 (11:10 +0000)]
ShowWithEffect must call wxWindowBase::Show
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52565
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Sun, 16 Mar 2008 02:22:42 +0000 (02:22 +0000)]
don't use generic process callback for wxGTK/Motif/MGL which have their own versions of it
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52564
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Václav Slavík [Sun, 16 Mar 2008 00:37:17 +0000 (00:37 +0000)]
Fixed generic art provider to scale bitmaps down to client-specific best size if needed.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52562
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Václav Slavík [Sun, 16 Mar 2008 00:35:24 +0000 (00:35 +0000)]
if we can't detect tooltip color, yellow as used by Tiger is still better than white, which isn't used anywhere
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52559
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Sun, 16 Mar 2008 00:09:44 +0000 (00:09 +0000)]
ignore WinCE projects and build directories
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52558
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Sun, 16 Mar 2008 00:08:17 +0000 (00:08 +0000)]
ignore WinCE build directories
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52557
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Sun, 16 Mar 2008 00:04:51 +0000 (00:04 +0000)]
added test of focusing/selecting another item
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52556
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Bryan Petty [Sun, 16 Mar 2008 00:02:39 +0000 (00:02 +0000)]
Removed layout constaints related docs as discussed on wx-dev.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52555
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Sat, 15 Mar 2008 23:44:02 +0000 (23:44 +0000)]
correct typo in wxDIR_STOP
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52554
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Francesco Montorsi [Sat, 15 Mar 2008 18:15:46 +0000 (18:15 +0000)]
revised base64.h;bitmap.h
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52553
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Paul Cornett [Sat, 15 Mar 2008 18:11:08 +0000 (18:11 +0000)]
use a different method to prevent an early size_allocate,
removing child has undesirable size effects, such as unsetting the default widget
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52552
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Sat, 15 Mar 2008 16:53:06 +0000 (16:53 +0000)]
rename fobr95.{cpp,h} files to foobar.{cpp,h}
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52551
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Sat, 15 Mar 2008 16:46:38 +0000 (16:46 +0000)]
add support for asynchronous execution in wxBase (patch
1906889 )
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52550
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Francesco Montorsi [Sat, 15 Mar 2008 13:58:07 +0000 (13:58 +0000)]
turn GENERATE_HTML on otherwise CHM generation does not work correctly
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52549
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Francesco Montorsi [Sat, 15 Mar 2008 13:36:08 +0000 (13:36 +0000)]
put the CHM in the out folder instead of out/html; be quiet during output generation
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52548
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Václav Slavík [Sat, 15 Mar 2008 12:28:03 +0000 (12:28 +0000)]
wxMSW: generate wxClipboardTextEvent from wxTextCtrl with wxTE_RICH style too
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52546
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Francesco Montorsi [Sat, 15 Mar 2008 12:26:44 +0000 (12:26 +0000)]
update generation info and mention that you need doxygen >= 1.5.4 to correctly regen wx docs
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52545
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Václav Slavík [Sat, 15 Mar 2008 12:25:25 +0000 (12:25 +0000)]
restored missing parts of wxClipboardTextEvent docs lost in the conversion
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52544
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Sat, 15 Mar 2008 04:10:43 +0000 (04:10 +0000)]
implement wxSpinCtrl::Reparent() to properly reparent both the spin button and the text control part (slightly modified patch
1914190 )
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52543
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Sat, 15 Mar 2008 03:45:39 +0000 (03:45 +0000)]
use quotes around SRCROOT to handle the case when it contains spaces (patch
1912354 )
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52542
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Sat, 15 Mar 2008 03:42:48 +0000 (03:42 +0000)]
protect access to ms_aTraceMasks with a critical section (replaces patch
1911172 )
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52541
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Sat, 15 Mar 2008 03:36:15 +0000 (03:36 +0000)]
call OnNativeDestroyed() if the native window is destroyed independently from us
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52540
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Sat, 15 Mar 2008 03:28:49 +0000 (03:28 +0000)]
fix crash in DoGetBestSize() if default widths are used (corrects patch
1386199 applied in r45202)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52539
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Bryan Petty [Sat, 15 Mar 2008 03:14:51 +0000 (03:14 +0000)]
Categorized all functions and macros in the Debugging and Version categories.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52538
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Sat, 15 Mar 2008 03:12:47 +0000 (03:12 +0000)]
don't assign the returned value in wxMDIParentFrame::OnCreateClient() to any member variables, this is the job of the caller (according to documentation and wxMSW code) (modified patch
1910602 )
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52537
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Sat, 15 Mar 2008 03:05:28 +0000 (03:05 +0000)]
use less expensive GetLastPosition() instead of GetValue() to implement IsEmpty()
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52536
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Sat, 15 Mar 2008 03:04:09 +0000 (03:04 +0000)]
don't call GetLastPosition() unnecessarily in SelectAll(), all platforms should support SetSelection(-1, -1) according to the docs (but wxGTK didn't, so fix it to do)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52535
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Sat, 15 Mar 2008 02:58:54 +0000 (02:58 +0000)]
refactored code reused in several different places in wxTextEntry::RemoveSelection() (patch
1910166 )
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52534
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Sat, 15 Mar 2008 02:52:32 +0000 (02:52 +0000)]
no real changes, just use more readable helper wxTextEntry methods (patch
1910165 )
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52533
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Sat, 15 Mar 2008 02:47:41 +0000 (02:47 +0000)]
no real changes, just use more readable helper wxTextEntry methods (patch
1910160 )
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52532
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Sat, 15 Mar 2008 02:38:43 +0000 (02:38 +0000)]
initialize m_nCurLine in wxTextBuffer ctor (part of patch
1908134 )
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52531
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Sat, 15 Mar 2008 02:33:25 +0000 (02:33 +0000)]
added support for double arguments to wxCmdLineParser (patch
1907289 )
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52530
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Sat, 15 Mar 2008 02:24:12 +0000 (02:24 +0000)]
use wxTE_PROCESS_{ENTER,TAB} with the wxGridCellChoiceEditor combobox (slightly modified patch
1906581 )
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52529
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Sat, 15 Mar 2008 02:12:45 +0000 (02:12 +0000)]
don't generate duplicate resume events for PBT_APMRESUMEAUTOMATIC
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52528
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Sat, 15 Mar 2008 02:12:20 +0000 (02:12 +0000)]
call OnNativeDestroyed() if the native window is destroyed independently from us
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52527
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Sat, 15 Mar 2008 02:10:49 +0000 (02:10 +0000)]
initialize m_initial{Recv,Send}BufferSize in wxSocketClient ctor (patch
1905981 )
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52526
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Sat, 15 Mar 2008 02:08:02 +0000 (02:08 +0000)]
remove/replace redundant SetAutoLayout() and Fit() calls, leave just SetSizer[AndFit]() ones (patch
1905759 )
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52525
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Francesco Montorsi [Fri, 14 Mar 2008 23:59:55 +0000 (23:59 +0000)]
replace @seealso with @see; as Vaclav pointed out we shouldn't use custom aliases only for styling purposes, CSS is designed for that; besides @seealso was already removed from all interface headers and from Doxygen_inc
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52524
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Fri, 14 Mar 2008 23:57:30 +0000 (23:57 +0000)]
don't delete the context in ~wxGLCanvas(), the base class will do it (patch
1912776 )
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52523
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Fri, 14 Mar 2008 23:49:43 +0000 (23:49 +0000)]
changed eol-style to native for all .h files
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52522
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Francesco Montorsi [Fri, 14 Mar 2008 21:40:08 +0000 (21:40 +0000)]
mention wxMenuItem::* deprecations
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52511
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Francesco Montorsi [Fri, 14 Mar 2008 21:28:04 +0000 (21:28 +0000)]
remove wine path from doxygen_chm: instead add some comments with urls about where to get hhc.exe.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52510
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Francesco Montorsi [Fri, 14 Mar 2008 21:26:51 +0000 (21:26 +0000)]
make the script a bit more intelligent using MS broken batch scripting (it took me 40 min to sort out the right syntax!)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52509
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Francesco Montorsi [Fri, 14 Mar 2008 21:26:11 +0000 (21:26 +0000)]
remove wine path from doxygen_chm: instead add some comments with urls about where to get hhc.exe.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52508
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Bryan Petty [Fri, 14 Mar 2008 21:16:33 +0000 (21:16 +0000)]
Updated doxygen launcher scripts to reflect new Doxyfile locations.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52507
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Fri, 14 Mar 2008 20:54:52 +0000 (20:54 +0000)]
rename Doxyfile.* to Doxyfile_* to avoid inappropriate extensions
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52506
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Fri, 14 Mar 2008 17:14:55 +0000 (17:14 +0000)]
make wxCmdLineParser:Usage() const
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52505
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Fri, 14 Mar 2008 17:11:45 +0000 (17:11 +0000)]
no changes, just fix a few typos and wrap long lines
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52504
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Paul Cornett [Fri, 14 Mar 2008 16:51:14 +0000 (16:51 +0000)]
minimize searching for tlw parent, remove useless code
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52503
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Francesco Montorsi [Fri, 14 Mar 2008 16:12:37 +0000 (16:12 +0000)]
revised wxAUI headers; added @todo in various places where docs are missing
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52502
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
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