Robin Dunn
|
4943ebb1e3
|
Fixes as described in #1661049 (Uncollectable ogl objects)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@44515 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-02-16 23:32:37 +00:00 |
|
Julian Smart
|
24f640b8d9
|
IsShown shouldn't cause empty sizers to not have their positions calculated
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@44514 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-02-16 22:12:58 +00:00 |
|
Vadim Zeitlin
|
cefb28b4d7
|
don't delete inexistent column indices in DeleteCols() [backport from HEAD]
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@44513 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-02-16 17:43:39 +00:00 |
|
Julian Smart
|
f15bea31f9
|
Added support for hover bitmap
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@44510 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-02-16 08:16:37 +00:00 |
|
Vadim Zeitlin
|
1b43a6c780
|
various compilation fixes [backport from HEAD]
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@44499 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-02-13 23:22:24 +00:00 |
|
Vadim Zeitlin
|
af77802f1f
|
removed superfluous semicolon
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@44498 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-02-13 23:20:12 +00:00 |
|
Robin Dunn
|
01ffc0fba2
|
rebaked makefiles with new version numbers
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@44495 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-02-13 16:52:00 +00:00 |
|
Chris Elliott
|
1038cd1374
|
version update
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@44490 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-02-13 11:26:41 +00:00 |
|
Robin Dunn
|
503cad4a4c
|
Make the greyed image list be the same size as the main image list,
don't assume 16x16
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@44489 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-02-12 21:27:09 +00:00 |
|
Julian Smart
|
92a785767b
|
Pass correct values to spin control
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@44488 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-02-12 21:01:58 +00:00 |
|
Vadim Zeitlin
|
42c680d04a
|
fixed LastRead() after Read(wxOutputStream&) (patch 1658301) [backport from HEAD]
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@44485 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-02-12 19:11:12 +00:00 |
|
Robin Dunn
|
5a802ba35e
|
add Windows Python 2.3 build back in
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@44483 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-02-12 18:18:47 +00:00 |
|
Robin Dunn
|
dc02e004d6
|
Compile fix for Panther
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@44482 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-02-12 18:17:40 +00:00 |
|
Robin Dunn
|
c695fa396c
|
fix version numbers
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@44481 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-02-12 17:46:11 +00:00 |
|
Vadim Zeitlin
|
c9bfe63bb0
|
compilation fix [backport from HEAD]
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@44480 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-02-12 16:36:41 +00:00 |
|
Chris Elliott
|
84d2a69e29
|
version 2.8.2
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@44474 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-02-12 13:13:45 +00:00 |
|
Vadim Zeitlin
|
fa63e208ce
|
removed spurious cast of GetTruncatedJDN() return value to WeekDay enum which breaks the code with Watcom (and maybe others) (bug 1618853) [backport from HEAD]
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@44473 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-02-12 13:05:47 +00:00 |
|
Chris Elliott
|
3c7b955411
|
add docs/msw/install.txt
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@44471 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-02-12 10:54:52 +00:00 |
|
Chris Elliott
|
063f631a02
|
change version to 2.8.2 in places mentioned in technotes tn0011
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@44470 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-02-12 10:50:43 +00:00 |
|
Julian Smart
|
24ef688ebe
|
Added some change logs, updated version
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@44469 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-02-12 10:05:49 +00:00 |
|
Robert Roebling
|
d42677b8c8
|
Backport wxListBox::Insert() changes to 2_8.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@44468 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-02-11 14:39:31 +00:00 |
|
Vadim Zeitlin
|
1bd50ac5be
|
don't Printf() the string into itself (replaces patch 1655318) (backport from HEAD)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@44461 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-02-11 02:58:33 +00:00 |
|
Vadim Zeitlin
|
7d5be546b1
|
fit the control when its real contents is attached and not simply (re-)layout it as it has no effect (patch 1644924) (backport from HEAD)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@44457 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-02-11 02:34:57 +00:00 |
|
Vadim Zeitlin
|
b54a991894
|
don't use strlen() to verify the length of the string as it can contain embedded NULs (patch 1643843; closes bug 1642284) (backport from HEAD)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@44454 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-02-11 02:24:56 +00:00 |
|
Vadim Zeitlin
|
0c1688d7b1
|
define DisableAutomaticSETranslator() correctly when wxUSE_ON_FATAL_EXCEPTION==0, this fixes linking in this case (replaces patch 1646340) (backport from HEAD)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@44451 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-02-11 02:17:28 +00:00 |
|
Vadim Zeitlin
|
53c48a7304
|
write the entire file at once in Flush() instead of doing it line by line (patch 1656509) (backport from HEAD)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@44450 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-02-11 02:14:59 +00:00 |
|
Vadim Zeitlin
|
1b5665ea3f
|
update the popup menu item when it's [un]checked too, as it already happens for the items in the main menu bar (backport from HEAD)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@44446 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-02-11 00:59:37 +00:00 |
|
Julian Smart
|
90863a014b
|
Don't optimize if there are child windows since children won't be scrolled
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@44438 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-02-10 09:41:42 +00:00 |
|
Robin Dunn
|
fe641ffb97
|
Turn off wxUSE_GRAPHICS_CONTEXT if compiling with MSVC 6
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@44436 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-02-10 02:06:54 +00:00 |
|
Robin Dunn
|
73795abcef
|
reSWIGged
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@44435 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-02-10 00:15:51 +00:00 |
|
Robin Dunn
|
076c29d8f7
|
Check for NotImplementedError
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@44434 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-02-10 00:14:56 +00:00 |
|
Robin Dunn
|
7f3e41c4d3
|
A bit of code cleanup
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@44433 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-02-09 23:43:24 +00:00 |
|
Robin Dunn
|
47f2df6d21
|
ensure that a bad locale is destroyed before it is attempted to be used
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@44432 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-02-09 23:42:57 +00:00 |
|
Robin Dunn
|
0408709133
|
Docs about wxToolBar::SetToolDisabledBitmap and SetToolNormalBitmap
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@44431 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-02-09 23:41:32 +00:00 |
|
Julian Smart
|
09e161721b
|
Reverted renderer changes and just use window variant within renderer functions
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@44430 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-02-09 14:05:11 +00:00 |
|
Julian Smart
|
3d31f62a1f
|
Updated the mask
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@44428 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-02-08 21:45:07 +00:00 |
|
Robin Dunn
|
3c901e1e03
|
backport Roman's changes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@44427 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-02-08 20:30:27 +00:00 |
|
Bryan Petty
|
e728b32239
|
This commit was manufactured by cvs2svn to create branch
'WX_2_8_BRANCH'.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@44426 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-02-08 20:30:27 +00:00 |
|
Julian Smart
|
8dfd2d0aad
|
Added control size constants to renderer to allow component drawing to match the
window variant, initially on Mac
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@44425 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-02-08 17:18:43 +00:00 |
|
Julian Smart
|
869d741e0b
|
Added missing include
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@44422 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-02-08 15:48:27 +00:00 |
|
Vadim Zeitlin
|
872ff793e6
|
added dllexport/import declarations for wxRunningEventLoopCount to fix linking in DLL build
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@44410 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-02-08 02:32:48 +00:00 |
|
Vadim Zeitlin
|
484f1362b2
|
update wxChoice value when SetSelection() is called
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@44407 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-02-07 17:43:03 +00:00 |
|
Vadim Zeitlin
|
bdcb00e8ec
|
fix compilation after the last change in msw/thread.cpp: we can't use wxEventLoop from there; use the hack described at http://article.gmane.org/gmane.comp.lib.wxwidgets.devel/83190 instead
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@44404 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-02-07 16:30:34 +00:00 |
|
Vadim Zeitlin
|
c9897ce282
|
define wxUSE_ACTIVEX, not (non existent) wxUSE_OLE_ACTIVEX (backport from HEAD)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@44402 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-02-07 16:09:02 +00:00 |
|
Julian Smart
|
bacea03059
|
Added flag for removing attributes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@44399 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-02-07 12:24:17 +00:00 |
|
Julian Smart
|
11ab3d4687
|
Removed unnecessary assignment
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@44398 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-02-07 12:21:42 +00:00 |
|
Robin Dunn
|
7f0213cad6
|
Remove default ctors from wxGraphicsMatrix and wxGraphicsPath since
they are supposed to be constructed vie the factory functions in
wxGraphicsContext.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@44385 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-02-06 18:24:54 +00:00 |
|
Robin Dunn
|
9358d3e22f
|
Allow wxWANTS_CHARS to be effective on native controls too
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@44384 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-02-06 18:15:22 +00:00 |
|
Robin Dunn
|
0711a2d38c
|
Add wxHL_* styles
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@44383 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-02-06 18:14:08 +00:00 |
|
Robin Dunn
|
c7ffa7e49f
|
Backport Mac optimization to always use Refresh instead of Update
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@44382 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-02-06 18:12:49 +00:00 |
|