Francesco Montorsi
|
1d4f9810be
|
fix title of the previously-modified section
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58691 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-02-06 18:42:08 +00:00 |
|
Francesco Montorsi
|
141794f13f
|
mention wxwindow::SetExtraStyle( wxWS_EX_VALIDATE_RECURSIVELY ) in the validator overview; cosmetic changes in the rest of the validator
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58688 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-02-06 17:00:47 +00:00 |
|
Francesco Montorsi
|
ae93dddfaf
|
remove mention of wxMutexGuiEnter/leave from the multithreading topic overview; document that wxMutexGuiEnter only works for wxMSW as the code seems to confirm this (see #10366)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58683 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-02-05 18:24:27 +00:00 |
|
Francesco Montorsi
|
d9ced90bcf
|
add many references to the overview_windowsizing topic in wxWindow's size functions; add maximum size and virtual size to the topic overview
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58676 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-02-05 17:40:10 +00:00 |
|
Vadim Zeitlin
|
a371a0104f
|
remove extra line breaks which prevents Doxygen from numbering list items correctly (closes #10459)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58559 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-01-31 18:28:04 +00:00 |
|
Francesco Montorsi
|
8f182e0a3c
|
document only char* variant of all string utility functions (don't use wxChar nor templates; they're only confusing; add a note for the funcmacro_string group that all functions documented also have wchar_t variants; document wxStrnlen()
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58552 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-01-31 13:58:45 +00:00 |
|
Francesco Montorsi
|
00666804a7
|
remove anchor colouring not only for H2 but also for H3 and H4
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58544 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-01-31 12:52:51 +00:00 |
|
Vadim Zeitlin
|
0fa541e870
|
add support for persistent controls
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58529 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-01-30 21:38:29 +00:00 |
|
Vadim Zeitlin
|
26078494a0
|
add wxHAS_MULTIPLE_FILEDLG_FILTERS symbol to be used instead of explicit tests for the platforms
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58492 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-01-29 12:50:06 +00:00 |
|
Francesco Montorsi
|
99d8272073
|
document various enumerations defined in defs.h; give a name to the anonymous enum for the standard IDs; move wxKeyCode and wxKeyModifier enums in defs.h removing their dedicated pages of the manual
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58472 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-01-28 00:44:06 +00:00 |
|
Bryan Petty
|
7ecc54dfac
|
Applied documentation typo/grammer corrections from charles (#10439).
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58467 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-01-27 19:46:05 +00:00 |
|
Bryan Petty
|
797c0bde0d
|
Fixed the class diagrams javascript to initialize the dropdown button image to the correct image.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58465 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-01-27 18:40:23 +00:00 |
|
Vadim Zeitlin
|
1483e5db8d
|
refactor WM_COMMAND messages handling in MDI frames to avoid duplicating code unnecessarily and generally streamline it; added possibility to use custom menu commands in the "Window" menu and specifying accelerators for them now works too (show this in the sample); finally added standard ids for the MDI window menu commands
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58462 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-01-27 16:47:41 +00:00 |
|
Bryan Petty
|
6c4f88a317
|
Fixed the margins on the class diagram dropdown image after all images were globally given a margin if 20px (I wish this could have been done differently, but it doesn't look like there's any better way of making sure the right images in the manual have a reasonable margin).
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58435 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-01-26 18:31:09 +00:00 |
|
Francesco Montorsi
|
7f853dd046
|
fix wxWindow::PushEventHandler and related wxWindow functions for the stack management; currently they don't work well when passing event handlers which are part of an event handler chain (see wx-dev thread 'wxWindow event handler stack'); implement wxEvtHandler Unlink() and IsUnlinked() functions and document them; revise docs of all involved functions of both wxEvtHandler and wxWindow, adding images for better explanations
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58291 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-01-22 11:53:09 +00:00 |
|
Francesco Montorsi
|
6237c88049
|
rename also motif logo
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58284 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-01-21 22:56:34 +00:00 |
|
Francesco Montorsi
|
fd779edb65
|
rename image files in a coherent way; remove old unused images
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58283 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-01-21 22:54:29 +00:00 |
|
Robert Roebling
|
7ff27f31ea
|
remove comment recommending (wxWindow*) NULL
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58232 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-01-19 14:49:41 +00:00 |
|
Francesco Montorsi
|
c6d93dd7ea
|
fix some wording and a typo
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58217 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-01-19 00:21:31 +00:00 |
|
Robert Roebling
|
1a7cc1083e
|
Mention wxDataViewListCtrl
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58142 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-01-16 15:48:14 +00:00 |
|
Vadim Zeitlin
|
3707ff6799
|
added a (Windows-only) Flash sample
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58114 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-01-15 12:17:22 +00:00 |
|
Bryan Petty
|
9c8fe27e0d
|
Turned off brief descriptions on group pages (it just gets repeated in the detailed description).
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@57954 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-01-09 19:14:28 +00:00 |
|
Francesco Montorsi
|
61b056a72b
|
add Id SVN keyword
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@57947 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-01-09 15:42:26 +00:00 |
|
Francesco Montorsi
|
0b52925bf9
|
fix doxygen warning about XHTML syntax
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@57868 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-01-07 00:41:31 +00:00 |
|
Bryan Petty
|
8d740f7203
|
Switched @NULL back to (the appropriate) @NUL and added NUL command to Doxygen.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@57859 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-01-06 16:17:50 +00:00 |
|
Francesco Montorsi
|
5f12fb35f6
|
add the @appearance tag to wxFileCtrl
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@57855 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-01-06 13:52:15 +00:00 |
|
Bryan Petty
|
0d0dc584ed
|
Committing Doxygen 1.5.7+ configuration changes as Francesco has found a fix for our show-stopper for this. Said fix will be done in next commit.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@57845 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-01-05 19:34:59 +00:00 |
|
Bryan Petty
|
247b70c6c7
|
Updated translations manual page with latest status given by the website translations page (which should be completely up-to-date).
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@57803 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-01-03 01:17:36 +00:00 |
|
Francesco Montorsi
|
94802614d1
|
no real change; make more readable the Aliases section
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@57673 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-12-30 18:19:49 +00:00 |
|
Francesco Montorsi
|
790d7a2576
|
autolink CreateButtonSizer
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@57578 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-12-27 10:14:18 +00:00 |
|
Vadim Zeitlin
|
6a5a7fba9d
|
reorganize scroll sample to make it possible to understand what it does both when reading its code and when running it; merged scrollsub sample in it and removed the original one
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@57523 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-12-24 01:28:55 +00:00 |
|
Francesco Montorsi
|
d1935bf638
|
replace wxPostEvent with wxQueueEvent and update the thread sample description (the sample doesn't shows usage of wxMutexGuiEnter/Leave)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@57449 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-12-20 21:29:20 +00:00 |
|
Francesco Montorsi
|
c6427d4da4
|
mention multi-core systems and wxThread::GetCPUCount
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@57448 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-12-20 21:26:25 +00:00 |
|
Robert Roebling
|
98b2861b5d
|
Mention wxRearrangeCtrl, wxFileCtrl
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@57434 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-12-19 13:57:17 +00:00 |
|
Robert Roebling
|
673453e26a
|
Minor stream class changes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@57408 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-12-17 22:42:05 +00:00 |
|
Robert Roebling
|
5801b3ec87
|
Mention header control in Category page
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@57369 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-12-16 15:27:04 +00:00 |
|
Francesco Montorsi
|
eb63011d3f
|
reformat stream overview and provide a description hopefully correct, even if very short, for wxStreamBuffer
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@57332 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-12-14 14:51:42 +00:00 |
|
Francesco Montorsi
|
dbbca9fdea
|
link class groups with macro groups and provide a brief description for all groups
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@57292 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-12-12 18:51:54 +00:00 |
|
Francesco Montorsi
|
7a4370a3f5
|
if we keep autobrief comments = YES, let's repeat the brief comment in the detailed documentation block as to avoid lots of empty blocks
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@57221 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-12-09 19:53:19 +00:00 |
|
Francesco Montorsi
|
2f365fcbd5
|
added a overview_string_binary section describing what is wxString support with regard to binary data; removed traces of UCS2 wording; it was not completely correct (see wx-dev thread 'string changes doubts and docs')
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@57204 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-12-08 19:25:07 +00:00 |
|
Vadim Zeitlin
|
4e021c31d0
|
enable autobrief comments
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@57156 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-12-07 13:16:32 +00:00 |
|
Francesco Montorsi
|
727aa9062b
|
moved many things from wxString reference page to the wxString overview; updated some old/incoherent informations; added some DIA-drawn graphs showing UTF8/UCS2 different representation used by wxString
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@57140 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-12-06 16:24:52 +00:00 |
|
Francesco Montorsi
|
77ef61f539
|
add definitions of some Unicode terms (code point/unit, glyph, plane); link two images to help understanding differences; minor other formatting
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@57116 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-12-05 01:01:12 +00:00 |
|
Vadim Zeitlin
|
fbf23d57e5
|
Doxygen markup corrections after last change
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@57082 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-12-02 22:53:05 +00:00 |
|
Vadim Zeitlin
|
e2517f176b
|
add support for creating drop down toolbar buttons from XRC
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@57073 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-12-02 18:11:54 +00:00 |
|
Francesco Montorsi
|
6496345c33
|
document the main event table macros, wxEventType, wxNewEventType; create a new group_funcmacro_events group
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@57070 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-12-02 16:34:09 +00:00 |
|
Francesco Montorsi
|
64dd265011
|
adding a new topic overview about writing custom widgets; currently there's no official guide...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@57057 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-12-01 17:46:20 +00:00 |
|
Francesco Montorsi
|
edbcb09440
|
use sections and an initial TOC like all other overviews
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@57056 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-12-01 17:44:53 +00:00 |
|
Francesco Montorsi
|
74dda7b23b
|
create better QCH files
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@57051 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-12-01 01:13:01 +00:00 |
|
Francesco Montorsi
|
7a9a204e09
|
remove @appearance tag from abstract classes; add the missing screenshots of some controls to wxGTK image folder
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@57016 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-11-28 23:16:24 +00:00 |
|