Commit Graph

43454 Commits

Author SHA1 Message Date
Vadim Zeitlin
5a25f8581a 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
2008-03-15 02:58:54 +00:00
Vadim Zeitlin
e976429dfa 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
2008-03-15 02:52:32 +00:00
Vadim Zeitlin
c2208899ed 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
2008-03-15 02:47:41 +00:00
Vadim Zeitlin
1ac140d2a1 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
2008-03-15 02:38:43 +00:00
Vadim Zeitlin
b1859b1a1b 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
2008-03-15 02:33:25 +00:00
Vadim Zeitlin
7999b83011 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
2008-03-15 02:24:12 +00:00
Vadim Zeitlin
55cd5d10cd 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
2008-03-15 02:12:45 +00:00
Vadim Zeitlin
9eff73c60d 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
2008-03-15 02:12:20 +00:00
Vadim Zeitlin
089b23d028 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
2008-03-15 02:10:49 +00:00
Vadim Zeitlin
92c01615ec 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
2008-03-15 02:08:02 +00:00
Francesco Montorsi
adcb6f88ee 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
2008-03-14 23:59:55 +00:00
Vadim Zeitlin
a6b4b834b1 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
2008-03-14 23:57:30 +00:00
Vadim Zeitlin
58dcfab49f 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
2008-03-14 23:49:43 +00:00
Francesco Montorsi
89c95a7b81 mention wxMenuItem::* deprecations
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52511 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-03-14 21:40:08 +00:00
Francesco Montorsi
81bcbf00f2 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
2008-03-14 21:28:04 +00:00
Francesco Montorsi
8e59a2cdc1 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
2008-03-14 21:26:51 +00:00
Francesco Montorsi
3a776fb356 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
2008-03-14 21:26:11 +00:00
Bryan Petty
66e098902a 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
2008-03-14 21:16:33 +00:00
Vadim Zeitlin
be151c9a1c 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
2008-03-14 20:54:52 +00:00
Vadim Zeitlin
779288b486 make wxCmdLineParser:Usage() const
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52505 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-03-14 17:14:55 +00:00
Vadim Zeitlin
741085abe3 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
2008-03-14 17:11:45 +00:00
Paul Cornett
8ef9a526ce 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
2008-03-14 16:51:14 +00:00
Francesco Montorsi
47d602c1ef 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
2008-03-14 16:12:37 +00:00
Paul Cornett
253d8fd8fc 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
2008-03-14 15:55:09 +00:00
Francesco Montorsi
b7c50e3722 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
2008-03-14 15:51:35 +00:00
Francesco Montorsi
39fb805670 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
2008-03-14 15:35:10 +00:00
Francesco Montorsi
c0cc7004a6 remove @ingroup; use @category instead
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52498 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-03-14 14:42:46 +00:00
Julian Smart
fe5451982e Corrected typecasts (Sebastian Gottschalk)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52497 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-03-14 14:24:45 +00:00
Julian Smart
fb9bea06cf 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
2008-03-14 14:18:15 +00:00
Julian Smart
8a5a7042f1 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
2008-03-14 14:17:28 +00:00
Julian Smart
2eb37f730d 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
2008-03-14 14:16:39 +00:00
Stefan Csomor
eb61203f6e 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
2008-03-14 10:34:25 +00:00
Bryan Petty
7baebf867b 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
2008-03-14 08:05:31 +00:00
Bryan Petty
8af7f7c125 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
2008-03-14 07:44:48 +00:00
Paul Cornett
4b8e857f88 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
2008-03-14 06:06:27 +00:00
Bryan Petty
dae2800ac8 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
2008-03-14 05:47:17 +00:00
Václav Slavík
bd2e08d065 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
2008-03-14 01:10:43 +00:00
Václav Slavík
fe828a03f4 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
2008-03-13 23:58:32 +00:00
Václav Slavík
664d172947 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
2008-03-13 23:42:57 +00:00
Francesco Montorsi
4cbfec1580 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
2008-03-13 16:30:38 +00:00
Václav Slavík
8aef90e872 fixed unreadable formatting
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52467 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-03-13 14:21:25 +00:00
Paul Cornett
81a2edf9a9 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
2008-03-13 04:37:03 +00:00
Bryan Petty
6e7f563b52 Added the class group pages for Doxygen.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52464 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-03-13 02:56:21 +00:00
Francesco Montorsi
96d7cc9be3 revised other headers
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52463 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-03-12 22:18:27 +00:00
Václav Slavík
5e4e03e9f9 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
2008-03-12 21:28:21 +00:00
Václav Slavík
fd3a0ca9e1 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
2008-03-12 20:47:52 +00:00
Bryan Petty
3db7c3b1aa 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
2008-03-12 19:08:48 +00:00
Julian Smart
dd9f8b6bb6 Better fix
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52453 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-03-12 13:45:29 +00:00
Julian Smart
4d45519868 Sizing/scrollbar corrections for Mac
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52451 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-03-12 13:36:28 +00:00
Bryan Petty
880efa2a13 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
2008-03-12 08:50:42 +00:00