]> git.saurik.com Git - wxWidgets.git/log
wxWidgets.git
15 years agoTest for reentrance into non-recursive wxMutex. If it happens, yield dead lock error...
Robert Roebling [Mon, 8 Sep 2008 08:00:03 +0000 (08:00 +0000)] 
Test for reentrance into non-recursive wxMutex. If it happens, yield dead lock error, don't hang

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

15 years agoadded a dialog for wxMessageBox testing
Vadim Zeitlin [Mon, 8 Sep 2008 00:49:06 +0000 (00:49 +0000)] 
added a dialog for wxMessageBox testing

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

15 years agoRemove a couple duplicate feature checks, and check for defines before setting them...
Kevin Ollivier [Sun, 7 Sep 2008 23:35:39 +0000 (23:35 +0000)] 
Remove a couple duplicate feature checks, and check for defines before setting them to avoid redefinition warnings.

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

15 years agoavoiding crashes on osx during app shutdown
Stefan Csomor [Sun, 7 Sep 2008 20:36:41 +0000 (20:36 +0000)] 
avoiding crashes on osx during app shutdown

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

15 years ago10.4 support for osx-cocoa
Stefan Csomor [Sun, 7 Sep 2008 20:10:32 +0000 (20:10 +0000)] 
10.4 support for osx-cocoa

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

15 years agonon-precomp fixes
Stefan Csomor [Sun, 7 Sep 2008 20:09:57 +0000 (20:09 +0000)] 
non-precomp fixes

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

15 years agoadded missing wx/dcclient.h header for PCH-less compilation, removed several other...
Vadim Zeitlin [Sun, 7 Sep 2008 17:01:16 +0000 (17:01 +0000)] 
added missing wx/dcclient.h header for PCH-less compilation, removed several other unnecessary ones

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

15 years agoreintroducing former default, reverting Robert's change to make graphiccontext enable...
Stefan Csomor [Sun, 7 Sep 2008 16:54:21 +0000 (16:54 +0000)] 
reintroducing former default, reverting Robert's change to make graphiccontext enabled by default, since bots are complaining

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

15 years agoreintroducing former default,
Stefan Csomor [Sun, 7 Sep 2008 16:35:26 +0000 (16:35 +0000)] 
reintroducing former default,

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

15 years agointegrating Kevin's work, command line builds for osx variants
Stefan Csomor [Sun, 7 Sep 2008 15:59:51 +0000 (15:59 +0000)] 
integrating Kevin's work, command line builds for osx variants

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

15 years agoFixed Cmd+Back, Cmd+Del word deletion behaviour in wxRichTextCtrl.
Julian Smart [Sun, 7 Sep 2008 15:35:30 +0000 (15:35 +0000)] 
Fixed Cmd+Back, Cmd+Del word deletion behaviour in wxRichTextCtrl.

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

15 years agochanges for command line builds of osx-cocoa
Stefan Csomor [Sun, 7 Sep 2008 14:44:54 +0000 (14:44 +0000)] 
changes for command line builds of osx-cocoa

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

15 years agofixed pagebreaks computation in tables (#9935, patch by D.J.Stauffer)
Václav Slavík [Sun, 7 Sep 2008 10:22:53 +0000 (10:22 +0000)] 
fixed pagebreaks computation in tables (#9935, patch by D.J.Stauffer)

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

15 years agowhatever it is, wxXmlResource::GetFirstRoot() isn't implemented - removed
Václav Slavík [Sun, 7 Sep 2008 09:15:20 +0000 (09:15 +0000)] 
whatever it is, wxXmlResource::GetFirstRoot() isn't implemented - removed

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

15 years agoimplement Empty() using clear() instead of Truncate(0)
Vadim Zeitlin [Sat, 6 Sep 2008 22:19:42 +0000 (22:19 +0000)] 
implement Empty() using clear() instead of Truncate(0)

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

15 years agoaccess TLS cache variable directly and not via a helper function when using compiler...
Vadim Zeitlin [Sat, 6 Sep 2008 22:12:04 +0000 (22:12 +0000)] 
access TLS cache variable directly and not via a helper function when using compiler with native TLS support to work around an apparent bug in g++

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

15 years agoseveral small fixes
Stefan Csomor [Sat, 6 Sep 2008 16:33:18 +0000 (16:33 +0000)] 
several small fixes

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

15 years agoRGBColor is part of ApplicationServices also under Cocoa
Stefan Csomor [Sat, 6 Sep 2008 16:32:00 +0000 (16:32 +0000)] 
RGBColor is part of ApplicationServices also under Cocoa

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

15 years agodefines reordered, support for non-precomp cocoa
Stefan Csomor [Sat, 6 Sep 2008 16:30:42 +0000 (16:30 +0000)] 
defines reordered, support for non-precomp cocoa

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

15 years agoadapting to new platform constants
Stefan Csomor [Sat, 6 Sep 2008 16:29:11 +0000 (16:29 +0000)] 
adapting to new platform constants

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

15 years agoadd wxGTK_CONVs to fix STL and ANSI builds
Vadim Zeitlin [Sat, 6 Sep 2008 15:41:12 +0000 (15:41 +0000)] 
add wxGTK_CONVs to fix STL and ANSI builds

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

15 years agoadded XRC format documentation to the manual (per-class properties docs still missing)
Václav Slavík [Sat, 6 Sep 2008 13:35:29 +0000 (13:35 +0000)] 
added XRC format documentation to the manual (per-class properties docs still missing)

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

15 years agodon't center tables, it looks ugly
Václav Slavík [Sat, 6 Sep 2008 13:31:41 +0000 (13:31 +0000)] 
don't center tables, it looks ugly

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

15 years agoadd missing header for PCH-less build
Vadim Zeitlin [Fri, 5 Sep 2008 20:57:38 +0000 (20:57 +0000)] 
add missing header for PCH-less build

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

15 years agoadapting to new msgdlg class hierarchy
Stefan Csomor [Fri, 5 Sep 2008 20:25:14 +0000 (20:25 +0000)] 
adapting to new msgdlg class hierarchy

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

15 years agoadapting to new msgdlg class hierarchy
Stefan Csomor [Fri, 5 Sep 2008 19:50:13 +0000 (19:50 +0000)] 
adapting to new msgdlg class hierarchy

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

15 years agono changes, fix typo
Vadim Zeitlin [Fri, 5 Sep 2008 19:41:59 +0000 (19:41 +0000)] 
no changes, fix typo

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

15 years agoallow copying text in the log dialogs
Vadim Zeitlin [Fri, 5 Sep 2008 19:32:12 +0000 (19:32 +0000)] 
allow copying text in the log dialogs

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

15 years agoadjust the labels before centering the dialog as doing it can change the dialog size
Vadim Zeitlin [Fri, 5 Sep 2008 19:28:38 +0000 (19:28 +0000)] 
adjust the labels before centering the dialog as doing it can change the dialog size

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

15 years agoforward define for non precomp build, switching preproc constants for consistency
Stefan Csomor [Fri, 5 Sep 2008 19:02:51 +0000 (19:02 +0000)] 
forward define for non precomp build, switching preproc constants for consistency

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

15 years agoallow passing literal strings and results of c_str() to SetXXXLabels() methods too
Vadim Zeitlin [Fri, 5 Sep 2008 18:29:06 +0000 (18:29 +0000)] 
allow passing literal strings and results of c_str() to SetXXXLabels() methods too

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

15 years agoforward define for non precomp build
Stefan Csomor [Fri, 5 Sep 2008 18:03:42 +0000 (18:03 +0000)] 
forward define for non precomp build

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

15 years agomake it possible to use stock ids for custom message box labels
Vadim Zeitlin [Fri, 5 Sep 2008 18:02:49 +0000 (18:02 +0000)] 
make it possible to use stock ids for custom message box labels

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

15 years agoadded support for custom labels in wxMessageBox for wxGTK too
Vadim Zeitlin [Fri, 5 Sep 2008 17:27:20 +0000 (17:27 +0000)] 
added support for custom labels in wxMessageBox for wxGTK too

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

15 years agofix memory leak
Paul Cornett [Fri, 5 Sep 2008 16:59:23 +0000 (16:59 +0000)] 
fix memory leak

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

15 years agouse more clear messaage about the custom labels in message box test
Vadim Zeitlin [Fri, 5 Sep 2008 16:56:45 +0000 (16:56 +0000)] 
use more clear messaage about the custom labels in message box test

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

15 years agoadding common implementation file for search control
Stefan Csomor [Fri, 5 Sep 2008 15:33:44 +0000 (15:33 +0000)] 
adding common implementation file for search control

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

15 years agomaking things build under osx-cocoa as well
Stefan Csomor [Fri, 5 Sep 2008 14:43:13 +0000 (14:43 +0000)] 
making things build under osx-cocoa as well

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

15 years agosimplify native textcontrol creations, adding search control for cocoa
Stefan Csomor [Fri, 5 Sep 2008 14:41:11 +0000 (14:41 +0000)] 
simplify native textcontrol creations, adding search control for cocoa

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

15 years agoimplement support for custom button labels in wxMessageBox under MSW; refactor the...
Vadim Zeitlin [Fri, 5 Sep 2008 14:39:36 +0000 (14:39 +0000)] 
implement support for custom button labels in wxMessageBox under MSW; refactor the code to reuse the existing setters in Mac ports for MSW as well

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

15 years agoextract button size calculation from button label size to a separate function to...
Vadim Zeitlin [Fri, 5 Sep 2008 14:10:50 +0000 (14:10 +0000)] 
extract button size calculation from button label size to a separate function to allow reusing it elsewhere

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

15 years agoextract wrapper for SystemParametersInfo(SPI_GETNONCLIENTMETRICS) in a header so...
Vadim Zeitlin [Fri, 5 Sep 2008 13:26:45 +0000 (13:26 +0000)] 
extract wrapper for SystemParametersInfo(SPI_GETNONCLIENTMETRICS) in a header so that it could be reused from elsewhere

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

15 years agoFix #9940: wxDataViewCtrl left/right arrow press crash
Robert Roebling [Fri, 5 Sep 2008 11:15:43 +0000 (11:15 +0000)] 
Fix #9940: wxDataViewCtrl left/right arrow press crash

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

15 years agoremoved unnceessary gtk_window_set_transient_for() call already done by gtk_message_d...
Vadim Zeitlin [Fri, 5 Sep 2008 10:24:39 +0000 (10:24 +0000)] 
removed unnceessary gtk_window_set_transient_for() call already done by gtk_message_dialog_new() itself

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

15 years agoMade wxMSW wxMutex non-recursive by checking reentrance
Robert Roebling [Fri, 5 Sep 2008 08:54:09 +0000 (08:54 +0000)] 
Made wxMSW wxMutex non-recursive by checking reentrance

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

15 years agoFormating corrections
Robert Roebling [Fri, 5 Sep 2008 08:26:28 +0000 (08:26 +0000)] 
Formating corrections

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

15 years agoCompilo for wxMac
Robert Roebling [Fri, 5 Sep 2008 08:21:08 +0000 (08:21 +0000)] 
Compilo for wxMac

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

15 years agoMore wxMutex doc updates
Robert Roebling [Fri, 5 Sep 2008 08:16:36 +0000 (08:16 +0000)] 
More wxMutex doc updates

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

15 years agoAdd wxCRITSEC_DEFAULT and NON_RECURSIVE styles, updated and restored wxThread and...
Robert Roebling [Fri, 5 Sep 2008 08:06:07 +0000 (08:06 +0000)] 
Add wxCRITSEC_DEFAULT and NON_RECURSIVE styles, updated and restored wxThread and related docs

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

15 years agoEnable graphics context by default
Robert Roebling [Fri, 5 Sep 2008 08:03:35 +0000 (08:03 +0000)] 
Enable graphics context by default

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

15 years agofix for infinite loop when wxBeginBusyCursor is called from idle handler, #1547
Paul Cornett [Fri, 5 Sep 2008 05:57:03 +0000 (05:57 +0000)] 
fix for infinite loop when wxBeginBusyCursor is called from idle handler, #1547

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

15 years agoemphasize that mingw32-make and not MSYS make must be used to build using makefile.gcc
Vadim Zeitlin [Thu, 4 Sep 2008 23:02:44 +0000 (23:02 +0000)] 
emphasize that mingw32-make and not MSYS make must be used to build using makefile.gcc

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

15 years agoshow the "Window" menu only when we have any MDI children, it's unnecessary otherwise...
Vadim Zeitlin [Thu, 4 Sep 2008 12:47:53 +0000 (12:47 +0000)] 
show the "Window" menu only when we have any MDI children, it's unnecessary otherwise; some minor formatting/comments changes

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

15 years agorebake
Kevin Ollivier [Thu, 4 Sep 2008 07:57:32 +0000 (07:57 +0000)] 
rebake

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

15 years agoUpdate files.bkl to match the changes Stefan made to Makefile.in earlier, to update...
Kevin Ollivier [Thu, 4 Sep 2008 07:44:06 +0000 (07:44 +0000)] 
Update files.bkl to match the changes Stefan made to Makefile.in earlier, to update the OS X Carbon port.

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

15 years agoRenames to avoid object files with duplicate filenames. (Should we just make everythi...
Kevin Ollivier [Thu, 4 Sep 2008 07:19:28 +0000 (07:19 +0000)] 
Renames to avoid object files with duplicate filenames. (Should we just make everything in this dir _osx for consistency?)

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

15 years agoSplit utility functions into base (in utilsexc_base.cpp) and gui (src/osx/carbon...
Kevin Ollivier [Thu, 4 Sep 2008 07:16:18 +0000 (07:16 +0000)] 
Split utility functions into base (in utilsexc_base.cpp) and gui (src/osx/carbon/utils.cpp for Carbon-specific ones) to ensure proper builds under multi-lib config.

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

15 years agogcc is too aggressively hiding these inlines on wxCriticialSection on osx, expose...
Stefan Csomor [Thu, 4 Sep 2008 06:26:24 +0000 (06:26 +0000)] 
gcc is too aggressively hiding these inlines on wxCriticialSection on osx, expose them for wxPython

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

15 years agocopy alpha presence flag when copying bitmaps using DIBs (#9883)
Vadim Zeitlin [Wed, 3 Sep 2008 20:45:52 +0000 (20:45 +0000)] 
copy alpha presence flag when copying bitmaps using DIBs (#9883)

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

15 years agofix some typos and other minor problems (#9886)
Vadim Zeitlin [Wed, 3 Sep 2008 20:36:54 +0000 (20:36 +0000)] 
fix some typos and other minor problems (#9886)

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

15 years agobetter documentation of DeviceToLogicalXXX() (#9896)
Vadim Zeitlin [Wed, 3 Sep 2008 20:28:38 +0000 (20:28 +0000)] 
better documentation of DeviceToLogicalXXX() (#9896)

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

15 years agoadd wxSP_THIN_SASH for completeness (#9902)
Vadim Zeitlin [Wed, 3 Sep 2008 20:26:47 +0000 (20:26 +0000)] 
add wxSP_THIN_SASH for completeness (#9902)

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

15 years agotest showing parent/sibling items too (#9903)
Vadim Zeitlin [Wed, 3 Sep 2008 20:16:56 +0000 (20:16 +0000)] 
test showing parent/sibling items too (#9903)

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

15 years agofix small logic error
Benjamin Williams [Wed, 3 Sep 2008 17:50:28 +0000 (17:50 +0000)] 
fix small logic error

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

15 years agofixed a problem in the aui toolbar flags
Benjamin Williams [Wed, 3 Sep 2008 14:45:47 +0000 (14:45 +0000)] 
fixed a problem in the aui toolbar flags

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

15 years agomake members private in various wxAuiToolBar helper classes
Benjamin Williams [Wed, 3 Sep 2008 14:06:26 +0000 (14:06 +0000)] 
make members private in various wxAuiToolBar helper classes

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

15 years agoadd more wxUSE_XXX checks
Vadim Zeitlin [Wed, 3 Sep 2008 07:29:31 +0000 (07:29 +0000)] 
add more wxUSE_XXX checks

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

15 years agoinclude wx/control.h for the base class declaration (part of #9931)
Vadim Zeitlin [Wed, 3 Sep 2008 07:28:03 +0000 (07:28 +0000)] 
include wx/control.h for the base class declaration (part of #9931)

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

15 years agowarning fixes and fix for non precomp builtbot
Stefan Csomor [Tue, 2 Sep 2008 18:54:03 +0000 (18:54 +0000)] 
warning fixes and fix for non precomp builtbot

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

15 years agofixing constant name
Stefan Csomor [Tue, 2 Sep 2008 18:24:50 +0000 (18:24 +0000)] 
fixing constant name

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

15 years agofixing merge bug
Stefan Csomor [Tue, 2 Sep 2008 18:16:48 +0000 (18:16 +0000)] 
fixing merge bug

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

15 years agoforgotten commit for osx new file layout
Stefan Csomor [Tue, 2 Sep 2008 18:00:30 +0000 (18:00 +0000)] 
forgotten commit for osx new file layout

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

15 years agoreverted accidentally committed change
Vadim Zeitlin [Tue, 2 Sep 2008 17:03:59 +0000 (17:03 +0000)] 
reverted accidentally committed change

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

15 years agouse {short,long}_help_string parameters of AddTool() (part of #9931)
Vadim Zeitlin [Tue, 2 Sep 2008 17:01:40 +0000 (17:01 +0000)] 
use {short,long}_help_string parameters of AddTool() (part of #9931)

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

15 years agoadaptions to new osx ouside the main trees
Stefan Csomor [Tue, 2 Sep 2008 17:00:30 +0000 (17:00 +0000)] 
adaptions to new osx ouside the main trees

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

15 years agoosx new layout
Stefan Csomor [Tue, 2 Sep 2008 16:53:23 +0000 (16:53 +0000)] 
osx new layout

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

15 years agodon't set SHOW_FILES, its value is yes by default anyhow and using it provokes a...
Vadim Zeitlin [Tue, 2 Sep 2008 13:00:41 +0000 (13:00 +0000)] 
don't set SHOW_FILES, its value is yes by default anyhow and using it provokes a warning from older doxygen versions

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

15 years agolistctrl generic is used outside of osx-carbon
Stefan Csomor [Tue, 2 Sep 2008 11:52:20 +0000 (11:52 +0000)] 
listctrl generic is used outside of osx-carbon

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

15 years agoforward to generic implementations where the corresponding osx variant doesn't have...
Stefan Csomor [Tue, 2 Sep 2008 11:50:44 +0000 (11:50 +0000)] 
forward to generic implementations where the corresponding osx variant doesn't have an implementation yet

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

15 years agogit-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@55415 c3d73ce0-8a6f...
Jouk Jansen [Tue, 2 Sep 2008 10:44:06 +0000 (10:44 +0000)] 
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@55415 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

15 years agoReadded wxTreeCtrl event docs
Robert Roebling [Mon, 1 Sep 2008 19:45:06 +0000 (19:45 +0000)] 
Readded wxTreeCtrl event docs

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

15 years agoReadded event docs for wxListCtrl
Robert Roebling [Mon, 1 Sep 2008 14:35:36 +0000 (14:35 +0000)] 
Readded event docs for wxListCtrl

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

15 years agoosx-cocoa updates
Stefan Csomor [Mon, 1 Sep 2008 14:32:40 +0000 (14:32 +0000)] 
osx-cocoa updates

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

15 years agoMention wxEditableLisBox
Robert Roebling [Mon, 1 Sep 2008 14:22:54 +0000 (14:22 +0000)] 
Mention wxEditableLisBox

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

15 years agoMention that wxEditableListBox emit events from wxListCtrl
Robert Roebling [Mon, 1 Sep 2008 14:18:32 +0000 (14:18 +0000)] 
Mention that wxEditableListBox emit events from wxListCtrl

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

15 years agoReadded event documentation for wxDataViewCtrl
Robert Roebling [Mon, 1 Sep 2008 14:14:52 +0000 (14:14 +0000)] 
Readded event documentation for wxDataViewCtrl

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

15 years agoMinor doc update
Robert Roebling [Mon, 1 Sep 2008 13:48:57 +0000 (13:48 +0000)] 
Minor doc update

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

15 years agouse gtk_block_event instead of m_block event field
Robert Roebling [Mon, 1 Sep 2008 08:27:56 +0000 (08:27 +0000)] 
use gtk_block_event instead of m_block event field

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

15 years agomore common osx types
Stefan Csomor [Mon, 1 Sep 2008 07:17:20 +0000 (07:17 +0000)] 
more common osx types

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

15 years agofixing paths for xcode proj
Stefan Csomor [Mon, 1 Sep 2008 07:15:52 +0000 (07:15 +0000)] 
fixing paths for xcode proj

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

15 years agodefine wxStringSortAscneding/Descending() even in non-STL build for compatibility
Vadim Zeitlin [Mon, 1 Sep 2008 00:50:40 +0000 (00:50 +0000)] 
define wxStringSortAscneding/Descending() even in non-STL build for compatibility

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

15 years agosilence warning with GCC -Wextra
Paul Cornett [Sun, 31 Aug 2008 23:48:33 +0000 (23:48 +0000)] 
silence warning with GCC -Wextra

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

15 years agofix opengl dependency in monolithic build
Paul Cornett [Sun, 31 Aug 2008 23:47:24 +0000 (23:47 +0000)] 
fix opengl dependency in monolithic build

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

15 years agoupdate after wx/mac/setup.h rename to wx/osx/setup.h; also order files alphabetically
Vadim Zeitlin [Sun, 31 Aug 2008 17:14:17 +0000 (17:14 +0000)] 
update after wx/mac/setup.h rename to wx/osx/setup.h; also order files alphabetically

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

15 years agotest for utils/wxrc/Makefile existence and not utils/wxrc which always exists when...
Vadim Zeitlin [Sun, 31 Aug 2008 16:29:11 +0000 (16:29 +0000)] 
test for utils/wxrc/Makefile existence and not utils/wxrc which always exists when building in source directory (#9928)

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

15 years agoremove declaration for ctor which is never defined
Paul Cornett [Sun, 31 Aug 2008 15:27:12 +0000 (15:27 +0000)] 
remove declaration for ctor which is never defined

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

15 years agorename ShowCacheStats to wxStrCacheStatsDumper
Vadim Zeitlin [Sun, 31 Aug 2008 15:07:12 +0000 (15:07 +0000)] 
rename ShowCacheStats to wxStrCacheStatsDumper

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

15 years agocompilation fix in wxUSE_STL case after r54761
Vadim Zeitlin [Sun, 31 Aug 2008 15:05:02 +0000 (15:05 +0000)] 
compilation fix in wxUSE_STL case after r54761

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

15 years agocall GetCache() from a global object ctor to ensure that it is done before any thread...
Vadim Zeitlin [Sun, 31 Aug 2008 14:57:53 +0000 (14:57 +0000)] 
call GetCache() from a global object ctor to ensure that it is done before any threads are created

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

15 years agofix compilation for wxUSE_STD_STRING==0 case after latest change
Vadim Zeitlin [Sun, 31 Aug 2008 14:41:26 +0000 (14:41 +0000)] 
fix compilation for wxUSE_STD_STRING==0 case after latest change

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