Vadim Zeitlin
|
fcda20eb04
|
suppress warnings about hiding virtual functions in wxURLDataObject
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52738 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-03-23 15:57:47 +00:00 |
|
Vadim Zeitlin
|
1f2e566742
|
yet more compilation fixes after brush/pen style changes: remove trailing commas from enums
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52737 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-03-23 15:53:15 +00:00 |
|
Stefan Neis
|
4d98fefce7
|
Fixed compilation after wxBrushStyle/wxPenStyle changes.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52736 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-03-23 14:54:09 +00:00 |
|
Stefan Neis
|
5c80fea840
|
Compilation fix (CreateTimerImpl is taken from timerunx.cpp, so not inline).
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52735 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-03-23 14:41:14 +00:00 |
|
Václav Slavík
|
e71fa8fa2f
|
wxError, wxFatalError, wxDebugMsg are not only deprecated, they don't exist anymore -- removed from docs
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52733 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-03-23 12:42:44 +00:00 |
|
Václav Slavík
|
ce323d38d3
|
more utils.h fixes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52732 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-03-23 12:41:23 +00:00 |
|
Francesco Montorsi
|
74bda2038c
|
further speedup the gccxml parser using dedicated ID-parsing char*-based functions instead of splitting wxStrings and searching inside them
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52730 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-03-23 11:36:19 +00:00 |
|
Václav Slavík
|
592584e4e9
|
restored wxWindow::Line/PageUp/Down docs
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52727 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-03-23 08:50:31 +00:00 |
|
Bryan Petty
|
ef477678f2
|
Finished review/fixes of Logging category of functions and macros.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52726 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-03-23 06:25:01 +00:00 |
|
Vadim Zeitlin
|
05718a98f9
|
avoid needless Unicode<->MB conversions in Unix wxExecute(); simplify the code; provide both versions taking char** and wchar_t** for compatibility; also use wxMacExecute() (renamed to wxMacLaunch() to avoid confusion) from all wxExecute() overloads but don't use it if wxEXEC_SYNC was requested as it doesn't support it
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52722 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-03-23 02:27:23 +00:00 |
|
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 |
|