Robin Dunn
|
b1fcee843e
|
reSWIGged
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37584 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-02-14 22:13:50 +00:00 |
|
Robin Dunn
|
e17b4db3f8
|
Applied patch #1431193: work around for recent fileuri change in mediactrl + fix
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37583 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-02-14 22:04:49 +00:00 |
|
Roman Rolinsky
|
126080e46c
|
update of Paste command, new revision
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37581 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-02-14 21:08:02 +00:00 |
|
Roman Rolinsky
|
1893848ef7
|
fix for memory leak in paste
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37579 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-02-14 20:58:11 +00:00 |
|
Robert Roebling
|
67cbdfc150
|
More experimenting
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37578 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-02-14 13:54:51 +00:00 |
|
Mart Raudsepp
|
9a71e770e1
|
Cast to void* before casting to Node** to make the compiler do no strict-aliasing assumptions, and suppress a warning
if -fstrict-aliasing (enabled with -O2, -O3 and -Os unless forced off as is planned for the time being) is used.
See http://article.gmane.org/gmane.comp.lib.wxwidgets.devel/70262 for details.
Also return NULL instead of 0 in the same GetNodePtr, as the return type is a pointer, not integer.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37575 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-02-14 09:21:37 +00:00 |
|
David Surovell
|
f2b8291a28
|
cleanup - reformatting
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37574 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-02-14 06:54:06 +00:00 |
|
David Surovell
|
0ce0b76b50
|
cleanup - reformatting
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37573 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-02-14 04:41:07 +00:00 |
|
Kevin Hock
|
8dc6614e60
|
Fix wxComboBox constructors after keyboard access commit, not all constructors were setting the parent container pointer. Added Init method and put all the constructors together in the header (rather than being split between h and cpp)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37572 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-02-14 04:00:39 +00:00 |
|
Vadim Zeitlin
|
e6b1317b79
|
modified custom draw code to fully draw the items using a font with encoding different from the system one as the native list control ignores the font encoding; seems to finally work somehow but there is still horrible flicker as the items seem to be redrawn on every mouse move over them, no idea how to avoid this
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37571 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-02-14 03:49:20 +00:00 |
|
Michael Wetherell
|
4077791b7f
|
Fix for reversed masks on displays with 8-bit depth, reported in patch 1219989.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37570 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-02-13 22:12:33 +00:00 |
|
David Surovell
|
51c4d2a5a0
|
cleanup - refomatting
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37569 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-02-13 21:44:48 +00:00 |
|
Vadim Zeitlin
|
8f14114792
|
declare lists as exported, seems to be necessary in VC5 DLL builds and shouldn't hurt elsewhere
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37568 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-02-13 21:20:26 +00:00 |
|
Robin Dunn
|
ec646e6384
|
New APIs, Events, etc. for MediaCtrl
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37567 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-02-13 19:20:46 +00:00 |
|
Robin Dunn
|
a067618812
|
a little tweak to the debug code (commented out)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37566 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-02-13 19:20:24 +00:00 |
|
Robin Dunn
|
ddba849c38
|
don't hide the log messages, and be sure to stop the timer when done
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37565 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-02-13 19:19:39 +00:00 |
|
Robin Dunn
|
aa5644aee0
|
Show some GradientFill usage
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37564 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-02-13 19:18:29 +00:00 |
|
Robin Dunn
|
14b37d975b
|
change doc tweaks
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37563 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-02-13 19:17:28 +00:00 |
|
Robin Dunn
|
1f168cbd49
|
New APIs, Events, etc. for MediaCtrl
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37562 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-02-13 19:15:16 +00:00 |
|
Robin Dunn
|
3edb17decf
|
new GetShown, Show, and etc. for wx.UpdateUIEvent
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37561 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-02-13 19:13:38 +00:00 |
|
Robin Dunn
|
b702ab768f
|
a little reorg and cleanup from the last two revisions
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37560 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-02-13 19:12:31 +00:00 |
|
Robert Roebling
|
790b137ee9
|
Starting wxDataView..
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37559 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-02-13 16:34:56 +00:00 |
|
Vadim Zeitlin
|
2884838a3c
|
fixed transparency handling broken by the last commit
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37558 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-02-13 15:30:28 +00:00 |
|
Vadim Zeitlin
|
4e43c81518
|
minor docs corrections and improvements from Andreas Mohr (patch 1430551)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37557 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-02-13 15:18:35 +00:00 |
|
Vadim Zeitlin
|
fccb65a23c
|
fixed SetAddress() for self-assignment (patch 1430703)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37556 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-02-13 15:16:37 +00:00 |
|
Vadim Zeitlin
|
a64bba4eb5
|
use C cast instead of reinterpret_cast which doesn't work for casting pointers to functions to pointers to objects
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37555 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-02-13 14:58:21 +00:00 |
|
David Surovell
|
7af14d7187
|
cleanup - reformatting
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37554 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-02-13 09:10:34 +00:00 |
|
David Surovell
|
cc224d6e79
|
cleanup - reformatting
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37553 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-02-13 08:03:37 +00:00 |
|
Vadim Zeitlin
|
e493ecef80
|
fixed several crashes in XPM parsing code
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37550 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-02-13 03:04:40 +00:00 |
|
Jamie Gadd
|
36eadb4ff3
|
Rearrange build order so it successfully builds dll versions.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37548 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-02-13 02:39:03 +00:00 |
|
Vadim Zeitlin
|
7447bdd7b7
|
fix client to screen (and vice versa) conversion
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37546 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-02-13 00:49:24 +00:00 |
|
Vadim Zeitlin
|
38b2e0de18
|
blind compilation fix for 64 bit systems after last commit
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37545 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-02-13 00:26:33 +00:00 |
|
Kevin Ollivier
|
e069db2d65
|
Easy fix for automated uploads (I thought I tried this and it failed, but fortunately I was wrong there) and leave a note about rebaking until it's implemented.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37543 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-02-13 00:19:05 +00:00 |
|
Vadim Zeitlin
|
8235976431
|
fixed wxFontMapper behaviour under wxGTK2: it now just maps all encodings to UTF-8
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37542 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-02-12 23:39:55 +00:00 |
|
David Surovell
|
0ec80ebe6f
|
cleanup - reformatting
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37541 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-02-12 23:37:07 +00:00 |
|
Vadim Zeitlin
|
6b71411ac9
|
get (temporarily) rid of GTK+ debugging messages about negative width and size as this makes programs built with wxGTK2 unusable
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37540 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-02-12 23:21:55 +00:00 |
|
David Surovell
|
3e822cd8d0
|
clean - reformatting
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37539 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-02-12 23:17:35 +00:00 |
|
Włodzimierz Skiba
|
b1a1a83c92
|
wxPalmOS build fix.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37538 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-02-12 18:47:53 +00:00 |
|
Włodzimierz Skiba
|
0e2d298670
|
!WX_PRECOMP (wxPalm) build fix.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37537 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-02-12 17:51:44 +00:00 |
|
Vadim Zeitlin
|
a3a4105df6
|
it is not possible to show/hide the window from the UpdateUI event handler; refactored the code by moving control-specific parts into the derived classes (patch 1338350)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37536 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-02-12 16:32:50 +00:00 |
|
Vadim Zeitlin
|
27237c3708
|
don't use #error as some compilers ignore it; provoke a real compile error instead
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37535 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-02-12 13:55:19 +00:00 |
|
Vadim Zeitlin
|
0a9ed8f14e
|
trick the sizer code into thinking that the wizard pages are shown so that it takes them into account for the layout, even if they're not really shown
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37534 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-02-12 13:48:49 +00:00 |
|
Vadim Zeitlin
|
88517d9008
|
no changes; just added some comments
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37533 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-02-12 13:37:45 +00:00 |
|
Włodzimierz Skiba
|
b9a958e66f
|
wxWinCE warning fix.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37532 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-02-12 13:16:52 +00:00 |
|
Vadim Zeitlin
|
e35d07b9d0
|
compilation fix for VC8 (see patch 1429985)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37531 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-02-12 13:08:37 +00:00 |
|
Włodzimierz Skiba
|
bc8793f4d2
|
wxUSE_UXTHEME=0 (WinCE) build fix.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37530 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-02-12 13:06:54 +00:00 |
|
Vadim Zeitlin
|
f74fd79b8e
|
removed extra semicolons added by previous patch (patch 1429906)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37529 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-02-12 13:01:07 +00:00 |
|
Vadim Zeitlin
|
9002a61c32
|
fixed memory leak in the sample and simplified wxCheckListBox creation code
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37528 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-02-12 12:54:19 +00:00 |
|
Vadim Zeitlin
|
3ff260ae2c
|
typo in comment
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37527 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-02-12 12:40:18 +00:00 |
|
Michael Wetherell
|
8d7eaf9140
|
Warning fixes for VC5 (Igor Korot)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37526 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-02-12 12:16:56 +00:00 |
|