Commit Graph

37809 Commits

Author SHA1 Message Date
Robin Dunn
19cdf227ad Some more details about CollapsiblePane
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43333 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-11-12 02:44:09 +00:00
Robin Dunn
2a8d232e8e demo tweaks
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43332 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-11-12 02:40:57 +00:00
Robin Dunn
a47418db8f Add wx.version()
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43331 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-11-12 02:37:28 +00:00
Robin Dunn
f3e5dcaa5b Add wxSimpleHtmlListBox
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43330 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-11-12 02:33:43 +00:00
Robin Dunn
bafc875b60 move the include of collpane.h to the main header
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43329 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-11-12 02:32:43 +00:00
Kevin Ollivier
b3aee70835 Switching to a keyed list for storing information about the column data in each row, so that columns need not be set sequentially. Also, a tweak for drawing colored backgrounds when wxLC_VRULES is set, and add a few guards before calling GetColumnInfo().
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43328 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-11-12 01:01:05 +00:00
Kevin Ollivier
5924f6b37d Adding the option to toggle between native and generic listctrl.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43327 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-11-11 23:48:32 +00:00
Vadim Zeitlin
92e0c0eb51 update from Jonas Rydberg
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43326 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-11-11 22:14:36 +00:00
Benjamin Williams
574c6e1a97 beginnings of wxAuiNotebook documentation
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43325 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-11-11 22:14:05 +00:00
Vadim Zeitlin
126bd656a7 also check for RenameGroup() calls which don't/shouldn't work
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43324 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-11-11 22:12:34 +00:00
Vadim Zeitlin
e10b8ce820 fix the bug with renaming groups leaving wxFileConfig in inconsistent state (closes 705022)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43323 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-11-11 22:11:01 +00:00
Benjamin Williams
fa2aeeb5dc added wxAuiNotebook and wxAuiTabArt to classes.tex and category.tex
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43322 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-11-11 22:10:19 +00:00
Benjamin Williams
c0d9896aef added documentation stub files for wxAuiNotebook and wxAuiTabArt
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43321 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-11-11 22:04:05 +00:00
Vadim Zeitlin
3ca1046155 extend RenameGroup() test to demonstrate the bug 705022
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43320 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-11-11 22:00:59 +00:00
Vadim Zeitlin
e1a2c7a527 use CPPUNIT_ASSERT_EQUAL() to be able to see the error in wxFileConfig tests easier
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43319 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-11-11 21:59:17 +00:00
Robin Dunn
7f5ff1b2a9 wxFD_SETSIZE --> FD_SETSIZE
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43318 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-11-11 20:38:46 +00:00
Vadim Zeitlin
92568b11d8 added include/msvc/wx/setup.h
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43317 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-11-11 20:23:18 +00:00
Vadim Zeitlin
592932859a updated version to 2.8
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43316 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-11-11 20:20:58 +00:00
Robin Dunn
044bb772d6 Patch [ 1594353 ] Fix for wxCollapsiblePane docs
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43315 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-11-11 20:06:20 +00:00
Robin Dunn
11d6793f15 Remove superfluous assert that conflicts with style settings needed on
wxGTK to get the same effect.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43314 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-11-11 20:02:07 +00:00
Robin Dunn
4dd1256aa3 Set default version to "28"
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43313 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-11-11 19:53:54 +00:00
Stefan Neis
e43101ee40 Need to check for getsockopt argument in C++ mode.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43312 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-11-11 17:19:59 +00:00
Chris Elliott
c6f9d35581 fix missing path
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43311 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-11-11 16:54:56 +00:00
Chris Elliott
190275cdf7 fix missing =
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43310 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-11-11 12:58:04 +00:00
Chris Elliott
1f060c0728 copy CHM files; change location of version
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43309 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-11-11 12:05:33 +00:00
Chris Elliott
16e72edbb3 copy CHM files; change location of version
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43308 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-11-11 12:00:30 +00:00
Julian Smart
1b8cd4656f Removed trailing comma
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43307 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-11-11 10:25:24 +00:00
Julian Smart
42a2ba5e65 Added missing include
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43306 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-11-11 10:24:39 +00:00
Julian Smart
4c79f9c160 Added missing include
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43305 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-11-11 10:11:04 +00:00
Robin Dunn
5172800e29 reSWIGged
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43304 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-11-11 08:01:12 +00:00
Robin Dunn
17949b1bff SetOrientationReversed
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43303 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-11-11 07:43:52 +00:00
Robin Dunn
a28f3b613b test code
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43302 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-11-11 07:42:26 +00:00
Robin Dunn
73470a1747 Added wx.CollapsiblePane
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43301 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-11-11 07:40:41 +00:00
Robin Dunn
037c7b4c7b Some wxCollapsiblePane tweaks:
- Use wxCP_DEFAULT_STYLE
 - Share a single wxCollapsiblePaneNameStr for the native and generic
   versions
 - Use a wxPanel for the pane so tab traversal works in the pane


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43300 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-11-11 07:32:08 +00:00
Kevin Ollivier
d2af7584c0 A more complete fix for the generic control border issue, a fix for getting/setting wxListItemAttr info for the native control, fixes for HitTest considering the column the 0 item, and for GetItemRect being one off in virtual mode. Also a fix for the function call when using a custom sort routine.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43299 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-11-11 05:41:12 +00:00
Vadim Zeitlin
80a06ad284 corrected exit/about menu command ids in the code after replacing them with the stock ones in the resources
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43298 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-11-11 01:15:42 +00:00
Robert Roebling
d723a1bac0 Use wxGTK_CONV instead of wxConvUTF8
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43297 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-11-11 00:36:22 +00:00
Robert Roebling
ccdbdc8936 Added native selection rectangle drawing.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43296 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-11-11 00:22:20 +00:00
Michael Wetherell
cc4a79c0f0 A couple more tests.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43295 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-11-10 22:49:45 +00:00
Michael Wetherell
3c7f37eddb Fixes for wxVsnprintf not always null terminating and not always copying as much
as will fit.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43294 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-11-10 22:48:50 +00:00
Włodzimierz Skiba
948f4c3735 WinCE background fix. Perhaps not only WinCE problem???.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43293 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-11-10 22:44:23 +00:00
Michael Wetherell
e98d32057d Fix for wxVsnprintf's %n.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43292 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-11-10 22:42:42 +00:00
Kevin Ollivier
1934a64e10 Fix typo with adding wxNO_BORDER to the native control.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43291 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-11-10 20:55:45 +00:00
Włodzimierz Skiba
7c5190745f Update os2/ow makefiles.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43290 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-11-10 20:49:16 +00:00
Stefan Csomor
797f8d9641 redirecting missing implementations to textctrl
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43289 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-11-10 20:37:41 +00:00
Włodzimierz Skiba
ec02a2f7de stub for wxOS2 region ctor from points.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43288 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-11-10 20:35:39 +00:00
Włodzimierz Skiba
3d4184cd56 Update mgl/ow makefiles.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43287 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-11-10 20:05:31 +00:00
Włodzimierz Skiba
320bf9ceec Add wxRegion ctor from array of points to wxMGL.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43286 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-11-10 19:58:43 +00:00
Robin Dunn
d036261c45 Add DLL export macro
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43285 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-11-10 19:15:47 +00:00
Robin Dunn
d3c82d0d13 Compile fix to match change made in header
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43284 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-11-10 19:14:13 +00:00