wxWidgets.git
15 years agoadded a button to reset the column order and the display of hidden columns to the...
Vadim Zeitlin [Sun, 14 Dec 2008 22:07:44 +0000 (22:07 +0000)] 
added a button to reset the column order and the display of hidden columns to the tabular grid frame

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

15 years agodon't use the hack with adding hidden columns to the native control because it doesn...
Vadim Zeitlin [Sun, 14 Dec 2008 22:06:58 +0000 (22:06 +0000)] 
don't use the hack with adding hidden columns to the native control because it doesn't play well with resizing; maintain the mapping between wx and MSW column indices internally even if this is much more work

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

15 years agono changes, just refactoring: extracted the code to update the column indices array...
Vadim Zeitlin [Sun, 14 Dec 2008 21:56:38 +0000 (21:56 +0000)] 
no changes, just refactoring: extracted the code to update the column indices array when the number of columns changes to the common code to be able to reuse it from the MSW version

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

15 years agorefresh the grid after resetting the columns positions to the default order
Vadim Zeitlin [Sun, 14 Dec 2008 20:45:39 +0000 (20:45 +0000)] 
refresh the grid after resetting the columns positions to the default order

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

15 years agocompilation fix after latest changes (missing header)
Vadim Zeitlin [Sun, 14 Dec 2008 20:27:35 +0000 (20:27 +0000)] 
compilation fix after latest changes (missing header)

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

15 years agoadded wxHeaderCtrl::ResetColumnsOrder() function; use it from wxGrid
Vadim Zeitlin [Sun, 14 Dec 2008 20:02:44 +0000 (20:02 +0000)] 
added wxHeaderCtrl::ResetColumnsOrder() function; use it from wxGrid

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

15 years agoadd support for hiding columns when using native header control in wxGrid; also added...
Vadim Zeitlin [Sun, 14 Dec 2008 17:28:57 +0000 (17:28 +0000)] 
add support for hiding columns when using native header control in wxGrid; also added convenient Hide/ShowCol() methods

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

15 years agofix the loading of the isosurf data; it was not loaded correctly on my system because...
Francesco Montorsi [Sun, 14 Dec 2008 16:13:29 +0000 (16:13 +0000)] 
fix the loading of the isosurf data; it was not loaded correctly on my system because isosurf.dat uses dots as decimal separators and my locale requires commas; fixed instancing a wxLocale with wxLANGUAGE_ENGLISH)

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

15 years agoforce doxygen autolink wrt wxLanguage enum
Francesco Montorsi [Sun, 14 Dec 2008 16:11:22 +0000 (16:11 +0000)] 
force doxygen autolink wrt wxLanguage enum

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

15 years agodocument wxFileOffset
Francesco Montorsi [Sun, 14 Dec 2008 15:05:18 +0000 (15:05 +0000)] 
document wxFileOffset

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

15 years agoreformat stream overview and provide a description hopefully correct, even if very...
Francesco Montorsi [Sun, 14 Dec 2008 14:51:42 +0000 (14:51 +0000)] 
reformat stream overview and provide a description hopefully correct, even if very short, for wxStreamBuffer

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

15 years agodistribute in the right places documentations for the overloads/structs used with...
Francesco Montorsi [Sun, 14 Dec 2008 14:06:47 +0000 (14:06 +0000)] 
distribute in the right places documentations for the overloads/structs used with wxCmdLineParser; mention wxAppConsole::OnInitCmdLine and wxAppConsole::OnCmdLineParsed

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

15 years agoremove old file not compiled/used anymore since at least 6 years
Francesco Montorsi [Sun, 14 Dec 2008 14:05:25 +0000 (14:05 +0000)] 
remove old file not compiled/used anymore since at least 6 years

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

15 years agofix note about OpenGL-enabling
Francesco Montorsi [Sun, 14 Dec 2008 14:03:48 +0000 (14:03 +0000)] 
fix note about OpenGL-enabling

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

15 years agono changes, just replaced SF bug number in a comment with Trac one
Vadim Zeitlin [Sun, 14 Dec 2008 12:43:45 +0000 (12:43 +0000)] 
no changes, just replaced SF bug number in a comment with Trac one

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

15 years agoremoved testing code leftovers
Vadim Zeitlin [Sun, 14 Dec 2008 10:08:49 +0000 (10:08 +0000)] 
removed testing code leftovers

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

15 years agodon't call size_request to get best size of a non-native control, it will probably...
Paul Cornett [Sun, 14 Dec 2008 07:39:17 +0000 (07:39 +0000)] 
don't call size_request to get best size of a non-native control, it will probably return (0,0)

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

15 years agodon't close all unused descriptors in the child, this seems unnecessary and breaks...
Vadim Zeitlin [Sun, 14 Dec 2008 00:10:07 +0000 (00:10 +0000)] 
don't close all unused descriptors in the child, this seems unnecessary and breaks some (admittedly buggy) children (e.g. xboard)

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

15 years agoadd support for sorting to grid columns
Vadim Zeitlin [Sun, 14 Dec 2008 00:02:30 +0000 (00:02 +0000)] 
add support for sorting to grid columns

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

15 years agoexplain EVT_GRID/EVT_GRID_CMD difference and don't duplicate the events documentation...
Vadim Zeitlin [Sat, 13 Dec 2008 22:08:18 +0000 (22:08 +0000)] 
explain EVT_GRID/EVT_GRID_CMD difference and don't duplicate the events documentation for both of them

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

15 years agoHopefully the right fix this time.
Kevin Ollivier [Sat, 13 Dec 2008 20:46:47 +0000 (20:46 +0000)] 
Hopefully the right fix this time.

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

15 years agoHDC() fix was wrong, may have been just a problem with mismatched parens.
Kevin Ollivier [Sat, 13 Dec 2008 20:11:31 +0000 (20:11 +0000)] 
HDC() fix was wrong, may have been just a problem with mismatched parens.

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

15 years agofix build, remove unused parameter from wxGetGdkWindowForDC()
Paul Cornett [Sat, 13 Dec 2008 18:56:25 +0000 (18:56 +0000)] 
fix build, remove unused parameter from wxGetGdkWindowForDC()

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

15 years agoMSW compile fixes.
Kevin Ollivier [Sat, 13 Dec 2008 18:23:39 +0000 (18:23 +0000)] 
MSW compile fixes.

M    src/msw/renderer.cpp

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

15 years agoForward port new wxRenderer methods in 2.8 to trunk.
Kevin Ollivier [Sat, 13 Dec 2008 17:36:27 +0000 (17:36 +0000)] 
Forward port new wxRenderer methods in 2.8 to trunk.

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

15 years agoupdate the size of the wxGridSizer as items are added to wxGBSizer to avoid asserts...
Vadim Zeitlin [Sat, 13 Dec 2008 12:27:33 +0000 (12:27 +0000)] 
update the size of the wxGridSizer as items are added to wxGBSizer to avoid asserts in AddGrowableRow/Col()

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

15 years agodon't compute the columns/rows from the number of items if both were explicitly set...
Vadim Zeitlin [Sat, 13 Dec 2008 12:26:27 +0000 (12:26 +0000)] 
don't compute the columns/rows from the number of items if both were explicitly set by user

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

15 years agosupport column reordering using drag and drop when using wxHeaderCtrl
Vadim Zeitlin [Sat, 13 Dec 2008 00:24:39 +0000 (00:24 +0000)] 
support column reordering using drag and drop when using wxHeaderCtrl

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

15 years agoextend the range of glib versions for which the GTK+ standard options can be passed...
Francesco Montorsi [Fri, 12 Dec 2008 23:00:06 +0000 (23:00 +0000)] 
extend the range of glib versions for which the GTK+ standard options can be passed to wxWidgets program since the _GOptionGroup structure never changed

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

15 years agofix command line parsing
Francesco Montorsi [Fri, 12 Dec 2008 21:30:22 +0000 (21:30 +0000)] 
fix command line parsing

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

15 years agomodernize the sample removing global C-style functions; partially fix loading of...
Francesco Montorsi [Fri, 12 Dec 2008 20:42:51 +0000 (20:42 +0000)] 
modernize the sample removing global C-style functions; partially fix loading of the .dat.gz file

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

15 years agoput zlib streams in the archive category, too; fix some typos
Francesco Montorsi [Fri, 12 Dec 2008 19:34:42 +0000 (19:34 +0000)] 
put zlib streams in the archive category, too; fix some typos

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

15 years agolink class groups with macro groups and provide a brief description for all groups
Francesco Montorsi [Fri, 12 Dec 2008 18:51:54 +0000 (18:51 +0000)] 
link class groups with macro groups and provide a brief description for all groups

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

15 years agofix compuation of dirty cells when the columns are reordered, this didn't work at...
Vadim Zeitlin [Fri, 12 Dec 2008 17:34:13 +0000 (17:34 +0000)] 
fix compuation of dirty cells when the columns are reordered, this didn't work at all before

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

15 years agoSTL build: fix missing const which results in Insert(int, T) being called instead...
Vadim Zeitlin [Fri, 12 Dec 2008 16:57:11 +0000 (16:57 +0000)] 
STL build: fix missing const which results in Insert(int, T) being called instead of Insert(iterator, T) via iterator->bool conversion (this fixes at least one test failure)

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

15 years agofix best size caching
Vadim Zeitlin [Fri, 12 Dec 2008 16:31:39 +0000 (16:31 +0000)] 
fix best size caching

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

15 years agodon't test for best size not being 0, this doesn't pass under wxGTK
Vadim Zeitlin [Fri, 12 Dec 2008 16:29:11 +0000 (16:29 +0000)] 
don't test for best size not being 0, this doesn't pass under wxGTK

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

15 years agocompilation fixes for Unix build _with_ PCH
Vadim Zeitlin [Fri, 12 Dec 2008 16:21:49 +0000 (16:21 +0000)] 
compilation fixes for Unix build _with_ PCH

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

15 years agofix doxygen warnings
Francesco Montorsi [Fri, 12 Dec 2008 16:10:08 +0000 (16:10 +0000)] 
fix doxygen warnings

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

15 years agodon't assert at startup because of the static initialization of a wxLocale object...
Francesco Montorsi [Fri, 12 Dec 2008 15:58:03 +0000 (15:58 +0000)] 
don't assert at startup because of the static initialization of a wxLocale object requires a valid wxAppTraits object; init the locale later, in TestDefaultLang()

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

15 years agodocument wxInitializer and wxInitialize and wxUninitialize
Francesco Montorsi [Fri, 12 Dec 2008 15:56:19 +0000 (15:56 +0000)] 
document wxInitializer and wxInitialize and wxUninitialize

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

15 years agofix typo
Francesco Montorsi [Fri, 12 Dec 2008 15:41:22 +0000 (15:41 +0000)] 
fix typo

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

15 years agosplit AddCatalog docs for the two overloads
Francesco Montorsi [Fri, 12 Dec 2008 15:40:54 +0000 (15:40 +0000)] 
split AddCatalog docs for the two overloads

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

15 years agoreally fix STL compilation
Vadim Zeitlin [Fri, 12 Dec 2008 15:06:15 +0000 (15:06 +0000)] 
really fix STL compilation

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

15 years agoadd unit test for column reordering functions
Vadim Zeitlin [Fri, 12 Dec 2008 14:16:06 +0000 (14:16 +0000)] 
add unit test for column reordering functions

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

15 years agodon't duplicate the column reordering in generic wxHeaderCtrl and wxGrid, extract...
Vadim Zeitlin [Thu, 11 Dec 2008 22:27:02 +0000 (22:27 +0000)] 
don't duplicate the column reordering in generic wxHeaderCtrl and wxGrid, extract it into a (public) helper function

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

15 years agoforward SetColPos() to the header window
Vadim Zeitlin [Thu, 11 Dec 2008 22:16:38 +0000 (22:16 +0000)] 
forward SetColPos() to the header window

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

15 years agodon't lose the scroll offset when the window is repositioned
Vadim Zeitlin [Thu, 11 Dec 2008 22:06:55 +0000 (22:06 +0000)] 
don't lose the scroll offset when the window is repositioned

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

15 years agoin STL build wxVector elements need to be assignable as well as copy constructible
Vadim Zeitlin [Thu, 11 Dec 2008 21:41:33 +0000 (21:41 +0000)] 
in STL build wxVector elements need to be assignable as well as copy constructible

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

15 years agoadded wxGrid::UseNativeColHeader() (column reordering doesn't work yet); more wxGrid...
Vadim Zeitlin [Thu, 11 Dec 2008 19:21:20 +0000 (19:21 +0000)] 
added wxGrid::UseNativeColHeader() (column reordering doesn't work yet); more wxGrid clean up: refactor Init/InitVars/Create

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

15 years agoadd bigger margins around column title when autosizing column width based on it,...
Vadim Zeitlin [Thu, 11 Dec 2008 19:20:15 +0000 (19:20 +0000)] 
add bigger margins around column title when autosizing column width based on it, it looks better like this

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

15 years agothere is no need to call UpdateColumn() in the derived class UpdateColumnWidthToFit...
Vadim Zeitlin [Thu, 11 Dec 2008 19:17:55 +0000 (19:17 +0000)] 
there is no need to call UpdateColumn() in the derived class UpdateColumnWidthToFit(), the base class does it already if the latter returns true

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

15 years agogenerate EVT_HEADER_RESIZING events from HDN_ITEMCHANGING, not from HDN_TRACK which...
Vadim Zeitlin [Thu, 11 Dec 2008 18:57:03 +0000 (18:57 +0000)] 
generate EVT_HEADER_RESIZING events from HDN_ITEMCHANGING, not from HDN_TRACK which we don't seem to be getting at all

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

15 years agoadded wxHeaderCtrl::OnColumnCountChanging()
Vadim Zeitlin [Thu, 11 Dec 2008 17:15:43 +0000 (17:15 +0000)] 
added wxHeaderCtrl::OnColumnCountChanging()

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

15 years agoAdded wxPropertyGridInterface::RemoveProperty()
Jaakko Salli [Thu, 11 Dec 2008 17:11:35 +0000 (17:11 +0000)] 
Added wxPropertyGridInterface::RemoveProperty()

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

15 years agofix wxTextCtrl::Replace() under wxGTK; added unit test for it and describe its effect...
Vadim Zeitlin [Thu, 11 Dec 2008 16:46:25 +0000 (16:46 +0000)] 
fix wxTextCtrl::Replace() under wxGTK; added unit test for it and describe its effect on the insertion point

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

15 years agoSpinCtrl editor's 'value change by mouse motion' feature is made optional, enabled...
Jaakko Salli [Thu, 11 Dec 2008 16:14:55 +0000 (16:14 +0000)] 
SpinCtrl editor's 'value change by mouse motion' feature is made optional, enabled via 'MotionSpin' attribute. Also, for now only enabled on MSW (mouse capture etc. inconsistent on native wxGTK spinbutton?).

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

15 years agoadded wxVector::resize()
Vadim Zeitlin [Thu, 11 Dec 2008 13:45:04 +0000 (13:45 +0000)] 
added wxVector::resize()

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

15 years agoexport wxSettableHeaderColumn from DLL
Vadim Zeitlin [Thu, 11 Dec 2008 13:27:03 +0000 (13:27 +0000)] 
export wxSettableHeaderColumn from DLL

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

15 years agoextract setters from wxHeaderColumnBase into a separate wxSettableHeaderColumn class...
Vadim Zeitlin [Thu, 11 Dec 2008 13:05:48 +0000 (13:05 +0000)] 
extract setters from wxHeaderColumnBase into a separate wxSettableHeaderColumn class as we don't always need to implement them in order to use this class; also renamed wxHeaderColumnBase to just wxHeaderColumn as we didn't have any wxHeaderColumn at all

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

15 years agosubstitute (c) and (C) for copyright strings as documented
Francesco Montorsi [Thu, 11 Dec 2008 12:14:14 +0000 (12:14 +0000)] 
substitute (c) and (C) for copyright strings as documented

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

15 years agodon't use MSW-only DEFAULT_ITEM_WIDTH but the width returned by the best class GetBes...
Vadim Zeitlin [Thu, 11 Dec 2008 10:50:59 +0000 (10:50 +0000)] 
don't use MSW-only DEFAULT_ITEM_WIDTH but the width returned by the best class GetBestSize() in wxHeaderCtrl::DoGetBestSize() implementation for empty header

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

15 years agofix SetStyle tag removing, broken in r45186
Paul Cornett [Thu, 11 Dec 2008 05:52:22 +0000 (05:52 +0000)] 
fix SetStyle tag removing, broken in r45186

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

15 years agoimplement column reordering by dragging in the generic wxHeaderCtrl
Vadim Zeitlin [Thu, 11 Dec 2008 00:49:34 +0000 (00:49 +0000)] 
implement column reordering by dragging in the generic wxHeaderCtrl

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

15 years agoclarify wxFlexSizerGrowMode description
Vadim Zeitlin [Wed, 10 Dec 2008 23:38:58 +0000 (23:38 +0000)] 
clarify wxFlexSizerGrowMode description

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

15 years agodeprecate wxStringEq
Vadim Zeitlin [Wed, 10 Dec 2008 20:07:33 +0000 (20:07 +0000)] 
deprecate wxStringEq

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

15 years agoundo accidental change of r57233
Vadim Zeitlin [Wed, 10 Dec 2008 16:24:54 +0000 (16:24 +0000)] 
undo accidental change of r57233

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

15 years agoproperly implement Do[GS]etColumnsOrder() in the generic wxHeaderCtrl
Vadim Zeitlin [Wed, 10 Dec 2008 16:24:08 +0000 (16:24 +0000)] 
properly implement Do[GS]etColumnsOrder() in the generic wxHeaderCtrl

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

15 years agouse wxAboutBox() to make it evident a wxGrid refreshing bug under wxMSW (probably...
Francesco Montorsi [Wed, 10 Dec 2008 16:20:07 +0000 (16:20 +0000)] 
use wxAboutBox() to make it evident a wxGrid refreshing bug under wxMSW (probably correlated to the window disabler used by the generic about box)

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

15 years agoprovide Do[GS]etColumnsOrder() stubs for the generic wxHeaderCtrl
Vadim Zeitlin [Wed, 10 Dec 2008 16:09:58 +0000 (16:09 +0000)] 
provide Do[GS]etColumnsOrder() stubs for the generic wxHeaderCtrl

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

15 years agoadded EVT_HEADER_DRAGGING_CANCELLED event sent when either resizing or reordering...
Vadim Zeitlin [Wed, 10 Dec 2008 16:05:21 +0000 (16:05 +0000)] 
added EVT_HEADER_DRAGGING_CANCELLED event sent when either resizing or reordering operation is cancelled instead of having a special cancelled flag in normal END_RESIZE/REORDER events

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

15 years agoimplement column reordering support in wxMSW wxHeaderCtrl; use it in wxDataViewCtrl...
Vadim Zeitlin [Wed, 10 Dec 2008 15:56:11 +0000 (15:56 +0000)] 
implement column reordering support in wxMSW wxHeaderCtrl; use it in wxDataViewCtrl (and make difference between column indices and positions more clear in it)

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

15 years agomake first column non-draggable to test support for this flag
Vadim Zeitlin [Tue, 9 Dec 2008 23:31:32 +0000 (23:31 +0000)] 
make first column non-draggable to test support for this flag

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

15 years agoif we keep autobrief comments = YES, let's repeat the brief comment in the detailed...
Francesco Montorsi [Tue, 9 Dec 2008 19:53:19 +0000 (19:53 +0000)] 
if we keep autobrief comments = YES, let's repeat the brief comment in the detailed documentation block as to avoid lots of empty blocks

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

15 years agofix for r56618: toolbar event handlers can toggle or disable tools again (patch ...
Václav Slavík [Tue, 9 Dec 2008 18:35:48 +0000 (18:35 +0000)] 
fix for r56618: toolbar event handlers can toggle or disable tools again (patch #10241)

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

15 years agodefine I_IMAGENONE now that we use it, at least VC6 doesn't have it (thanks buildbot)
Vadim Zeitlin [Tue, 9 Dec 2008 14:45:23 +0000 (14:45 +0000)] 
define I_IMAGENONE now that we use it, at least VC6 doesn't have it (thanks buildbot)

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

15 years agodocument UpdateColumn()
Vadim Zeitlin [Tue, 9 Dec 2008 14:05:07 +0000 (14:05 +0000)] 
document UpdateColumn()

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

15 years agouse a slightly less ugly way to conditionally suppress unused parameter warnings
Vadim Zeitlin [Tue, 9 Dec 2008 13:36:23 +0000 (13:36 +0000)] 
use a slightly less ugly way to conditionally suppress unused parameter warnings

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

15 years agocall wxMDIClientWindow::CreateClient()
Vadim Zeitlin [Tue, 9 Dec 2008 13:35:08 +0000 (13:35 +0000)] 
call wxMDIClientWindow::CreateClient()

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

15 years agorecreate the column instead of trying to update it in place, it's much simpler like...
Vadim Zeitlin [Tue, 9 Dec 2008 11:42:46 +0000 (11:42 +0000)] 
recreate the column instead of trying to update it in place, it's much simpler like this

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

15 years agofix wxOS2 build where OpenGL headers are available but there's no wxGlCanvas implemen...
Francesco Montorsi [Tue, 9 Dec 2008 09:15:24 +0000 (09:15 +0000)] 
fix wxOS2 build where OpenGL headers are available but there's no wxGlCanvas implementation available

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

15 years agorecreate the column instead of trying to update it in place, it's much simpler like...
Vadim Zeitlin [Tue, 9 Dec 2008 00:14:11 +0000 (00:14 +0000)] 
recreate the column instead of trying to update it in place, it's much simpler like this

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

15 years agoadd an event table; even if wxMenuItem is not a widget, it emits events
Francesco Montorsi [Mon, 8 Dec 2008 23:22:41 +0000 (23:22 +0000)] 
add an event table; even if wxMenuItem is not a widget, it emits events

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

15 years agoformatting change; added @c in front of wxEVT_ constants
Francesco Montorsi [Mon, 8 Dec 2008 23:21:58 +0000 (23:21 +0000)] 
formatting change; added @c in front of wxEVT_ constants

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

15 years agoimplement 'auto' mode for both wxMediaCtrl and OpenGL
Francesco Montorsi [Mon, 8 Dec 2008 23:19:37 +0000 (23:19 +0000)] 
implement 'auto' mode for both wxMediaCtrl and OpenGL

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

15 years agoalways update the column icon field when updating the item as it could be reset to...
Vadim Zeitlin [Mon, 8 Dec 2008 21:22:26 +0000 (21:22 +0000)] 
always update the column icon field when updating the item as it could be reset to nothing

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

15 years agoskip the header click event to allow sorting (done in the default handler) to take...
Vadim Zeitlin [Mon, 8 Dec 2008 21:14:00 +0000 (21:14 +0000)] 
skip the header click event to allow sorting (done in the default handler) to take place

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

15 years agorestore sorting functionality of the generic wxDataViewCtrl but implement it on top...
Vadim Zeitlin [Mon, 8 Dec 2008 21:13:29 +0000 (21:13 +0000)] 
restore sorting functionality of the generic wxDataViewCtrl but implement it on top of wxHeaderCtrl support for it now; don't have const and non-const overloads of GetSortingColumn() in wxDVC returning different things (could this have really been intentional?); added GetSortingColumnIndex()

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

15 years agodon't give an error when OpenGL libraries aren't available; give a warning, put wxUSE...
Francesco Montorsi [Mon, 8 Dec 2008 19:33:08 +0000 (19:33 +0000)] 
don't give an error when OpenGL libraries aren't available; give a warning, put wxUSE_OPENGL=no and proceed

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

15 years agoadded a overview_string_binary section describing what is wxString support with regar...
Francesco Montorsi [Mon, 8 Dec 2008 19:25:07 +0000 (19:25 +0000)] 
added a overview_string_binary section describing what is wxString support with regard to binary data; removed traces of UCS2 wording; it was not completely correct (see wx-dev thread 'string changes doubts and docs')

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

15 years agoenable OpenGL and MediaCtrl components by default as discussed on wx-dev; remove...
Francesco Montorsi [Mon, 8 Dec 2008 19:07:38 +0000 (19:07 +0000)] 
enable OpenGL and MediaCtrl components by default as discussed on wx-dev; remove some old checks against wxUSE_CONSTRAINTS - they're not needed anymore (part of r57199)

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

15 years agodon't allow resizing non-resizeable columns in wxHeaderCtrl itself, no need to do...
Vadim Zeitlin [Mon, 8 Dec 2008 17:36:11 +0000 (17:36 +0000)] 
don't allow resizing non-resizeable columns in wxHeaderCtrl itself, no need to do it in wxDataViewCtrl

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

15 years agohonour column min width when resizing in wxHeaderCtrl, no need to do it in wxDataViewCtrl
Vadim Zeitlin [Mon, 8 Dec 2008 17:33:03 +0000 (17:33 +0000)] 
honour column min width when resizing in wxHeaderCtrl, no need to do it in wxDataViewCtrl

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

15 years agoBetter EVT_MOTION handling in wxPGSpinButton
Jaakko Salli [Mon, 8 Dec 2008 17:20:11 +0000 (17:20 +0000)] 
Better EVT_MOTION handling in wxPGSpinButton

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

15 years agoenable OpenGL and MediaCtrl components by default as discussed on wx-dev; remove...
Francesco Montorsi [Mon, 8 Dec 2008 16:51:43 +0000 (16:51 +0000)] 
enable OpenGL and MediaCtrl components by default as discussed on wx-dev; remove some old checks against wxUSE_CONSTRAINTS - they're not needed anymore

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

15 years agotest non-resizeable and resizeable but with min size set columns
Vadim Zeitlin [Mon, 8 Dec 2008 16:50:26 +0000 (16:50 +0000)] 
test non-resizeable and resizeable but with min size set columns

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

15 years agorename wxHeaderCtrl DRAG events into RESIZE ones as we're also going to have column...
Vadim Zeitlin [Mon, 8 Dec 2008 16:38:56 +0000 (16:38 +0000)] 
rename wxHeaderCtrl DRAG events into RESIZE ones as we're also going to have column drag-reodering

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

15 years agodon't take EVT_HEADER_END_DRAG into account if it indicates the the drag was cancelled
Vadim Zeitlin [Mon, 8 Dec 2008 16:31:44 +0000 (16:31 +0000)] 
don't take EVT_HEADER_END_DRAG into account if it indicates the the drag was cancelled

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

15 years agoadd the possibility to cancel drag-resizing by pressing Esc
Vadim Zeitlin [Mon, 8 Dec 2008 16:30:09 +0000 (16:30 +0000)] 
add the possibility to cancel drag-resizing by pressing Esc

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

15 years agobuildbot VC6 apparently can't compile variable declaration inside a switch statement...
Vadim Zeitlin [Mon, 8 Dec 2008 16:24:39 +0000 (16:24 +0000)] 
buildbot VC6 apparently can't compile variable declaration inside a switch statement even though my own VC6 SP5 can

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