Robin Dunn
|
af672b5ae8
|
Add wxRTTI info for the event class
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40041 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-07-08 02:19:03 +00:00 |
|
Robin Dunn
|
febb39df07
|
Added wrappers for wxAUI
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40040 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-07-08 02:13:59 +00:00 |
|
Robin Dunn
|
06d4c4d65a
|
Changes needed for scanning the aui header files with SWIG for
wxPython. Also fix some DLL exports.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40039 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-07-07 17:53:17 +00:00 |
|
Włodzimierz Skiba
|
8fdc4ac7b8
|
Build fix.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40038 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-07-07 10:57:02 +00:00 |
|
Alex Bligh
|
205515afd7
|
Added style wxTE_PROCESS_ENTER for wxOwnerDrawnComboBox
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40037 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-07-07 10:00:53 +00:00 |
|
Robin Dunn
|
0b2bbd174f
|
Need to skipp the first half of ShowHint if the platform doesn't
have transparency support yet.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40036 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-07-07 05:58:48 +00:00 |
|
Kevin Ollivier
|
eb33893c47
|
Make sure it creates the directory where tarballs are stored if it doesn't exist.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40035 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-07-06 23:31:22 +00:00 |
|
Vadim Zeitlin
|
9ffab13f6d
|
gcc -Wundef warning fix
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40034 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-07-06 23:01:29 +00:00 |
|
Robin Dunn
|
9165401fbe
|
Undeprecate wxGetNumberFromUser, add wxNumberEntryDialog
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40032 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-07-06 22:15:24 +00:00 |
|
Robin Dunn
|
2b73a34e1b
|
properly offset the mouse position for the label window clicks
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40031 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-07-06 22:13:24 +00:00 |
|
Alex Bligh
|
25ae9fb8ca
|
wxComboCtrlBase: Fix SEGV due to double deletion where SetPopupControl is called twice after lazy creation of the popup, the first deleting m_popupExtraHandler and the second attempting to delete it a second time.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40030 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-07-06 19:19:04 +00:00 |
|
Alex Bligh
|
d9e0958c7e
|
Added GetWidestItem() and GetWidestItemWidth() to wxVListBoxComboPopup
and wxOwnerDrawnComboBox as per Jaakko Salli
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40029 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-07-06 17:42:39 +00:00 |
|
Włodzimierz Skiba
|
ca5db7b213
|
Dummy stub for wxGetMouseState() (tinderbox build fix)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40028 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-07-06 12:24:23 +00:00 |
|
Włodzimierz Skiba
|
a1b3b60832
|
Tinderbox warning fix.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40027 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-07-06 10:47:29 +00:00 |
|
Włodzimierz Skiba
|
23f826bdf9
|
wxRound() workaround to avoid unexpected compile and link errors on incomplete environments (Tinderbox build fix).
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40024 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-07-06 09:09:09 +00:00 |
|
Włodzimierz Skiba
|
2ea6c1f77a
|
Temporarily disable colour picker to keep build working and bofore finding nice replacement for smartphone build.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40023 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-07-06 07:07:52 +00:00 |
|
Włodzimierz Skiba
|
c5197da440
|
Missing include for wxCocoa build at Tinderbox.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40022 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-07-06 06:47:13 +00:00 |
|
Vadim Zeitlin
|
7c5cd6e9ad
|
wxMenu::AppendRadioItem() now implemented under all platforms but wxMotif
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40021 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-07-06 00:17:50 +00:00 |
|
Vadim Zeitlin
|
468c46935a
|
use ZIP entry modification time, not the (inexistent) file modification time
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40020 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-07-06 00:14:26 +00:00 |
|
Robin Dunn
|
2713fedc46
|
Oops, I misremembered the name of wxUnusedVar
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40019 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-07-06 00:01:29 +00:00 |
|
Robin Dunn
|
81cc4eb227
|
Enable transparent hints and dragging on wxMac
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40018 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-07-05 23:48:19 +00:00 |
|
Alex Bligh
|
5c62cb6c7d
|
wxAUI: maintain minimum size of panes across dock/undock.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40017 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-07-05 23:09:33 +00:00 |
|
Robin Dunn
|
110fa1739c
|
reSWIGged
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40016 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-07-05 18:54:51 +00:00 |
|
Robin Dunn
|
5ebc78ec46
|
reorg
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40015 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-07-05 18:52:36 +00:00 |
|
Robin Dunn
|
d58c3ba284
|
Add wxBK_HITTEST flags
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40014 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-07-05 18:44:44 +00:00 |
|
Robin Dunn
|
e8a5d614ca
|
Remove call to gtk_pizza_set_clear, which doesn't exist any more.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40013 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-07-05 18:39:42 +00:00 |
|
Robin Dunn
|
eb499cb08f
|
cleanup and minor tweak for wxPython build
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40012 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-07-05 18:39:03 +00:00 |
|
Alex Bligh
|
dd5efcb7b8
|
Remove bogus include
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40011 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-07-05 17:10:15 +00:00 |
|
Benjamin Williams
|
e092fb2e67
|
fixed wrong comment
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40010 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-07-05 16:39:04 +00:00 |
|
Benjamin Williams
|
5875464394
|
added EVT_AUI_PANECLOSE and updated sample accordingly
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40009 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-07-05 16:38:02 +00:00 |
|
Stefan Csomor
|
17d4f7aca8
|
int warning
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40008 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-07-05 13:11:20 +00:00 |
|
Stefan Csomor
|
747592e7cb
|
making cocoa build again
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40007 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-07-05 13:10:46 +00:00 |
|
Włodzimierz Skiba
|
9804d5404a
|
wxNB_HITTEST_* flags renamed to wxBK_HITTEST_* to serve all book controls.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40006 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-07-05 12:21:13 +00:00 |
|
Włodzimierz Skiba
|
84dc000666
|
Return OS description for WinCE too.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40005 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-07-05 12:04:53 +00:00 |
|
Robin Dunn
|
f0ac483feb
|
renamed setup.py to tr_setup.py because build-all does an import of
setup, (to get the version number) expecting to get the one in the
root wxPython dir.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40004 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-07-05 05:25:25 +00:00 |
|
Robin Dunn
|
0f475e8aa9
|
Build and distrib tweaks ported over from the 2.6 branch
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40003 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-07-05 05:23:28 +00:00 |
|
Kevin Ollivier
|
2dfa1180b0
|
Now we can build all tarballs on one (Unix shell) box using pre-flight.sh.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40002 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-07-05 04:37:42 +00:00 |
|
Kevin Ollivier
|
d328538750
|
Factoring out redundant steps in the build process to their own function.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40001 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-07-05 04:09:40 +00:00 |
|
Kevin Ollivier
|
adf154089e
|
Make note about the need for unix2dos on Mac.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40000 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-07-05 04:07:30 +00:00 |
|
Robin Dunn
|
0ef86618c5
|
reSWIGged
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39999 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-07-05 03:23:50 +00:00 |
|
Robin Dunn
|
80b08b7f31
|
wxRichTextCtrl now takes a value parameter in the constructor
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39998 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-07-05 03:18:39 +00:00 |
|
Robin Dunn
|
d1a49b7829
|
reSWIGged
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39997 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-07-05 02:07:46 +00:00 |
|
Robin Dunn
|
065fa541eb
|
Avoid crash in SelectAll if there are no nodes besides the root
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39996 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-07-05 01:35:36 +00:00 |
|
Robin Dunn
|
96221a45d3
|
reSWIGged
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39995 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-07-05 01:31:58 +00:00 |
|
Robin Dunn
|
92515dfc1c
|
reSWIGged
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39994 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-07-05 00:59:54 +00:00 |
|
Robin Dunn
|
f1d0b1300c
|
oops
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39993 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-07-05 00:53:20 +00:00 |
|
Robin Dunn
|
475edb11e0
|
no need to %import gdi.i
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39992 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-07-05 00:47:56 +00:00 |
|
Robin Dunn
|
361b8ff771
|
Docstring fixed
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39991 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-07-05 00:46:05 +00:00 |
|
Robin Dunn
|
c9e13cbb59
|
Typo fixed
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39990 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-07-05 00:45:38 +00:00 |
|
Robin Dunn
|
4f89b6b70a
|
reSWIGged
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39989 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-07-05 00:45:27 +00:00 |
|