Vadim Zeitlin
|
0c1cc9483e
|
correct hhp2cached path
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52720 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-03-23 01:17:45 +00:00 |
|
Francesco Montorsi
|
fdd4a8974a
|
speedup a little the parser by converting gccXML ID attributes to numbers, instead of storing them as strings; remove 2nd argument to GetAttribute() calls
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52717 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-03-23 00:08:44 +00:00 |
|
Francesco Montorsi
|
de948fb369
|
don't build ifacecheck on WinCE since it's a console app
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52716 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-03-23 00:05:50 +00:00 |
|
Francesco Montorsi
|
b5cc5cbd66
|
use wxEmptyString as default value to return from GetAttribute()
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52715 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-03-22 22:54:07 +00:00 |
|
Václav Slavík
|
feaa1ecb8c
|
fixed signatures of wxSizerFlags methods returning wxSizerFlags reference
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52714 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-03-22 20:19:54 +00:00 |
|
Václav Slavík
|
01195a1b40
|
documented wxRESERVE_SPACE_EVEN_IF_HIDDEN
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52713 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-03-22 20:16:50 +00:00 |
|
Vadim Zeitlin
|
4dd3e8ec48
|
no changes, just removed unnecessary forward declaration
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52712 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-03-22 20:10:40 +00:00 |
|
Václav Slavík
|
5886ce0247
|
many formatting fixes to wxSizer docs
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52711 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-03-22 20:04:57 +00:00 |
|
Francesco Montorsi
|
5ceba28d35
|
add Id keyword; remove old code (was commented out) which tried to implement alternative parsing strategies; basically those involved doing 4-5 passes on the gcc XML before actually passing it storing the list of the type IDs related in some way to wxWidgets, and then do the true parsing pass, skipping anything non-wx related. This approach (and its variations) showed however to be slower than building the full type table.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52710 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-03-22 19:18:25 +00:00 |
|
Václav Slavík
|
dd634f2777
|
typo fix: doxygen uses -, not *, for lists
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52709 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-03-22 19:09:09 +00:00 |
|
Francesco Montorsi
|
5934cda171
|
added the interface checker to the utils folder
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52708 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-03-22 18:02:13 +00:00 |
|
Francesco Montorsi
|
586235b181
|
silence bakefile warnings about the generation of project files for sample bakefiles using <wx-data>
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52707 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-03-22 17:58:00 +00:00 |
|
Francesco Montorsi
|
928f1a076c
|
remove the 1-space indentation from remaining pages; mark with @todo tags parts of the docs which need to be written yet
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52706 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-03-22 17:49:09 +00:00 |
|
Francesco Montorsi
|
dc28cdf8d4
|
moved the samples in a separate page so it has a summary of all the samples descriptions and so writing references to samples is shorter (@ref page_samples_xxx instead of @ref page_utils_samples_xxx)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52705 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-03-22 17:42:29 +00:00 |
|
Václav Slavík
|
e18e78a7cc
|
wxVector<T> is header-based, use @nolibrary
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52704 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-03-22 16:07:29 +00:00 |
|
Václav Slavík
|
da0691a465
|
tagged wxNotebookSizer as deprecated
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52703 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-03-22 15:54:30 +00:00 |
|
Vadim Zeitlin
|
223867913b
|
add timing of synchronous execution
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52702 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-03-22 15:41:37 +00:00 |
|
Vadim Zeitlin
|
e528a71bf1
|
don't use negative PID hack in GUI neither, add a separate flag to wxEndProcessData for this
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52701 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-03-22 15:37:16 +00:00 |
|
Vadim Zeitlin
|
69328170cc
|
no real changes, just added a default value for the command used by exec with redirect to avoid having to type it every time
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52700 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-03-22 15:37:04 +00:00 |
|
Václav Slavík
|
5f5d1e4882
|
documented SelectAll()
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52699 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-03-22 15:02:31 +00:00 |
|
Václav Slavík
|
d155b6f47e
|
upported wxHelpProvider docs fixes from r52197; minor tweaks to Doxygen docs of other classes in cshelp.h
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52698 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-03-22 14:57:53 +00:00 |
|
Vadim Zeitlin
|
dbd1c638fe
|
no real changes, just small cleanup after last few revisions
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52697 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-03-22 14:55:46 +00:00 |
|
Vadim Zeitlin
|
b827d64707
|
refactored common code from XXX_EndProcessDetect in wxGTK[12] and wxMac/wxCocoa into wxHandleProcessTermination itself; also removed code dealing with negative pids as we don't use them any more
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52696 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-03-22 14:50:44 +00:00 |
|
Vadim Zeitlin
|
1282ddbb4d
|
don't show more than 20 lines of redirected IO, just 10 first and last ones is enough to check that the code works correctly
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52695 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-03-22 14:49:45 +00:00 |
|
Václav Slavík
|
a7c01bb155
|
documented that Freeze and Thaw are now recursive
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52694 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-03-22 14:43:36 +00:00 |
|
Vadim Zeitlin
|
3bbd09c34c
|
get rid of traits functions unnecessary now that wxExecute() works in both base and GUI ports
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52693 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-03-22 14:15:28 +00:00 |
|
Vadim Zeitlin
|
33343395da
|
fixed IO redirection to work in wxExecute() in console applications (including the case when the child process outputs more than pipe buffer size) by using wxSelectDispatcher for multiplexing
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52692 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-03-22 14:10:54 +00:00 |
|
Vadim Zeitlin
|
a83ca5fbf5
|
use wxGUIAppTraits::WaitForChild() in wxMac too
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52691 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-03-22 12:12:47 +00:00 |
|
Vadim Zeitlin
|
947f3b358c
|
fix warnings about unused parameters/variables in release build
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52690 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-03-22 12:11:37 +00:00 |
|
Francesco Montorsi
|
5c7b506103
|
use wx-style header and commets; fix indentation to be 4 spaces; move Doxygen comments in a new interface header; deprecate SetBrowser() in favour of SetViewer()
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52689 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-03-22 12:06:30 +00:00 |
|
Václav Slavík
|
89267fe552
|
fixes to Freeze/Thawn when the window is shown or hidden in between Freeze and Thaw
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52688 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-03-22 11:55:11 +00:00 |
|
Václav Slavík
|
22f43cb5a7
|
fixed spurious debug message about unexpected focus change when wx focus changed more than once before event loop iteration
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52687 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-03-22 11:47:57 +00:00 |
|
Vadim Zeitlin
|
fdf7ff738c
|
make wxSelectDispatcher ctor public, it can be useful to create it in places other than wxFDIODispatcher
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52681 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-03-22 04:19:12 +00:00 |
|
Vadim Zeitlin
|
ea58aac580
|
correct the REDIRECT_COMMAND definition for Unix
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52679 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-03-22 04:08:03 +00:00 |
|
Vadim Zeitlin
|
4d425deeb2
|
return bool from wxStreamTempInputBuffer::Update() indicating if anything was done; don't sleep in wxExecute() if IO is coming
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52678 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-03-22 03:50:35 +00:00 |
|
Vadim Zeitlin
|
eacb6b56a6
|
extracted GUI-specific part of utilsunx.cpp to a new unix/apptraits.cpp file and don't include utilsunx.cpp in both base and GUI libraries now so that we can get rid of BASE_AND_GUI_UNIX_SRC in files.bkl entirely
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52677 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-03-22 03:48:11 +00:00 |
|
Vadim Zeitlin
|
9d3845e884
|
extracted GUI-specific part of utilsunx.cpp to a new unix/apptraits.cpp file and don't include utilsunx.cpp in both base and GUI libraries now so that we can get rid of BASE_AND_GUI_UNIX_SRC in files.bkl entirely
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52676 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-03-22 03:46:04 +00:00 |
|
Vadim Zeitlin
|
3c80703554
|
unused any more (should have been part of r52667)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52674 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-03-22 03:25:48 +00:00 |
|
Vadim Zeitlin
|
405f0fef4b
|
rename classes use by generic wxSpinCtrl implementation to have "Generic" suffix to avoid conflicts with the classes with the same names in wxMac
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52673 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-03-22 03:15:56 +00:00 |
|
Vadim Zeitlin
|
8907a7e2c0
|
add comparison operators for wxPen/BrushStyle and wxSOLID/... constants to avoid warnings in the existing code using such comparisons
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52672 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-03-22 03:13:18 +00:00 |
|
Vadim Zeitlin
|
2ecd1756e4
|
added wxWindowDisabler ctor for conditionally disabling all windows and use it in WaitForChild()
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52671 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-03-22 03:06:57 +00:00 |
|
Vadim Zeitlin
|
1d57de4858
|
more compilation fixes after pen/brush styles changes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52670 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-03-22 02:58:41 +00:00 |
|
Vadim Zeitlin
|
1d043598b7
|
replace wxAddProcessCallback() with wxAppTraits::AddProcessCallback() to fix linking problems in Unix ports; also reduce code duplication between GUI and base versions making src/unix/baseunix.cpp unnecessary any longer
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52667 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-03-22 00:07:13 +00:00 |
|
Vadim Zeitlin
|
9c97f8ea88
|
don't pass unnecessary arguments to FindOrCreateBrush/Pen()
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52666 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-03-22 00:04:29 +00:00 |
|
Vadim Zeitlin
|
5d2d8f6ae3
|
add default parameters for width and style parameters of FindOrCreatePen() for consistency with FindOrCreateBrush() and wxPen ctor
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52665 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-03-22 00:04:01 +00:00 |
|
Vadim Zeitlin
|
b09cac4506
|
add compatible FindOrCreateBrush(wxColour, int) (also fixes wxMotif compilation)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52664 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-03-22 00:02:48 +00:00 |
|
Vadim Zeitlin
|
42c46d5283
|
kill the process launched by wxExecute(ASYNC) to avoid leaving unneeded processes running
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52663 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-03-21 23:55:03 +00:00 |
|
Vadim Zeitlin
|
331abcf7d7
|
uncomment wxExecute(ASYNC) test now that it's supposed to work
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52662 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-03-21 23:48:29 +00:00 |
|
Vadim Zeitlin
|
6ed05f194d
|
also use wx/private/*.h
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52661 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-03-21 23:39:41 +00:00 |
|
Vadim Zeitlin
|
2051c39fae
|
compilation fixes after pen/brush styles changes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52660 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-03-21 23:39:11 +00:00 |
|