Benjamin Williams
a9eeb510dd
crash fixes for wxAuiNotebook on gtk
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43191 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-11-08 10:36:16 +00:00
Benjamin Williams
f39fddcd9e
accessor functions for wxAuiMDIParentFrame
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43190 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-11-08 10:31:52 +00:00
Benjamin Williams
ba6ce5fbdb
vertically centered miniframe close button
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43189 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-11-08 10:12:20 +00:00
Benjamin Williams
87e5fe6990
wxAuiNotebook tab drag-drop bug fixes
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43188 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-11-08 09:54:05 +00:00
Jouk Jansen
fe4ed5ebff
synchronizing setup.h_vms with setup.h.in
...
Modified Files:
wxWidgets/setup.h_vms
----------------------------------------------------------------------
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43187 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-11-08 09:03:58 +00:00
Benjamin Williams
9b405ab311
fixed bug in ButtonHitTest() which caused invisible buttons to be pressable
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43186 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-11-08 08:13:06 +00:00
Benjamin Williams
9b3f654a4c
button bug fix
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43185 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-11-08 07:44:07 +00:00
Benjamin Williams
a93d5af846
fixed crasher (part 2)
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43184 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-11-08 05:39:59 +00:00
Benjamin Williams
28169517b8
fixed crasher
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43183 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-11-08 05:38:36 +00:00
Robin Dunn
ecc7aa8203
ensure m_table is not NULL before trying to access the view
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43181 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-11-08 04:54:47 +00:00
Michael Wetherell
644241e162
Go back to using sprintf instead of swprintf, since it's signature has changed
...
on Windows. There are quite a few compilers where we don't know which version
the change occurred or will occur, including bcc, gcc, and icc.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43180 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-11-08 01:13:18 +00:00
Michael Wetherell
8bb9d852a3
Move the #if disabling wxUSE_STD_STRING for watcom/dmc/vc5 into setup.h so
...
that users can edit them easily.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43179 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-11-08 00:09:15 +00:00
Michael Wetherell
693bfcafb6
Fix for CreateTempFileName with wxFFile for Windows. Also _open_osfhandle
...
requires O_BINARY on Borland, and the others don't seem to mind it.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43178 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-11-07 23:48:24 +00:00
Robin Dunn
405be7132c
wxFileSystemHandler test case
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43177 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-11-07 22:39:03 +00:00
Robin Dunn
ec8a775558
Typecheck each list element in wxArrayInt typemap
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43176 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-11-07 22:36:55 +00:00
Robin Dunn
f20a4018f4
Keep m_pos in sync in SetValue in case the value_changed callback is
...
not called, such as when the widget is first created.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43175 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-11-07 22:35:33 +00:00
Robin Dunn
4f13d3825e
test for mac theme brush
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43174 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-11-07 21:43:51 +00:00
Robin Dunn
c04bcba0d6
Don't embed the style sheet
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43173 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-11-07 21:43:11 +00:00
Robin Dunn
de8137ac5c
Fix for bug # 1592263, changing 'glLightModel' to 'glLightModelfv'
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43172 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-11-07 21:42:30 +00:00
Robin Dunn
047fa46b8a
Use the native vswprintf on OSX
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43171 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-11-07 20:29:57 +00:00
Benjamin Williams
6750264e50
reverted to gtk-specific close xbm
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43170 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-11-07 20:04:25 +00:00
Benjamin Williams
760d3542ec
button bug fixed
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43169 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-11-07 20:02:38 +00:00
Robin Dunn
8bd3541321
fixes for the dummy classes (used when wxUSE_GRAPHICS_CONTEXT is 0)
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43168 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-11-07 19:59:21 +00:00
Julian Smart
5567a2224b
Rename double readme
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43167 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-11-07 18:47:12 +00:00
Benjamin Williams
69685ee021
fixed width measuring - minor fixes
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43166 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-11-07 16:13:04 +00:00
Benjamin Williams
8e367bbf44
prevent sash artifacts on gtk
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43165 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-11-07 15:48:06 +00:00
Benjamin Williams
50d5ad7d77
elipsis for oversized pane captions
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43164 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-11-07 15:40:23 +00:00
Vadim Zeitlin
7487078819
include the icon also for wxMGL (fixes tinderbox error)
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43163 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-11-07 15:32:27 +00:00
Włodzimierz Skiba
e9c2213ed7
Adjustement to OW 1.6-rc2 state.
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43162 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-11-07 14:51:52 +00:00
Benjamin Williams
3904a28098
round active tab corners a bit
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43161 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-11-07 13:32:05 +00:00
Benjamin Williams
cf143a431c
a tad bit more padding
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43160 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-11-07 13:26:05 +00:00
Benjamin Williams
213e64e980
add a little extra padding around text in new tab theme
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43159 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-11-07 13:24:30 +00:00
Benjamin Williams
47b6bebbdc
clipping bug fixed
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43158 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-11-07 13:10:32 +00:00
Benjamin Williams
7e1f1a1328
fixed event processing bug in tabmdi
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43157 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-11-07 12:52:02 +00:00
Benjamin Williams
8896cb72d2
touched up close button
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43156 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-11-07 10:59:46 +00:00
Jouk Jansen
33b44441ef
Update configuration file for OpenVMS
...
Modified Files:
wxWidgets/setup.h_vms
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43155 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-11-07 10:34:10 +00:00
Benjamin Williams
1114a102d5
fixed compile error
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43154 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-11-07 10:29:02 +00:00
Benjamin Williams
dadacb5ec7
streamlined gradients
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43153 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-11-07 10:28:06 +00:00
Benjamin Williams
9c1d6ef42e
added image to root item of tree in aui sample
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43152 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-11-07 09:31:42 +00:00
Julian Smart
623a195ec2
Include winundefs.h
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43151 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-11-07 09:08:33 +00:00
Benjamin Williams
b826c7dcd2
in wxAuiDefaultDockArt, save base colour just in case
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43150 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-11-07 08:53:28 +00:00
Benjamin Williams
7c508bca83
simplified gradient code a bit
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43149 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-11-07 08:45:18 +00:00
Benjamin Williams
26cab2af0a
removed unnecessary commented code
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43148 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-11-07 08:37:36 +00:00
Benjamin Williams
b965ffff37
small bug fix
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43147 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-11-07 08:36:33 +00:00
Benjamin Williams
b0d17f7c3f
new default theme for wxAuiNotebook
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43146 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-11-07 08:10:16 +00:00
Stefan Csomor
82f88f03ba
supporting theme brushes under 10.4 properly
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43144 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-11-07 08:09:56 +00:00
Robin Dunn
48a0c02123
reSWIGged
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43143 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-11-07 05:20:59 +00:00
Robin Dunn
855dd2ecee
GetNumberOfLines on GTK doesn't count wrapped lines again...
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43142 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-11-07 05:17:30 +00:00
Robin Dunn
20be5dfc14
Typo fixed
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43141 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-11-07 05:13:36 +00:00
Robin Dunn
8434297daf
The "small optimization" causes asserts if Play is called before the
...
first EVT_SIZE event (because the m_backingStore bitmap won't have
been created yet) so take it out.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43140 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-11-07 05:12:52 +00:00