]> git.saurik.com Git - wxWidgets.git/log
wxWidgets.git
16 years agolock wxPendingEventsLocker when deleting the handler from wxPendingEvents (patch...
Vadim Zeitlin [Thu, 27 Mar 2008 19:13:58 +0000 (19:13 +0000)] 
lock wxPendingEventsLocker when deleting the handler from wxPendingEvents (patch 1925946)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52860 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

16 years agocompilation fix for PCH-less compilation (thanks buildbot)
Vadim Zeitlin [Thu, 27 Mar 2008 16:41:08 +0000 (16:41 +0000)] 
compilation fix for PCH-less compilation (thanks buildbot)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52859 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

16 years agofixed typo (extra underscore) in wxEVT_COMMAND_LISTBOXDOUBLECLICKED
Vadim Zeitlin [Thu, 27 Mar 2008 16:17:42 +0000 (16:17 +0000)] 
fixed typo (extra underscore) in wxEVT_COMMAND_LISTBOXDOUBLECLICKED

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52858 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

16 years agoadded convenient wxON_BLOCK_EXIT_SET() macro
Vadim Zeitlin [Thu, 27 Mar 2008 16:13:50 +0000 (16:13 +0000)] 
added convenient wxON_BLOCK_EXIT_SET() macro

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52857 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

16 years agoadded convenient wxON_BLOCK_EXIT_THISn() macros wrapping wxON_BLOCK_EXIT_OBJn(*this)
Vadim Zeitlin [Thu, 27 Mar 2008 15:37:41 +0000 (15:37 +0000)] 
added convenient wxON_BLOCK_EXIT_THISn() macros wrapping wxON_BLOCK_EXIT_OBJn(*this)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52856 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

16 years agoremoved old utils (helpgen, tex2rtf, helphtml, nplugin, wxprop, wxole)
Francesco Montorsi [Thu, 27 Mar 2008 14:03:33 +0000 (14:03 +0000)] 
removed old utils (helpgen, tex2rtf, helphtml, nplugin, wxprop, wxole)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52853 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

16 years agodon't blit too much when copying static box border in OnPaint()
Vadim Zeitlin [Thu, 27 Mar 2008 13:03:02 +0000 (13:03 +0000)] 
don't blit too much when copying static box border in OnPaint()

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52851 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

16 years agographics bitmap implementation, fix for bitmap scaling
Stefan Csomor [Thu, 27 Mar 2008 08:30:30 +0000 (08:30 +0000)] 
graphics bitmap implementation, fix for bitmap scaling

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52845 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

16 years agoMSW fixes for the last change: call Realize() after changing the toolbar; hide/show...
Vadim Zeitlin [Thu, 27 Mar 2008 00:32:41 +0000 (00:32 +0000)] 
MSW fixes for the last change: call Realize() after changing the toolbar; hide/show the window when removing/adding it back as it isn't done by Remove/InsertTool() under MSW unlike under GTK (should it?)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52842 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

16 years agodon't use gtk_notebook_insert_page() return value as some old GTK+ versions (the...
Vadim Zeitlin [Thu, 27 Mar 2008 00:28:45 +0000 (00:28 +0000)] 
don't use gtk_notebook_insert_page() return value as some old GTK+ versions (the one in Solaris 9 for instance) don't have it; also don't use gtk_notebook_get_nth_page() which we need this return value for at all in the trunk as it seems to be unnecessary

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52841 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

16 years agoSeveral fixes for removing/readding controls to the toolbar:
Vadim Zeitlin [Thu, 27 Mar 2008 00:10:19 +0000 (00:10 +0000)] 
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

16 years agoAdd Solars 9 builds.
Michael Wetherell [Wed, 26 Mar 2008 18:40:01 +0000 (18:40 +0000)] 
Add Solars 9 builds.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52838 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

16 years agoadded the rungccxml.sh script and the setup_gccxml.h file to make it easier to genera...
Francesco Montorsi [Wed, 26 Mar 2008 16:40:54 +0000 (16:40 +0000)] 
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

16 years agoAdded GetId() to Connect calls to ensure only the relevant events are processed
Julian Smart [Wed, 26 Mar 2008 15:49:31 +0000 (15:49 +0000)] 
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

16 years agosubstitute WXDLLEXPORT with WXDLLIMPEXP_CORE and WXDLLEXPORT_DATA with WXDLLIMPEXP_DA...
Francesco Montorsi [Wed, 26 Mar 2008 15:06:00 +0000 (15:06 +0000)] 
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

16 years agopopup activation scope and l&f
Stefan Csomor [Wed, 26 Mar 2008 11:16:14 +0000 (11:16 +0000)] 
popup activation scope and l&f

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52832 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

16 years agofixing custom background on non owned windows
Stefan Csomor [Wed, 26 Mar 2008 10:55:32 +0000 (10:55 +0000)] 
fixing custom background on non owned windows

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52831 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

16 years agofixing custom background on non owned windows
Stefan Csomor [Wed, 26 Mar 2008 10:54:09 +0000 (10:54 +0000)] 
fixing custom background on non owned windows

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52830 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

16 years agoFixed selection clearing.
Julian Smart [Wed, 26 Mar 2008 08:48:15 +0000 (08:48 +0000)] 
Fixed selection clearing.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52827 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

16 years agoseveral g++ 4 warning fixes
Vadim Zeitlin [Tue, 25 Mar 2008 23:53:28 +0000 (23:53 +0000)] 
several g++ 4 warning fixes

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52825 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

16 years agofinal revision of prototypes for b*h (and few others)
Francesco Montorsi [Tue, 25 Mar 2008 22:06:48 +0000 (22:06 +0000)] 
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

16 years agomoving tlw list up, cleanup
Stefan Csomor [Tue, 25 Mar 2008 21:36:11 +0000 (21:36 +0000)] 
moving tlw list up, cleanup

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52823 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

16 years agomoving tlw list up, cleanup
Stefan Csomor [Tue, 25 Mar 2008 21:34:30 +0000 (21:34 +0000)] 
moving tlw list up, cleanup

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52822 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

16 years agobuild fix
Francesco Montorsi [Tue, 25 Mar 2008 21:19:27 +0000 (21:19 +0000)] 
build fix

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52821 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

16 years agoreorganized wxBitmap/wxBitmapHandler classes to use wxBitmapType instead of "long...
Francesco Montorsi [Tue, 25 Mar 2008 20:31:48 +0000 (20:31 +0000)] 
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

16 years agoporting reordering of controls back from 2.8
Stefan Csomor [Tue, 25 Mar 2008 19:50:38 +0000 (19:50 +0000)] 
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

16 years agomention that both gccxml and doxygen are smart enough to mark as virtual functions...
Francesco Montorsi [Tue, 25 Mar 2008 17:41:11 +0000 (17:41 +0000)] 
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

16 years agoFix for non-pch
Julian Smart [Tue, 25 Mar 2008 17:04:15 +0000 (17:04 +0000)] 
Fix for non-pch

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52817 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

16 years agofurther improve the automatic modify mode: wrap correctly inserted prototypes at...
Francesco Montorsi [Tue, 25 Mar 2008 16:07:46 +0000 (16:07 +0000)] 
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

16 years agofinal prototype fixes to a*h headers; s/WXTYPE/wxEventType
Francesco Montorsi [Tue, 25 Mar 2008 16:01:21 +0000 (16:01 +0000)] 
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

16 years agoadding 10.4 code for making focus events behave as similar to 10.5 as possible
Stefan Csomor [Tue, 25 Mar 2008 15:36:41 +0000 (15:36 +0000)] 
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

16 years agodocument On{Open,Save}Document()
Vadim Zeitlin [Tue, 25 Mar 2008 15:21:18 +0000 (15:21 +0000)] 
document On{Open,Save}Document()

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52813 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

16 years agocall OnReadWaiting(), not OnExceptionWaiting(), when we receive EPOLLHUP
Vadim Zeitlin [Tue, 25 Mar 2008 14:51:11 +0000 (14:51 +0000)] 
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

16 years agoimplement wxListItem::operator=()
Vadim Zeitlin [Tue, 25 Mar 2008 13:45:40 +0000 (13:45 +0000)] 
implement wxListItem::operator=()

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52811 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

16 years agoANSI mode compilation fix
Vadim Zeitlin [Tue, 25 Mar 2008 13:33:35 +0000 (13:33 +0000)] 
ANSI mode compilation fix

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52810 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

16 years agofix adding non owned window for mac
Stefan Csomor [Tue, 25 Mar 2008 13:00:31 +0000 (13:00 +0000)] 
fix adding non owned window for mac

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52808 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

16 years agofor each prototype make sure that if the n-th argument has a default value, then...
Francesco Montorsi [Tue, 25 Mar 2008 12:26:23 +0000 (12:26 +0000)] 
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

16 years agoprototype fixes (in particular fix missing default value initializers)
Francesco Montorsi [Tue, 25 Mar 2008 12:22:08 +0000 (12:22 +0000)] 
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

16 years agorebake after adding non owned window for mac
Stefan Csomor [Tue, 25 Mar 2008 08:21:24 +0000 (08:21 +0000)] 
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

16 years agonon owned window implementation
Stefan Csomor [Tue, 25 Mar 2008 08:02:34 +0000 (08:02 +0000)] 
non owned window implementation

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52803 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

16 years agonon owned window implementation
Stefan Csomor [Tue, 25 Mar 2008 08:01:07 +0000 (08:01 +0000)] 
non owned window implementation

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52802 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

16 years agonon owned window implementation
Stefan Csomor [Tue, 25 Mar 2008 07:59:13 +0000 (07:59 +0000)] 
non owned window implementation

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52801 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

16 years agoRemoved the old, manual entry function, macro, and class category pages and replaced...
Bryan Petty [Tue, 25 Mar 2008 07:57:30 +0000 (07:57 +0000)] 
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

16 years agonon owned window implementation
Stefan Csomor [Tue, 25 Mar 2008 07:54:43 +0000 (07:54 +0000)] 
non owned window implementation

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52799 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

16 years agonon owned window implementation
Stefan Csomor [Tue, 25 Mar 2008 07:53:55 +0000 (07:53 +0000)] 
non owned window implementation

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52798 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

16 years agonon owned window implementation
Stefan Csomor [Tue, 25 Mar 2008 07:52:25 +0000 (07:52 +0000)] 
non owned window implementation

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52797 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

16 years agonon owned window implementation
Stefan Csomor [Tue, 25 Mar 2008 07:49:00 +0000 (07:49 +0000)] 
non owned window implementation

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52796 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

16 years agonon owned window implementation
Stefan Csomor [Tue, 25 Mar 2008 07:48:37 +0000 (07:48 +0000)] 
non owned window implementation

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52795 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

16 years agonon owned window implementation
Stefan Csomor [Tue, 25 Mar 2008 07:47:58 +0000 (07:47 +0000)] 
non owned window implementation

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52794 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

16 years agonon owned window implementation
Stefan Csomor [Tue, 25 Mar 2008 07:42:06 +0000 (07:42 +0000)] 
non owned window implementation

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52793 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

16 years agonon owned window installation
Stefan Csomor [Tue, 25 Mar 2008 07:41:08 +0000 (07:41 +0000)] 
non owned window installation

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52792 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

16 years agomake popup on mac behave as on msw
Stefan Csomor [Tue, 25 Mar 2008 07:39:43 +0000 (07:39 +0000)] 
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

16 years agoFinished review/fixes of the rest of the functions and macro categories (Network...
Bryan Petty [Tue, 25 Mar 2008 07:36:12 +0000 (07:36 +0000)] 
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

16 years agomake popup on mac behave as on msw
Stefan Csomor [Tue, 25 Mar 2008 07:35:18 +0000 (07:35 +0000)] 
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

16 years agoturning off QuickDraw on the iPhone
Stefan Csomor [Tue, 25 Mar 2008 07:32:45 +0000 (07:32 +0000)] 
turning off QuickDraw on the iPhone

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52788 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

16 years agoaddind nonowned window implementation
Stefan Csomor [Tue, 25 Mar 2008 07:31:44 +0000 (07:31 +0000)] 
addind nonowned window implementation

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52787 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

16 years agoaddind nonowned window implementation
Stefan Csomor [Tue, 25 Mar 2008 07:30:54 +0000 (07:30 +0000)] 
addind nonowned window implementation

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52786 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

16 years agoaddind nonowned window implementation
Stefan Csomor [Tue, 25 Mar 2008 07:29:03 +0000 (07:29 +0000)] 
addind nonowned window implementation

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52785 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

16 years agoaddind nonowned window implementation
Stefan Csomor [Tue, 25 Mar 2008 07:27:48 +0000 (07:27 +0000)] 
addind nonowned window implementation

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52784 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

16 years agoaddind nonowned window implementation
Stefan Csomor [Tue, 25 Mar 2008 07:27:14 +0000 (07:27 +0000)] 
addind nonowned window implementation

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52783 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

16 years agoaddind nonowned window implementation
Stefan Csomor [Tue, 25 Mar 2008 07:26:01 +0000 (07:26 +0000)] 
addind nonowned window implementation

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52782 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

16 years agoadded the process-only option
Francesco Montorsi [Mon, 24 Mar 2008 23:22:39 +0000 (23:22 +0000)] 
added the process-only option

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52774 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

16 years agofix wxExecute() compilation in ANSI build
Vadim Zeitlin [Mon, 24 Mar 2008 23:13:12 +0000 (23:13 +0000)] 
fix wxExecute() compilation in ANSI build

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52773 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

16 years agoprototype fixes (this time including pure virtual function detection)
Francesco Montorsi [Mon, 24 Mar 2008 22:17:25 +0000 (22:17 +0000)] 
prototype fixes (this time including pure virtual function detection)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52771 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

16 years agoadded wxArgumentType; added parsing of argument names, so that the modify mode retain...
Francesco Montorsi [Mon, 24 Mar 2008 22:08:45 +0000 (22:08 +0000)] 
added wxArgumentType; added parsing of argument names, so that the modify mode retains them when writing correct prototypes

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52770 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

16 years agoadd pure virtual function parsing; give more informative warnings; fix the initial...
Francesco Montorsi [Mon, 24 Mar 2008 18:44:46 +0000 (18:44 +0000)] 
add pure virtual function parsing; give more informative warnings; fix the initial line to delete when in modify mode

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52769 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

16 years agofurther prototype revisions; rename interface/aui.h to interface/framemanager.h since...
Francesco Montorsi [Mon, 24 Mar 2008 18:17:11 +0000 (18:17 +0000)] 
further prototype revisions; rename interface/aui.h to interface/framemanager.h since wxAuiManager and wxAuiPaneInfo are declared in the latter (in the real headers)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52768 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

16 years agono need to export private list/arrays of generic controls' implementations
Václav Slavík [Mon, 24 Mar 2008 15:07:30 +0000 (15:07 +0000)] 
no need to export private list/arrays of generic controls' implementations

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52767 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

16 years agofix for built with compat 2.8 off
Francesco Montorsi [Mon, 24 Mar 2008 13:39:09 +0000 (13:39 +0000)] 
fix for built with compat 2.8 off

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52766 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

16 years agomake the log file more readable; fix the count of warnings
Francesco Montorsi [Mon, 24 Mar 2008 13:02:01 +0000 (13:02 +0000)] 
make the log file more readable; fix the count of warnings

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52765 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

16 years agouse @a instead of @e where it makes sense
Francesco Montorsi [Mon, 24 Mar 2008 12:45:43 +0000 (12:45 +0000)] 
use @a instead of @e where it makes sense

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52764 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

16 years agomove macros out of the wxArray class decl
Francesco Montorsi [Mon, 24 Mar 2008 12:45:17 +0000 (12:45 +0000)] 
move macros out of the wxArray class decl

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52763 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

16 years agofix almost all deprecation warnings
Francesco Montorsi [Mon, 24 Mar 2008 12:23:31 +0000 (12:23 +0000)] 
fix almost all deprecation warnings

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52762 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

16 years agoadd backward compat FindOrCreateFont
Francesco Montorsi [Mon, 24 Mar 2008 12:04:34 +0000 (12:04 +0000)] 
add backward compat FindOrCreateFont

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52761 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

16 years agofix (one off, so not really important) memory leak which happened if an application...
Vadim Zeitlin [Mon, 24 Mar 2008 02:38:56 +0000 (02:38 +0000)] 
fix (one off, so not really important) memory leak which happened if an application using XRCID() in event tables didn't initialize (and hence didn't shutdown) wx

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52756 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

16 years agodocument wxSizerItem::SetMinSize()
Vadim Zeitlin [Mon, 24 Mar 2008 01:40:25 +0000 (01:40 +0000)] 
document wxSizerItem::SetMinSize()

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52754 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

16 years agofinal prototype fixes (done using ifacecheck)
Francesco Montorsi [Mon, 24 Mar 2008 01:02:55 +0000 (01:02 +0000)] 
final prototype fixes (done using ifacecheck)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52753 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

16 years agofix the automatic modify mode
Francesco Montorsi [Mon, 24 Mar 2008 00:51:22 +0000 (00:51 +0000)] 
fix the automatic modify mode

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52752 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

16 years agofix bug in buliding newtype string; fix GetAsString() to put proper spaces around...
Francesco Montorsi [Mon, 24 Mar 2008 00:51:00 +0000 (00:51 +0000)] 
fix bug in buliding newtype string; fix GetAsString() to put proper spaces around args

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52751 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

16 years agoadd deprecation tags/attributes parsing
Francesco Montorsi [Sun, 23 Mar 2008 23:20:14 +0000 (23:20 +0000)] 
add deprecation tags/attributes parsing

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52750 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

16 years agofix simple errors which block ifacecheck
Francesco Montorsi [Sun, 23 Mar 2008 23:19:18 +0000 (23:19 +0000)] 
fix simple errors which block ifacecheck

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52749 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

16 years agofix crash when pressing Up key in empty combobox
Vadim Zeitlin [Sun, 23 Mar 2008 20:20:46 +0000 (20:20 +0000)] 
fix crash when pressing Up key in empty combobox

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52747 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

16 years agoRemoved @class command from templated classes. Doxygen doesn't seem to handle these...
Bryan Petty [Sun, 23 Mar 2008 19:39:57 +0000 (19:39 +0000)] 
Removed @class command from templated classes. Doxygen doesn't seem to handle these well unless we just don't specify it, and let the parser find it from the declaration itself.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52746 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

16 years agoremove unused #defines; fix include header for MinGW32 wxMSW Trunk
Francesco Montorsi [Sun, 23 Mar 2008 19:16:17 +0000 (19:16 +0000)] 
remove unused #defines; fix include header for MinGW32 wxMSW Trunk

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52745 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

16 years agoCompilation fix.
Stefan Neis [Sun, 23 Mar 2008 19:12:15 +0000 (19:12 +0000)] 
Compilation fix.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52744 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

16 years agoFinished review/fixes of Math and Miscellaneous categories of functions and macros.
Bryan Petty [Sun, 23 Mar 2008 18:24:32 +0000 (18:24 +0000)] 
Finished review/fixes of Math and Miscellaneous categories of functions and macros.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52743 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

16 years agonon-pch build fix
Paul Cornett [Sun, 23 Mar 2008 18:24:27 +0000 (18:24 +0000)] 
non-pch build fix

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52742 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

16 years agoupdate infos about profiling under linux (callgrind utility has been merged with...
Francesco Montorsi [Sun, 23 Mar 2008 18:08:16 +0000 (18:08 +0000)] 
update infos about profiling under linux (callgrind utility has been merged with valgrind)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52741 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

16 years agothe control which can be enabled/disabled is a text control not a listbox
Francesco Montorsi [Sun, 23 Mar 2008 18:04:21 +0000 (18:04 +0000)] 
the control which can be enabled/disabled is a text control not a listbox

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52740 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

16 years agoUpdated brush/pen implementation for OS/2 to current implementation style.
Stefan Neis [Sun, 23 Mar 2008 17:41:16 +0000 (17:41 +0000)] 
Updated brush/pen implementation for OS/2 to current implementation style.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52739 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

16 years agosuppress warnings about hiding virtual functions in wxURLDataObject
Vadim Zeitlin [Sun, 23 Mar 2008 15:57:47 +0000 (15:57 +0000)] 
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

16 years agoyet more compilation fixes after brush/pen style changes: remove trailing commas...
Vadim Zeitlin [Sun, 23 Mar 2008 15:53:15 +0000 (15:53 +0000)] 
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

16 years agoFixed compilation after wxBrushStyle/wxPenStyle changes.
Stefan Neis [Sun, 23 Mar 2008 14:54:09 +0000 (14:54 +0000)] 
Fixed compilation after wxBrushStyle/wxPenStyle changes.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52736 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

16 years agoCompilation fix (CreateTimerImpl is taken from timerunx.cpp, so not inline).
Stefan Neis [Sun, 23 Mar 2008 14:41:14 +0000 (14:41 +0000)] 
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

16 years agowxError, wxFatalError, wxDebugMsg are not only deprecated, they don't exist anymore...
Václav Slavík [Sun, 23 Mar 2008 12:42:44 +0000 (12:42 +0000)] 
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

16 years agomore utils.h fixes
Václav Slavík [Sun, 23 Mar 2008 12:41:23 +0000 (12:41 +0000)] 
more utils.h fixes

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52732 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

16 years agofurther speedup the gccxml parser using dedicated ID-parsing char*-based functions...
Francesco Montorsi [Sun, 23 Mar 2008 11:36:19 +0000 (11:36 +0000)] 
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

16 years agorestored wxWindow::Line/PageUp/Down docs
Václav Slavík [Sun, 23 Mar 2008 08:50:31 +0000 (08:50 +0000)] 
restored wxWindow::Line/PageUp/Down docs

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52727 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

16 years agoFinished review/fixes of Logging category of functions and macros.
Bryan Petty [Sun, 23 Mar 2008 06:25:01 +0000 (06:25 +0000)] 
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

16 years agoavoid needless Unicode<->MB conversions in Unix wxExecute(); simplify the code; provi...
Vadim Zeitlin [Sun, 23 Mar 2008 02:27:23 +0000 (02:27 +0000)] 
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