Vadim Zeitlin
1be45608e7
Several fixes for removing/readding controls to the toolbar:
...
1. Don't destroy the control in wxToolBar::RemoveTool() as this prevents
it from being added back with is the purpose of using RemoveTool() rather
than DeleteTool().
2. Call wxToolBarTool::Attach/Detach() from the base code, not just from wxMSW
and wxMac (wasn't called by wxGTK at all).
3. Allow adding back the removed control tool in wxGTK.
4. Add test for removing/adding back a control tool to the sample.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52840 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-03-27 00:10:19 +00:00
Michael Wetherell
aba6d9ffc6
Add Solars 9 builds.
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52838 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-03-26 18:40:01 +00:00
Francesco Montorsi
2f46438b36
added the rungccxml.sh script and the setup_gccxml.h file to make it easier to generate the gccxml output for ifacecheck
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52837 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-03-26 16:40:54 +00:00
Julian Smart
29f571de5c
Added GetId() to Connect calls to ensure only the relevant events are processed
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52836 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-03-26 15:49:31 +00:00
Francesco Montorsi
53a2db124c
substitute WXDLLEXPORT with WXDLLIMPEXP_CORE and WXDLLEXPORT_DATA with WXDLLIMPEXP_DATA_CORE
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52834 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-03-26 15:06:00 +00:00
Stefan Csomor
59022c25c1
popup activation scope and l&f
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52832 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-03-26 11:16:14 +00:00
Stefan Csomor
81749bafae
fixing custom background on non owned windows
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52831 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-03-26 10:55:32 +00:00
Stefan Csomor
a66cf5a0f6
fixing custom background on non owned windows
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52830 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-03-26 10:54:09 +00:00
Julian Smart
c1aec196fc
Fixed selection clearing.
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52827 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-03-26 08:48:15 +00:00
Vadim Zeitlin
25bc5c55d0
several g++ 4 warning fixes
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52825 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-03-25 23:53:28 +00:00
Francesco Montorsi
1413ac0435
final revision of prototypes for b*h (and few others)
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52824 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-03-25 22:06:48 +00:00
Stefan Csomor
5df8beb1d9
moving tlw list up, cleanup
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52823 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-03-25 21:36:11 +00:00
Stefan Csomor
328f0df87c
moving tlw list up, cleanup
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52822 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-03-25 21:34:30 +00:00
Francesco Montorsi
c822d4ca20
build fix
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52821 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-03-25 21:19:27 +00:00
Francesco Montorsi
e86f2cc84a
reorganized wxBitmap/wxBitmapHandler classes to use wxBitmapType instead of "long" where possible; made them const-correct; introduce wxBITMAP_SCREEN_DEPTH instead of -1 for clearness (specially in the docs); remove wxBitmapHandler empty stubs and rename wxBitmapHandlerBase as wxBitmapHandler
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52820 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-03-25 20:31:48 +00:00
Stefan Csomor
0685aa9eb6
porting reordering of controls back from 2.8
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52819 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-03-25 19:50:38 +00:00
Francesco Montorsi
95dfcbad97
mention that both gccxml and doxygen are smart enough to mark as virtual functions declared so in base classes but not explicitely declared virtuals in derived classes
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52818 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-03-25 17:41:11 +00:00
Julian Smart
c887f67c21
Fix for non-pch
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52817 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-03-25 17:04:15 +00:00
Francesco Montorsi
7fbadf873c
further improve the automatic modify mode: wrap correctly inserted prototypes at comma boundaries, add @deprecated only if needed, update the locations of the methods below the fixed one
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52816 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-03-25 16:07:46 +00:00
Francesco Montorsi
1d497b996f
final prototype fixes to a*h headers; s/WXTYPE/wxEventType
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52815 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-03-25 16:01:21 +00:00
Stefan Csomor
222180ffe9
adding 10.4 code for making focus events behave as similar to 10.5 as possible
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52814 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-03-25 15:36:41 +00:00
Vadim Zeitlin
0bbe61b8c1
document On{Open,Save}Document()
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52813 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-03-25 15:21:18 +00:00
Vadim Zeitlin
1a781247d4
call OnReadWaiting(), not OnExceptionWaiting(), when we receive EPOLLHUP
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52812 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-03-25 14:51:11 +00:00
Vadim Zeitlin
b2c31e32de
implement wxListItem::operator=()
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52811 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-03-25 13:45:40 +00:00
Vadim Zeitlin
47af39fbf4
ANSI mode compilation fix
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52810 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-03-25 13:33:35 +00:00
Stefan Csomor
d0d7f20728
fix adding non owned window for mac
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52808 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-03-25 13:00:31 +00:00
Francesco Montorsi
203ba76a12
for each prototype make sure that if the n-th argument has a default value, then all the following arguments have a default value, too
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52807 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-03-25 12:26:23 +00:00
Francesco Montorsi
a6052817bb
prototype fixes (in particular fix missing default value initializers)
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52806 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-03-25 12:22:08 +00:00
Stefan Csomor
83a8220a8e
rebake after adding non owned window for mac
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52804 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-03-25 08:21:24 +00:00
Stefan Csomor
3885c1b929
non owned window implementation
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52803 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-03-25 08:02:34 +00:00
Stefan Csomor
5a011158a9
non owned window implementation
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52802 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-03-25 08:01:07 +00:00
Stefan Csomor
d10a37d155
non owned window implementation
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52801 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-03-25 07:59:13 +00:00
Bryan Petty
409e6ce4dc
Removed the old, manual entry function, macro, and class category pages and replaced them with the new, finished versions auto-generated by Doxygen.
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52800 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-03-25 07:57:30 +00:00
Stefan Csomor
cbe733bdec
non owned window implementation
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52799 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-03-25 07:54:43 +00:00
Stefan Csomor
072252d9aa
non owned window implementation
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52798 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-03-25 07:53:55 +00:00
Stefan Csomor
ee263083c8
non owned window implementation
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52797 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-03-25 07:52:25 +00:00
Stefan Csomor
296b728fa0
non owned window implementation
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52796 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-03-25 07:49:00 +00:00
Stefan Csomor
97ade792e9
non owned window implementation
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52795 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-03-25 07:48:37 +00:00
Stefan Csomor
4b8dab6339
non owned window implementation
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52794 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-03-25 07:47:58 +00:00
Stefan Csomor
871d4e1b0c
non owned window implementation
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52793 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-03-25 07:42:06 +00:00
Stefan Csomor
8d007ed4e6
non owned window installation
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52792 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-03-25 07:41:08 +00:00
Stefan Csomor
53b9afdefb
make popup on mac behave as on msw
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52791 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-03-25 07:39:43 +00:00
Bryan Petty
3950d49c4f
Finished review/fixes of the rest of the functions and macro categories (Network/User/OS, Process Control, Strings, Threads, and Time).
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52790 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-03-25 07:36:12 +00:00
Stefan Csomor
9a8909371b
make popup on mac behave as on msw
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52789 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-03-25 07:35:18 +00:00
Stefan Csomor
ce4cf38592
turning off QuickDraw on the iPhone
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52788 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-03-25 07:32:45 +00:00
Stefan Csomor
96bd18d58b
addind nonowned window implementation
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52787 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-03-25 07:31:44 +00:00
Stefan Csomor
a29567c821
addind nonowned window implementation
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52786 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-03-25 07:30:54 +00:00
Stefan Csomor
e333075415
addind nonowned window implementation
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52785 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-03-25 07:29:03 +00:00
Stefan Csomor
074ec0b565
addind nonowned window implementation
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52784 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-03-25 07:27:48 +00:00
Stefan Csomor
a69476643b
addind nonowned window implementation
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52783 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-03-25 07:27:14 +00:00