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 |
|
Václav Slavík
|
b23bb1f962
|
fixed TABs positioning inside <pre> so that tags don't throw it apart
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52658 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-03-21 21:19:09 +00:00 |
|
Václav Slavík
|
37ed592f71
|
remove needless casting (no real change)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52657 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-03-21 20:11:55 +00:00 |
|
Francesco Montorsi
|
b02f1c862d
|
some more comments about wxSortedArrayString::Sort
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52656 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-03-21 19:06:04 +00:00 |
|
Michael Wetherell
|
ddd3c34768
|
Send build notification to wx-buildbot mailing list.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52654 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-03-21 18:18:30 +00:00 |
|
Francesco Montorsi
|
f0a9a84c09
|
warn the user about using getters of objects in invalid state
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52653 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-03-21 18:04:00 +00:00 |
|
Francesco Montorsi
|
106ef548fd
|
add the default ctor
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52652 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-03-21 18:03:12 +00:00 |
|
Vadim Zeitlin
|
a7d980f639
|
restore setting m_appName broken by recent change (fixes bug 1921954)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52651 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-03-21 16:21:51 +00:00 |
|
Václav Slavík
|
f016d3b424
|
misc wxVector<T> docs fixes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52647 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-03-21 14:51:28 +00:00 |
|
Václav Slavík
|
9fa8c9bf96
|
fixes to wxSharedPtr<T> docs
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52646 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-03-21 14:36:04 +00:00 |
|
Francesco Montorsi
|
cc6e1a74b9
|
further prototype fixes (thanks to ifacecheck)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52645 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-03-21 14:22:27 +00:00 |
|
Francesco Montorsi
|
1f5c66294a
|
add to GetToolkitVersion() the = NULL default values for the two arguments: they were documented but not actually implemented
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52644 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-03-21 14:21:52 +00:00 |
|
Václav Slavík
|
27d335cc23
|
document standard IDs only in one place, not two; bring the list up to date
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52643 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-03-21 14:20:26 +00:00 |
|
Francesco Montorsi
|
82c5e9ab46
|
fix wxBrush for the mac build
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52642 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-03-21 09:37:59 +00:00 |
|
Francesco Montorsi
|
8064223b7b
|
splitted wxApp docs in wxApp+wxAppConsole docs; fix the signature of the documented functions
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52641 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-03-20 23:45:15 +00:00 |
|
Francesco Montorsi
|
70f9d2bef3
|
add the wxAnimation's ctor which automatically loads a file: it was documented but not present in the actual code
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52640 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-03-20 22:33:57 +00:00 |
|
Francesco Montorsi
|
3d8662ab0f
|
fix the signature of the documented functions and document some (relatively) new for wxAcceleratorEntry
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52639 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-03-20 22:32:46 +00:00 |
|
Francesco Montorsi
|
25af884d93
|
fix header files so that they can be included directly without generating 'undefined reference' errors
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52638 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-03-20 18:11:26 +00:00 |
|
Francesco Montorsi
|
483724a1ad
|
fix a macroscopic error which made Doxygen generate invalid XML
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52637 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-03-20 18:10:49 +00:00 |
|
Francesco Montorsi
|
ac3688c0d8
|
make the Pen/Brush code backward compatible as discussed on wx-dev; marked the blocks of code to deprecate in future with FUTURE_WXWIN_COMPATIBILITY_3_0; add wxCHECK_MSG in all ports to block Get*() calls on invalid objects (as already is for all other refcounted objects and for most ports)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52636 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-03-20 15:08:51 +00:00 |
|
Václav Slavík
|
7c08b47173
|
compilation fix for wxUSE_GUI=0
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52635 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-03-20 15:06:14 +00:00 |
|
Václav Slavík
|
3c4f71cc3d
|
removed trailing whitespace in Doxygen files
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52634 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-03-20 13:45:17 +00:00 |
|
Václav Slavík
|
7df4c51f60
|
removed wxAcceleratorTable copy ctor docs, no port implements it
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52633 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-03-20 13:40:20 +00:00 |
|
Václav Slavík
|
aa47271c60
|
forgot to fix one more place where it says accelerator tables can't be used with buttons in wxGTK
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52631 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-03-20 13:19:55 +00:00 |
|
Bryan Petty
|
a055a11641
|
Finished review/fixes of GDI category of functions and macros.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52630 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-03-20 06:00:05 +00:00 |
|
Francesco Montorsi
|
cb129171c2
|
further wxPenStyle/wxBrushStyle fixes for builds with compat off (partially by Marcin Wojdyr)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52626 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-03-19 18:28:04 +00:00 |
|
Stefan Csomor
|
96f5888b18
|
CGFloat
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52625 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-03-19 14:09:44 +00:00 |
|
Stefan Csomor
|
5389e50515
|
make background colour be the real color, to have inheritance work correctly
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52624 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-03-19 13:26:42 +00:00 |
|
Stefan Csomor
|
e95f52682f
|
clean include
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52623 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-03-19 13:24:27 +00:00 |
|
Stefan Csomor
|
65bea426fe
|
have bg style wxBG_STYLE_CUSTOM not skip event
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52622 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-03-19 13:23:41 +00:00 |
|
Bryan Petty
|
1ba0de2efa
|
Removed docs for old clipboard functions, and reviewed/fixed atomic ops, file & directory, and environment function categories.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52620 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-03-19 08:02:01 +00:00 |
|
Bryan Petty
|
ba2874ff30
|
Finished review of Dialogs category of functions and macros as well as choicdlg.h (assigned to myself).
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52618 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-03-18 19:30:01 +00:00 |
|
Michael Wetherell
|
0c2d0fcf98
|
Switch on build breakage email notifications.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52617 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-03-18 18:24:19 +00:00 |
|
Paul Cornett
|
60854f1ae2
|
revert removal of wxBU_AUTODRAW, now that it is again available with WXWIN_COMPATIBILITY_2_8==0
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52616 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-03-18 16:25:48 +00:00 |
|
Václav Slavík
|
b1bb04c5a6
|
made wxAcceleratorTable work with buttons in wxGTK too
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52615 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-03-18 16:21:15 +00:00 |
|