Vadim Zeitlin
|
ea3cdc4f89
|
don't reset tool/status bar pointers manually, it is now done automatically by the dtors of the bars themselves
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29924 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-10-16 20:28:36 +00:00 |
|
Vadim Zeitlin
|
2ab822146c
|
reset parent frame tool/status bar pointer automatically when the bar is destroyed; this ensures that we're never left with dangling pointers and fixes a crash under Mac when MDI child frame with a toolbar is closed
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29923 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-10-16 20:25:39 +00:00 |
|
Vadim Zeitlin
|
15b0d04889
|
added wxSetCursorEvent documentation (patch 1048181)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29922 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-10-16 19:59:04 +00:00 |
|
Václav Slavík
|
6d98ee990e
|
wxProcess::OnTerminate is not const
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29920 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-10-16 19:43:52 +00:00 |
|
Vadim Zeitlin
|
3db7220e05
|
unused params warnings (patch 1048431)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29919 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-10-16 19:41:18 +00:00 |
|
Robin Dunn
|
0bee2fce88
|
Fix to use old AutoWidthMixin API
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29918 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-10-16 17:46:29 +00:00 |
|
Vadim Zeitlin
|
488abb222a
|
call AddChild() when the control is already reallly created
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29917 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-10-16 15:00:40 +00:00 |
|
Vadim Zeitlin
|
7561181f03
|
suppress VC++ warning about long -> void * conversion too
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29916 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-10-16 13:39:45 +00:00 |
|
Vadim Zeitlin
|
7a295dfa5c
|
fixed enhanced metafiles loading from files
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29915 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-10-16 13:31:27 +00:00 |
|
Vadim Zeitlin
|
68e24a7b28
|
replace post-linking commands with true, not #, for the platforms for which they don't make sense: this allows to use things like wx-config --rezflags directly in makefiles and not only with autoconf
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29914 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-10-16 11:45:06 +00:00 |
|
Vadim Zeitlin
|
170b04bae6
|
use size_t for the total size of data instead of wxFileSize_t (msg catalogs can't be that big...)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29913 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-10-16 11:31:27 +00:00 |
|
David Elliott
|
a5593369fc
|
Add a second wxTaskBarIcon that uses the Dock (wxCocoa only)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29912 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-10-16 02:15:48 +00:00 |
|
Dimitri Schoolwerth
|
b9242cc700
|
fixed CFM build linking error
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29911 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-10-16 01:49:28 +00:00 |
|
Vadim Zeitlin
|
ef6816ef25
|
fixed fatal bug when moving the control after itself in tab order
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29910 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-10-16 01:47:22 +00:00 |
|
David Elliott
|
a45cd23349
|
Whoops, forgot to commit this.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29909 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-10-16 01:30:39 +00:00 |
|
Vadim Zeitlin
|
8fc2f387cd
|
added missing WXDLLEXPORT
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29908 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-10-16 00:45:07 +00:00 |
|
Vadim Zeitlin
|
5f315f781a
|
fixed inconsistent dllspec warning in DLL build
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29907 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-10-16 00:38:10 +00:00 |
|
Vadim Zeitlin
|
5b952139e8
|
fixed the just added wxStringTokenizer::GetPosition() test overwritten by the previous commit
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29906 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-10-16 00:27:02 +00:00 |
|
Vadim Zeitlin
|
296d315635
|
use unsigned chars for UTF8 data (avoids warnings)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29905 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-10-16 00:16:27 +00:00 |
|
Vadim Zeitlin
|
76c6fcbc31
|
added wxStringTokenizer::GetPosition() test
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29904 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-10-16 00:14:07 +00:00 |
|
David Elliott
|
a49baeab5a
|
Rebaked/autoconfiscated for wxCocoa wxTaskBarIcon addition.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29903 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-10-15 23:03:39 +00:00 |
|
Vadim Zeitlin
|
b4cfe261db
|
implemented SetWildcard()
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29902 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-10-15 22:55:13 +00:00 |
|
David Elliott
|
f1d9e1ec6b
|
wxCocoa: Added wxTaskBarIcon
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29901 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-10-15 22:52:28 +00:00 |
|
David Elliott
|
c9f52ac517
|
Yes Ryan, I really did mean to remove these files.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29900 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-10-15 22:44:06 +00:00 |
|
Robin Dunn
|
1683c95020
|
DocsDemo --> docs-demos
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29899 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-10-15 21:14:43 +00:00 |
|
Vadim Zeitlin
|
2782282522
|
use wxPtrToUInt/UIntToPtr instead of (removed) ULong versions
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29898 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-10-15 21:10:45 +00:00 |
|
Václav Slavík
|
2cc7562846
|
linkage fixes for monolithic static build
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29897 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-10-15 21:05:02 +00:00 |
|
Robin Dunn
|
05e443d7ca
|
Give the win32 runtime installer its own readme.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29896 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-10-15 20:58:26 +00:00 |
|
Vadim Zeitlin
|
dffd27ec31
|
removed pragma interface which resulted in link errors when inline functions from this file were used; remove wxULongToPtr/wxPtrToULong which could truncate the pointer; added wxUIntToPtr in addition to existing wxPtrToUInt (which now takes const pointer) to replace them
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29895 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-10-15 20:58:23 +00:00 |
|
Vadim Zeitlin
|
f12885449a
|
use wxPtrToUInt instead of (lossy) wxPtrToULong
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29894 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-10-15 20:35:39 +00:00 |
|
Robin Dunn
|
f2f8a5fce8
|
Show PlatformInfo in the About box too.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29893 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-10-15 20:31:23 +00:00 |
|
Robin Dunn
|
af9dbe709d
|
Show PlatformInfo in the About box too.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29892 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-10-15 20:21:37 +00:00 |
|
Robin Dunn
|
07aff078f8
|
just a whitespace change
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29891 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-10-15 20:07:51 +00:00 |
|
Robin Dunn
|
bceb17b2e0
|
more consistent naming
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29890 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-10-15 20:05:01 +00:00 |
|
Włodzimierz Skiba
|
409ded0fc5
|
Unnecessary wxString(wxString).
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29889 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-10-15 19:50:37 +00:00 |
|
Robin Dunn
|
7869b836de
|
Corrected some comments
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29888 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-10-15 19:35:03 +00:00 |
|
Robin Dunn
|
4efdef2c87
|
Docs updates for 2.5.3.0
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29887 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-10-15 19:30:24 +00:00 |
|
Robin Dunn
|
db301e681f
|
Tweak unicode --> string conversion helper so UnicodeDecodeError is
raised when appropriate instead ofg just catching everything and
raising TypeError
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29886 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-10-15 19:28:34 +00:00 |
|
Włodzimierz Skiba
|
7747ff60b8
|
GUI is not All at all ;)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29885 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-10-15 19:03:34 +00:00 |
|
Włodzimierz Skiba
|
9f13661f8b
|
Parts of wxSizer::Show() extracted into wxSizer::GetItem() (together with documentation).
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29884 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-10-15 18:58:52 +00:00 |
|
Robin Dunn
|
15513a8066
|
Applied patch from Pim Van Heuven that modifies 4 files:
- wxPython/demo/ListCtrl_edit.py (new demo)
- wxPython/demo/Main.py (include new demo in demo app)
- wxPython/wx/lib/mixins/listctrl.py (several improvements to
TextEditMixin)
- wxPython/wx/lib/wxpTag.py (some small fixes)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29883 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-10-15 18:45:21 +00:00 |
|
Václav Slavík
|
6537ccf8cd
|
don't create makefiles for nonexistent utils
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29882 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-10-15 16:27:15 +00:00 |
|
Włodzimierz Skiba
|
564c92d95b
|
Warning fixes.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29881 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-10-15 16:12:58 +00:00 |
|
Włodzimierz Skiba
|
8253f2e063
|
Warning fixes.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29880 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-10-15 16:00:06 +00:00 |
|
Vadim Zeitlin
|
a22d4c5cbe
|
added Norvegian translation (Hans F. Nordhaug)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29879 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-10-15 15:44:21 +00:00 |
|
Vadim Zeitlin
|
39a2048975
|
ReadChar() is called GetChar() in fact
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29878 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-10-15 15:41:18 +00:00 |
|
Włodzimierz Skiba
|
b8ee9a863c
|
Quiet cooperation between MSW and wxGL.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29877 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-10-15 15:29:31 +00:00 |
|
Włodzimierz Skiba
|
414dfb5804
|
DMC fix.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29876 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-10-15 15:05:52 +00:00 |
|
Václav Slavík
|
bc3435bba1
|
quick fix for misgenerated console samples' Makefile.in
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29875 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-10-15 14:35:53 +00:00 |
|
Václav Slavík
|
c55504f7f7
|
regenerated
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29874 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-10-15 14:10:55 +00:00 |
|